patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add
[rsync/rsync.git] / clientserver.c
1998-11-03 Andrew Tridgellpatch from Alberto Accomazzi <aaccomazzi@cfa.harvard...
1998-10-30 Andrew Tridgelladded %m, %P and %u options to logging
1998-10-28 Andrew Tridgellsyslog support in rsync daemon has been broken since...
1998-10-26 David DykstraAdd "use chroot" and "pid file" rsyncd.conf options...
1998-09-09 Andrew Tridgellwanr people who use path names to rsync ::
1998-08-27 Andrew Tridgella couple of changes to where the nonblocking settings...
1998-07-23 Andrew Tridgellfixed the relative paths bug pointed out by Alberto...
1998-07-19 Andrew Tridgell- defer the error message from the options parsing...
1998-07-17 Andrew Tridgelluse error to detect lockfile open failures vs. max...
1998-05-29 Andrew Tridgellreplaced chdir and getcwd calls with push_dir/pop_dir...
1998-05-27 Andrew Tridgelladded support for --include, --include-from and the...
1998-05-23 Andrew Tridgell- don't allow chown for the group of a file if running...
1998-05-18 Andrew Tridgellthis is a large commit which adds io multiplexing,...
1998-05-16 Andrew Tridgellfor authenticated access record the authenticated usern...
1998-05-16 Andrew Tridgell- distinguish downloads and uploads in the syslog messages
1998-05-15 Andrew Tridgelladded a "socket options" option to rsyncd.conf. This...
1998-05-15 Andrew Tridgellload just the globals section of the config file when...
1998-05-15 Andrew Tridgell- changed the log messages to show the requested path
1998-05-15 Andrew Tridgelluse strlcat() strlcpy() and slprintf() whenever possibl...
1998-05-15 Andrew Tridgellallow the specification of multiple filenames (with...
1998-05-15 Andrew Tridgellfixed typo in rsyncd exclude handling
1998-05-15 Andrew Tridgelladded "exclude" and "exclude from" options to rsyncd...
1998-05-13 Andrew Tridgelladded globbing support in the rsync daemon. This will...
1998-05-13 Andrew Tridgellimproved the authentication and in particular the error...
1998-05-13 Andrew Tridgellfirst working version of challenge response authenticat...
1998-05-13 Andrew Tridgellimproved max connections code. Now use fcntl instead...
1998-05-13 Andrew Tridgellsave another couple of round trip latencies. This set...
1998-05-13 Andrew Tridgellsave one round trip (version swapping) for daemon.
1998-05-13 Andrew Tridgelladded two new options "max connections" and "lock file"
1998-05-13 Andrew Tridgelladded hosts allow and hosts deny support. I ended up...
1998-05-13 Andrew Tridgellload the config file on each connect rather than at...
1998-05-10 Andrew Tridgelluse syslog instead of /var/adm/rsyncd.log
1998-05-10 Andrew Tridgellchange to allow names or numbers to be used for uid...
1998-05-10 Andrew Tridgellsplit the options parsing code into options.c
1998-05-10 Andrew Tridgellbetter negotiation of protocol versions
1998-05-10 Andrew Tridgellcleanup code a bit