summaryrefslogtreecommitdiff
path: root/params.c
Commit message (Expand)AuthorAgeFilesLines
* Merged in the security fixes from 2.5.7.Wayne Davison2003-12-061-4/+4
* Got rid of O_TEXT_STR change.Wayne Davison2003-01-261-1/+1
* Open config files in text mode when O_TEXT is defined. This helps onDavid Dykstra2003-01-261-1/+1
* When using daemon mode over a remote shell program and not running as root,David Dykstra2002-08-301-2/+2
* Try to fix ctype issues by always calling these functions asMartin Pool2002-04-111-2/+2
* Correction from Nelson Beebe: argument to functions such as isspace()Martin Pool2002-04-091-2/+2
* Use MAXHOSTNAMELEN (256) for the array holding the host_name in socket.cDavid Dykstra1999-02-091-3/+0
* use Realloc instead of reallocAndrew Tridgell1998-05-281-1/+0
* load just the globals section of the config file when the daemonAndrew Tridgell1998-05-151-4/+6
* configuration parsing and loading code for rsyncd. This is basedAndrew Tridgell1998-05-091-0/+560