summaryrefslogtreecommitdiffstats
path: root/source4/auth/ntlmssp/ntlmssp.c
Commit message (Expand)AuthorAgeFilesLines
* r14952: Make sure the auth subsystem gets initialized if a gensec module need...Jelmer Vernooij2007-10-101-0/+3
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r14064: - split out MSRPC_PARSE into a speperate subsystemStefan Metzmacher2007-10-101-0/+1
* r13472: After Volker's advise, try every combination of parameters. ThisAndrew Bartlett2007-10-101-4/+6
* r13470: Thanks to a report from VL:Andrew Bartlett2007-10-101-8/+22
* r12927: Fix typo.Andrew Bartlett2007-10-101-1/+1
* r12919: Ensure we never 'extend' the session key length, or fill in past theAndrew Bartlett2007-10-101-1/+5
* r12795: remember the gensec_security contextStefan Metzmacher2007-10-101-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r9505: Work on GENSEC and the code that calls it, for tighter interfaceAndrew Bartlett2007-10-101-1/+6
* r9416: Cleanups inspired by jra's work to migrate Samba4's NTLMSSP code backAndrew Bartlett2007-10-101-22/+27
* r9411: Ensure we don't send a challenge without first getting a negotiate inAndrew Bartlett2007-10-101-2/+8
* r7827: Add in-memory keytab to Samba4, using the new MEMORY_WILDCARD keytabAndrew Bartlett2007-10-101-0/+11
* r7536: doesn't spam the smbd_log in the build_farm...Stefan Metzmacher2007-10-101-1/+1
* r6800: A big GENSEC update:Andrew Bartlett2007-10-101-1/+6
* r6705: let the gensec module decide if messages can be signed and sealed in a...Stefan Metzmacher2007-10-101-0/+5
* r6465: Use talloc_zero for the gensec_ntlmssp_state structure, as the historyAndrew Bartlett2007-10-101-1/+1
* r6464: Remove the last of the Samba3 NTLMSSP API. This removes the rudundentAndrew Bartlett2007-10-101-47/+45
* r6462: Move the arcfour sbox state into it's own structure, and allocate itAndrew Bartlett2007-10-101-24/+1
* r6460: Push the client credentials into NTLMSSP, allowing logins of the formAndrew Bartlett2007-10-101-65/+4
* r6458: Split up NTLMSSP into a new directory, and into seperate files for theAndrew Bartlett2007-10-101-0/+442