index
:
tinyproxy
ninji-patches
personal modifications to tinyproxy
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
acl.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-04
[BB#90]: Fix bug in ACL netmask generation
Mukund Sivaraman
1
-4
/
+21
2010-05-30
Precompute network addresses for increased performance
Mukund Sivaraman
1
-4
/
+9
2010-05-30
Minor indent of code
Mukund Sivaraman
1
-1
/
+2
2010-01-14
check_numeric_acl() should return -1 when IPs don't match.
David Shanks
1
-1
/
+1
2009-12-07
Add access_list to the config struct instead of a global variable in acl.c.
Michael Adam
1
-14
/
+9
2009-12-07
acl: add function flush_access_list().
Michael Adam
1
-0
/
+24
2009-11-17
acl: split initialization of the access_list out into a function
Michael Adam
1
-10
/
+20
2009-11-10
Fix a segfault in insert_acl and checks against string-type acls
Michael Adam
1
-4
/
+0
2009-10-10
acl: Fix "comparison between signed and unsigned" warning on 32bit
Michael Adam
1
-4
/
+4
2009-10-10
Use size_t not ssize_t for len argument. This is always >= 0.
Michael Adam
1
-1
/
+1
2009-10-09
Use ssize_t for len argument
Mukund Sivaraman
1
-1
/
+1
2009-09-28
Include limits.h for LONG_MAX and LONG_MIN
Mukund Sivaraman
1
-0
/
+2
2009-09-21
Remove trailing comma from acl_type enum
Mukund Sivaraman
1
-1
/
+1
2009-09-20
Remove inline keyword from static functions
Mukund Sivaraman
1
-1
/
+1
2009-09-15
Indent code to Tinyproxy coding style
Mukund Sivaraman
1
-256
/
+226
2009-08-07
Rename tinyproxy.[ch] to main.[ch]
Mukund Sivaraman
1
-1
/
+1
2009-08-04
check_acl(): initialize "perm" to eliminate compiler warning.
Michael Adam
1
-1
/
+1
2009-08-04
check_acl(): remove the fd argument - it is not used.
Michael Adam
1
-2
/
+1
2009-08-04
check_acl(): fix function header comment.
Michael Adam
1
-1
/
+1
2009-08-04
check_acl(): add explicit cast to return value of vector_getentry()
Michael Adam
1
-1
/
+1
2009-08-04
check_acl(): add cast to recuce compiler warning (unsigned / signed comparison)
Michael Adam
1
-1
/
+1
2008-12-29
Indenting change
Mukund Sivaraman
1
-1
/
+4
2008-12-08
Convert tabs to spaces
Mukund Sivaraman
1
-73
/
+73
2008-12-01
Reformat code to GNU coding style
Mukund Sivaraman
1
-239
/
+264
2008-08-24
pos can never be less than 0 as it's of type size_t
Mukund Sivaraman
1
-1
/
+1
2008-06-17
Add strtol conversion error checking
Robert James Kaes
1
-4
/
+15
2008-06-17
Refactored netmask array fill with range check
Robert James Kaes
1
-8
/
+39
2008-05-24
Updated copyright, license notices in source code
Mukund Sivaraman
1
-14
/
+18
2005-08-15
* [Indent] Ran Source Through indent
Robert James Kaes
1
-113
/
+116
2005-07-12
* Updated Copyright Email Addresses
Robert James Kaes
1
-2
/
+2
2004-08-24
Fixed up the acl_s structure so that it compiles correctly under
Robert James Kaes
1
-21
/
+21
2004-08-11
Completely rewrote the ACL functionality. The new system is intended
Robert James Kaes
1
-158
/
+184
2004-02-13
Removed unnecessary casts (mostly dealing with memory allocation.) I
Robert James Kaes
1
-2
/
+2
2003-07-31
Added appropriate casts from (void*) so that the code will compile
Robert James Kaes
1
-3
/
+5
2002-06-05
(acl_string_processing): Moved the string processing code out of check_acl() ...
Robert James Kaes
1
-31
/
+88
2002-05-23
Changed the header includes around to reflect the new source layout.
Robert James Kaes
1
-2
/
+2
2002-04-18
Changed all calls to strdup to safestrdup. This should provide better
Robert James Kaes
1
-2
/
+2
2002-04-17
Changed the check_acl() function to require the peer IP address and string
Robert James Kaes
1
-11
/
+5
2002-04-09
James Flemer cleaned up the make_netmask() function to remove the static
Robert James Kaes
1
-15
/
+3
2001-11-22
Reformated text.
Robert James Kaes
1
-15
/
+26
2001-11-03
Tightened the string/numeric ACL checks.
Robert James Kaes
1
-6
/
+13
2001-10-25
Header reorganization. Basically all system headers are now included in
Robert James Kaes
1
-3
/
+1
2001-09-15
Updated the authorization string.
Robert James Kaes
1
-2
/
+2
2001-09-11
Comment cleanup.
Robert James Kaes
1
-2
/
+3
2001-09-08
Changed all the mallocs and callocs to use the new safemalloc and
Robert James Kaes
1
-2
/
+3
2001-09-07
Error message cleanup.
Robert James Kaes
1
-3
/
+3
2001-05-27
Renamed the access member of struct acl_s to acl_access.
Robert James Kaes
1
-13
/
+13
2001-05-23
Make the netmask static and include the asserts.
Robert James Kaes
1
-2
/
+8
2000-09-26
Updated the free() calls to the safefree() calls.
Robert James Kaes
1
-3
/
+3
2000-09-12
Improvied access control semantics. Allows for a finger control for
Robert James Kaes
1
-0
/
+214