mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
Released version 1.4-rc1 with the following main changes :
- [MEDIUM] add a maintenance mode to servers
- [MINOR] http-auth: last fix was wrong
- [CONTRIB] add base64rev-gen.c that was used to generate the base64rev table.
- [MINOR] Base64 decode
- [MINOR] generic auth support with groups and encrypted passwords
- [MINOR] add ACL_TEST_F_NULL_MATCH
- [MINOR] http-request: allow/deny/auth support for frontend/backend/listen
- [MINOR] acl: add http_auth and http_auth_group
- [MAJOR] use the new auth framework for http stats
- [DOC] add info about userlists, http-request and http_auth/http_auth_group acls
- [STATS] make it possible to change a CLI connection timeout
- [BUG] patterns: copy-paste typo in type conversion arguments
- [MINOR] pattern: make the converter more flexible by supporting void* and int args
- [MINOR] standard: str2mask: string to netmask converter
- [MINOR] pattern: add support for argument parsers for converters
- [MINOR] pattern: add the "ipmask()" converting function
- [MINOR] config: off-by-one in "stick-table" after list of converters
- [CLEANUP] acl, patterns: make use of my_strndup() instead of malloc+memcpy
- [BUG] restore accidentely removed line in last patch !
- [MINOR] checks: make the HTTP check code add the CRLF itself
- [MINOR] checks: add the server's status in the checks
- [BUILD] halog: make without arch-specific optimizations
- [BUG] halog: fix segfault in case of empty log in PCT mode (cherry picked from commit
|
||
|---|---|---|
| .. | ||
| errorfiles | ||
| acl-content-sw.cfg | ||
| build.cfg | ||
| check | ||
| check.conf | ||
| config.rc.haproxy | ||
| content-sw-sample.cfg | ||
| cttproxy-src.cfg | ||
| debug2ansi | ||
| debug2html | ||
| debugfind | ||
| examples.cfg | ||
| haproxy-1.1.21-flx.1.pkg | ||
| haproxy.cfg | ||
| haproxy.init | ||
| haproxy.spec | ||
| haproxy.vim | ||
| init.haproxy | ||
| init.haproxy.flx0 | ||
| linux-2.4.21-40.EL-custom.diff | ||
| option-http_proxy.cfg | ||
| rc.highsock | ||
| stats_haproxy.sh | ||
| tarpit.cfg | ||
| test-section-kw.cfg | ||
| url-switching.cfg | ||