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