summaryrefslogtreecommitdiff
path: root/source3/libsmb/smb_signing.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-05-14spellingTim Potter1-1/+1
2003-05-07SMB Signing with NTLMv2 works!Andrew Bartlett1-11/+2
2003-05-04Add doco to our SMB signing code.Andrew Bartlett1-5/+32
2003-04-21Merge SMB signing, cli buffer clobber and NTLMSSP signing tweaks from HEAD.Andrew Bartlett1-7/+8
2003-04-20Merge a trivial fix across from HEAD. Not that thisVolker Lendecke1-1/+1
2003-03-30Merge from HEAD - leave the SMB buffer untouched when checking it's SMB sig.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