summaryrefslogtreecommitdiffstats
path: root/source3/utils/ntlm_auth.c
Commit message (Expand)AuthorAgeFilesLines
* get rid of more compiler warningsHerb Lewis2003-08-151-39/+39
* Add the gss-spnego kerberos server side to ntml_auth. This uses theVolker Lendecke2003-08-151-10/+68
* Fix the build for non-kerberos environments.Volker Lendecke2003-08-141-0/+8
* This adds *experimental* kerberos gss spnego client support to ntlm_auth.Volker Lendecke2003-08-121-12/+110
* Some more shuffling around gss-spnego serverVolker Lendecke2003-08-121-34/+37
* Clarify gss spnego ntlmssp server a bitVolker Lendecke2003-08-121-36/+29
* Fix for bug 269. Change wbinfo and ntlm_auth to convert domain, usernameTim Potter2003-08-121-3/+17
* Changes to make gss-spnego ntlmssp client work against W2k AD.Volker Lendecke2003-08-041-26/+42
* Add ntlmssp client support to ntlm_auth. Find the corresponding cyrus saslVolker Lendecke2003-08-011-25/+310
* Fixes for memory leaks in gss spnego handling by aliguori.Volker Lendecke2003-07-311-13/+9
* This adds gss-spnego to ntlm_auth. It contains some new spnego supportVolker Lendecke2003-07-291-1/+225
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-1/+1
* and so it begins....Gerald Carter2003-07-071-20/+20
* Fix up a bit of my sloppy C.Andrew Bartlett2003-05-121-3/+2
* Give up on the idea of avoiding lp_load() in ntlm_auth....Andrew Bartlett2003-05-121-8/+18
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-2/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+2
* Finally get NTLMv2 working on the client!Andrew Bartlett2003-05-091-84/+29
* Added some more diagnostic tests to check out a theory that having either hashTim Potter2003-05-091-12/+174
* We also get back the LM session key on pure 'NTLM' logins.Andrew Bartlett2003-05-051-1/+16
* Add some comments.Andrew Bartlett2003-05-051-0/+34
* Add some more tests to the ntlm_auth diagnositics package.Andrew Bartlett2003-05-051-9/+373
* Fix for AIX - you can't qualify a return type as const, when it's not aAndrew Bartlett2003-04-301-1/+1
* Fix compiler warning.Tim Potter2003-04-281-1/+1
* Merge of const fixes from HEAD.Tim Potter2003-04-281-1/+1
* This const isn't quite vaild C.Andrew Bartlett2003-04-231-1/+1
* Merge:Tim Potter2003-04-141-1/+2
* Merge the ntlm_auth updates (refactor, add --diagnostics) into Samba 3.0Andrew Bartlett2003-04-071-121/+425
* (merge from HEAD)Andrew Bartlett2003-03-241-82/+82
* Merge: add popt_common_version to command line options table.Tim Potter2003-02-251-0/+1
* the 'static' keyword here is useless as we are not declaring aAndrew Tridgell2003-01-171-1/+1
* Updates to the NTLMSSP code again - moving the base64 decode fuctionality outAndrew Bartlett2003-01-161-29/+150
* Add a dash of static.Andrew Bartlett2003-01-021-3/+3
* BIG patch...Andrew Bartlett2003-01-021-1/+1
* Add support to switch between Squid 2.4 and 2.5 protocols - squid doesn'tAndrew Bartlett2002-11-241-7/+20
* Add ntlm_auth, a new program to provide a stable interface to winbind'sAndrew Bartlett2002-11-241-0/+416