Add ntlm_auth, a new program to provide a stable interface to winbind's
authorAndrew Bartlett <abartlet@samba.org>
Sun, 24 Nov 2002 08:32:03 +0000 (08:32 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 24 Nov 2002 08:32:03 +0000 (08:32 +0000)
commit5aca399a382fcd1e1664749f7b6fe7b9a67ac75e
treef7fc8cc002562720a385e3cf515a001a03993a1e
parent191dff2d279dd8315f093e313d8c149e786eb19f
Add ntlm_auth, a new program to provide a stable interface to winbind's
authentication code.

In particular, ntlm_auth is designed to replace the winbind authentication
'helpers' currently supplied by Squid.  I have added support for the current
plaintext password protocol used by Squid, and will add the real guts (NTLMSSP
support) shortly.

I'll merge this into 3.0 when I've got the interface more stable (error message
format etc) and got the important NTLMSSP support added.

Also move SWAT's URL decoding code into util_str.c, for use in both utilities.

Andrew Bartlett
(This used to be commit 82dbf838879e8a2d2d3f9dd5be6eda50b780b787)
source3/Makefile.in
source3/lib/util_str.c
source3/utils/ntlm_auth.c [new file with mode: 0644]
source3/web/cgi.c