summaryrefslogtreecommitdiff
path: root/source3/utils/ntlm_auth.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-08This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett1-5/+10
2003-12-30Get the DOMAIN\username around the right way (I had username\domain...)Andrew Bartlett1-1/+3
2003-12-30Try to gain a bit more consistancy in the output of usernames from ntlm_auth:Andrew Bartlett1-11/+23
2003-12-30Make the name of the NTLMSSP client more consistant before we lock it in stone.Andrew Bartlett1-2/+2
2003-12-30Remove testing hackAndrew Bartlett1-2/+0
2003-12-30Move our basic password checking code from inside the authenticationAndrew Bartlett1-54/+254
2003-12-30Refactor our authentication and authentication testing code.Andrew Bartlett1-342/+181
2003-12-24Thanks to Serassio Guido for noticing issues in our Squid NTLMSSPAndrew Bartlett1-4/+9
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett1-72/+112
2003-11-06Final round of printf warnings fixes for the moment.Tim Potter1-2/+2
2003-08-15get rid of more compiler warningsHerb Lewis1-39/+39
2003-08-15Add the gss-spnego kerberos server side to ntml_auth. This uses theVolker Lendecke1-10/+68
2003-08-14Fix the build for non-kerberos environments.Volker Lendecke1-0/+8
2003-08-12This adds *experimental* kerberos gss spnego client support to ntlm_auth.Volker Lendecke1-12/+110
2003-08-12Some more shuffling around gss-spnego serverVolker Lendecke1-34/+37
2003-08-12Clarify gss spnego ntlmssp server a bitVolker Lendecke1-36/+29
2003-08-12Fix for bug 269. Change wbinfo and ntlm_auth to convert domain, usernameTim Potter1-3/+17
2003-08-04Changes to make gss-spnego ntlmssp client work against W2k AD.Volker Lendecke1-26/+42
2003-08-01Add ntlmssp client support to ntlm_auth. Find the corresponding cyrus saslVolker Lendecke1-25/+310
2003-07-31Fixes for memory leaks in gss spnego handling by aliguori.Volker Lendecke1-13/+9
2003-07-29This adds gss-spnego to ntlm_auth. It contains some new spnego supportVolker Lendecke1-1/+225
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter1-1/+1
2003-07-07and so it begins....Gerald Carter1-20/+20
2003-05-12Fix up a bit of my sloppy C.Andrew Bartlett1-3/+2
2003-05-12Give up on the idea of avoiding lp_load() in ntlm_auth....Andrew Bartlett1-8/+18
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-2/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-0/+2
2003-05-09Finally get NTLMv2 working on the client!Andrew Bartlett1-84/+29
2003-05-09Added some more diagnostic tests to check out a theory that having either hashTim Potter1-12/+174
2003-05-05We also get back the LM session key on pure 'NTLM' logins.Andrew Bartlett1-1/+16
2003-05-05Add some comments.Andrew Bartlett1-0/+34
2003-05-05Add some more tests to the ntlm_auth diagnositics package.Andrew Bartlett1-9/+373
2003-04-30Fix for AIX - you can't qualify a return type as const, when it's not aAndrew Bartlett1-1/+1
2003-04-28Fix compiler warning.Tim Potter1-1/+1
2003-04-28Merge of const fixes from HEAD.Tim Potter1-1/+1
2003-04-23This const isn't quite vaild C.Andrew Bartlett1-1/+1
2003-04-14Merge:Tim Potter1-1/+2
2003-04-07Merge the ntlm_auth updates (refactor, add --diagnostics) into Samba 3.0Andrew Bartlett1-121/+425
2003-03-24(merge from HEAD)Andrew Bartlett1-82/+82
2003-02-25Merge: add popt_common_version to command line options table.Tim Potter1-0/+1
2003-01-17the 'static' keyword here is useless as we are not declaring aAndrew Tridgell1-1/+1
2003-01-16Updates to the NTLMSSP code again - moving the base64 decode fuctionality outAndrew Bartlett1-29/+150
2003-01-02Add a dash of static.Andrew Bartlett1-3/+3
2003-01-02BIG patch...Andrew Bartlett1-1/+1
2002-11-24Add support to switch between Squid 2.4 and 2.5 protocols - squid doesn'tAndrew Bartlett1-7/+20
2002-11-24Add ntlm_auth, a new program to provide a stable interface to winbind'sAndrew Bartlett1-0/+416