More fixes for client and server side signing. Ensure sequence numbers
[ira/wip.git] / source3 / libsmb / smb_signing.c
2003-08-02 Jeremy AllisonMore fixes for client and server side signing. Ensure...
2003-08-02 Jeremy AllisonLeave the packet sequence checkers enabled whilst I...
2003-08-02 Jeremy AllisonAdd the same signing code to the server. Ensure we...
2003-08-02 Jeremy AllisonCorrect fix (removed the earlier band-aid) for what...
2003-07-31 Jeremy AllisonTurn the 'doing_signing' variable on - fix bug where...
2003-07-27 Andrew BartlettFix comment
2003-07-25 Jeremy AllisonW00t! Client smb signing is now working correctly with...
2003-07-24 Jeremy AllisonFix packet signing with asynchronous oplock breaks...
2003-07-24 Jeremy AllisonSMB signing is now working with change notify. Need...
2003-07-24 Jeremy AllisonServer side NTLM signing works - until the first async...
2003-07-23 Jeremy AllisonDon't check in two places for signing turned off...
2003-07-18 Jeremy AllisonSigning so far... the client code fails on a SMBtrans2...
2003-07-17 Jeremy AllisonCorrectly toggle the signing state to what it was previ...
2003-07-17 Jeremy AllisonPutting the framework for server signing in place....
2003-07-16 Jeremy AllisonRefactor signing code to remove most dependencies on...
2003-07-16 Jeremy AllisonAdd API framework for server SMB signing.
2003-07-16 Jeremy AllisonAdd krb5_princ_component to Heimdal. Remove cli_ from...
2003-07-16 Tim PotterSpelling.
2003-07-15 Jeremy AllisonAdded the "required" keyword to the "client signing...
2003-07-15 Jeremy AllisonAdd a cli_ prefix to a few functions to ensure everythi...
2003-07-14 Andrew BartlettFix SMB signing when using NTLMSSP...
2003-06-08 Andrew BartlettRework our smb signing code again, this factors out...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 Tim Potterspelling
2003-05-07 Andrew BartlettSMB Signing with NTLMv2 works!
2003-05-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-04 Andrew BartlettAdd doco to our SMB signing code.
2003-04-21 Andrew BartlettMerge SMB signing, cli buffer clobber and NTLMSSP signi...
2003-04-20 Volker LendeckeMerge a trivial fix across from HEAD. Not that this
2003-04-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-13 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-07 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-07 Andrew BartlettOnly warn about short packets if we are already 'doing...
2003-04-06 Andrew BartlettSMB signing updates - this gets NTLMSSP signing workin...
2003-03-30 Andrew BartlettMerge from HEAD - leave the SMB buffer untouched when...
2003-03-30 Andrew BartlettDon't modify the incoming packet when checking the...
2003-03-18 Jeremy AllisonRemoved unused var.
2003-03-18 Jeremy AllisonRemoved unused var.
2003-03-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-14 Rafal SzczesniakWe haven't implemented The Singing Contexts so far.
2003-03-10 Andrew BartlettFurther work on NTLMSSP-based SMB signing. Current...
2003-03-09 Andrew BartlettTry not to clobber the session request.
2003-03-09 Andrew BartlettChange the way we sign SMB packets, to a function point...