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