summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/smb_signing.c
Commit message (Expand)AuthorAgeFilesLines
* r5806: * fix a couple more segvs in spoolssGerald Carter2007-10-101-0/+3
* r5804: Revert the signing change by Nalin Dahyabhai <nalin@redhat.com>.Jeremy Allison2007-10-101-1/+4
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-5/+5
* r3294: Fix for SMB signing with 56-bit DES session keys. From Nalin Dahyabhai...Jeremy Allison2007-10-101-2/+9
* r1487: Remove unused parameter for the client-side signing functions.Andrew Bartlett2007-10-101-2/+2
* r1121: Fix memory leak in the trans2 signing code.Andrew Bartlett2007-10-101-2/+10
* r1117: Doh ! Remember to turn off signing when sending a "break to level II" ...Jeremy Allison2007-10-101-10/+24
* r1115: Fix for #1427. Catch bad path errors at the right point. Ensure allJeremy Allison2007-10-101-2/+2
* Let the comment match the function...Andrew Bartlett2004-03-271-2/+1
* Make it clearer that this error refers to the peer, as this code is in bothAndrew Bartlett2004-03-271-2/+2
* Merge from HEAD the SMB signing patch that I developed a couple of weeksAndrew Bartlett2004-03-271-44/+76
* Fix for a signing bug when the mid wraps.Jeremy Allison2004-01-171-3/+11
* Preliminary fix for our signing problem with failed NTLMSSP logins. This patchVolker Lendecke2003-12-271-2/+4
* Fix spurious error msg. when seq=0.Jeremy Allison2003-12-011-0/+2
* Better fix for client signing bug. Ensure we don't malloc/free trans signingJeremy Allison2003-12-011-6/+14
* If signing starts successfully, don't just turn it off automatically ifJeremy Allison2003-11-251-5/+5
* When server signing is set to "auto", if the client doesn't sign justJeremy Allison2003-11-251-2/+23
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-11/+15
* Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>Jeremy Allison2003-10-211-46/+27
* Enable us to see what sequence number we were expecting when we fail a signJeremy Allison2003-10-141-4/+4
* get rid of more compiler warningsHerb Lewis2003-08-151-18/+18
* An oplock break reply from the client causes the sequence number to beJeremy Allison2003-08-071-1/+40
* Turns out I had my packet sequences wrong for oplock break code.Jeremy Allison2003-08-071-46/+19
* Fix oplock break detection code on incoming oplock break responses. ThisJeremy Allison2003-08-031-7/+15
* Ensure we don't leak any sign records on cancel of pending requests.Jeremy Allison2003-08-021-0/+27
* Only look for mid sign records on incoming packets for oplock break replies.Jeremy Allison2003-08-021-20/+28
* More fixes for client and server side signing. Ensure sequence numbersJeremy Allison2003-08-021-15/+42
* Leave the packet sequence checkers enabled whilst I track down a smbclient ->...Jeremy Allison2003-08-021-2/+2
* Add the same signing code to the server. Ensure we use identical sessionJeremy Allison2003-08-021-12/+64
* Correct fix (removed the earlier band-aid) for what I thought was a signingJeremy Allison2003-08-021-2/+65
* Turn the 'doing_signing' variable on - fix bug where it was only being setJeremy Allison2003-07-311-1/+1
* Fix commentAndrew Bartlett2003-07-271-1/+1
* W00t! Client smb signing is now working correctly with krb5 and w2k server.Jeremy Allison2003-07-251-0/+15
* Fix packet signing with asynchronous oplock breaks. Removed bad error messageJeremy Allison2003-07-241-5/+67
* SMB signing is now working with change notify. Need to fix the disconnectJeremy Allison2003-07-241-18/+28
* Server side NTLM signing works - until the first async packet. Working on thisJeremy Allison2003-07-241-22/+114
* Don't check in two places for signing turned off...Jeremy Allison2003-07-231-3/+0
* Signing so far... the client code fails on a SMBtrans2 secondary transactionJeremy Allison2003-07-181-50/+114
* Correctly toggle the signing state to what it was previosly when sendingJeremy Allison2003-07-171-12/+5
* Putting the framework for server signing in place. Ensure we don't useJeremy Allison2003-07-171-5/+67
* Refactor signing code to remove most dependencies on 'struct cli'.Jeremy Allison2003-07-161-92/+113
* Add API framework for server SMB signing.Jeremy Allison2003-07-161-0/+21
* Add krb5_princ_component to Heimdal. Remove cli_ from mark packet signed.Jeremy Allison2003-07-161-5/+5
* Spelling.Tim Potter2003-07-161-2/+2
* Added the "required" keyword to the "client signing" parameter to force itJeremy Allison2003-07-151-3/+2
* Add a cli_ prefix to a few functions to ensure everything that takes a struct...Jeremy Allison2003-07-151-10/+10
* Fix SMB signing when using NTLMSSP...Andrew Bartlett2003-07-141-91/+3
* Rework our smb signing code again, this factors out some of the commonAndrew Bartlett2003-06-081-54/+109
* spellingTim Potter2003-05-141-1/+1
* SMB Signing with NTLMv2 works!Andrew Bartlett2003-05-071-11/+2