summaryrefslogtreecommitdiffstats
path: root/source4/libcli/auth/ntlmssp.c
Commit message (Expand)AuthorAgeFilesLines
* r3959: fix compiler warningsStefan Metzmacher2007-10-101-7/+7
* r3655: As required by the new torture test, add the LM session key outputAndrew Bartlett2007-10-101-1/+2
* r3462: separate out the crypto includesAndrew Tridgell2007-10-101-0/+1
* r3453: - split out the auth and popt includesAndrew Tridgell2007-10-101-0/+1
* r2645: converted the NTLMSSP code to the new style of tallocAndrew Tridgell2007-10-101-52/+39
* r2303: allow setting of many ntlmssp options from smb.conf or the commandAndrew Tridgell2007-10-101-7/+28
* r2285: Remove more static data, fix spelling in a comment.Andrew Bartlett2007-10-101-2/+2
* r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett2007-10-101-3/+3
* r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.Andrew Bartlett2007-10-101-13/+9
* r1886: Fix the buildVolker Lendecke2007-10-101-3/+3
* r1630: - fixed the replacement timegm() function to work correctly for DST ch...Andrew Tridgell2007-10-101-2/+2
* r1498: (merge from 3.0)Andrew Bartlett2007-10-101-3/+3
* r1439: Once we are authenticated, always return NT_STATUS_OK. (Makes SPENGOAndrew Bartlett2007-10-101-1/+1
* r1274: revert -r 1239 as discussed with abartletStefan Metzmacher2007-10-101-118/+95
* r1239: move the old msrpc_<gen|parse>() functions to ndr_<push|pull>_format_b...Stefan Metzmacher2007-10-101-95/+118
* r1200: Add 'gensec', our generic security layer.Andrew Bartlett2007-10-101-0/+17
* r1001: in samba4 we don't(shouldn't) use typedef's anymore...Stefan Metzmacher2007-10-101-11/+11
* r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell2007-10-101-4/+4
* r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher2007-10-101-11/+11
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-101-3/+3
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-8/+8
* r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett2007-10-101-95/+114
* r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.Andrew Bartlett2007-10-101-2/+2
* r451: More NTLMSSP work.Andrew Bartlett2007-10-101-37/+153
* r443: Update Samba4 to the auth and NTLMSSP code from Samba3.Andrew Bartlett2007-10-101-74/+172
* make sure we allow clients to negotiate ntlmssp seal if they want itAndrew Tridgell2003-12-151-1/+2
* signed DCERPC over TCP now works !Andrew Tridgell2003-11-261-0/+1055