Get rid of obsolete tempfs warning.
[rsync/rsync.git] / loadparm.c
2011-01-04 Wayne DavisonAdded "listen backlog" daemon config paramater.
2011-01-04 Wayne DavisonDaemon supports forward-DNS lookups for simple hostnames
2010-08-21 Wayne DavisonAdd some new dont-compress suffixes.
2009-10-17 Wayne DavisonAllow %VAR% environment references in daemon-config...
2009-09-05 Wayne DavisonAdd a few new "dont compress" suffixes and improve...
2009-02-20 Wayne DavisonAdded a way for supplementary groups to be specified...
2009-02-06 Wayne DavisonMade copy_section() and string_set() simpler, getting...
2009-02-05 Wayne DavisonCombine Globals and Locals into a Vars struct that...
2009-01-19 Wayne DavisonAdded a "Defaults" structure with both globals and...
2009-01-19 Wayne DavisonA couple minor function-call tweaks.
2009-01-19 Wayne DavisonRenamed some typedefs:
2009-01-19 Wayne DavisonRenamed sDefault to Locals.
2009-01-15 Matt McCutchenAdded the "reverse lookup" daemon-config parameter.
2009-01-03 Wayne DavisonUpdate the copyright year.
2008-09-02 Wayne DavisonSplit up the ifuncs.h file into 3 .h files.
2008-07-27 Wayne Davison- Don't require a daemon config &directive to use an...
2008-07-27 Wayne DavisonAdded a command-line override for daemon config parameters:
2008-07-27 Wayne Davison- Got rid of unused pstring/P_GSTRING/P_SEP/P_SEPARATOR...
2008-07-27 Wayne DavisonAdded &include and &merge config-file directives that...
2008-07-27 Wayne DavisonChanged the module array to use an item_list structure.
2008-07-27 Wayne DavisonChange the references to "service" to be either "sectio...
2008-07-27 Wayne DavisonReorder the static functions to avoid the need for...
2008-07-27 Wayne DavisonSince the loadparm.c file is changing, I'm reformatting...
2008-02-16 Wayne DavisonA few minor changes, including better push_dir()/pop_di...
2008-02-16 Wayne DavisonSome daemon security improvements, including the new...
2008-01-09 Wayne DavisonDon't allow a slash to be specified in a module name.
2007-11-27 Wayne DavisonAdd a new daemon security option: "munge symlinks".
2007-11-22 Wayne DavisonUse FLOG instead of FERROR for config errors.
2007-10-01 Wayne DavisonThe lp_load() function doesn't fudge the pszFname arg...
2007-09-22 Wayne DavisonMoved inline functions from rsync.h into ifuncs.h.
2007-07-14 Wayne DavisonAdded more suffixes to the default "dont compress"...
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-07 Wayne DavisonSwitching to GPL 3.
2007-04-24 Wayne DavisonAdding the --fake-super option.
2007-02-04 Wayne DavisonFurther modifications to the copyright comment section.
2006-11-09 Wayne DavisonGot rid of type-casting into isFOO() and toFOO() functi...
2006-10-13 Wayne DavisonIndented the function comments with "* ".
2006-10-12 Wayne DavisonRemoved the changes in symlink handling in non-chroot...
2006-07-03 Wayne DavisonAdded the "munge symlinks" setting.
2006-06-07 Wayne DavisonMade "log file" and "syslog facility" per-module settings.
2006-04-25 Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
2006-04-06 Wayne DavisonThere's no need for lp_load() to check am_daemon.
2006-01-30 Wayne DavisonAdded support for the new "outgoing chmod" daemon option.
2006-01-30 Wayne DavisonAdded the "incoming chmod" config option.
2005-09-19 Wayne DavisonTweaked some comments.
2005-09-16 Wayne DavisonImproved the sDefault initialization so that the prefixed
2005-09-03 Wayne DavisonAdded a per-module "temp dir" setting.
2005-09-03 Wayne DavisonSorted some of the data structures (using vim's "!sort...
2005-07-28 Wayne DavisonAdded 2 new config options: "pre-xfer exec" and "post...
2005-06-10 Wayne DavisonChanged the "max verbosity" setting from global to...
2005-06-10 Wayne DavisonUse the new NOBODY_USER and NOBODY_GROUP configure...
2005-02-19 Wayne DavisonDecided to leave the "log format" default the same...
2005-02-17 Wayne DavisonChanged the default log format.
2005-01-25 Wayne DavisonAdded the "filter" parameter.
2004-12-06 Wayne DavisonAdded support for the "address" option.
2004-11-27 Wayne DavisonAllow "port" to be specified in the rsyncd.conf file.
2004-07-30 Wayne DavisonDon't ignore case in lp_number() because the rest of...
2004-05-19 Wayne DavisonAdded the "write only" option to the daemon config...
2004-02-04 Wayne DavisonAdded "max verbosity" global parameter that allows...
2003-12-06 Wayne DavisonMerged in the security fixes from 2.5.7.
2003-09-11 Wayne DavisonMake sure that the new slash-stripping P_PATH code...
2003-09-10 Wayne DavisonMake sure that the "path" value has any trailing slashe...
2003-09-10 Wayne DavisonGot rid of trailing whitespace.
2002-08-30 David DykstraWhen using daemon mode over a remote shell program...
2002-04-11 Martin PoolTry to fix ctype issues by always calling these functio...
2002-04-09 Martin PoolCorrection from Nelson Beebe: argument to functions...
2002-03-25 Martin PoolDoc.
2002-03-15 Martin PoolDoc: Debian uses "nogroup" instead of group "nobody...
2001-12-02 Martin PoolRevert change from 1.39, because it causes a crash...
2001-11-26 Martin PoolFix a small memory leak that was causing an Insure...
2000-08-19 Andrew Tridgellgot rid of some unused variables
2000-08-19 Andrew Tridgelladded "ignore nonreadable" option (useful for hiding...
2000-06-24 Andrew Tridgelladded *.bz2 and *.tbz to default dont compress list
2000-04-19 Andrew Tridgellby default don't gzip .iso images
1999-10-31 Andrew Tridgelladded "ignore errors" option in rsyncd.conf
1999-02-09 David DykstraAdded "strict modes" option. When set false (default...
1999-02-09 David DykstraUse MAXHOSTNAMELEN (256) for the array holding the...
1999-01-08 Andrew Tridgellmade the "max connections" and "lock file" local rather...
1998-11-23 David DykstraAdd "include" and "include from" rsyncd.conf options...
1998-11-20 Andrew Tridgelladded "dont compress" option with the default setting of
1998-11-19 Andrew Tridgelladded "refuse options" option
1998-11-14 Andrew Tridgellchanged strlcat() and strlcpy() to have the same semant...
1998-11-04 Andrew Tridgelladded timeout option in rsyncd.conf
1998-11-03 Andrew Tridgellpatch from Alberto Accomazzi <aaccomazzi@cfa.harvard...
1998-10-30 Andrew Tridgelladded a perl script to summarise the rsyncd log format
1998-10-30 Andrew Tridgelladded %m, %P and %u options to logging
1998-10-30 Andrew Tridgelladded "log format" option to allow admins to choose...
1998-10-28 Andrew Tridgelland I thought I wasn't going to do any rsync coding...
1998-10-26 David DykstraAdd "use chroot" and "pid file" rsyncd.conf options...
1998-09-09 Andrew Tridgelladded "log file" option for those systems with broken...
1998-06-18 Andrew Tridgellfor consistency use memcpy/memset everywhere instead...
1998-05-28 Andrew Tridgelluse Realloc instead of realloc
1998-05-28 Andrew Tridgellfix realloc call for systems that don't handle realloc...
1998-05-15 Andrew Tridgelladded a "socket options" option to rsyncd.conf. This...
1998-05-15 Andrew Tridgellload just the globals section of the config file when...
1998-05-15 Andrew Tridgell- changed the log messages to show the requested path
1998-05-15 Andrew Tridgelladded "exclude" and "exclude from" options to rsyncd...
1998-05-14 Andrew Tridgelldocumentation!
1998-05-14 Andrew Tridgellnow support integers or strings for syslog facility
next