summaryrefslogtreecommitdiff
path: root/params.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-01Split up the ifuncs.h file into 3 .h files.Wayne Davison1-0/+1
2008-07-27- Don't require a daemon config &directive to use an equal sign.Wayne Davison1-18/+32
2008-07-27Made include_config() more efficient, and fixed a memory leak.Wayne Davison1-38/+50
2008-07-26Added &include and &merge config-file directives that allow theWayne Davison1-14/+93
2007-11-22Use FLOG instead of FERROR for config errors.Wayne Davison1-13/+13
2007-09-22Moved inline functions from rsync.h into ifuncs.h.Wayne Davison1-0/+1
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-02-04Further modifications to the copyright comment section.Wayne Davison1-3/+2
2006-11-09Got rid of type-casting into isFOO() and toFOO() functions byWayne Davison1-2/+2
2006-04-25Updated the FSF's address to an even newer one.Wayne Davison1-3/+3
2006-04-25- Updated the address for the FSF in the opening comment.Wayne Davison1-6/+7
2006-04-02Got rid of duplicate rsync: prefix from an rsyserr() call.Wayne Davison1-1/+1
2006-01-13Got rid of calls to (the soon to vanish) safe_fname() function.Wayne Davison1-1/+1
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