1. 94324a4 MINOR: ssl: move ssl context init for servers from cfgparse.c to ssl_sock.c by Emeric Brun · Thu Oct 11 14:00:19 2012 +0200
  2. 92faadf MEDIUM: ssl: move "server" keyword SSL options parsing to ssl_sock.c by Willy Tarreau · Wed Oct 10 23:04:25 2012 +0200
  3. 7151633 BUG/MEDIUM: config: check-send-proxy was ignored if SSL was not builtin by Willy Tarreau · Wed Oct 10 23:01:14 2012 +0200
  4. dff5543 MEDIUM: server: move parsing of keyword "id" to server.c by Willy Tarreau · Wed Oct 10 17:51:05 2012 +0200
  5. d0d6059 MEDIUM: server: check for registered keywords when parsing unknown keywords by Willy Tarreau · Wed Oct 10 08:57:40 2012 +0200
  6. 1b6c00c BUG/MAJOR: ensure that hdr_idx is always reserved when L7 fetches are used by Willy Tarreau · Fri Oct 05 22:41:26 2012 +0200
  7. 76d8895 MINOR: ssl: add defines LISTEN_DEFAULT_CIPHERS and CONNECT_DEFAULT_CIPHERS. by Emeric Brun · Fri Oct 05 15:47:31 2012 +0200
  8. 8694b9a MINOR: ssl: add 'force-sslv3' and 'force-tlsvXX' statements on server by Emeric Brun · Fri Oct 05 14:39:07 2012 +0200
  9. 8967549 MINOR: ssl: use bit fields to store ssl options instead of one int each by Emeric Brun · Fri Oct 05 13:48:26 2012 +0200
  10. fb510ea MEDIUM: conf: rename 'cafile' and 'crlfile' statements 'ca-file' and 'crl-file' by Emeric Brun · Fri Oct 05 12:00:26 2012 +0200
  11. 9b3009b MEDIUM: conf: rename 'nosslv3' and 'notlsvXX' statements 'no-sslv3' and 'no-tlsvXX'. by Emeric Brun · Fri Oct 05 11:55:06 2012 +0200
  12. c8e8d12 MINOR: ssl: add 'crt-base' and 'ca-base' global statements. by Emeric Brun · Tue Oct 02 18:42:10 2012 +0200
  13. 0914df8 BUG/MINOR: conf: Fix 'maxsslconn' statement error if built without OPENSSL. by Emeric Brun · Tue Oct 02 18:45:42 2012 +0200
  14. e6baecf BUILD: fix build issue without USE_OPENSSL by Baptiste Assmann · Fri Oct 05 11:48:04 2012 +0200
  15. 6c16adc MEDIUM: checks: enable the PROXY protocol with health checks by Willy Tarreau · Fri Oct 05 00:04:16 2012 +0200
  16. 763a95b MEDIUM: checks: add the "check-ssl" server option by Willy Tarreau · Thu Oct 04 23:15:39 2012 +0200
  17. f150317 MAJOR: checks: completely use the connection transport layer by Willy Tarreau · Fri Sep 28 19:39:36 2012 +0200
  18. f4288ee MEDIUM: check: add the ctrl and transport layers in the server check structure by Willy Tarreau · Fri Sep 28 18:13:10 2012 +0200
  19. 1ae1b7b MEDIUM: checks: use real buffers to store requests and responses by Willy Tarreau · Fri Sep 28 15:28:30 2012 +0200
  20. 5b3a202 REORG: server: move the check-specific parts into a check subsection by Willy Tarreau · Fri Sep 28 15:01:02 2012 +0200
  21. fb56aab MAJOR: checks: make use of the connection layer to send checks by Willy Tarreau · Fri Sep 28 14:40:02 2012 +0200
  22. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · Wed Oct 03 00:19:48 2012 +0200
  23. 050536d MEDIUM: proxy: add the global frontend to the list of normal proxies by Willy Tarreau · Thu Oct 04 08:47:34 2012 +0200
  24. 8113a5d BUG/MINOR: config: use a copy of the file name in proxy configurations by Willy Tarreau · Thu Oct 04 08:01:43 2012 +0200
  25. c6678e2 MEDIUM: config: authorize frontend and listen without bind. by Emeric Brun · Mon Oct 01 17:10:30 2012 +0200
  26. c0ff492 MINOR: ssl : add statements 'notlsv11' and 'notlsv12' and rename 'notlsv1' to 'notlsv10'. by Emeric Brun · Fri Sep 28 19:37:02 2012 +0200
  27. 4b3091e MINOR: ssl: disable shared memory and locks on session cache if nbproc == 1 by Emeric Brun · Mon Sep 24 15:48:52 2012 +0200
  28. d94b3fe MEDIUM: ssl: add client certificate authentication support by Emeric Brun · Thu Sep 20 18:23:56 2012 +0200
  29. 2b58d04 MINOR: ssl: add elliptic curve Diffie-Hellman support for ssl key generation by Emeric Brun · Thu Sep 20 17:10:03 2012 +0200
  30. 3631d41 CLEANUP: config: fix typo inteface => interface by Willy Tarreau · Tue Sep 25 16:31:00 2012 +0200
  31. 173e7fb BUG/MINOR: config: check the proper pointer to report unknown protocol by Willy Tarreau · Mon Sep 24 22:47:39 2012 +0200
  32. 81796be MINOR: ssl: set the listeners' data layer to ssl during parsing by Willy Tarreau · Sat Sep 22 19:11:47 2012 +0200
  33. 4fbb228 MINOR: config: make str2listener() use memprintf() to report errors. by Willy Tarreau · Thu Sep 20 20:01:39 2012 +0200
  34. 290e63a REORG: listener: move unix perms from the listener to the bind_conf by Willy Tarreau · Thu Sep 20 18:07:14 2012 +0200
  35. 4348fad MAJOR: listeners: use dual-linked lists to chain listeners with frontends by Willy Tarreau · Thu Sep 20 16:48:07 2012 +0200
  36. 81a8117 MINOR: config: set the bind_conf entry on listeners created from a "listen" line. by Willy Tarreau · Tue Sep 18 20:52:35 2012 +0200
  37. 28a47d6 MINOR: config: pass the file and line to config keyword parsers by Willy Tarreau · Tue Sep 18 20:02:48 2012 +0200
  38. 8638f48 MEDIUM: config: enumerate full list of registered "bind" keywords upon error by Willy Tarreau · Tue Sep 18 18:01:17 2012 +0200
  39. d0a895d MEDIUM: config: move all unix-specific bind keywords to proto_uxst.c by Willy Tarreau · Tue Sep 18 17:40:35 2012 +0200
  40. 3dcc341 MEDIUM: config: move the common "bind" settings to listener.c by Willy Tarreau · Tue Sep 18 17:17:28 2012 +0200
  41. dda322d MINOR: config: improve error reporting for "bind" lines by Willy Tarreau · Tue Sep 18 16:34:09 2012 +0200
  42. 79eeafa MEDIUM: move bind SSL parsing to ssl_sock by Willy Tarreau · Fri Sep 14 07:53:05 2012 +0200
  43. 4479124 MEDIUM: config: move the "bind" TCP parameters to proto_tcp by Willy Tarreau · Wed Sep 12 23:27:21 2012 +0200
  44. 2698266 MEDIUM: listener: add a minimal framework to register "bind" keyword options by Willy Tarreau · Wed Sep 12 23:17:10 2012 +0200
  45. 88500de CLEANUP: listener: remove unused conf->file and conf->line by Willy Tarreau · Thu Sep 13 19:34:38 2012 +0200
  46. 2a65ff0 MEDIUM: config: replace ssl_conf by bind_conf by Willy Tarreau · Thu Sep 13 17:54:29 2012 +0200
  47. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · Wed Sep 12 22:58:11 2012 +0200
  48. 2e1dca8 MEDIUM: http: add "redirect scheme" to ease HTTP to HTTPS redirection by Willy Tarreau · Wed Sep 12 08:43:15 2012 +0200
  49. fc0421f MEDIUM: ssl: add support for SNI and wildcard certificates by Emeric Brun · Fri Sep 07 17:30:07 2012 +0200
  50. f5ae8f7 MEDIUM: config: centralize handling of SSL config per bind line by Willy Tarreau · Fri Sep 07 16:58:00 2012 +0200
  51. 50acaaa MINOR: config: make the tasks "nice" value configurable on "bind" lines. by Willy Tarreau · Thu Sep 06 14:26:36 2012 +0200
  52. 403edff MEDIUM: config: implement maxsslconn in the global section by Willy Tarreau · Thu Sep 06 11:58:37 2012 +0200
  53. 32368ce MEDIUM: config: support per-listener backlog and maxconn by Willy Tarreau · Thu Sep 06 11:10:55 2012 +0200
  54. e566ecb MEDIUM: ssl: add support for prefer-server-ciphers option by David BERARD · Tue Sep 04 15:15:13 2012 +0200
  55. c230b8b MEDIUM: config: add "nosslv3" and "notlsv1" on bind and server lines by Willy Tarreau · Mon Sep 03 23:55:16 2012 +0200
  56. d7aacbf MEDIUM: config: add a "ciphers" keyword to set SSL cipher suites by Willy Tarreau · Mon Sep 03 23:34:19 2012 +0200
  57. fc32aca MINOR: ssl add global setting tune.sslcachesize to set SSL session cache size. by Emeric Brun · Mon Sep 03 12:10:29 2012 +0200
  58. aa35f1f MEDIUM: ssl: replace OpenSSL's session cache with the shared cache by Emeric Brun · Mon Sep 03 11:53:36 2012 +0200
  59. fbac663 MINOR: ssl: disable TCP quick-ack by default on SSL listeners by Willy Tarreau · Mon Sep 03 22:33:40 2012 +0200
  60. e1f38db MEDIUM: ssl: protect against client-initiated renegociation by Emeric Brun · Mon Sep 03 20:36:47 2012 +0200
  61. 01f8e2f MEDIUM: config: add support for the 'ssl' option on 'server' lines by Emeric Brun · Fri May 18 16:02:00 2012 +0200
  62. 6e15929 MEDIUM: config: add the 'ssl' keyword on 'bind' lines by Emeric Brun · Fri May 18 16:32:13 2012 +0200
  63. 22cda21 MAJOR: connection: make the PROXY decoder a handshake handler by Willy Tarreau · Fri Aug 31 17:43:29 2012 +0200
  64. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · Fri Aug 24 19:22:53 2012 +0200
  65. c578891 CLEANUP: connection: split sock_ops into data_ops, app_cp and si_ops by Willy Tarreau · Fri Aug 24 18:12:41 2012 +0200
  66. 75bf2c9 REORG: sock_raw: rename the files raw_sock* by Willy Tarreau · Mon Aug 20 17:01:35 2012 +0200
  67. da92e2f REORG/MINOR: checks: put a struct connection into the server by Willy Tarreau · Fri Jul 06 09:40:59 2012 +0200
  68. 801a0a3 DOC: fix name for "option independant-streams" by Jamie Gloudon · Sat Aug 25 00:18:33 2012 -0400
  69. eb2c24a MINOR: checks: add on-marked-up option by Justin Karneges · Thu May 24 15:28:52 2012 -0700
  70. 39b0665 BUG/MINOR: commit 196729ef used wrong condition resulting in freeing constants by Willy Tarreau · Fri Jun 01 10:58:06 2012 +0200
  71. 4992dd2 MINOR: http: add support for "httponly" and "secure" cookie attributes by Willy Tarreau · Thu May 31 21:02:17 2012 +0200
  72. b5ba17e BUG/MINOR: config: do not report twice the incompatibility between cookie and non-http by Willy Tarreau · Thu May 31 20:43:11 2012 +0200
  73. 6740213 REORG/MINOR: use dedicated proxy flags for the cookie handling by Willy Tarreau · Thu May 31 20:40:20 2012 +0200
  74. 99a7ca2 BUG/MINOR: log: don't report logformat errors in backends by Willy Tarreau · Thu May 31 19:39:23 2012 +0200
  75. 196729e BUG/MINOR: fix option httplog validation with TCP frontends by Willy Tarreau · Thu May 31 19:30:26 2012 +0200
  76. d88fd82 MEDIUM: protocol: add a pointer to struct sock_ops to the listener struct by Emeric Brun · Fri May 18 18:30:29 2012 +0200
  77. 7af4605 BUG/MAJOR: trash must always be the size of a buffer by David du Colombier · Wed May 16 14:16:48 2012 +0200
  78. ce887fd MEDIUM: session: add support for tunnel timeouts by Willy Tarreau · Sat May 12 12:50:00 2012 +0200
  79. d02394b MEDIUM: stream_interface: derive the socket operations from the target by Willy Tarreau · Fri May 11 18:32:18 2012 +0200
  80. b950959 CLEANUP: auth: make the code build again with DEBUG_AUTH by Willy Tarreau · Thu May 10 23:25:35 2012 +0200
  81. 0a3dd74 MEDIUM: cfgparse: use the new error reporting framework for remaining cfg_keywords by Willy Tarreau · Tue May 08 19:47:01 2012 +0200
  82. a93c74b MEDIUM: cfgparse: make backend_parse_balance() use memprintf to report errors by Willy Tarreau · Tue May 08 18:14:39 2012 +0200
  83. f4068b6 MINOR: cfgparse: use a common errmsg pointer for all parsers by Willy Tarreau · Tue May 08 17:37:49 2012 +0200
  84. 26d8c59 REORG/MEDIUM: replace stream interface protocol functions by a proto pointer by Willy Tarreau · Mon May 07 18:12:14 2012 +0200
  85. cd3b094 REORG: rename "pattern" files by Willy Tarreau · Fri Apr 27 21:52:18 2012 +0200
  86. 1278578 REORG: use the name "sample" instead of "pattern" to designate extracted data by Willy Tarreau · Fri Apr 27 21:37:17 2012 +0200
  87. b7451bb MEDIUM: acl: report parsing errors to the caller by Willy Tarreau · Fri Apr 27 12:38:15 2012 +0200
  88. 32a6f2e MEDIUM: acl/pattern: use the same direction scheme by Willy Tarreau · Wed Apr 25 10:13:36 2012 +0200
  89. 5e19a28 MINOR: log: log-format: usable without httplog and tcplog by William Lallemand · Mon Apr 02 16:22:10 2012 +0200
  90. a73203e MEDIUM: log: Unique ID by William Lallemand · Mon Mar 12 12:48:57 2012 +0100
  91. 1d70556 MEDIUM: log: split of log_format generation by William Lallemand · Mon Mar 12 12:46:41 2012 +0100
  92. 4a5cade MEDIUM: session: implement the "use-server" directive by Willy Tarreau · Thu Apr 05 21:09:48 2012 +0200
  93. 9a54e13 MINOR: config: disable header captures in TCP mode and complain by Willy Tarreau · Sat Mar 24 08:33:05 2012 +0100
  94. bddd4fd MEDIUM: log: use log_format for mode tcplog by William Lallemand · Mon Feb 27 11:23:10 2012 +0100
  95. f09c660 MEDIUM: backend: add the 'first' balancing algorithm by Willy Tarreau · Mon Feb 13 17:12:08 2012 +0100
  96. 3ebb116 MINOR: backend: rework the LC definition to support other connection-based algos by Willy Tarreau · Mon Feb 13 16:57:44 2012 +0100
  97. ff67813 MINOR: config: emit a warning when 'default_backend' masks servers by Willy Tarreau · Mon Feb 13 14:32:34 2012 +0100
  98. 723b73a MINOR: config: Parse the string of the log-format config keyword by William Lallemand · Wed Feb 08 16:37:49 2012 +0100
  99. 8b15ba1 MEDIUM: improve config check return codes by Willy Tarreau · Thu Feb 02 17:48:18 2012 +0100
  100. 6f9b003 BUG: fix double free in peers config error path by Willy Tarreau · Thu Feb 02 17:06:13 2012 +0100