Changes since version 1.5-dev9 : Cyril Bonté (1): BUG/MINOR: stats admin: "Unexpected result" was displayed unconditionally Willy Tarreau (15): BUG/MAJOR: acl: http_auth_group() must not accept any user from the userlist CLEANUP: auth: make the code build again with DEBUG_AUTH BUG/MEDIUM: config: don't crash at config load time on invalid userlist names REORG: use the name sock_raw instead of stream_sock MINOR: stream_interface: add a client target : TARG_TYPE_CLIENT BUG/MEDIUM: stream_interface: restore get_src/get_dst CLEANUP: sock_raw: remove last references to stream_sock CLEANUP: stream_interface: stop exporting socket layer functions MINOR: stream_interface: add an init callback to sock_ops MEDIUM: stream_interface: derive the socket operations from the target MAJOR: fd: remove the need for the socket layer to recheck the connection MINOR: session: call the socket layer init function when a session establishes MEDIUM: session: add support for tunnel timeouts MINOR: standard: add a new debug macro : fddebug() CLEANUP: fd: remove unused cb->b pointers in the struct fdtab