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)
commit82dbf838879e8a2d2d3f9dd5be6eda50b780b787
tree350c3897519787e78fc44e46e29b09063f6db22c
parentc31a17889e3e4daf7c1e807038efc2c0fba78be3
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
source/Makefile.in
source/lib/util_str.c
source/utils/ntlm_auth.c [new file with mode: 0644]
source/web/cgi.c