summaryrefslogtreecommitdiff
path: root/access.c
Commit message (Expand)AuthorAgeFilesLines
* Preparing for release of 3.2.4pre2v3.2.4pre2Wayne Davison2022-01-151-1/+1
* Preparing for release of 3.2.4pre1v3.2.4pre1Wayne Davison2022-01-021-1/+1
* Add optional netgroup.h include for NetBSD hosts.Wayne Davison2021-02-011-0/+3
* Add "@netgroup" names to host matching.Wayne Davison2020-07-121-0/+5
* Some memory allocation improvementsWayne Davison2020-06-251-7/+3
* Some indentation fixes.Wayne Davison2020-06-131-9/+7
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Daemon supports forward-DNS lookups for simple hostnamesWayne Davison2011-01-031-19/+51
* Change some args from "char *" to "const char *" in order to get rid ofWayne Davison2009-01-151-8/+7
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-22/+19
* Indent the "oom:" label away from column 0.Wayne Davison2005-11-101-1/+1
* John E. Malmberg convinced me to standardize on #ifs for definedWayne Davison2005-02-141-6/+6
* Use "#if" (not "#ifdef") for configure-defined macros.Wayne Davison2005-01-281-6/+6
* Simplified the logic in allow_access() and tweaked some whitespace.Wayne Davison2005-01-151-33/+32
* - Make sure that match_address() always restores the "tok" string,Wayne Davison2004-09-241-13/+18
* Call wildmatch(), not fnmatch().Wayne Davison2003-07-301-1/+1
* Changed "./0123456789" to just ".0123456789".Wayne Davison2003-07-071-1/+1
* I decided to go with the slightly simpler logic Thorild Selen suggestedWayne Davison2003-07-071-2/+1
* Improved deficiencies in the hostname-vs-address check (reintroduced in theWayne Davison2003-07-071-6/+18
* Restored an isdigit() check in the match_address() function, but checkWayne Davison2003-07-051-0/+5
* Fix bug that causes messages likeDavid Dykstra2003-01-201-5/+4
* AI_NUMERICHOST is not defined on AIX.David Dykstra2003-01-091-0/+2
* Support IPv6 addresses with "hosts allow" and "hosts deny". Patch fromDavid Dykstra2003-01-091-23/+134
* Try to fix ctype issues by always calling these functions asMartin Pool2002-04-111-1/+1
* allow 0.0.0.0/0 syntax in hosts allow/denyAndrew Tridgell2000-08-191-0/+1
* add a cast to initialisation of maskAndrew Tridgell1998-05-221-1/+1
* make host access controls case insensitiveAndrew Tridgell1998-05-141-0/+3
* added hosts allow and hosts deny support. I ended up writing my own asAndrew Tridgell1998-05-131-0/+127