summaryrefslogtreecommitdiff
path: root/access.c
AgeCommit message (Expand)AuthorFilesLines
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