index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
libsmb
/
smb_signing.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>
Jeremy Allison
2003-10-21
1
-46
/
+27
*
Enable us to see what sequence number we were expecting when we fail a sign
Jeremy Allison
2003-10-14
1
-4
/
+4
*
get rid of more compiler warnings
Herb Lewis
2003-08-15
1
-18
/
+18
*
An oplock break reply from the client causes the sequence number to be
Jeremy Allison
2003-08-07
1
-1
/
+40
*
Turns out I had my packet sequences wrong for oplock break code.
Jeremy Allison
2003-08-07
1
-46
/
+19
*
Fix oplock break detection code on incoming oplock break responses. This
Jeremy Allison
2003-08-03
1
-7
/
+15
*
Ensure we don't leak any sign records on cancel of pending requests.
Jeremy Allison
2003-08-02
1
-0
/
+27
*
Only look for mid sign records on incoming packets for oplock break replies.
Jeremy Allison
2003-08-02
1
-20
/
+28
*
More fixes for client and server side signing. Ensure sequence numbers
Jeremy Allison
2003-08-02
1
-15
/
+42
*
Leave the packet sequence checkers enabled whilst I track down a smbclient ->...
Jeremy Allison
2003-08-02
1
-2
/
+2
*
Add the same signing code to the server. Ensure we use identical session
Jeremy Allison
2003-08-02
1
-12
/
+64
*
Correct fix (removed the earlier band-aid) for what I thought was a signing
Jeremy Allison
2003-08-02
1
-2
/
+65
*
Turn the 'doing_signing' variable on - fix bug where it was only being set
Jeremy Allison
2003-07-31
1
-1
/
+1
*
Fix comment
Andrew Bartlett
2003-07-27
1
-1
/
+1
*
W00t! Client smb signing is now working correctly with krb5 and w2k server.
Jeremy Allison
2003-07-25
1
-0
/
+15
*
Fix packet signing with asynchronous oplock breaks. Removed bad error message
Jeremy Allison
2003-07-24
1
-5
/
+67
*
SMB signing is now working with change notify. Need to fix the disconnect
Jeremy Allison
2003-07-24
1
-18
/
+28
*
Server side NTLM signing works - until the first async packet. Working on this
Jeremy Allison
2003-07-24
1
-22
/
+114
*
Don't check in two places for signing turned off...
Jeremy Allison
2003-07-23
1
-3
/
+0
*
Signing so far... the client code fails on a SMBtrans2 secondary transaction
Jeremy Allison
2003-07-18
1
-50
/
+114
*
Correctly toggle the signing state to what it was previosly when sending
Jeremy Allison
2003-07-17
1
-12
/
+5
*
Putting the framework for server signing in place. Ensure we don't use
Jeremy Allison
2003-07-17
1
-5
/
+67
*
Refactor signing code to remove most dependencies on 'struct cli'.
Jeremy Allison
2003-07-16
1
-92
/
+113
*
Add API framework for server SMB signing.
Jeremy Allison
2003-07-16
1
-0
/
+21
*
Add krb5_princ_component to Heimdal. Remove cli_ from mark packet signed.
Jeremy Allison
2003-07-16
1
-5
/
+5
*
Spelling.
Tim Potter
2003-07-16
1
-2
/
+2
*
Added the "required" keyword to the "client signing" parameter to force it
Jeremy Allison
2003-07-15
1
-3
/
+2
*
Add a cli_ prefix to a few functions to ensure everything that takes a struct...
Jeremy Allison
2003-07-15
1
-10
/
+10
*
Fix SMB signing when using NTLMSSP...
Andrew Bartlett
2003-07-14
1
-91
/
+3
*
Rework our smb signing code again, this factors out some of the common
Andrew Bartlett
2003-06-08
1
-54
/
+109
*
spelling
Tim Potter
2003-05-14
1
-1
/
+1
*
SMB Signing with NTLMv2 works!
Andrew Bartlett
2003-05-07
1
-11
/
+2
*
Add doco to our SMB signing code.
Andrew Bartlett
2003-05-04
1
-5
/
+32
*
Merge SMB signing, cli buffer clobber and NTLMSSP signing tweaks from HEAD.
Andrew Bartlett
2003-04-21
1
-7
/
+8
*
Merge a trivial fix across from HEAD. Not that this
Volker Lendecke
2003-04-20
1
-1
/
+1
*
Merge from HEAD - leave the SMB buffer untouched when checking it's SMB sig.
Andrew Bartlett
2003-03-30
1
-10
/
+26
*
Removed unused var.
Jeremy Allison
2003-03-18
1
-2
/
+0
*
We haven't implemented The Singing Contexts so far.
Rafal Szczesniak
2003-03-14
1
-1
/
+1
*
Further work on NTLMSSP-based SMB signing. Current status is that I cannnot
Andrew Bartlett
2003-03-10
1
-30
/
+150
*
Try not to clobber the session request.
Andrew Bartlett
2003-03-09
1
-3
/
+15
*
Change the way we sign SMB packets, to a function pointer interface.
Andrew Bartlett
2003-03-09
1
-0
/
+329