summaryrefslogtreecommitdiff
path: root/source4/auth/ntlmssp/ntlmssp_server.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r11366: Pass around the flags which indicate if we should support plaintextAndrew Bartlett1-0/+1
2007-10-10r11081: Remember to remove unused variables.Jeremy Allison1-1/+0
2007-10-10r11080: Narrowing down on the #1828 PPC bug. The PPC client sends anJeremy Allison1-19/+7
2007-10-10r11076: Still working on bug #1828, PPC hell. The PPC client sends theJeremy Allison1-2/+12
2007-10-10r10669: reverted jelmers commit 10663 as it was causing lots of panics in 'ma...Andrew Tridgell1-5/+6
2007-10-10r10663: Eliminate use of pstringJelmer Vernooij1-6/+5
2007-10-10r10292: This is set below from lp_server_role().Andrew Bartlett1-1/+0
2007-10-10r8700: Propmted by tridge's need to do plaintext auth in ejs, rework theAndrew Bartlett1-10/+15
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell1-4/+6
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell1-1/+3
2007-10-10r7597: removed the bogus get_myfullname() and get_mydomname() calls, and putAndrew Tridgell1-0/+56
2007-10-10r6799: Remove a rudundent variable from the context structure - we can figureAndrew Bartlett1-3/+3
2007-10-10r6738: My version of the patch by metze that I just reverted (-r 6734).Andrew Bartlett1-10/+16
2007-10-10r6736: Revert metze's -r 6734, as metze and I made the same changes at theAndrew Bartlett1-5/+5
2007-10-10r6734: most compiler don't like struct elements without a name...Stefan Metzmacher1-5/+5
2007-10-10r6465: Use talloc_zero for the gensec_ntlmssp_state structure, as the historyAndrew Bartlett1-40/+5
2007-10-10r6464: Remove the last of the Samba3 NTLMSSP API. This removes the rudundentAndrew Bartlett1-232/+207
2007-10-10r6463: Move NTLM2 and NTLM (v1) specific variables into a union for DCE/RPC.Andrew Bartlett1-5/+5
2007-10-10r6462: Move the arcfour sbox state into it's own structure, and allocate itAndrew Bartlett1-2/+0
2007-10-10r6460: Push the client credentials into NTLMSSP, allowing logins of the formAndrew Bartlett1-2/+51
2007-10-10r6458: Split up NTLMSSP into a new directory, and into seperate files for theAndrew Bartlett1-0/+765