summaryrefslogtreecommitdiffstats
path: root/source4/auth/ntlmssp
Commit message (Expand)AuthorAgeFilesLines
* r9505: Work on GENSEC and the code that calls it, for tighter interfaceAndrew Bartlett2007-10-102-6/+13
* r9416: Cleanups inspired by jra's work to migrate Samba4's NTLMSSP code backAndrew Bartlett2007-10-103-104/+53
* r9411: Ensure we don't send a challenge without first getting a negotiate inAndrew Bartlett2007-10-101-2/+8
* r8700: Propmted by tridge's need to do plaintext auth in ejs, rework theAndrew Bartlett2007-10-101-10/+15
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-4/+6
* r7827: Add in-memory keytab to Samba4, using the new MEMORY_WILDCARD keytabAndrew Bartlett2007-10-101-0/+11
* r7757: Add NTLMv2 support to the NT1 Session setup (ie, not SPNEGO/NTLMSSP)Andrew Bartlett2007-10-101-1/+2
* r7690: Move the NT hash generation into the credentials system, rather thanAndrew Bartlett2007-10-101-22/+21
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-101-1/+3
* r7597: removed the bogus get_myfullname() and get_mydomname() calls, and putAndrew Tridgell2007-10-101-0/+56
* r7536: doesn't spam the smbd_log in the build_farm...Stefan Metzmacher2007-10-101-1/+1
* r6810: Rename auth/{ntlmssp,gensec,kerberos} mk and m4 files to be calledTim Potter2007-10-101-0/+0
* r6800: A big GENSEC update:Andrew Bartlett2007-10-101-1/+6
* r6799: Remove a rudundent variable from the context structure - we can figureAndrew Bartlett2007-10-103-6/+4
* r6738: My version of the patch by metze that I just reverted (-r 6734).Andrew Bartlett2007-10-103-56/+83
* r6736: Revert metze's -r 6734, as metze and I made the same changes at theAndrew Bartlett2007-10-103-51/+51
* r6734: most compiler don't like struct elements without a name...Stefan Metzmacher2007-10-103-51/+51
* r6705: let the gensec module decide if messages can be signed and sealed in a...Stefan Metzmacher2007-10-101-0/+5
* r6522: I have no idea why this change was made, but it not only breaksAndrew Bartlett2007-10-101-2/+1
* r6484: fix NTLMSSP client against w2k and w2k3Stefan Metzmacher2007-10-101-0/+4
* r6466: Spelling.Tim Potter2007-10-101-1/+1
* r6465: Use talloc_zero for the gensec_ntlmssp_state structure, as the historyAndrew Bartlett2007-10-102-41/+6
* r6464: Remove the last of the Samba3 NTLMSSP API. This removes the rudundentAndrew Bartlett2007-10-105-470/+419
* r6463: Move NTLM2 and NTLM (v1) specific variables into a union for DCE/RPC.Andrew Bartlett2007-10-103-69/+74
* r6462: Move the arcfour sbox state into it's own structure, and allocate itAndrew Bartlett2007-10-105-53/+29
* r6460: Push the client credentials into NTLMSSP, allowing logins of the formAndrew Bartlett2007-10-104-102/+92
* r6458: Split up NTLMSSP into a new directory, and into seperate files for theAndrew Bartlett2007-10-107-0/+2758