Merge date | Subject - Severity (minor, medium, major, critical) |
2020-07-30 | BUG/MINOR: tcp-rules: Set the inspect-delay when a tcp-response action yields |
2020-07-23 | BUG/MEDIUM: dns: Release answer items when a DNS resolution is freed |
2020-07-23 | BUG/MEDIUM: mux-h2: Emit an error if the response chunk formatting is incomplete |
2020-07-23 | BUG/MINOR: cfgparse: don't increment linenum on incomplete lines |
2020-07-17 | BUG/MEDIUM: channel: Be aware of SHUTW_NOW flag when output data are peeked |
2020-07-17 | BUG/MEDIUM: mux-h1: Continue to process request when switching in tunnel mode |
2020-07-17 | BUG/MINOR: sample: Free str.area in smp_check_const_meth |
2020-07-17 | BUG/MINOR: sample: Free str.area in smp_check_const_bool |
2020-07-17 | BUG/MINOR: backend: Remove CO_FL_SESS_IDLE if a client remains on the last server |
2020-07-17 | BUG/MINOR: http_act: don't check capture id in backend (2) |
2020-07-17 | BUG/MINOR: proxy: always initialize the trash in show servers state |
2020-07-17 | BUG/MINOR: proxy: fix dump_server_state()'s misuse of the trash |
2020-07-17 | BUG/MEDIUM: pattern: Add a trailing \0 to match strings only if possible |
2020-07-17 | BUG/MEDIUM: fetch: Fix hdr_ip misparsing IPv4 addresses due to missing NUL |
2020-07-17 | BUG/MINOR: spoe: correction of setting bits for analyzer |
2020-07-17 | BUG/MINOR: systemd: Wait for network to be online |
2020-07-17 | BUG/MINOR: mworker/cli: fix semicolon escaping in master CLI |
2020-07-17 | BUG/MINOR: mworker/cli: fix the escaping in the master CLI |
2020-07-17 | BUG/MINOR: cli: allow space escaping on the CLI |
2020-07-17 | BUG/MINOR: spoe: add missing key length check before checking key names |
2020-07-17 | BUG/MEDIUM: ebtree: use a byte-per-byte memcmp() to compare memory blocks |
2020-07-17 | BUG/MINOR: tcp-rules: tcp-response must check the buffer's fullness |
2020-07-17 | BUG/MINOR: ssl: fix ssl-{min,max}-ver with openssl < 1.1.0 |
2020-07-17 | BUG/MEDIUM: pattern: fix thread safety of pattern matching |
2020-07-17 | BUG/MINOR: mworker: fix a memleak when execvp() failed |
2020-07-17 | BUG/MEDIUM: mworker: fix the reload with an -- option |
2020-07-17 | BUG/MINOR: init: -S can have a parameter starting with a dash |
2020-07-17 | BUG/MINOR: init: -x can have a parameter starting with a dash |
2020-07-17 | BUG/MEDIUM: mworker: fix the copy of options in copy_argv() |
2020-06-05 | BUG/MINOR: proto-http: Fix detection of NTLM for the legacy HTTP version |
2020-06-05 | BUG/MEDIUM: logs: fix trailing zeros on log message. |
2020-06-05 | BUG/MINOR: logs: prevent double line returns in some events. |
2020-06-05 | BUG/MEDIUM: hlua: Lock pattern references to perform set/add/del operations |
2020-06-05 | BUG/MEDIUM: lua: Reset analyse expiration timeout before executing a lua action |
2020-06-05 | BUG/MINOR: peers: fix internal/network key type mapping. |
2020-06-05 | BUG/MINOR: nameservers: fix error handling in parsing of resolv.conf |
2020-06-05 | BUG/MINOR: lua: Add missing string length for lua sticktable lookup |
2020-06-05 | BUG/MINOR: server: Fix server_finalize_init() to avoid unused variable |
2020-06-05 | BUG/MINOR: checks: Respect check-ssl param when a port or an addr is specified |
2020-06-05 | BUG/MINOR: cache: Don't needlessly test "cache" keyword in parse_cache_flt() |
2020-06-05 | BUG/MINOR: pollers: remove uneeded free in global init |
2020-06-05 | BUG/MINOR: pools: use %u not %d to report pool stats in "show pools" |
2020-06-05 | BUG/MINOR: cfgparse: Abort parsing the current line if an invalid \x sequence is encountered |
2020-06-05 | BUG/MEDIUM: http_ana: make the detection of NTLM variants safer |
2020-06-05 | BUG/MINOR: http-ana: fix NTLM response parsing again |
2020-06-05 | BUG/MINOR: config: Make use_backend and use-server post-parsing less obscur |
2020-06-05 | BUG/MINOR: threads: fix multiple use of argument inside HA_ATOMIC_UPDATE_{MIN,MAX}() |
2020-06-05 | BUG/MINOR: threads: fix multiple use of argument inside HA_ATOMIC_CAS() |
2020-06-05 | BUG/MINOR: sample: Set the correct type when a binary is converted to a string |
2020-06-05 | BUG/MEDIUM: ssl: fix the id length check within smp_fetch_ssl_fc_session_id() |
2020-06-05 | BUG/MINOR: checks: Remove a warning about http health checks |
2020-06-05 | BUG/MINOR: checks: Compute the right HTTP request length for HTTP health checks |
2020-06-05 | BUG/MEDIUM: checks: Always initialize checks before starting them |
2020-06-05 | BUG/MINOR: checks/server: use_ssl member must be signed |
2020-06-05 | BUG/MEDIUM: server/checks: Init server check during config validity check |
2020-06-05 | Revert "BUG/MINOR: connection: make sure to correctly tag local PROXY connections" |
2020-06-05 | BUG/MEDIUM: backend: don't access a non-existing mux from a previous connection |
2020-06-05 | BUG/MEDIUM: shctx: bound the number of loops that can happen around the lock |
2020-06-05 | BUG/MEDIUM: shctx: really check the lock's value while waiting |
2020-06-05 | BUG/MEDIUM: sample: make the CPU and latency sample fetches check for a stream |
2020-06-05 | BUG/MEDIUM: http: the "unique-id" sample fetch could crash without a steeam |
2020-06-05 | BUG/MEDIUM: http: the "http_first_req" sample fetch could crash without a steeam |
2020-06-05 | BUG/MEDIUM: capture: capture.{req,res}.* crash without a stream |
2020-06-05 | BUG/MEDIUM: capture: capture-req/capture-res converters crash without a stream |
2020-06-05 | BUG/MINOR: checks: chained expect will not properly wait for enough data |
2020-06-05 | BUG/MINOR: checks: Respect the no-check-ssl option |
2020-06-05 | BUG/MINOR: check: Update server address and port to execute an external check |
2020-06-05 | BUG/MINOR: http: make url_decode() optionally convert '+' to SP |
2020-06-05 | BUG/MINOR: tools: fix the i386 version of the div64_32 function |
2020-06-05 | BUG/MEDIUM: http-ana: Handle NTLM messages correctly. |
2020-06-05 | BUG/MINOR: ssl: default settings for ssl server options are not used |
2020-04-02 | BUG/CRITICAL: hpack: never index a header into the headroom after wrapping |
2020-04-01 | BUG/MINOR: http-ana: Reset request analysers on error when waiting for response |
2020-04-01 | BUG/MINOR: filters: Forward everything if no data filters are called |
2020-04-01 | BUG/MINOR: filters: Use filter offset to decude the amount of forwarded data |
2020-04-01 | BUG/MINOR: http_ana: make sure redirect flags don't have overlapping bits |
2020-04-01 | BUG/MEDIUM: http: unbreak redirects in legacy mode |
2020-04-01 | BUG/MINOR: stats: Fix color of draining servers on stats page |
2020-04-01 | BUG/MINOR: peers: avoid an infinite loop with peers_fe is NULL |
2020-04-01 | BUG/MINOR: peers: init bind_proc to 1 if it wasn't initialized |
2020-04-01 | BUG/MINOR: connections: Make sure we free the connection on failure. |
2020-04-01 | BUG/MINOR: haproxy: always initialize sleeping_thread_mask |
2020-04-01 | BUG/MINOR: rules: Increment be_counters if backend is assigned for a silent-drop |
2020-04-01 | BUG/MINOR: rules: Preserve FLT_END analyzers on silent-drop action |
2020-04-01 | BUG/MINOR: http-rules: Fix a typo in the reject action function |
2020-04-01 | BUG/MINOR: http-rules: Preserve FLT_END analyzers on reject action |
2020-04-01 | BUG/MINOR: lua: Ignore the reserve to know if a channel is full or not |
2020-04-01 | BUG/MINOR: http-ana: Reset request analysers on a response side error |
2020-04-01 | BUG/MAJOR: proxy_protocol: Properly validate TLV lengths |
2020-04-01 | BUG/MAJOR: list: fix invalid element address calculation |
2020-04-01 | BUG/MINOR: dns: ignore trailing dot |
2020-04-01 | BUG/MINOR: sample: Make sure to return stable IDs in the unique-id fetch |
2020-04-01 | BUG/MINOR: connection: make sure to correctly tag local PROXY connections |
2020-04-01 | BUG/MEDIUM: ssl: fix several bad pointer aliases in a few sample fetch functions |
2020-04-01 | BUG/MINOR: sample: fix the json converter's endian-sensitivity |
2020-04-01 | BUG/MEDIUM: ebtree: don't set attribute packed without unaligned access support |
2020-04-01 | BUG/MEDIUM: shctx: make sure to keep all blocks aligned |
2020-02-21 | BUG/MAJOR: http-ana: Always abort the request when a tarpit is triggered |
2020-02-21 | BUG/MINOR: http-ana: Matching on monitor-uri should be case-sensitive |
2020-02-21 | BUG/MINOR: filters: Count HTTP headers as filtered data but don't forward them |
2020-02-21 | BUG/MINOR: namespace: avoid closing fd when socket failed in my_socketat |