Merge date | Subject - Severity (minor, medium, major, critical) |
2024-04-04 | BUG/MEDIUM: spoe: Don't rely on stream's expiration to detect processing timeout |
2024-04-04 | BUG/MINOR: backend: properly handle redispatch 0 |
2024-04-04 | BUG/MINOR: server: 'source' interface ignored from 'default-server' directive |
2024-04-04 | BUG/MINOR: session: ensure conn owner is set after insert into session |
2024-04-04 | BUG/MEDIUM: spoe: Return an invalid frame on recv if size is too small |
2024-04-04 | BUG/MINOR: cfgparse: report proper location for log-format-sd errors |
2024-04-04 | BUG/MINOR: hlua: Fix log level to the right value when set via TXN:set_loglevel |
2024-04-04 | BUG/MAJOR: ssl_sock: Always clear retry flags in read/write functions |
2024-04-04 | BUG/MEDIUM: h1: always reject the NUL character in header values |
2024-04-04 | BUG/MINOR: h1-htx: properly initialize the err_pos field |
2024-04-04 | BUG/MEDIUM: pool: fix rare risk of deadlock in pool_flush() |
2024-04-04 | BUG/MEDIUM: cli: some err/warn msg dumps add LR into CSV output on stat's CLI |
2024-04-04 | BUG/MEDIUM: spoe: Never create new spoe applet if there is no server up |
2024-04-04 | BUG/MEDIUM: mux-h2: Report too large HEADERS frame only when rxbuf is empty |
2023-12-15 | BUG/MINOR: startup: set GTUNE_SOCKET_TRANSFER correctly |
2023-12-15 | BUG/MINOR: sample: Make the `word` converter compatible with `-m found` |
2023-12-15 | BUG/MINOR: stick-table/cli: Check for invalid ipv4 key |
2023-12-15 | BUG/MINOR: cfgparse/stktable: fix error message on stktable_init() failure |
2023-12-15 | BUG/MINOR: stktable: missing free in parse_stick_table() |
2023-12-15 | BUG/MEDIUM: ssl: segfault when cipher is NULL |
2023-12-15 | BUG/MINOR: ssl: suboptimal certificate selection with TLSv1.3 and dual ECDSA/RSA |
2023-12-15 | BUG/MINOR: mux-h2: commit the current stream ID even on reject |
2023-12-15 | BUG/MEDIUM: peers: Be sure to always refresh recconnect timer in sync task |
2023-12-15 | BUG/MEDIUM: mux-h2: Don't report an error on shutr if a shutw is pending |
2023-12-15 | BUG/MEDIUM: actions: always apply a longest match on prefix lookup |
2023-12-15 | BUG/MINOR: hlua_fcn: potentially unsafe stktable_data_ptr usage |
2023-12-15 | BUG/MINOR: hlua: fix invalid use of lua_pop on error paths |
2023-12-15 | BUG/MINOR: freq_ctr: fix possible negative rate with the scaled API |
2023-12-15 | BUG/MEDIUM: hlua: don't pass stale nargs argument to lua_resume() |
2023-08-16 | BUG/MINOR: http: skip leading zeroes in content-length values |
2023-08-16 | BUG/MINOR: h2: reject more chars from the :path pseudo header |
2023-08-16 | BUG/MINOR: h1: do not accept '#' as part of the URI component |
2023-08-16 | BUG/MAJOR: http: reject any empty content-length header value |
2023-08-16 | BUG/MAJOR: http-ana: Get a fresh trash buffer for each header value replacement |
2023-08-16 | BUG/MINOR: chunk: fix chunk_appendf() to not write a zero if buffer is full |
2023-08-16 | BUG/MINOR: http: Return the right reason for 302 |
2023-08-16 | BUG/MINOR: sample: Fix wrong overflow detection in add/sub conveters |
2023-08-16 | BUG/MEDIUM: mworker: increase maxsock with each new worker |
2023-08-16 | BUG/MINOR: namespace: missing free in netns_sig_stop() |
2023-08-16 | BUG/MINOR: server: inherit from netns in srv_settings_cpy() |
2023-08-16 | BUG/MINOR: proxy: add missing interface bind free in free_proxy |
2023-08-16 | BUG/MINOR: cfgparse-tcp: leak when re-declaring interface from bind line |
2023-06-06 | BUG/MINOR: spoe: Only skip sending new frame after a receive attempt |
2023-05-26 | BUG/MINOR: server: don't use date when restoring last_change from state file |
2023-05-26 | BUG/MINOR: server: don't miss server stats update on server state transitions |
2023-05-26 | BUG/MINOR: server: don't miss proxy stats update on server state transitions |
2023-05-26 | BUG/MINOR: server: incorrect report for tracking servers leaving drain |
2023-05-26 | BUG/MEDIUM: spoe: Don't start new applet if there are enough idle ones |
2023-05-26 | BUG/MINOR: debug: do not emit empty lines in thread dumps |
2023-05-26 | BUG/MEDIUM: filters: Don't deinit filters for disabled proxies during startup |
2023-05-26 | BUG/MINOR: proxy: missing free in free_proxy for redirect rules |
2023-05-26 | BUG/MINOR: log: fix memory error handling in parse_logsrv() |
2023-05-26 | BUG/MINOR: hlua: unsafe hlua_lua2smp() usage |
2023-05-26 | BUG/MINOR: tcp-rules: Don't shortened the inspect-delay when EOI is set |
2023-05-26 | BUG/MEDIUM: mux-h1: do not refrain from signaling errors after end of input |
2023-05-22 | BUG/MINOR: mux-h1: Account consumed output data on synchronous connection error |
2023-05-22 | BUG/MEDIUM: mux-h1: Handle connection error after a synchronous send |
2023-05-17 | BUG/MINOR: checks: postpone the startup of health checks by the boot time |
2023-04-24 | BUG/MINOR: mux-h2: make sure to produce a log on invalid requests |
2023-04-24 | BUG/MEDIUM: Update read expiration date on synchronous send |
2023-04-24 | BUG/MEDIUM: mux-h1: Wakeup H1C on shutw if there is no I/O subscription |
2023-04-24 | BUG/MEDIUM: mux-h2: erase h2c->wait_event.tasklet on error path |
2023-04-24 | BUG/MEDIUM: spoe: Don't set the default traget for the SPOE agent frontend |
2023-04-24 | BUG/MINOR: mux-h2: make sure the h2c task exists before refreshing it |
2023-04-24 | BUG/MINOR: ssl: Use 'date' instead of 'now' in ocsp stapling callback |
2023-04-24 | BUG/MINOR: mworker: prevent incorrect values in uptime |
2023-04-24 | BUG/MEDIUM: mworker: don't register mworker_accept_wrapper() when master FD is wrong |
2023-02-14 | BUG/CRITICAL: http: properly reject empty http header field names |
2023-02-13 | BUG/MEDIUM: cache: use the correct time reference when comparing dates |
2023-02-13 | BUG/MEDIUM: stick-table: do not leave entries in end of window during purge |
2023-02-13 | BUG/MEDIUM: ssl: wrong eviction from the session cache tree |
2023-02-13 | BUG/MINOR: http-ana: make set-status also update txn->status |
2023-02-13 | BUG/MINOR: http-fetch: Don't block HTTP sample fetch eval in HTTP_MSG_ERROR state |
2023-02-13 | BUG/MINOR: promex: Don't forget to consume the request on error |
2023-02-13 | BUG/MINOR: resolvers: Wait the resolution execution for a do_resolv action |
2023-01-20 | BUG/MAJOR: buf: Fix copy of wrapping output data when a buffer is realigned |
2023-01-20 | BUG/MINOR: pool/stats: Use ullong to report total pool usage in bytes in stats |
2023-01-20 | BUG/MEDIUM: mux-h2: Refuse interim responses with end-stream flag set |
2023-01-20 | BUG/MEDIUM: resolvers: Use tick_first() to update the resolvers task timeout |
2023-01-20 | BUG/MEDIUM: mworker: fix segv in early failure of mworker mode with peers |
2023-01-20 | BUG/MINOR: ssl: Fix potential overflow |
2023-01-20 | BUG/MEDIUM: ssl: Verify error codes can exceed 63 |
2022-11-28 | BUG/MEDIUM: peers: messages about unkown tables not correctly ignored |
2022-11-28 | BUG/MINOR: http_ana/txn: don't re-initialize txn and req var lists |
2022-11-28 | BUG/MEDIUM: listener: Fix race condition when updating the global mngmt task |
2022-11-25 | BUG/MEDIUM: stick-table: fix a race condition when updating the expiration task |
2022-10-25 | BUG/MAJOR: stick-table: don't process store-response rules for applets |
2022-10-25 | BUG/MAJOR: stick-tables: do not try to index a server name for applets |
2022-10-25 | BUG/MINOR: http-fetch: Update method after a prefetch in smp_fetch_meth() |
2022-10-25 | BUG/MEDIUM: lua: handle stick table implicit arguments right. |
2022-09-20 | BUG/MINOR: log: improper behavior when escaping log data |
2022-09-20 | BUG/MEDIUM: captures: free() an error capture out of the proxy lock |
2022-09-20 | BUG/MEDIUM: proxy: ensure pause_proxy() and resume_proxy() own PROXY_LOCK |
2022-09-20 | BUG/MINOR: signals/poller: ensure wakeup from signals |
2022-09-20 | BUG/MINOR: signals/poller: set the poller timeout to 0 when there are signals |
2022-09-20 | BUG/MINOR: h1: Support headers case adjustment for TCP proxies |
2022-08-30 | BUG/MEDIUM: peers: Don't start resync on reload if local peer is not up-to-date |
2022-08-30 | BUG/MEDIUM: peers: Don't use resync timer when local resync is in progress |
2022-08-30 | BUG/MEDIUM: peers: Add connect and server timeut to peers proxy |
2022-08-30 | BUG/MEDIUM: spoe: Properly update streams waiting for a ACK in async mode |
2022-08-30 | BUG/MINOR: resolvers: return the correct value in resolvers_finalize_config() |
2022-08-30 | BUG/MEDIUM: mux-h2: do not fiddle with ->dsi to indicate demux is idle |
2022-08-30 | BUG/MEDIUM: proxy: Perform a custom copy for default server settings |
2022-08-30 | BUG/MINOR: peers: Use right channel flag to consider the peer as connected |
2022-08-30 | BUG/MEDIUM: peers: limit reconnect attempts of the old process on reload |
2022-08-25 | BUG/MINOR: ssl: free the fields in srv->ssl_ctx |
2022-07-27 | BUG/MINOR: sockpair: wrong return value for fd_send_uxst() |
2022-07-27 | BUG/MINOR: backend: Fallback on RR algo if balance on source is impossible |
2022-07-27 | BUG/MINOR: peers: fix possible NULL dereferences at config parsing |
2022-07-27 | BUG/MINOR: peers/config: always fill the bind_conf's argument |
2022-07-27 | BUG/MINOR: http-fetch: Use integer value when possible in "method" sample fetch |
2022-07-27 | BUG/MINOR: http-ana: Set method to HTTP_METH_OTHER when an HTTP txn is created |
2022-07-27 | BUG/MINOR: server: do not enable DNS resolution on disabled proxies |
2022-06-13 | BUG/MINOR: conn_stream: do not confirm a connection from the frontend path |
2022-06-07 | BUG/MEDIUM: sample: Fix adjusting size in word converter |
2022-06-07 | BUG/MEDIUM: peers: prevent unitialized multiple listeners on peers section |
2022-06-07 | BUG/MEDIUM: peers: fix segfault using multiple bind on peers sections |
2022-06-07 | BUG/MEDIUM: http: Properly reject non-HTTP/1.x protocols |
2022-06-07 | BUG/MINOR: peers: fix error reporting of "bind" lines |
2022-05-13 | BUG/MINOR: ssl: fix build on development versions of openssl-1.1.x |
2022-05-13 | BUG/MEDIUM: wdt: don't trigger the watchdog when p is unitialized |
2022-05-13 | BUG/MINOR: server: Make SRV_STATE_LINE_MAXLEN value from 512 to 2kB (2000 bytes). |
2022-05-13 | BUG/MINOR: map/cli: make sure patterns don't vanish under "show map"'s init |
2022-05-13 | BUG/MINOR: map/cli: protect the backref list during "show map" errors |
2022-05-13 | BUG/MEDIUM: cli: make "show cli sockets" really yield |
2022-05-13 | BUG/MINOR: mux-h2: mark the stream as open before processing it not after |
2022-05-13 | BUG/MINOR: pools: make sure to also destroy shared pools in pool_destroy_all() |
2022-05-13 | BUG/MINOR: cache: Disable cache if applet creation fails |
2022-05-13 | BUG/MEDIUM: compression: Don't forget to update htx_sl and http_msg flags |
2022-05-13 | BUG/MEDIUM: mux-h1: Don't request more room on partial trailers |
2022-05-13 | BUG/MINOR: mux-h2: use timeout http-request as a fallback for http-keep-alive |
2022-05-13 | BUG/MINOR: mux-h2: do not use timeout http-keep-alive on backend side |
2022-05-13 | BUG/MINOR: cache: do not display expired entries in "show cache" |
2022-05-13 | BUG/MINOR: mux-h2: do not send GOAWAY if SETTINGS were not sent |
2022-05-13 | BUG/MEDIUM: http-act: Don't replace URI if path is not found or invalid |
2022-05-13 | BUG/MAJOR: mux_pt: always report the connection error to the conn_stream |
2022-05-13 | BUG/MEDIUM: mux-h2: make use of http-request and keep-alive timeouts |
2022-05-13 | BUG/MEDIUM: stream-int: do not rely on the connection error once established |
2022-05-13 | BUG/MINOR: tools: url2sa reads too far when no port nor path |
2022-05-13 | BUG/MEDIUM: mux-h1: only turn CO_FL_ERROR to CS_FL_ERROR with empty ibuf |
2022-05-11 | BUG/MAJOR: dns: multi-thread concurrency issue on UDP socket |
2022-04-11 | Revert "BUG/MAJOR: mux-pt: Always destroy the backend connection on detach" |
2022-03-25 | BUG/MINOR: tools: fix url2sa return value with IPv4 |
2022-03-14 | BUG/MINOR: stream: make the call_rate only count the no-progress calls |
2022-03-14 | BUG/MAJOR: mux-pt: Always destroy the backend connection on detach |
2022-03-14 | BUG/MEDIUM: mcli: Properly handle errors and timeouts during reponse processing |
2022-03-14 | DEBUG: cache: Update underlying buffer when loading HTX message in cache applet |
2022-03-14 | BUG/MINOR: promex: Set conn-stream/channel EOI flags at the end of request |
2022-03-14 | BUG/MINOR: cache: Set conn-stream/channel EOI flags at the end of request |
2022-03-14 | BUG/MINOR: stats: Set conn-stream/channel EOI flags at the end of request |
2022-03-14 | BUG/MINOR: hlua: Set conn-stream/channel EOI flags at the end of request |
2022-03-14 | BUG/MINOR: cli: shows correct mode in "show sess" |
2022-03-01 | BUG/MAJOR: sched: prevent rare concurrent wakeup of multi-threaded tasks |
2022-03-01 | BUG/MEDIUM: stream: Abort processing if response buffer allocation fails |
2022-03-01 | BUG/MAJOR: mux-h2: Be sure to always report HTX parsing error to the app layer |
2022-03-01 | BUG/MEDIUM: mux-h1: Don't wake h1s if mux is blocked on lack of output buffer |
2022-03-01 | BUG/MINOR: tools: url2sa reads ipv4 too far |
2022-03-01 | BUG/MINOR: mailers: negotiate SMTP, not ESMTP |
2022-03-01 | BUG/MEDIUM: resolvers: Really ignore trailing dot in domain names |
2022-03-01 | BUG/MINOR: mworker: fix a FD leak of a sockpair upon a failed reload |
2022-03-01 | BUG/MEDIUM: mworker: close unused transferred FDs on load failure |
2022-03-01 | BUG/MAJOR: spoe: properly detach all agents when releasing the applet |
2022-03-01 | BUG/MAJOR: http/htx: prevent unbounded loop in http_manage_server_side_cookies |
2022-03-01 | BUG/MINOR: mworker: does not erase the pidfile upon reload |
2022-03-01 | BUG/MEDIUM: mworker: don't lose the stats socket on failed reload |
2022-03-01 | BUG/MEDIUM: mcli: always realign wrapping buffers before parsing them |
2022-03-01 | BUG/MEDIUM: mcli: do not try to parse empty buffers |
2022-03-01 | BUG/MINOR: cli: avoid O(bufsize) parsing cost on pipelined commands |
2022-01-26 | BUG/MEDIUM: htx: Adjust length to add DATA block in an empty HTX buffer |
2022-01-26 | BUG/MEDIUM: cli: Never wait for more data on client shutdown |
2022-01-19 | BUG/MEDIUM: mworker: don't use _getsocks in wait mode |
2022-01-19 | BUG/MEDIUM: http-ana: Preserve response's FLT_END analyser on L7 retry |
2022-01-19 | BUG/MINOR: cli: fix _getsocks with musl libc |
2022-01-19 | BUG/MINOR: http: fix recent regression on authorization in legacy mode |
2022-01-13 | Revert "BUG/MEDIUM: resolvers: always check a valid item in query_list" |
2021-12-24 | BUG/MINOR: backend: restore the SF_SRV_REUSED flag original purpose |
2021-12-24 | BUG/MINOR: backend: do not set sni on connection reuse |
2021-12-24 | BUG/MEDIUM: mworker/cli: crash when trying to access an old PID in prompt mode |
2021-12-24 | BUG/MEDIUM: cli: Properly set stream analyzers to process one command at a time |
2021-12-09 | CI: Fix DEBUG_STRICT definition for Coverity |
2021-11-30 | BUG/MEDIUM: ssl: abort with the correct SSL error when SNI not found |
2021-11-26 | BUG/MINOR: shctx: do not look for available blocks when the first one is enough |
2021-11-26 | BUG/MEDIUM: shctx: leave the block allocator when enough blocks are found |
2021-11-26 | BUG/MEDIUM: mux-h2: always process a pending shut read |
2021-11-26 | BUG/MEDIUM: ssl: backend TLS resumption with sni and TLSv1.3 |
2021-11-26 | BUG/MINOR: stick-table/cli: Check for invalid ipv6 key |
2021-11-26 | BUG/MEDIUM: connection: make cs_shutr/cs_shutw//cs_close() idempotent |
2021-11-26 | BUG/MINOR: mux-h2: Fix H2_CF_DEM_SHORT_READ value |
2021-11-26 | BUG/MINOR: mworker: doesn't launch the program postparser |
2021-11-26 | BUG/MEDIUM: conn-stream: Don't reset CS flags on close |
2021-11-26 | BUG/MINOR: http-ana: Apply stop to the current section for http-response rules |
2021-11-26 | BUG/MEDIUM: mux-h1: Fix H1C_F_ST_SILENT_SHUT value |
2021-11-22 | BUG/MEDIUM: stream-int: Defrag HTX message in si_cs_recv() if necessary |
2021-11-22 | BUG/MINOR: tcpcheck: Improve LDAP response parsing to fix LDAP check |
2021-11-22 | BUG/MINOR: http: Authorization value can have multiple spaces after the scheme |
2021-11-22 | BUG/MEDIUM: http-ana: Drain request data waiting the tarpit timeout expiration |
2021-11-22 | BUG/MEDIUM: mux-h1: Perform a connection shutdown when the h1c is released |
2021-11-22 | BUG/MINOR: mux-h1: Save shutdown mode if the shutdown is delayed |
2021-11-22 | BUG/MINOR: mux-h2: do not prevent from sending a final GOAWAY frame |
2021-11-22 | BUG/MEDIUM: resolvers: always check a valid item in query_list |
2021-11-22 | BUG/MEDIUM: resolvers: use correct storage for the target address |
2021-11-22 | BUG/MEDIUM: resolvers: fix truncated TLD consecutive to the API fix |
2021-11-22 | BUG/MINOR: resolvers: do not reject host names of length 255 in SRV records |
2021-11-22 | BUG/MEDIUM: resolver: make sure to always use the correct hostname length |
2021-11-22 | BUG/MEDIUM: sample: properly verify that variables cast to sample |
2021-11-22 | BUG/MEDIUM: stream: Keep FLT_END analyzers if a stream detects a channel error |
2021-11-22 | BUG/MEDIUM: mux_h2: Handle others remaining read0 cases on partial frames |
2021-11-22 | BUG/MEDIUM: http-ana: Clear request analyzers when applying redirect rule |
2021-11-22 | BUG/MEDIUM: filters: Fix a typo when a filter is attached blocking the release |
2021-11-22 | BUG/MINOR: filters: Set right FLT_END analyser depending on channel |
2021-11-22 | BUG/MINOR: filters: Always set FLT_END analyser when CF_FLT_ANALYZE flag is set |
2021-11-22 | BUG/MEDIUM: http-ana: Reset channels analysers when returning an error |
2021-11-22 | BUG/MINOR: stream: Don't release a stream if FLT_END is still registered |
2021-11-22 | BUG/MINOR: tcp-rules: Stop content rules eval on read error and end-of-input |
2021-11-22 | BUG/MAJOR: lua: use task_wakeup() to properly run a task once |
2021-11-22 | BUG/MEDIUM: lua: fix wakeup condition from sleep() |
2021-11-22 | BUG/MINOR: mux-h1/mux-fcgi: Sanitize TE header to only send "trailers" |
2021-11-22 | BUG/MEDIUM: stream: Stop waiting for more data if SI is blocked on RXBLK_ROOM |
2021-11-22 | BUG/MEDIUM: stream-int: Notify stream that the mux wants more room to xfer data |
2021-11-22 | BUG/MEDIUM: mux-h1: Adjust conditions to ask more space in the channel buffer |
2021-11-22 | BUG/MINOR: server: allow 'enable health' only if check configured |
2021-11-22 | BUG/MEDIUM: stream-int: Don't block SI on a channel policy if EOI is reached |
2021-09-20 | BUG/MINOR: stats: fix the POST requests processing in legacy mode |
2021-09-20 | BUG/MEDIUM: http: check for a channel pending data before waiting |
2021-09-20 | BUG/MINOR: cli/payload: do not search for args inside payload |
2021-09-20 | BUG/MINOR: compat: make sure __WORDSIZE is always defined |
2021-09-20 | BUG/MINOR: systemd: ExecStartPre must use -Ws |
2021-09-07 | Revert "BUG/MINOR: stream-int: Don't block reads in si_update_rx() if chn may receive" |
2021-09-03 | BUG/MAJOR: htx: fix missing header name length check in htx_add_header/trailer |
2021-09-03 | BUG/MINOR: config: reject configs using HTTP with bufsize >= 256 MB |
2021-09-03 | BUG/MINOR: tools: Fix loop condition in dump_text() |
2021-09-03 | BUG/MINOR threads: Use get_(local|gm)time instead of (local|gm)time |
2021-09-03 | BUG/MINOR: ebtree: remove dependency on incorrect macro for bits per long |
2021-09-03 | BUG/MINOR: lua: use strlcpy2() not strncpy() to copy sample keywords |
2021-09-03 | BUG/MEDIUM: base64: check output boundaries within base64{dec,urldec} |
2021-09-03 | BUG/MEDIUM: sock: really fix detection of early connection failures in for 2.3- |