aboutsummaryrefslogtreecommitdiffstats
path: root/loadparm.c
Commit message (Collapse)AuthorAgeFilesLines
* improved max connections code. Now use fcntl instead of flock.Andrew Tridgell1998-05-131-3/+11
| | | | | also started on authentication code (I'm doing a challenge response system initially)
* added two new options "max connections" and "lock file"Andrew Tridgell1998-05-131-0/+7
|
* added "syslog facility" option. It is an integer and defaults to theAndrew Tridgell1998-05-131-0/+6
| | | | value of LOG_DAEMON.
* added hosts allow and hosts deny support. I ended up writing my own asAndrew Tridgell1998-05-131-0/+8
| | | | the tcpd code is not quite what I wanted.
* changed a couple of places to use strlcpy()Andrew Tridgell1998-05-101-1/+1
|
* only call openlog onceAndrew Tridgell1998-05-101-3/+2
| | | | fix a segv in loadparm.c
* change to allow names or numbers to be used for uid and gid.Andrew Tridgell1998-05-101-8/+8
|
* configuration parsing and loading code for rsyncd. This is basedAndrew Tridgell1998-05-091-0/+607
on the Samba config code, so you'll find that the config files will be eerily familiar if you have ever worked with Samba.