index
:
tinyproxy
bind-ipv4mapped
build
master
Light-weight HTTP/HTTPS proxy daemon for POSIX operating systems
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
acl.h
Age
Commit message (
Expand
)
Author
2020-09-07
make acl lookup 450x faster by using sblist
rofl0r
2020-09-07
acl: typedef access_list to acl_list_t
rofl0r
2019-12-21
do hostname resolution only when it is absolutely necessary for ACL check
rofl0r
2009-12-07
Move definition of "struct config_s" from main.h to conf.h
Michael Adam
2009-12-07
Add access_list to the config struct instead of a global variable in acl.c.
Michael Adam
2009-12-07
acl: add function flush_access_list().
Michael Adam
2009-09-15
Indent code to Tinyproxy coding style
Mukund Sivaraman
2009-08-04
check_acl(): remove the fd argument - it is not used.
Michael Adam
2008-12-08
Convert tabs to spaces
Mukund Sivaraman
2008-12-01
Reformat code to GNU coding style
Mukund Sivaraman
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
2002-04-17
Changed the check_acl() function to require the peer IP address and string
Robert James Kaes
2001-06-02
Fixed up the names of the DEFINES.
Robert James Kaes
2000-09-12
Improvied access control semantics. Allows for a finger control for
Robert James Kaes