s3:utils change data_blob_dup_talloc() to take a DATA_BLOB by value
[nivanova/samba-autobuild/.git] / source3 / libsmb / smb_signing.c
2011-09-14 Stefan Metzmachers3:smb_signing: add support for easier negotiation...
2010-08-18 Günther Deschners3-build: only include smb_signing.h where needed.
2010-05-17 Günther Deschners3-crypto: only include crypto headers when crypto...
2010-03-22 Stefan Metzmachers3:libsmb: add a smb_signing_init_ex() function
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-26 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2009-03-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Stefan Metzmachers3:libsmb: add a much simplified smb_siging infrastructure
2009-03-23 Stefan Metzmachers3:libsmb: rename smb_signing.c => clisigning.c
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-08 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-07 Volker LendeckeFix some nonempty blank lines
2009-03-06 Stefan Metzmachers3:signing: the seqnum should only be decremented by...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-05-13 Volker LendeckeRevert "Fix signing bug found by Volker. That one was...
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-28 Volker LendeckeAdd explicit buf arg to cli_check_sign_mac
2008-02-28 Volker LendeckeAdd explicit buf arg to cli_encrypt_message and cli_cal...
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Steve FrenchMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonRefactor the crypto code after a very helpful conversation
2007-12-04 Jeremy AllisonFix signing bug found by Volker. That one was *subtle*.
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Volker Lendecker23991: Some const
2007-10-10 Volker Lendecker23986: Some const
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr22920: Add in the UNIX capability for 24-bit readX...
2007-10-10 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Jeremy Allisonr21922: Fixed the build by rather horrid means. I reall...
2007-10-10 Jeremy Allisonr21897: Add in a basic raw NTLM encrypt request. Now
2007-10-10 Jeremy Allisonr19659: Fix bug #4187. Possible crash in signing on...
2007-10-10 Jeremy Allisonr17595: Fix from Ben Winslow <rain@bluecherry.net>...
2007-10-10 Jeremy Allisonr17431: Fix bug #4003, reported by dale-keyword-samba...
2007-10-10 Volker Lendecker17333: Some C++ warnings
2007-10-10 Jeremy Allisonr17292: Try and fix bug #3967 - signing problems on...
2007-10-10 Jeremy Allisonr16696: Fix the multiple-outstanding write and trans...
2007-10-10 Jeremy Allisonr16630: Fix bug #3881, reported by jason@ncac.gwu.edu.
2007-10-10 Jeremy Allisonr15018: Merge Volker's ipc/trans2/nttrans changes over
2007-10-10 Jeremy Allisonr14355: Try and fix Coverity #158 by making the pointer
2007-10-10 Gerald Carterr5806: * fix a couple more segvs in spoolss
2007-10-10 Jeremy Allisonr5804: Revert the signing change by Nalin Dahyabhai...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr3294: Fix for SMB signing with 56-bit DES session...
2007-10-10 Andrew Bartlettr1487: Remove unused parameter for the client-side...
2007-10-10 Andrew Bartlettr1121: Fix memory leak in the trans2 signing code.
2007-10-10 Jeremy Allisonr1117: Doh ! Remember to turn off signing when sending...
2007-10-10 Jeremy Allisonr1115: Fix for #1427. Catch bad path errors at the...
2004-03-27 Andrew BartlettLet the comment match the function...
2004-03-27 Andrew BartlettMake it clearer that this error refers to the peer...
2004-03-27 Andrew BartlettMerge from HEAD the SMB signing patch that I developed...
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-03-09 Andrew BartlettCommit to HEAD the updates to smb signing code that...
2004-01-17 Jeremy AllisonFix for a signing bug when the mid wraps.
2004-01-17 Jeremy AllisonFix for a signing bug when the mid wraps.
2003-12-27 Volker LendeckePreliminary fix for our signing problem with failed...
2003-12-27 Volker LendeckePreliminary fix for our signing problem with failed...
2003-12-01 Jeremy AllisonFix spurious error msg. when seq=0.
2003-12-01 Jeremy AllisonFix spurious error msg. when seq=0.
2003-12-01 Jeremy AllisonBetter fix for client signing bug. Ensure we don't...
2003-12-01 Jeremy AllisonBetter fix for client signing bug. Ensure we don't...
2003-11-25 Jeremy AllisonIf signing starts successfully, don't just turn it...
2003-11-25 Jeremy AllisonIf signing starts successfully, don't just turn it...
2003-11-25 Jeremy AllisonWhen server signing is set to "auto", if the client...
2003-11-25 Jeremy AllisonWhen server signing is set to "auto", if the client...
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-11-22 Andrew BartlettChanges all over the shop, but all towards:
2003-10-21 Jeremy AllisonFix signing miss-sequence noticed by Stefan Metzmacher...
2003-10-21 Jeremy AllisonFix signing miss-sequence noticed by Stefan Metzmacher...
2003-10-14 Jeremy AllisonEnable us to see what sequence number we were expecting...
2003-10-14 Jeremy AllisonEnable us to see what sequence number we were expecting...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-15 Herb Lewisget rid of more compiler warnings
2003-08-07 Jeremy AllisonAn oplock break reply from the client causes the sequen...
2003-08-07 Jeremy AllisonTurns out I had my packet sequences wrong for oplock...
2003-08-03 Jeremy AllisonFix oplock break detection code on incoming oplock...
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-08-02 Jeremy AllisonEnsure we don't leak any sign records on cancel of...
2003-08-02 Jeremy AllisonOnly look for mid sign records on incoming packets...
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...
next