use strlcat() strlcpy() and slprintf() whenever possible to avoid any
[rsync/rsync.git] / clientserver.c
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