summaryrefslogtreecommitdiffstats
path: root/source4/auth/ntlmssp
Commit message (Expand)AuthorAgeFilesLines
* r11366: Pass around the flags which indicate if we should support plaintextAndrew Bartlett2007-10-101-0/+1
* r11244: Relative path names in .mk filesJelmer Vernooij2007-10-101-5/+5
* r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij2007-10-101-0/+0
* r11081: Remember to remove unused variables.Jeremy Allison2007-10-101-1/+0
* r11080: Narrowing down on the #1828 PPC bug. The PPC client sends anJeremy Allison2007-10-101-19/+7
* r11076: Still working on bug #1828, PPC hell. The PPC client sends theJeremy Allison2007-10-101-2/+12
* r11052: bring samba4 uptodate with the samba4-winsrepl branch,Stefan Metzmacher2007-10-101-5/+0
* r11037:Stefan Metzmacher2007-10-101-0/+5
* r10981: Pull code to decide between and implement NTLMv2, NTLM and LMAndrew Bartlett2007-10-101-125/+50
* r10669: reverted jelmers commit 10663 as it was causing lots of panics in 'ma...Andrew Tridgell2007-10-102-8/+13
* r10663: Eliminate use of pstringJelmer Vernooij2007-10-102-13/+8
* r10478: More work on proto headers; we now generate a couple of smaller onesJelmer Vernooij2007-10-101-5/+0
* r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again.Andrew Bartlett2007-10-101-2/+2
* r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij2007-10-101-0/+5
* r10292: This is set below from lp_server_role().Andrew Bartlett2007-10-101-1/+0
* r10153: This patch adds a new parameter to gensec_sig_size(), the size of theAndrew Bartlett2007-10-101-1/+1
* r9728: A *major* update to the credentials system, to incorporate theAndrew Bartlett2007-10-101-30/+25
* r9678: Remove unused variables.Andrew Bartlett2007-10-101-4/+0
* 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