Call setgroups(1, &gid) after setting the gid (rather than calling
[rsync.git] / access.c
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...