]> git.ipfire.org Git - thirdparty/rsync.git/history - access.c
Some word fixes.
[thirdparty/rsync.git] / access.c
2022-01-16  Wayne DavisonPreparing for release of 3.2.4pre2 v3.2.4pre2
2022-01-02  Wayne DavisonPreparing for release of 3.2.4pre1 v3.2.4pre1
2021-02-02  Wayne DavisonAdd optional netgroup.h include for NetBSD hosts.
2020-07-13  Wayne DavisonAdd "@netgroup" names to host matching.
2020-06-26  Wayne DavisonSome memory allocation improvements
2020-06-14  Wayne DavisonSome indentation fixes.
2019-03-16  Wayne DavisonTweak the copyright year.
2018-01-15  Wayne DavisonTweak copyright date.
2015-08-08  Wayne DavisonUpdate the copyright year.
2014-01-26  Wayne DavisonBump the year to 2014.
2013-01-19  Wayne DavisonUpdate copyright year.
2011-01-04  Wayne DavisonDaemon supports forward-DNS lookups for simple hostnames
2009-01-15  Wayne DavisonChange some args from "char *" to "const char *" in...
2009-01-03  Wayne DavisonUpdate the copyright year.
2008-03-01  Wayne DavisonInclude 2008 in the copyright years.
2007-07-10  Wayne DavisonTweaking the license text a bit more.
2007-07-07  Wayne DavisonSwitching to GPL 3.
2007-02-04  Wayne DavisonFurther modifications to the copyright comment section.
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.
2005-11-10  Wayne DavisonIndent the "oom:" label away from column 0.
2005-02-14  Wayne DavisonJohn E. Malmberg convinced me to standardize on #ifs...
2005-01-28  Wayne DavisonUse "#if" (not "#ifdef") for configure-defined macros.
2005-01-15  Wayne DavisonSimplified the logic in allow_access() and tweaked...
2004-09-24  Wayne Davison- Make sure that match_address() always restores the...
2003-07-30  Wayne DavisonCall wildmatch(), not fnmatch().
2003-07-07  Wayne DavisonChanged "./0123456789" to just ".0123456789".
2003-07-07  Wayne DavisonI decided to go with the slightly simpler logic Thorild...
2003-07-07  Wayne DavisonImproved deficiencies in the hostname-vs-address check...
2003-07-05  Wayne DavisonRestored an isdigit() check in the match_address()...
2003-01-20  David DykstraFix bug that causes messages like
2003-01-09  David DykstraAI_NUMERICHOST is not defined on AIX.
2003-01-09  David DykstraSupport IPv6 addresses with "hosts allow" and "hosts...
2002-04-11  Martin PoolTry to fix ctype issues by always calling these functio...
2000-08-19  Andrew Tridgellallow 0.0.0.0/0 syntax in hosts allow/deny
1998-05-22  Andrew Tridgelladd a cast to initialisation of mask
1998-05-14  Andrew Tridgellmake host access controls case insensitive
1998-05-13  Andrew Tridgelladded hosts allow and hosts deny support. I ended up...