Andrew Tridgell
|
a6801c3977
|
added a "socket options" option to rsyncd.conf. This option will
provide hours of fun for those people who like to tune their systems
to the utmost degree.
|
1998-05-15 13:25:19 +00:00 |
|
Andrew Tridgell
|
f9e940efc7
|
load just the globals section of the config file when the daemon
starts so we know the syslog facility for the "starting" message
|
1998-05-15 10:52:54 +00:00 |
|
Andrew Tridgell
|
1a016bfdec
|
- changed the log messages to show the requested path
- some more paranoid buffer size checks
- separate open syslog call
- handle systems without LOG_NDELAY
|
1998-05-15 10:34:07 +00:00 |
|
Andrew Tridgell
|
8f3a2d54a6
|
added "exclude" and "exclude from" options to rsyncd.conf.
This is useful for mirroring a web site when you don't want users to
mirror everything.
|
1998-05-15 01:02:49 +00:00 |
|
Andrew Tridgell
|
41059f75b5
|
documentation!
I've written a rsyncd.conf man page (in yodl) and updated the rsync
man page.
|
1998-05-14 06:51:28 +00:00 |
|
Andrew Tridgell
|
fabf5ea72d
|
now support integers or strings for syslog facility
|
1998-05-14 04:40:23 +00:00 |
|
Andrew Tridgell
|
09e13ae2dc
|
changed "syslog facility" to an enumerated type so the string name is
used in rsyncd.conf
|
1998-05-14 04:38:17 +00:00 |
|
Andrew Tridgell
|
31593dd610
|
improved max connections code. Now use fcntl instead of flock.
also started on authentication code (I'm doing a challenge response
system initially)
|
1998-05-13 09:38:54 +00:00 |
|
Andrew Tridgell
|
0c515f17c4
|
added two new options "max connections" and "lock file"
|
1998-05-13 08:52:12 +00:00 |
|
Andrew Tridgell
|
851dbdb775
|
added "syslog facility" option. It is an integer and defaults to the
value of LOG_DAEMON.
|
1998-05-13 08:12:51 +00:00 |
|
Andrew Tridgell
|
56c473b795
|
added hosts allow and hosts deny support. I ended up writing my own as
the tcpd code is not quite what I wanted.
|
1998-05-13 08:03:47 +00:00 |
|
Andrew Tridgell
|
e45e009309
|
changed a couple of places to use strlcpy()
|
1998-05-10 12:37:26 +00:00 |
|
Andrew Tridgell
|
45ccc5c08c
|
only call openlog once
fix a segv in loadparm.c
|
1998-05-10 08:31:50 +00:00 |
|
Andrew Tridgell
|
8ef4ffd698
|
change to allow names or numbers to be used for uid and gid.
|
1998-05-10 08:05:56 +00:00 |
|
Andrew Tridgell
|
0b76cd63ee
|
configuration parsing and loading code for rsyncd. This is based
on the Samba config code, so you'll find that the config files will
be eerily familiar if you have ever worked with Samba.
|
1998-05-09 14:00:55 +00:00 |
|