Age | Commit message (Expand) | Author |
2009-09-21 | Remove trailing comma from acl_type enum | Mukund Sivaraman |
2009-09-20 | Remove inline keyword from static functions | Mukund Sivaraman |
2009-09-15 | Indent code to Tinyproxy coding style | Mukund Sivaraman |
2009-08-07 | Rename tinyproxy.[ch] to main.[ch] | Mukund Sivaraman |
2009-08-04 | check_acl(): initialize "perm" to eliminate compiler warning. | Michael Adam |
2009-08-04 | check_acl(): remove the fd argument - it is not used. | Michael Adam |
2009-08-04 | check_acl(): fix function header comment. | Michael Adam |
2009-08-04 | check_acl(): add explicit cast to return value of vector_getentry() | Michael Adam |
2009-08-04 | check_acl(): add cast to recuce compiler warning (unsigned / signed comparison) | Michael Adam |
2008-12-29 | Indenting change | Mukund Sivaraman |
2008-12-08 | Convert tabs to spaces | Mukund Sivaraman |
2008-12-01 | Reformat code to GNU coding style | Mukund Sivaraman |
2008-08-24 | pos can never be less than 0 as it's of type size_t | Mukund Sivaraman |
2008-06-17 | Add strtol conversion error checking | Robert James Kaes |
2008-06-17 | Refactored netmask array fill with range check | Robert James Kaes |
2008-05-24 | Updated copyright, license notices in source code | Mukund Sivaraman |
2005-08-15 | * [Indent] Ran Source Through indent | Robert James Kaes |
2005-07-12 | * Updated Copyright Email Addresses | Robert James Kaes |
2004-08-24 | Fixed up the acl_s structure so that it compiles correctly under | Robert James Kaes |
2004-08-11 | Completely rewrote the ACL functionality. The new system is intended | Robert James Kaes |
2004-02-13 | Removed unnecessary casts (mostly dealing with memory allocation.) I | Robert James Kaes |
2003-07-31 | Added appropriate casts from (void*) so that the code will compile | Robert James Kaes |
2002-06-05 | (acl_string_processing): Moved the string processing code out of check_acl() ... | Robert James Kaes |
2002-05-23 | Changed the header includes around to reflect the new source layout. | Robert James Kaes |
2002-04-18 | Changed all calls to strdup to safestrdup. This should provide better | Robert James Kaes |
2002-04-17 | Changed the check_acl() function to require the peer IP address and string | Robert James Kaes |
2002-04-09 | James Flemer cleaned up the make_netmask() function to remove the static | Robert James Kaes |
2001-11-22 | Reformated text. | Robert James Kaes |
2001-11-03 | Tightened the string/numeric ACL checks. | Robert James Kaes |
2001-10-25 | Header reorganization. Basically all system headers are now included in | Robert James Kaes |
2001-09-15 | Updated the authorization string. | Robert James Kaes |
2001-09-11 | Comment cleanup. | Robert James Kaes |
2001-09-08 | Changed all the mallocs and callocs to use the new safemalloc and | Robert James Kaes |
2001-09-07 | Error message cleanup. | Robert James Kaes |
2001-05-27 | Renamed the access member of struct acl_s to acl_access. | Robert James Kaes |
2001-05-23 | Make the netmask static and include the asserts. | Robert James Kaes |
2000-09-26 | Updated the free() calls to the safefree() calls. | Robert James Kaes |
2000-09-12 | Improvied access control semantics. Allows for a finger control for | Robert James Kaes |