summaryrefslogtreecommitdiff
path: root/clientserver.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure that supplementary groups are removed from a server processcvs/branch-2.4Martin Pool2002-02-091-98/+43
* 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
* Undo last setting of blocking_io. I hadn't reviewed the code well enough;David Dykstra2000-08-041-3/+0
* Turn on blocking_io when starting client of rsync server daemon.David Dykstra2000-08-041-0/+3
* went back to non-blokcing IOAndrew Tridgell2000-03-301-1/+1
* move the read only daemon test to after the protocol setupAndrew Tridgell2000-01-291-14/+7
* - switched on multiplexing for all connections, not just daemonAndrew Tridgell2000-01-281-2/+2
* don't use stderr after we become a daemonAndrew Tridgell2000-01-241-2/+1
* added some really ugly code to allow errors to propogate toAndrew Tridgell2000-01-231-2/+10
* make --address work for a client connecting to a serverAndrew Tridgell2000-01-101-1/+2
* removed old non-blocking fd code (a hangover from a earlier version ofAndrew Tridgell1999-11-151-2/+0
* Fix significant security holes with "use chroot = no" in an rsync daemon:David Dykstra1999-07-091-3/+5
* The "pid file" was getting created mode 666, not applying the umaskDavid Dykstra1999-03-241-4/+8
* Removed am_client variable. It was being set in one place, when a clientDavid Dykstra1999-02-251-3/+0
* Add --quiet/-q option. Contributed by Rich Salz salzr@certco.com.David Dykstra1999-02-091-1/+1
* Move the initialization of push_dir, which calls getcwd, to early in main.David Dykstra1999-02-031-6/+1
* Fix serious bug with "use chroot = no" option which caused "uid =" and "gid ="David Dykstra1999-01-211-27/+33
* made the "max connections" and "lock file" local rather than globalAndrew Tridgell1999-01-081-5/+5
* Change sanitize_path() function to not malloc a copy since it only shrinksDavid Dykstra1998-11-241-3/+1
* Add "include" and "include from" rsyncd.conf options. ContributedDavid Dykstra1998-11-231-0/+6
* added "refuse options" optionAndrew Tridgell1998-11-191-2/+1
* Apply sanitize_paths() to glob expansions when use chroot = no.David Dykstra1998-11-171-1/+1
* added timeout option in rsyncd.confAndrew Tridgell1998-11-041-0/+5
* patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1998-11-031-5/+5
* added %m, %P and %u options to loggingAndrew Tridgell1998-10-301-5/+5
* syslog support in rsync daemon has been broken since I added the "logAndrew Tridgell1998-10-281-1/+1
* Add "use chroot" and "pid file" rsyncd.conf options. The former allows oneDavid Dykstra1998-10-261-19/+58