summaryrefslogtreecommitdiff
path: root/clientserver.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-31If we need to return an error during the startup phase and the otherWayne Davison1-0/+3
2004-07-30If someone is denied access to a "list = no" module, lie and tell themWayne Davison1-22/+29
2004-07-17- Got rid of the arg to the io_start_multiplex_{in,out}() calls.Wayne Davison1-3/+5
2004-07-15My modified version of Chris Shoemaker's improved batch-file handling.Wayne Davison1-1/+2
2004-06-13Added a short msleep() after option_error() before we exit. ThisWayne Davison1-0/+1
2004-06-12- Changed some FERROR log calls to FLOG.Wayne Davison1-32/+31
2004-06-09Allow the argv list the daemon uses for globbing its args to grow.Wayne Davison1-6/+12
2004-06-07Changed a few FINFO messages to FLOG.Wayne Davison1-6/+6
2004-06-05Some superficial code tweaks.Wayne Davison1-41/+34
2004-05-15Changed rprintf() calls that included strerror() to use rsyserr().Wayne Davison1-4/+4
2004-04-14Updated the exclude-list code to handle the new linked-listWayne Davison1-1/+1
2004-04-14Moved (and expanded) a verbose message from clientserver.c to socket.cWayne Davison1-9/+1
2004-04-12Use the new XFLG_* flags to call the add_exclude*() functions.Wayne Davison1-4/+7
2004-03-27The args are now sanitized in parse_arguments() instead of here.Wayne Davison1-13/+0
2004-02-04Use MY_UID() instead of getuid().Wayne Davison1-2/+2
2004-02-04Use the new lp_max_verbosity() value to limit the server's "verbose"Wayne Davison1-1/+2
2004-01-27Better pid handling.Wayne Davison1-2/+2
2004-01-27Tweaked the externs.Wayne Davison1-17/+15
2004-01-20Use new push_dir() syntax.Wayne Davison1-2/+2
2004-01-15In two places: needed to use protocol_version, not PROTOCOL_VERSION.Wayne Davison1-2/+2
2004-01-08Got rid of support for protocols 17 and 18.Wayne Davison1-2/+2
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