summaryrefslogtreecommitdiff
path: root/clientserver.c
Commit message (Expand)AuthorAgeFilesLines
* We now put the excludes from the config file into a "server_exclude_list"Wayne Davison2003-07-011-8/+14
* Cleaned up whitespace/indentation.Wayne Davison2003-05-101-49/+48
* Support the new --files-from option.Wayne Davison2003-03-301-0/+4
* Got rid of O_TEXT_STR change.Wayne Davison2003-01-261-1/+1
* Open config files in text mode when O_TEXT is defined. This helps onDavid Dykstra2003-01-261-1/+1
* When using daemon mode over a remote shell program and not running as root,David Dykstra2002-08-301-0/+2
* Fix to correctly identify remote IP address and host name when usingDavid Dykstra2002-08-011-20/+2
* Moved the end of start_socket_client() into a new function calledWayne Davison2002-08-011-78/+114
* When -e is specified along with an rsyncd url, the client should get aMartin Pool2002-04-151-1/+1
* Try to fix ctype issues by always calling these functions asMartin Pool2002-04-111-2/+2
* Receiving an @ERROR line from the server is (I think) always fatal, soMartin Pool2002-04-111-2/+6
* Doc start_socket_clientMartin Pool2002-04-091-0/+1
* Doc start_socket_clientMartin Pool2002-04-091-1/+6
* Doc.Martin Pool2002-04-091-1/+7
* Doc.Martin Pool2002-04-091-20/+25
* Split code out into separate files and remove some global variables toMartin Pool2002-04-081-1/+1
* Improved network error handling. (Greg A. Woods)Martin Pool2002-03-271-1/+2
* If there's an error in start_socket_client, print an explanation asMartin Pool2002-03-221-4/+13
* Doc: "opening tcp connection to %s port %d" is kind of misleading whenMartin Pool2002-03-141-0/+3
* Cygwin doesn't have setgroups() so probe for the function in configureDavid Dykstra2002-02-271-0/+2
* With -vv, client shows a message when opening a daemon connection.Martin Pool2002-02-231-0/+2
* Make setgroups(0,0) unconditional -- accidentally thinking we haveMartin Pool2002-02-211-2/+0
* If a daemon prints an error message of @ERROR, have the client treat theDavid Dykstra2002-02-181-1/+4
* Oops -- have to call setgroups() before giving up root.Martin Pool2002-02-091-10/+20
* Make sure we call setgroups() after setuid(). (Ethan Benson)Martin Pool2002-02-091-0/+10
* Remove the "rsync:" prefixes on FINFO messages. Return the "building fileDavid Dykstra2002-02-071-0/+2
* rsync_module: If host-based access fails, show the exact name/addressMartin Pool2002-01-241-2/+2
* Get rid of global_opts struct as suggested by Dave -- too manyMartin Pool2001-12-181-2/+4
* Add --no-detach option for W32, daemontools, etc.Martin Pool2001-12-051-1/+2
* Doc.Martin Pool2001-12-051-1/+2
* Put the new address family option into an options struct. We have tooMartin Pool2001-11-261-1/+2
* Set rsync version in configure.inMartin Pool2001-11-241-1/+2
* Merge KAME.net IPv6 patch: you can now (in theory) pass IPv6 hostnamesMartin Pool2001-11-231-3/+3
* Document chroot confusion.Martin Pool2001-11-091-4/+12
* Add comment about handling of 'use chroot'Martin Pool2001-08-311-0/+4
* Merge in the LIBSMB_PROG idea from samba, so that you can doMartin Pool2001-08-311-1/+1
* Only use the "@RSYNC EXIT" tag if we're talking to a client aboutMartin Pool2001-08-231-6/+8
* Allow the server to terminate the module list by just closing theMartin Pool2001-08-221-1/+7
* Fix casts when some variables are printed out.Martin Pool2001-08-151-2/+2
* prevent nasty error msgs when listing sharesAndrew Tridgell2001-07-171-0/+5
* imported new snprintf.c from samba, got rid of slprintfAndrew Tridgell2001-05-071-1/+1
* new error handling systemAndrew Tridgell2001-03-221-1/+1
* better error msg for "invalid uid" and "invalid gid"Andrew Tridgell2001-03-211-2/+2
* More accurately, the uid/gid is set to -2, not "nobody".Martin Pool2001-03-171-1/+1
* Add some todo comments.Martin Pool2001-03-171-0/+7
* Change from getopt to popt.Martin Pool2001-02-231-11/+20
* Display a warning about pointlessly using --rsh with clientserver mode.Martin Pool2000-10-311-1/+19
* Print strerror when a system error occurs; add a new function rsyserrMartin Pool2000-10-261-8/+9
* When running as --daemon in the background and using a "log file" rsyncd.confDavid Dykstra2000-10-241-2/+2
* detect list_only a bit earlierAndrew Tridgell2000-08-291-0/+5