summaryrefslogtreecommitdiffhomepage
path: root/src/acl.c
AgeCommit message (Collapse)Author
2002-04-18Changed all calls to strdup to safestrdup. This should provide betterRobert James Kaes
memory usage tracking.
2002-04-17Changed the check_acl() function to require the peer IP address and stringRobert James Kaes
address from the calling function.
2002-04-09James Flemer cleaned up the make_netmask() function to remove the staticRobert James Kaes
table. Very nice.
2001-11-22Reformated text.Robert James Kaes
2001-11-03Tightened the string/numeric ACL checks.Robert James Kaes
2001-10-25Header reorganization. Basically all system headers are now included inRobert James Kaes
tinyproxy.h and all the other files include the tinyproxy.h header. This moves all the dependancy issues into one file.
2001-09-15Updated the authorization string.Robert James Kaes
2001-09-11Comment cleanup.Robert James Kaes
2001-09-08Changed all the mallocs and callocs to use the new safemalloc andRobert James Kaes
safecalloc.
2001-09-07Error message cleanup.Robert James Kaes
2001-05-27Renamed the access member of struct acl_s to acl_access.Robert James Kaes
Changed some of the types for the various variables to better reflect what they are actually being used for.
2001-05-23Make the netmask static and include the asserts.Robert James Kaes
2000-09-26Updated the free() calls to the safefree() calls.Robert James Kaes
2000-09-12Improvied access control semantics. Allows for a finger control forRobert James Kaes
allowing and denying hosts.