Age | Commit message (Expand) | Author | Files | Lines |
2004-07-31 | If we need to return an error during the startup phase and the other | Wayne Davison | 1 | -0/+3 |
2004-07-30 | If someone is denied access to a "list = no" module, lie and tell them | Wayne Davison | 1 | -22/+29 |
2004-07-17 | - Got rid of the arg to the io_start_multiplex_{in,out}() calls. | Wayne Davison | 1 | -3/+5 |
2004-07-15 | My modified version of Chris Shoemaker's improved batch-file handling. | Wayne Davison | 1 | -1/+2 |
2004-06-13 | Added a short msleep() after option_error() before we exit. This | Wayne Davison | 1 | -0/+1 |
2004-06-12 | - Changed some FERROR log calls to FLOG. | Wayne Davison | 1 | -32/+31 |
2004-06-09 | Allow the argv list the daemon uses for globbing its args to grow. | Wayne Davison | 1 | -6/+12 |
2004-06-07 | Changed a few FINFO messages to FLOG. | Wayne Davison | 1 | -6/+6 |
2004-06-05 | Some superficial code tweaks. | Wayne Davison | 1 | -41/+34 |
2004-05-15 | Changed rprintf() calls that included strerror() to use rsyserr(). | Wayne Davison | 1 | -4/+4 |
2004-04-14 | Updated the exclude-list code to handle the new linked-list | Wayne Davison | 1 | -1/+1 |
2004-04-14 | Moved (and expanded) a verbose message from clientserver.c to socket.c | Wayne Davison | 1 | -9/+1 |
2004-04-12 | Use the new XFLG_* flags to call the add_exclude*() functions. | Wayne Davison | 1 | -4/+7 |
2004-03-27 | The args are now sanitized in parse_arguments() instead of here. | Wayne Davison | 1 | -13/+0 |
2004-02-04 | Use MY_UID() instead of getuid(). | Wayne Davison | 1 | -2/+2 |
2004-02-04 | Use the new lp_max_verbosity() value to limit the server's "verbose" | Wayne Davison | 1 | -1/+2 |
2004-01-27 | Better pid handling. | Wayne Davison | 1 | -2/+2 |
2004-01-27 | Tweaked the externs. | Wayne Davison | 1 | -17/+15 |
2004-01-20 | Use new push_dir() syntax. | Wayne Davison | 1 | -2/+2 |
2004-01-15 | In two places: needed to use protocol_version, not PROTOCOL_VERSION. | Wayne Davison | 1 | -2/+2 |
2004-01-08 | Got rid of support for protocols 17 and 18. | Wayne Davison | 1 | -2/+2 |
2003-09-11 | If lp_path() returns "/", set exclude_path_prefix to "" (because the | Wayne Davison | 1 | -0/+2 |
2003-09-09 | Changed most instances of "remote_version" to "protocol_version", and | Wayne Davison | 1 | -12/+14 |
2003-08-20 | Call setgroups(1, &gid) after setting the gid (rather than calling | Wayne Davison | 1 | -10/+9 |
2003-07-01 | We now put the excludes from the config file into a "server_exclude_list" | Wayne Davison | 1 | -8/+14 |
2003-05-10 | Cleaned up whitespace/indentation. | Wayne Davison | 1 | -49/+48 |
2003-03-30 | Support the new --files-from option. | Wayne Davison | 1 | -0/+4 |
2003-01-26 | Got rid of O_TEXT_STR change. | Wayne Davison | 1 | -1/+1 |
2003-01-26 | Open config files in text mode when O_TEXT is defined. This helps on | David Dykstra | 1 | -1/+1 |
2002-08-30 | When using daemon mode over a remote shell program and not running as root, | David Dykstra | 1 | -0/+2 |
2002-08-01 | Fix to correctly identify remote IP address and host name when using | David Dykstra | 1 | -20/+2 |
2002-08-01 | Moved the end of start_socket_client() into a new function called | Wayne Davison | 1 | -78/+114 |
2002-04-15 | When -e is specified along with an rsyncd url, the client should get a | Martin Pool | 1 | -1/+1 |
2002-04-11 | Try to fix ctype issues by always calling these functions as | Martin Pool | 1 | -2/+2 |
2002-04-11 | Receiving an @ERROR line from the server is (I think) always fatal, so | Martin Pool | 1 | -2/+6 |
2002-04-09 | Doc start_socket_client | Martin Pool | 1 | -0/+1 |
2002-04-09 | Doc start_socket_client | Martin Pool | 1 | -1/+6 |
2002-04-09 | Doc. | Martin Pool | 1 | -1/+7 |
2002-04-09 | Doc. | Martin Pool | 1 | -20/+25 |
2002-04-08 | Split code out into separate files and remove some global variables to | Martin Pool | 1 | -1/+1 |
2002-03-27 | Improved network error handling. (Greg A. Woods) | Martin Pool | 1 | -1/+2 |
2002-03-22 | If there's an error in start_socket_client, print an explanation as | Martin Pool | 1 | -4/+13 |
2002-03-14 | Doc: "opening tcp connection to %s port %d" is kind of misleading when | Martin Pool | 1 | -0/+3 |
2002-02-27 | Cygwin doesn't have setgroups() so probe for the function in configure | David Dykstra | 1 | -0/+2 |
2002-02-23 | With -vv, client shows a message when opening a daemon connection. | Martin Pool | 1 | -0/+2 |
2002-02-21 | Make setgroups(0,0) unconditional -- accidentally thinking we have | Martin Pool | 1 | -2/+0 |
2002-02-18 | If a daemon prints an error message of @ERROR, have the client treat the | David Dykstra | 1 | -1/+4 |
2002-02-09 | Oops -- have to call setgroups() before giving up root. | Martin Pool | 1 | -10/+20 |
2002-02-09 | Make sure we call setgroups() after setuid(). (Ethan Benson) | Martin Pool | 1 | -0/+10 |
2002-02-07 | Remove the "rsync:" prefixes on FINFO messages. Return the "building file | David Dykstra | 1 | -0/+2 |