summaryrefslogtreecommitdiff
path: root/params.c
Commit message (Expand)AuthorAgeFilesLines
* Some memory allocation improvementsWayne Davison2020-06-251-21/+0
* Spelling fixes from a Fossies run done by Jens.Wayne Davison2020-04-151-3/+3
* Change rsyncd.conf &merge directive to match *.inc.Wayne Davison2011-03-111-1/+2
* Split up the ifuncs.h file into 3 .h files.Wayne Davison2008-09-011-0/+1
* - Don't require a daemon config &directive to use an equal sign.Wayne Davison2008-07-271-18/+32
* Made include_config() more efficient, and fixed a memory leak.Wayne Davison2008-07-271-38/+50
* Added &include and &merge config-file directives that allow theWayne Davison2008-07-261-14/+93
* Use FLOG instead of FERROR for config errors.Wayne Davison2007-11-221-13/+13
* Moved inline functions from rsync.h into ifuncs.h.Wayne Davison2007-09-221-0/+1
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-3/+2
* Got rid of type-casting into isFOO() and toFOO() functions byWayne Davison2006-11-091-2/+2
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-6/+7
* Got rid of duplicate rsync: prefix from an rsyserr() call.Wayne Davison2006-04-021-1/+1
* Got rid of calls to (the soon to vanish) safe_fname() function.Wayne Davison2006-01-131-1/+1
* Adding more calls to safe_fname().Wayne Davison2005-02-071-1/+1
* Changed rprintf() calls that included strerror() to use rsyserr().Wayne Davison2004-05-151-2/+2
* 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