summaryrefslogtreecommitdiffstats
path: root/source/libsmb/smb_signing.c
Commit message (Expand)AuthorAgeFilesLines
* s3:signing: the seqnum should only be decremented by 1 for ntcancel requestsStefan Metzmacher2009-03-111-2/+4
* Revert "Fix signing bug found by Volker. That one was *subtle*."Volker Lendecke2008-05-131-5/+74
* Add explicit buf arg to cli_check_sign_macVolker Lendecke2008-02-281-2/+2
* Add explicit buf arg to cli_encrypt_message and cli_calculate_sign_macVolker Lendecke2008-02-281-2/+2
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-4/+4
* Fix signing bug found by Volker. That one was *subtle*.Jeremy Allison2007-12-041-74/+5
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-32/+32
* r23991: Some constVolker Lendecke2007-10-101-1/+1
* r23986: Some constVolker Lendecke2007-10-101-5/+13
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22920: Add in the UNIX capability for 24-bit readX, as discussedJeremy Allison2007-10-101-0/+10
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-10/+10
* r21922: Fixed the build by rather horrid means. I really needJeremy Allison2007-10-101-30/+1
* r21897: Add in a basic raw NTLM encrypt request. NowJeremy Allison2007-10-101-4/+34
* r19659: Fix bug #4187. Possible crash in signing on/off code.Jeremy Allison2007-10-101-0/+8
* r17595: Fix from Ben Winslow <rain@bluecherry.net> to allowJeremy Allison2007-10-101-0/+4
* r17431: Fix bug #4003, reported by dale-keyword-samba.c7b741@codefu.org.Jeremy Allison2007-10-101-0/+3
* r17333: Some C++ warningsVolker Lendecke2007-10-101-5/+10
* r17292: Try and fix bug #3967 - signing problems on transJeremy Allison2007-10-101-3/+66
* r16696: Fix the multiple-outstanding write and trans clientJeremy Allison2007-10-101-2/+22
* r16630: Fix bug #3881, reported by jason@ncac.gwu.edu.Jeremy Allison2007-10-101-3/+0
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2007-10-101-218/+16
* r14355: Try and fix Coverity #158 by making the pointerJeremy Allison2007-10-101-6/+8
* r5806: * fix a couple more segvs in spoolssGerald Carter2007-10-101-0/+3
* r5804: Revert the signing change by Nalin Dahyabhai <nalin@redhat.com>.Jeremy Allison2007-10-101-1/+4
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-5/+5
* r3294: Fix for SMB signing with 56-bit DES session keys. From Nalin Dahyabhai...Jeremy Allison2007-10-101-2/+9
* r1487: Remove unused parameter for the client-side signing functions.Andrew Bartlett2007-10-101-2/+2
* r1121: Fix memory leak in the trans2 signing code.Andrew Bartlett2007-10-101-2/+10
* r1117: Doh ! Remember to turn off signing when sending a "break to level II" ...Jeremy Allison2007-10-101-10/+24
* r1115: Fix for #1427. Catch bad path errors at the right point. Ensure allJeremy Allison2007-10-101-2/+2
* Let the comment match the function...Andrew Bartlett2004-03-271-2/+1
* Make it clearer that this error refers to the peer, as this code is in bothAndrew Bartlett2004-03-271-2/+2
* Merge from HEAD the SMB signing patch that I developed a couple of weeksAndrew Bartlett2004-03-271-44/+76
* Fix for a signing bug when the mid wraps.Jeremy Allison2004-01-171-3/+11
* Preliminary fix for our signing problem with failed NTLMSSP logins. This patchVolker Lendecke2003-12-271-2/+4
* Fix spurious error msg. when seq=0.Jeremy Allison2003-12-011-0/+2
* Better fix for client signing bug. Ensure we don't malloc/free trans signingJeremy Allison2003-12-011-6/+14
* If signing starts successfully, don't just turn it off automatically ifJeremy Allison2003-11-251-5/+5
* When server signing is set to "auto", if the client doesn't sign justJeremy Allison2003-11-251-2/+23
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-11/+15
* Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>Jeremy Allison2003-10-211-46/+27
* Enable us to see what sequence number we were expecting when we fail a signJeremy Allison2003-10-141-4/+4
* get rid of more compiler warningsHerb Lewis2003-08-151-18/+18
* An oplock break reply from the client causes the sequence number to beJeremy Allison2003-08-071-1/+40
* Turns out I had my packet sequences wrong for oplock break code.Jeremy Allison2003-08-071-46/+19
* Fix oplock break detection code on incoming oplock break responses. ThisJeremy Allison2003-08-031-7/+15
* Ensure we don't leak any sign records on cancel of pending requests.Jeremy Allison2003-08-021-0/+27
* Only look for mid sign records on incoming packets for oplock break replies.Jeremy Allison2003-08-021-20/+28