summaryrefslogtreecommitdiff
path: root/clientserver.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-11If lp_path() returns "/", set exclude_path_prefix to "" (because theWayne Davison1-0/+2
2003-09-09Changed most instances of "remote_version" to "protocol_version", andWayne Davison1-12/+14
2003-08-20Call setgroups(1, &gid) after setting the gid (rather than callingWayne Davison1-10/+9
2003-07-01We now put the excludes from the config file into a "server_exclude_list"Wayne Davison1-8/+14
2003-05-10Cleaned up whitespace/indentation.Wayne Davison1-49/+48
2003-03-30Support the new --files-from option.Wayne Davison1-0/+4
2003-01-26Got rid of O_TEXT_STR change.Wayne Davison1-1/+1
2003-01-26Open config files in text mode when O_TEXT is defined. This helps onDavid Dykstra1-1/+1
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