1. d28c353 MAJOR: acl: make acl_find_targets also resolve proxy names at config time by Willy Tarreau · 12 years ago
  2. 63364ee MEDIUM: acl: acl_find_target() now resolves arguments based on their types by Willy Tarreau · 12 years ago
  3. 61612d4 MAJOR: acl: store the ACL argument types in the ACL keyword declaration by Willy Tarreau · 12 years ago
  4. 34db108 MAJOR: acl: make use of the new argument parsing framework by Willy Tarreau · 12 years ago
  5. 89fa706 MAJOR: buffers: replace buf->w with buf->p - buf->o by Willy Tarreau · 12 years ago
  6. 02d6cfc MAJOR: buffer: replace buf->l with buf->{o+i} by Willy Tarreau · 12 years ago
  7. d017f11 BUG/MINOR: acl: req_ssl_sni would randomly fail if a session ID is present by Willy Tarreau · 12 years ago
  8. 62e7c71 CLEANUP: silence signedness warning in acl.c by Willy Tarreau · 12 years ago
  9. 664092c MEDIUM: acl: use temp_pattern to store any string-type information by Willy Tarreau · 13 years ago
  10. f4362b3 MEDIUM: acl: use temp_pattern to store any address-type information by Willy Tarreau · 13 years ago
  11. a5e3756 MEDIUM: acl: use temp_pattern to store any integer-type information by Willy Tarreau · 13 years ago
  12. b6672b5 MINOR: acl: add support for TLS server name matching using SNI by Willy Tarreau · 13 years ago
  13. 0e69854 MINOR: acl: add new matches for header/path/url length by Willy Tarreau · 13 years ago
  14. e8c7ecc [MINOR] http: *_dom matching header functions now also split on ":" by Finn Arne Gangstad · 13 years ago
  15. daa824e [MINOR] acl: add srv_conn acl to count connections on a specific backend server by Hervé COMMOWICK · 13 years ago
  16. dfd7fca [BUG] config: don't crash on empty pattern files. by Willy Tarreau · 13 years ago
  17. 6a8097f [BUG] acl: fd leak when reading patterns from file by Willy Tarreau · 13 years ago
  18. 5109196 [BUG] acl: fix handling of empty lines in pattern files by Willy Tarreau · 13 years ago
  19. 38e7176 [MINOR] new acls fetch req_ssl_hello_type and rep_ssl_hello_type by Emeric Brun · 14 years ago
  20. 1c7cc5b [MEDIUM] acl: make use of get_std_op() to parse intger ranges by Willy Tarreau · 14 years ago
  21. 44b90cc [CLEANUP] tcp: move some non tcp-specific layer6 processing out of proto_tcp by Willy Tarreau · 14 years ago
  22. 0645787 [CLEANUP] acl: use 'L6' instead of 'L4' in ACL flags relying on contents by Willy Tarreau · 14 years ago
  23. 0b1cd94 [MINOR] acl: add srv_is_up() to check that a specific server is up or not by Willy Tarreau · 14 years ago
  24. 020534d [CLEANUP] acl: make use of eb_is_empty() instead of open coding the tree's emptiness test by Willy Tarreau · 14 years ago
  25. 58215a0 [MINOR] acl: ignore empty lines and comments in pattern files by Willy Tarreau · 14 years ago
  26. b337b53 [MEDIUM] acl: add tree-based lookups of networks by Willy Tarreau · 14 years ago
  27. c426296 [MEDIUM] acl: add tree-based lookups of exact strings by Willy Tarreau · 14 years ago
  28. e56cda9 [MEDIUM] acl: add ability to insert patterns in trees by Willy Tarreau · 14 years ago
  29. 2b5285d [MINOR] acl: support loading values from files by Willy Tarreau · 14 years ago
  30. 2a56c5e [BUG] don't merge anonymous ACLs ! by Willy Tarreau · 14 years ago
  31. 95fa469 [MEDIUM] add support for anonymous ACLs by Willy Tarreau · 14 years ago
  32. 8c8bd45 [MAJOR] use the new auth framework for http stats by Krzysztof Piotr Oledzki · 14 years ago
  33. f9423ae [MINOR] acl: add http_auth and http_auth_group by Krzysztof Piotr Oledzki · 14 years ago
  34. d7528e5 [MINOR] add ACL_TEST_F_NULL_MATCH by Krzysztof Piotr Oledzki · 14 years ago
  35. f1e98b8 [CLEANUP] config: use warnif_cond_requires_resp() to check for bad ACLs by Willy Tarreau · 14 years ago
  36. 2bbba41 [MINOR] acl: add build_acl_cond() to make it easier to add ACLs in config by Willy Tarreau · 14 years ago
  37. 1edb144 [BUG] restore accidentely removed line in last patch ! by Willy Tarreau · 14 years ago
  38. ac778f5 [CLEANUP] acl, patterns: make use of my_strndup() instead of malloc+memcpy by Willy Tarreau · 14 years ago
  39. 4cdd831 [MINOR] acl: don't report valid acls as potential mistakes by Krzysztof Piotr Oledzki · 15 years ago
  40. 404e8ab [MINOR] acl: detect and report potential mistakes in ACLs by Willy Tarreau · 15 years ago
  41. bede3d0 [MINOR] acl: add support for matching of RDP cookies by Emeric Brun · 15 years ago
  42. a55b7dc [BUG] default ACLs did not properly set the ->requires flag by Willy Tarreau · 15 years ago
  43. 2492d5b [MINOR] acl: add HTTP protocol detection (req_proto_http) by Willy Tarreau · 15 years ago
  44. dd64f8d [MEDIUM] acl: when possible, report the name and requirements of ACLs in warnings by Willy Tarreau · 16 years ago
  45. 0ceba5a [MEDIUM] acl: set types on all currently known ACL verbs by Willy Tarreau · 16 years ago
  46. a980263 [MEDIUM] acl: enforce ACL type checking by Willy Tarreau · 16 years ago
  47. b6fb420 [MINOR] acl: add the "wait_end" acl verb by Willy Tarreau · 16 years ago
  48. 58393e1 [MEDIUM] acl: get rid of dummy values in always_true/always_false by Willy Tarreau · 16 years ago
  49. a79534f [MEDIUM] acl: permit fetch() functions to set the result themselves by Willy Tarreau · 16 years ago
  50. c631770 [MINOR] acl: add REQ_CONTENT to the list of default acls by Willy Tarreau · 16 years ago
  51. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · 16 years ago
  52. 4a26d2f [MINOR] acl: add a new parsing function: parse_dotted_ver by Willy Tarreau · 16 years ago
  53. b686644 [MAJOR] implement tcp request content inspection by Willy Tarreau · 16 years ago
  54. 1138281 [TESTS] added test-acl.cfg to test some ACL combinations by Willy Tarreau · 16 years ago
  55. 8001d61 [MEDIUM] Fix memory freeing at exit, part 2 by Krzysztof Piotr Oledzki · 16 years ago
  56. a643baf [MEDIUM] Fix memory freeing at exit by Krzysztof Piotr Oledzki · 16 years ago
  57. 2e74c3f [MEDIUM] restrict the set of allowed characters for identifiers by Willy Tarreau · 17 years ago
  58. 8f8e645 [CLEANUP] shut warnings 'is*' macros from ctype.h on solaris by Willy Tarreau · 17 years ago
  59. a590983 [MEDIUM] acl: added the TRUE and FALSE ACLs. by Willy Tarreau · 17 years ago
  60. 16fbe82 [MEDIUM] provide default ACLs by Willy Tarreau · 17 years ago
  61. c8d7c96 [MEDIUM] acl: support '-i' to ignore case when matching by Willy Tarreau · 17 years ago
  62. 74b98a8 [BUG] negation in ACL conds was not cleared between terms by Willy Tarreau · 17 years ago
  63. 97be145 [MINOR] acl: provide a reference to the expr to fetch() by Willy Tarreau · 17 years ago
  64. bb76891 [MINOR] acl: provide the argument length for fetch functions by Willy Tarreau · 17 years ago
  65. d41f8d8 [MINOR] acl: specify the direction during fetches by Willy Tarreau · 17 years ago
  66. ae8b796 [MEDIUM] smarter integer comparison support in ACLs by Willy Tarreau · 17 years ago
  67. f3d2598 [MINOR] ACL regex matching on the URI ; uri_reg by Willy Tarreau · 17 years ago
  68. a67fad9 [MINOR] implement acl_parse_ip and acl_match_ip by Willy Tarreau · 17 years ago
  69. a84d374 [MAJOR] new framework for generic ACL support by Willy Tarreau · 17 years ago