Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
9ba2dcc86c490da3275b01bdc71ff3f1716ce477
/
src
/
acl.c
1c7cc5b
[MEDIUM] acl: make use of get_std_op() to parse intger ranges
by Willy Tarreau
· Sun Jul 18 10:46:33 2010 +0200
44b90cc
[CLEANUP] tcp: move some non tcp-specific layer6 processing out of proto_tcp
by Willy Tarreau
· Mon May 24 20:27:29 2010 +0200
0645787
[CLEANUP] acl: use 'L6' instead of 'L4' in ACL flags relying on contents
by Willy Tarreau
· Sun May 23 12:24:38 2010 +0200
0b1cd94
[MINOR] acl: add srv_is_up() to check that a specific server is up or not
by Willy Tarreau
· Sun May 16 22:18:27 2010 +0200
020534d
[CLEANUP] acl: make use of eb_is_empty() instead of open coding the tree's emptiness test
by Willy Tarreau
· Sun May 16 21:45:45 2010 +0200
58215a0
[MINOR] acl: ignore empty lines and comments in pattern files
by Willy Tarreau
· Thu May 13 22:07:43 2010 +0200
b337b53
[MEDIUM] acl: add tree-based lookups of networks
by Willy Tarreau
· Thu May 13 20:03:41 2010 +0200
c426296
[MEDIUM] acl: add tree-based lookups of exact strings
by Willy Tarreau
· Mon May 10 23:42:40 2010 +0200
e56cda9
[MEDIUM] acl: add ability to insert patterns in trees
by Willy Tarreau
· Tue May 11 23:25:05 2010 +0200
2b5285d
[MINOR] acl: support loading values from files
by Willy Tarreau
· Sun May 09 23:45:24 2010 +0200
2a56c5e
[BUG] don't merge anonymous ACLs !
by Willy Tarreau
· Mon Mar 15 16:13:29 2010 +0100
95fa469
[MEDIUM] add support for anonymous ACLs
by Willy Tarreau
· Mon Feb 01 13:05:50 2010 +0100
8c8bd45
[MAJOR] use the new auth framework for http stats
by Krzysztof Piotr Oledzki
· Fri Jan 29 19:29:32 2010 +0100
f9423ae
[MINOR] acl: add http_auth and http_auth_group
by Krzysztof Piotr Oledzki
· Fri Jan 29 19:26:18 2010 +0100
d7528e5
[MINOR] add ACL_TEST_F_NULL_MATCH
by Krzysztof Piotr Oledzki
· Fri Jan 29 17:55:53 2010 +0100
f1e98b8
[CLEANUP] config: use warnif_cond_requires_resp() to check for bad ACLs
by Willy Tarreau
· Thu Jan 28 17:59:39 2010 +0100
2bbba41
[MINOR] acl: add build_acl_cond() to make it easier to add ACLs in config
by Willy Tarreau
· Thu Jan 28 16:48:33 2010 +0100
1edb144
[BUG] restore accidentely removed line in last patch !
by Willy Tarreau
· Wed Jan 27 20:13:38 2010 +0100
ac778f5
[CLEANUP] acl, patterns: make use of my_strndup() instead of malloc+memcpy
by Willy Tarreau
· Tue Jan 26 19:02:46 2010 +0100
4cdd831
[MINOR] acl: don't report valid acls as potential mistakes
by Krzysztof Piotr Oledzki
· Mon Oct 05 00:23:35 2009 +0200
404e8ab
[MINOR] acl: detect and report potential mistakes in ACLs
by Willy Tarreau
· Sun Jul 26 19:40:40 2009 +0200
bede3d0
[MINOR] acl: add support for matching of RDP cookies
by Emeric Brun
· Tue Jun 30 17:54:00 2009 +0200
a55b7dc
[BUG] default ACLs did not properly set the ->requires flag
by Willy Tarreau
· Sun Jul 12 09:21:30 2009 +0200
2492d5b
[MINOR] acl: add HTTP protocol detection (req_proto_http)
by Willy Tarreau
· Sat Jul 11 00:06:00 2009 +0200
dd64f8d
[MEDIUM] acl: when possible, report the name and requirements of ACLs in warnings
by Willy Tarreau
· Sun Jul 27 22:02:32 2008 +0200
0ceba5a
[MEDIUM] acl: set types on all currently known ACL verbs
by Willy Tarreau
· Fri Jul 25 19:31:03 2008 +0200
a980263
[MEDIUM] acl: enforce ACL type checking
by Willy Tarreau
· Fri Jul 25 19:13:19 2008 +0200
b6fb420
[MINOR] acl: add the "wait_end" acl verb
by Willy Tarreau
· Sun Jul 20 11:18:28 2008 +0200
58393e1
[MEDIUM] acl: get rid of dummy values in always_true/always_false
by Willy Tarreau
· Sun Jul 20 10:39:22 2008 +0200
a79534f
[MEDIUM] acl: permit fetch() functions to set the result themselves
by Willy Tarreau
· Sun Jul 20 10:13:37 2008 +0200
c631770
[MINOR] acl: add REQ_CONTENT to the list of default acls
by Willy Tarreau
· Sun Jul 20 09:29:50 2008 +0200
ec6c5df
[CLEANUP] remove many #include <types/xxx> from C files
by Willy Tarreau
· Tue Jul 15 00:22:45 2008 +0200
4a26d2f
[MINOR] acl: add a new parsing function: parse_dotted_ver
by Willy Tarreau
· Tue Jul 15 16:05:33 2008 +0200
b686644
[MAJOR] implement tcp request content inspection
by Willy Tarreau
· Mon Jul 14 23:54:42 2008 +0200
1138281
[TESTS] added test-acl.cfg to test some ACL combinations
by Willy Tarreau
· Wed Jul 09 16:18:21 2008 +0200
8001d61
[MEDIUM] Fix memory freeing at exit, part 2
by Krzysztof Piotr Oledzki
· Sat May 31 13:53:23 2008 +0200
a643baf
[MEDIUM] Fix memory freeing at exit
by Krzysztof Piotr Oledzki
· Thu May 29 23:53:44 2008 +0200
2e74c3f
[MEDIUM] restrict the set of allowed characters for identifiers
by Willy Tarreau
· Sun Dec 02 18:45:09 2007 +0100
8f8e645
[CLEANUP] shut warnings 'is*' macros from ctype.h on solaris
by Willy Tarreau
· Sun Jun 17 21:51:38 2007 +0200
a590983
[MEDIUM] acl: added the TRUE and FALSE ACLs.
by Willy Tarreau
· Sun Jun 17 20:40:25 2007 +0200
16fbe82
[MEDIUM] provide default ACLs
by Willy Tarreau
· Sun Jun 17 11:54:31 2007 +0200
c8d7c96
[MEDIUM] acl: support '-i' to ignore case when matching
by Willy Tarreau
· Sun Jun 17 08:20:33 2007 +0200
74b98a8
[BUG] negation in ACL conds was not cleared between terms
by Willy Tarreau
· Sat Jun 16 19:35:18 2007 +0200
97be145
[MINOR] acl: provide a reference to the expr to fetch()
by Willy Tarreau
· Sun Jun 10 11:47:14 2007 +0200
bb76891
[MINOR] acl: provide the argument length for fetch functions
by Willy Tarreau
· Sun Jun 10 11:17:01 2007 +0200
d41f8d8
[MINOR] acl: specify the direction during fetches
by Willy Tarreau
· Sun Jun 10 10:06:18 2007 +0200
ae8b796
[MEDIUM] smarter integer comparison support in ACLs
by Willy Tarreau
· Sat Jun 09 23:10:04 2007 +0200
f3d2598
[MINOR] ACL regex matching on the URI ; uri_reg
by Willy Tarreau
· Tue May 08 22:45:09 2007 +0200
a67fad9
[MINOR] implement acl_parse_ip and acl_match_ip
by Willy Tarreau
· Tue May 08 19:50:09 2007 +0200
a84d374
[MAJOR] new framework for generic ACL support
by Willy Tarreau
· Mon May 07 00:36:48 2007 +0200