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
/
source3
/
libsmb
/
ntlmssp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-03-10
Further work on NTLMSSP-based SMB signing. Current status is that I cannnot
Andrew Bartlett
1
-12
/
+25
2003-02-19
After a talloc_zero(), we don't need to ZERO_STRUCTP too..
Andrew Bartlett
1
-4
/
+0
2003-02-17
Don't leak a session_key worth of memory at the end of the NTLMSSP auth.
Andrew Bartlett
1
-0
/
+1
2003-02-15
Move our NTLMSSP client code into ntlmssp.c. The intention is to provide a
Andrew Bartlett
1
-3
/
+301
2003-02-15
Move our NTLMSSP code into easily seperated peices, not relying on the whole
Andrew Bartlett
1
-1
/
+42
2003-02-14
NTLMSSP parinoia - we really don't want to run over the end of our blob,
Andrew Bartlett
1
-6
/
+13
2003-02-13
A few typo fixes Andrew eventually let off to me.
Rafal Szczesniak
1
-1
/
+1
2003-02-09
(only for HEAD at the moment).
Andrew Bartlett
1
-69
/
+70
2003-01-28
Factor out common code in the NTLMSSP/SPNEGO code.
Andrew Bartlett
1
-4
/
+0
2003-01-16
(missed in last commit)
Andrew Bartlett
1
-5
/
+8
2003-01-15
Missed auth_ntlmssp.c in last night's checkin. Also keep track of the current
Andrew Bartlett
1
-0
/
+4
2003-01-15
Refactor the NTLMSSP code again - this time we use function pointers to
Andrew Bartlett
1
-0
/
+278