summaryrefslogtreecommitdiff
path: root/access.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-26Bump the year to 2014.Wayne Davison1-1/+1
2013-01-19Update copyright year.Wayne Davison1-1/+1
2011-01-03Daemon supports forward-DNS lookups for simple hostnamesWayne Davison1-19/+51
2009-01-15Change some args from "char *" to "const char *" in order to get rid ofWayne Davison1-8/+7
2009-01-03Update the copyright year.Wayne Davison1-1/+1
2008-03-01Include 2008 in the copyright years.Wayne Davison1-1/+1
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-02-04Further modifications to the copyright comment section.Wayne Davison1-4/+3
2006-04-25Updated the FSF's address to an even newer one.Wayne Davison1-3/+3
2006-04-25- Updated the address for the FSF in the opening comment.Wayne Davison1-22/+19
2005-11-10Indent the "oom:" label away from column 0.Wayne Davison1-1/+1
2005-02-14John E. Malmberg convinced me to standardize on #ifs for definedWayne Davison1-6/+6
2005-01-28Use "#if" (not "#ifdef") for configure-defined macros.Wayne Davison1-6/+6
2005-01-15Simplified the logic in allow_access() and tweaked some whitespace.Wayne Davison1-33/+32
2004-09-24- Make sure that match_address() always restores the "tok" string,Wayne Davison1-13/+18
2003-07-30Call wildmatch(), not fnmatch().Wayne Davison1-1/+1
2003-07-07Changed "./0123456789" to just ".0123456789".Wayne Davison1-1/+1
2003-07-07I decided to go with the slightly simpler logic Thorild Selen suggestedWayne Davison1-2/+1
2003-07-07Improved deficiencies in the hostname-vs-address check (reintroduced in theWayne Davison1-6/+18
2003-07-05Restored an isdigit() check in the match_address() function, but checkWayne Davison1-0/+5
2003-01-20Fix bug that causes messages likeDavid Dykstra1-5/+4
2003-01-09AI_NUMERICHOST is not defined on AIX.David Dykstra1-0/+2
2003-01-09Support IPv6 addresses with "hosts allow" and "hosts deny". Patch fromDavid Dykstra1-23/+134
2002-04-11Try to fix ctype issues by always calling these functions asMartin Pool1-1/+1
2000-08-19allow 0.0.0.0/0 syntax in hosts allow/denyAndrew Tridgell1-0/+1
1998-05-22add a cast to initialisation of maskAndrew Tridgell1-1/+1
1998-05-14make host access controls case insensitiveAndrew Tridgell1-0/+3
1998-05-13added hosts allow and hosts deny support. I ended up writing my own asAndrew Tridgell1-0/+127