summaryrefslogtreecommitdiff
path: root/clientserver.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* wanr people who use path names to rsync ::Andrew Tridgell1998-09-091-0/+5
* a couple of changes to where the nonblocking settings are called.Andrew Tridgell1998-08-271-0/+3
* fixed the relative paths bug pointed out by Alberto AccomazziAndrew Tridgell1998-07-231-0/+2
* - defer the error message from the options parsing until after theAndrew Tridgell1998-07-191-2/+16
* use error to detect lockfile open failures vs. max connections reachedAndrew Tridgell1998-07-171-3/+10
* replaced chdir and getcwd calls with push_dir/pop_dir functions. TheseAndrew Tridgell1998-05-291-0/+5
* added support for --include, --include-from and the +/- syntaxAndrew Tridgell1998-05-271-1/+1
* - don't allow chown for the group of a file if running as a daemon andAndrew Tridgell1998-05-231-0/+3
* this is a large commit which adds io multiplexing, thus giving errorAndrew Tridgell1998-05-181-0/+11
* for authenticated access record the authenticated username in the logsAndrew Tridgell1998-05-161-10/+19
* - distinguish downloads and uploads in the syslog messagesAndrew Tridgell1998-05-161-2/+10
* added a "socket options" option to rsyncd.conf. This option willAndrew Tridgell1998-05-151-0/+2
* load just the globals section of the config file when the daemonAndrew Tridgell1998-05-151-2/+9
* - changed the log messages to show the requested pathAndrew Tridgell1998-05-151-7/+17
* use strlcat() strlcpy() and slprintf() whenever possible to avoid anyAndrew Tridgell1998-05-151-8/+5
* allow the specification of multiple filenames (with or withoutAndrew Tridgell1998-05-151-1/+1
* fixed typo in rsyncd exclude handlingAndrew Tridgell1998-05-151-1/+1
* added "exclude" and "exclude from" options to rsyncd.conf.Andrew Tridgell1998-05-151-0/+6
* added globbing support in the rsync daemon. This will allow you toAndrew Tridgell1998-05-131-7/+25
* improved the authentication and in particular the error reportingAndrew Tridgell1998-05-131-3/+11
* first working version of challenge response authentication. needsAndrew Tridgell1998-05-131-17/+13
* improved max connections code. Now use fcntl instead of flock.Andrew Tridgell1998-05-131-1/+18
* save another couple of round trip latencies. This set of changes isAndrew Tridgell1998-05-131-10/+10
* save one round trip (version swapping) for daemon.Andrew Tridgell1998-05-131-4/+4
* added two new options "max connections" and "lock file"Andrew Tridgell1998-05-131-0/+5
* added hosts allow and hosts deny support. I ended up writing my own asAndrew Tridgell1998-05-131-1/+9
* load the config file on each connect rather than at startupAndrew Tridgell1998-05-131-6/+5
* use syslog instead of /var/adm/rsyncd.logAndrew Tridgell1998-05-101-2/+3
* change to allow names or numbers to be used for uid and gid.Andrew Tridgell1998-05-101-8/+28
* split the options parsing code into options.cAndrew Tridgell1998-05-101-3/+6
* better negotiation of protocol versionsAndrew Tridgell1998-05-101-5/+16
* cleanup code a bitAndrew Tridgell1998-05-101-0/+245