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
/
smb_signing.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-5
/
+5
2007-10-10
r3294: Fix for SMB signing with 56-bit DES session keys. From Nalin Dahyabhai...
Jeremy Allison
1
-2
/
+9
2007-10-10
r1487: Remove unused parameter for the client-side signing functions.
Andrew Bartlett
1
-2
/
+2
2007-10-10
r1121: Fix memory leak in the trans2 signing code.
Andrew Bartlett
1
-2
/
+10
2007-10-10
r1117: Doh ! Remember to turn off signing when sending a "break to level II" ...
Jeremy Allison
1
-10
/
+24
2007-10-10
r1115: Fix for #1427. Catch bad path errors at the right point. Ensure all
Jeremy Allison
1
-2
/
+2
2004-03-27
Let the comment match the function...
Andrew Bartlett
1
-2
/
+1
2004-03-27
Make it clearer that this error refers to the peer, as this code is in both
Andrew Bartlett
1
-2
/
+2
2004-03-27
Merge from HEAD the SMB signing patch that I developed a couple of weeks
Andrew Bartlett
1
-44
/
+76
2004-01-17
Fix for a signing bug when the mid wraps.
Jeremy Allison
1
-3
/
+11
2003-12-27
Preliminary fix for our signing problem with failed NTLMSSP logins. This patch
Volker Lendecke
1
-2
/
+4
2003-12-01
Fix spurious error msg. when seq=0.
Jeremy Allison
1
-0
/
+2
2003-12-01
Better fix for client signing bug. Ensure we don't malloc/free trans signing
Jeremy Allison
1
-6
/
+14
2003-11-25
If signing starts successfully, don't just turn it off automatically if
Jeremy Allison
1
-5
/
+5
2003-11-25
When server signing is set to "auto", if the client doesn't sign just
Jeremy Allison
1
-2
/
+23
2003-11-22
Changes all over the shop, but all towards:
Andrew Bartlett
1
-11
/
+15
2003-10-21
Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>
Jeremy Allison
1
-46
/
+27
2003-10-14
Enable us to see what sequence number we were expecting when we fail a sign
Jeremy Allison
1
-4
/
+4
2003-08-15
get rid of more compiler warnings
Herb Lewis
1
-18
/
+18
2003-08-07
An oplock break reply from the client causes the sequence number to be
Jeremy Allison
1
-1
/
+40
2003-08-07
Turns out I had my packet sequences wrong for oplock break code.
Jeremy Allison
1
-46
/
+19
2003-08-03
Fix oplock break detection code on incoming oplock break responses. This
Jeremy Allison
1
-7
/
+15
2003-08-02
Ensure we don't leak any sign records on cancel of pending requests.
Jeremy Allison
1
-0
/
+27
2003-08-02
Only look for mid sign records on incoming packets for oplock break replies.
Jeremy Allison
1
-20
/
+28
2003-08-02
More fixes for client and server side signing. Ensure sequence numbers
Jeremy Allison
1
-15
/
+42
2003-08-02
Leave the packet sequence checkers enabled whilst I track down a smbclient ->...
Jeremy Allison
1
-2
/
+2
2003-08-02
Add the same signing code to the server. Ensure we use identical session
Jeremy Allison
1
-12
/
+64
2003-08-02
Correct fix (removed the earlier band-aid) for what I thought was a signing
Jeremy Allison
1
-2
/
+65
2003-07-31
Turn the 'doing_signing' variable on - fix bug where it was only being set
Jeremy Allison
1
-1
/
+1
2003-07-27
Fix comment
Andrew Bartlett
1
-1
/
+1
2003-07-25
W00t! Client smb signing is now working correctly with krb5 and w2k server.
Jeremy Allison
1
-0
/
+15
2003-07-24
Fix packet signing with asynchronous oplock breaks. Removed bad error message
Jeremy Allison
1
-5
/
+67
2003-07-24
SMB signing is now working with change notify. Need to fix the disconnect
Jeremy Allison
1
-18
/
+28
2003-07-24
Server side NTLM signing works - until the first async packet. Working on this
Jeremy Allison
1
-22
/
+114
2003-07-23
Don't check in two places for signing turned off...
Jeremy Allison
1
-3
/
+0
2003-07-18
Signing so far... the client code fails on a SMBtrans2 secondary transaction
Jeremy Allison
1
-50
/
+114
2003-07-17
Correctly toggle the signing state to what it was previosly when sending
Jeremy Allison
1
-12
/
+5
2003-07-17
Putting the framework for server signing in place. Ensure we don't use
Jeremy Allison
1
-5
/
+67
2003-07-16
Refactor signing code to remove most dependencies on 'struct cli'.
Jeremy Allison
1
-92
/
+113
2003-07-16
Add API framework for server SMB signing.
Jeremy Allison
1
-0
/
+21
2003-07-16
Add krb5_princ_component to Heimdal. Remove cli_ from mark packet signed.
Jeremy Allison
1
-5
/
+5
2003-07-16
Spelling.
Tim Potter
1
-2
/
+2
2003-07-15
Added the "required" keyword to the "client signing" parameter to force it
Jeremy Allison
1
-3
/
+2
2003-07-15
Add a cli_ prefix to a few functions to ensure everything that takes a struct...
Jeremy Allison
1
-10
/
+10
2003-07-14
Fix SMB signing when using NTLMSSP...
Andrew Bartlett
1
-91
/
+3
2003-06-08
Rework our smb signing code again, this factors out some of the common
Andrew Bartlett
1
-54
/
+109
2003-05-14
spelling
Tim Potter
1
-1
/
+1
2003-05-07
SMB Signing with NTLMv2 works!
Andrew Bartlett
1
-11
/
+2
2003-05-04
Add doco to our SMB signing code.
Andrew Bartlett
1
-5
/
+32
2003-04-21
Merge SMB signing, cli buffer clobber and NTLMSSP signing tweaks from HEAD.
Andrew Bartlett
1
-7
/
+8
[next]