Moved the max-size checking code down so that it only checks
[rsync.git] / access.c
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...