summaryrefslogtreecommitdiff
path: root/clientserver.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-30When using daemon mode over a remote shell program and not running as root,David Dykstra1-0/+2
2002-08-01Fix to correctly identify remote IP address and host name when usingDavid Dykstra1-20/+2
2002-08-01Moved the end of start_socket_client() into a new function calledWayne Davison1-78/+114
2002-04-15When -e is specified along with an rsyncd url, the client should get aMartin Pool1-1/+1
2002-04-11Try to fix ctype issues by always calling these functions asMartin Pool1-2/+2
2002-04-11Receiving an @ERROR line from the server is (I think) always fatal, soMartin Pool1-2/+6
2002-04-09Doc start_socket_clientMartin Pool1-0/+1
2002-04-09Doc start_socket_clientMartin Pool1-1/+6
2002-04-09Doc.Martin Pool1-1/+7
2002-04-09Doc.Martin Pool1-20/+25
2002-04-08Split code out into separate files and remove some global variables toMartin Pool1-1/+1
2002-03-27Improved network error handling. (Greg A. Woods)Martin Pool1-1/+2
2002-03-22If there's an error in start_socket_client, print an explanation asMartin Pool1-4/+13
2002-03-14Doc: "opening tcp connection to %s port %d" is kind of misleading whenMartin Pool1-0/+3
2002-02-27Cygwin doesn't have setgroups() so probe for the function in configureDavid Dykstra1-0/+2
2002-02-23With -vv, client shows a message when opening a daemon connection.Martin Pool1-0/+2
2002-02-21Make setgroups(0,0) unconditional -- accidentally thinking we haveMartin Pool1-2/+0
2002-02-18If a daemon prints an error message of @ERROR, have the client treat theDavid Dykstra1-1/+4
2002-02-09Oops -- have to call setgroups() before giving up root.Martin Pool1-10/+20
2002-02-09Make sure we call setgroups() after setuid(). (Ethan Benson)Martin Pool1-0/+10
2002-02-07Remove the "rsync:" prefixes on FINFO messages. Return the "building fileDavid Dykstra1-0/+2
2002-01-24rsync_module: If host-based access fails, show the exact name/addressMartin Pool1-2/+2
2001-12-18Get rid of global_opts struct as suggested by Dave -- too manyMartin Pool1-2/+4
2001-12-05Add --no-detach option for W32, daemontools, etc.Martin Pool1-1/+2
2001-12-05Doc.Martin Pool1-1/+2
2001-11-26Put the new address family option into an options struct. We have tooMartin Pool1-1/+2
2001-11-24Set rsync version in configure.inMartin Pool1-1/+2
2001-11-23Merge KAME.net IPv6 patch: you can now (in theory) pass IPv6 hostnamesMartin Pool1-3/+3
2001-11-09Document chroot confusion.Martin Pool1-4/+12
2001-08-31Add comment about handling of 'use chroot'Martin Pool1-0/+4
2001-08-31Merge in the LIBSMB_PROG idea from samba, so that you can doMartin Pool1-1/+1
2001-08-23Only use the "@RSYNC EXIT" tag if we're talking to a client aboutMartin Pool1-6/+8
2001-08-22Allow the server to terminate the module list by just closing theMartin Pool1-1/+7
2001-08-15Fix casts when some variables are printed out.Martin Pool1-2/+2
2001-07-17prevent nasty error msgs when listing sharesAndrew Tridgell1-0/+5
2001-05-07imported new snprintf.c from samba, got rid of slprintfAndrew Tridgell1-1/+1
2001-03-22new error handling systemAndrew Tridgell1-1/+1
2001-03-21better error msg for "invalid uid" and "invalid gid"Andrew Tridgell1-2/+2
2001-03-17More accurately, the uid/gid is set to -2, not "nobody".Martin Pool1-1/+1
2001-03-17Add some todo comments.Martin Pool1-0/+7
2001-02-23Change from getopt to popt.Martin Pool1-11/+20
2000-10-31Display a warning about pointlessly using --rsh with clientserver mode.Martin Pool1-1/+19
2000-10-26Print strerror when a system error occurs; add a new function rsyserrMartin Pool1-8/+9
2000-10-24When running as --daemon in the background and using a "log file" rsyncd.confDavid Dykstra1-2/+2
2000-08-29detect list_only a bit earlierAndrew Tridgell1-0/+5
2000-08-04Undo last setting of blocking_io. I hadn't reviewed the code well enough;David Dykstra1-3/+0
2000-08-04Turn on blocking_io when starting client of rsync server daemon.David Dykstra1-0/+3
2000-03-30went back to non-blokcing IOAndrew Tridgell1-1/+1
2000-01-29move the read only daemon test to after the protocol setupAndrew Tridgell1-14/+7
2000-01-28- switched on multiplexing for all connections, not just daemonAndrew Tridgell1-2/+2