summaryrefslogtreecommitdiff
path: root/params.c
AgeCommit message (Expand)AuthorFilesLines
2005-02-07Adding more calls to safe_fname().Wayne Davison1-1/+1
2004-05-15Changed rprintf() calls that included strerror() to use rsyserr().Wayne Davison1-2/+2
2003-12-06Merged in the security fixes from 2.5.7.Wayne Davison1-4/+4
2003-01-26Got rid of O_TEXT_STR change.Wayne Davison1-1/+1
2003-01-26Open config files in text mode when O_TEXT is defined. This helps onDavid Dykstra1-1/+1
2002-08-30When using daemon mode over a remote shell program and not running as root,David Dykstra1-2/+2
2002-04-11Try to fix ctype issues by always calling these functions asMartin Pool1-2/+2
2002-04-09Correction from Nelson Beebe: argument to functions such as isspace()Martin Pool1-2/+2
1999-02-09Use MAXHOSTNAMELEN (256) for the array holding the host_name in socket.cDavid Dykstra1-3/+0
1998-05-28use Realloc instead of reallocAndrew Tridgell1-1/+0
1998-05-15load just the globals section of the config file when the daemonAndrew Tridgell1-4/+6
1998-05-09configuration parsing and loading code for rsyncd. This is basedAndrew Tridgell1-0/+560