Some minor improvements to the flushing code to try to make it
[rsync/rsync.git] / access.c
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...