index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
libcli
/
auth
/
ntlmssp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r4635: Fix NTLMSSP to return NT_STATUS_OK when it has constructed the auth
Andrew Bartlett
1
-2
/
+3
2007-10-10
r4549: got rid of a lot more uses of plain talloc(), instead using
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4357: Return a more sensible error code if a NULL (as opposed to the valid
Andrew Bartlett
1
-2
/
+3
2007-10-10
r4355: More work from the elves on Christmas eve:
Andrew Bartlett
1
-0
/
+3
2007-10-10
r3959: fix compiler warnings
Stefan Metzmacher
1
-7
/
+7
2007-10-10
r3655: As required by the new torture test, add the LM session key output
Andrew Bartlett
1
-1
/
+2
2007-10-10
r3462: separate out the crypto includes
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3453: - split out the auth and popt includes
Andrew Tridgell
1
-0
/
+1
2007-10-10
r2645: converted the NTLMSSP code to the new style of talloc
Andrew Tridgell
1
-52
/
+39
2007-10-10
r2303: allow setting of many ntlmssp options from smb.conf or the command
Andrew Tridgell
1
-7
/
+28
2007-10-10
r2285: Remove more static data, fix spelling in a comment.
Andrew Bartlett
1
-2
/
+2
2007-10-10
r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.
Andrew Bartlett
1
-3
/
+3
2007-10-10
r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.
Andrew Bartlett
1
-13
/
+9
2007-10-10
r1886: Fix the build
Volker Lendecke
1
-3
/
+3
2007-10-10
r1630: - fixed the replacement timegm() function to work correctly for DST ch...
Andrew Tridgell
1
-2
/
+2
2007-10-10
r1498: (merge from 3.0)
Andrew Bartlett
1
-3
/
+3
2007-10-10
r1439: Once we are authenticated, always return NT_STATUS_OK. (Makes SPENGO
Andrew Bartlett
1
-1
/
+1
2007-10-10
r1274: revert -r 1239 as discussed with abartlet
Stefan Metzmacher
1
-118
/
+95
2007-10-10
r1239: move the old msrpc_<gen|parse>() functions to ndr_<push|pull>_format_b...
Stefan Metzmacher
1
-95
/
+118
2007-10-10
r1200: Add 'gensec', our generic security layer.
Andrew Bartlett
1
-0
/
+17
2007-10-10
r1001: in samba4 we don't(shouldn't) use typedef's anymore...
Stefan Metzmacher
1
-11
/
+11
2007-10-10
r995: - renamed many of our crypto routines to use the industry standard
Andrew Tridgell
1
-4
/
+4
2007-10-10
r961: convert 'uchar' to 'uint8_t'
Stefan Metzmacher
1
-11
/
+11
2007-10-10
r890: convert samba4 to use [u]int8_t instead of [u]int8
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
1
-8
/
+8
2007-10-10
r874: This patch is a pile of work on NTLMSSP:
Andrew Bartlett
1
-95
/
+114
2007-10-10
r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.
Andrew Bartlett
1
-2
/
+2
2007-10-10
r451: More NTLMSSP work.
Andrew Bartlett
1
-37
/
+153
2007-10-10
r443: Update Samba4 to the auth and NTLMSSP code from Samba3.
Andrew Bartlett
1
-74
/
+172
2003-12-15
make sure we allow clients to negotiate ntlmssp seal if they want it
Andrew Tridgell
1
-1
/
+2
2003-11-26
signed DCERPC over TCP now works !
Andrew Tridgell
1
-0
/
+1055