]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] added the new 'stats' keyword with user authentication subsystem.
authorwilly tarreau <willy@wtap.(none)>
Sun, 14 May 2006 21:06:28 +0000 (23:06 +0200)
committerwilly tarreau <willy@wtap.(none)>
Sun, 14 May 2006 21:06:28 +0000 (23:06 +0200)
commit9e1388671af9f72889c1c3824110e1c77d4076a8
tree3039d552940db10f82839f2a43b7543bd193cf9e
parent4404b7ebcc02c49f0272a857b58b1b01227f0d68
[MEDIUM] added the new 'stats' keyword with user authentication subsystem.

Right now it only validates the user/passwd according to a specified list,
and lets the user pass through the proxy if the authentication is OK, and
it refuses any invalid access with a 401 Unauthorized response.
Makefile
haproxy.c
include/base64.h [new file with mode: 0644]
include/uri_auth.h [new file with mode: 0644]
src/base64.c [new file with mode: 0644]
src/uri_auth.c [new file with mode: 0644]