Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-04-20 | Merge a trivial fix across from HEAD. Not that this | Volker Lendecke | 1 | -1/+1 |
2003-03-30 | Merge from HEAD - leave the SMB buffer untouched when checking it's SMB sig. | Andrew Bartlett | 1 | -10/+26 |
2003-03-18 | Removed unused var. | Jeremy Allison | 1 | -2/+0 |
2003-03-14 | We haven't implemented The Singing Contexts so far. | Rafal Szczesniak | 1 | -1/+1 |
2003-03-10 | Further work on NTLMSSP-based SMB signing. Current status is that I cannnot | Andrew Bartlett | 1 | -30/+150 |
2003-03-09 | Try not to clobber the session request. | Andrew Bartlett | 1 | -3/+15 |
2003-03-09 | Change the way we sign SMB packets, to a function pointer interface. | Andrew Bartlett | 1 | -0/+329 |