summaryrefslogtreecommitdiff
path: root/source3/libsmb/smb_signing.c
AgeCommit message (Expand)AuthorFilesLines
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-22(merge from 3.0)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-09-09sync 3.0 into HEAD for the last timeGerald Carter1-70/+90
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce1-108/+622
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter1-143/+127
2003-04-07Only warn about short packets if we are already 'doing signing'.Andrew Bartlett1-1/+1
2003-04-06SMB signing updates - this gets NTLMSSP signing workin to the point where IAndrew Bartlett1-8/+9
2003-03-30Don't modify the incoming packet when checking the signiture.Andrew Bartlett1-10/+26
2003-03-18Removed unused var.Jeremy Allison1-2/+0
2003-03-14We haven't implemented The Singing Contexts so far.Rafal Szczesniak1-1/+1
2003-03-10Further work on NTLMSSP-based SMB signing. Current status is that I cannnotAndrew Bartlett1-30/+150
2003-03-09Try not to clobber the session request.Andrew Bartlett1-3/+15
2003-03-09Change the way we sign SMB packets, to a function pointer interface.Andrew Bartlett1-0/+329