- changed the log messages to show the requested path
[rsync/rsync.git] / loadparm.c
1998-05-15 Andrew Tridgell- changed the log messages to show the requested path
1998-05-15 Andrew Tridgelladded "exclude" and "exclude from" options to rsyncd...
1998-05-14 Andrew Tridgelldocumentation!
1998-05-14 Andrew Tridgellnow support integers or strings for syslog facility
1998-05-14 Andrew Tridgellchanged "syslog facility" to an enumerated type so...
1998-05-13 Andrew Tridgellimproved max connections code. Now use fcntl instead...
1998-05-13 Andrew Tridgelladded two new options "max connections" and "lock file"
1998-05-13 Andrew Tridgelladded "syslog facility" option. It is an integer and...
1998-05-13 Andrew Tridgelladded hosts allow and hosts deny support. I ended up...
1998-05-10 Andrew Tridgellchanged a couple of places to use strlcpy()
1998-05-10 Andrew Tridgellonly call openlog once
1998-05-10 Andrew Tridgellchange to allow names or numbers to be used for uid...
1998-05-09 Andrew Tridgellconfiguration parsing and loading code for rsyncd....