summaryrefslogtreecommitdiffstats
path: root/source4/libcli/raw/smb_signing.c
Commit message (Expand)AuthorAgeFilesLines
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-1/+1
* s4:libcli/raw: we don't need to include "smb.h" explicitStefan Metzmacher2009-08-071-1/+0
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Move source4/lib/crypto to lib/crypto.Jelmer Vernooij2008-09-241-1/+1
* libcli/raw: real signing starts at seqnumber 2Stefan Metzmacher2008-09-231-0/+1
* libcli/raw: in SMB_SIGNING_ENGINE_BSRSPYL state it's ok to accept any signatureStefan Metzmacher2008-09-231-0/+2
* libcli/raw: give the caller the chance to do the signing checks on its own.Stefan Metzmacher2008-09-231-0/+7
* Make SMB signing work with Windows 2008 and kerberos.Andrew Bartlett2008-09-061-4/+1
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell2008-02-141-3/+3
* r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij2008-01-031-1/+1
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-44/+44
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r15191: Avoid uint_t as it's not standard.Jelmer Vernooij2007-10-101-1/+1
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-0/+1
* r8134: remove unused varStefan Metzmacher2007-10-101-1/+0
* r7970: This SMB signing code (merged from 3.0) turned out to be bogus.Andrew Bartlett2007-10-101-8/+0
* r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2007-10-101-1/+1
* r3462: separate out the crypto includesAndrew Tridgell2007-10-101-0/+1
* r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell2007-10-101-0/+1
* r3380: - changed the default behaviour of server signing. We now have a defaultAndrew Tridgell2007-10-101-0/+1
* r3295: Fix for SMB signing with 56-bit DES session keys. From Nalin Dahyabhai...Jeremy Allison2007-10-101-2/+11
* r2664: fixed the final server leak for normal operation. We now get a clean r...Andrew Tridgell2007-10-101-4/+6
* r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMBAndrew Bartlett2007-10-101-43/+66
* r1768: Add some debugs to assist in SMB signing debugging.Andrew Bartlett2007-10-101-0/+12
* r1746: Remove more cruft from the SMB signing code.Andrew Bartlett2007-10-101-36/+20
* r1745: More work on cleaning up SMB signing.Andrew Bartlett2007-10-101-179/+109
* r1735: Clean up SMB signing - we don't have more than one 'real' way to signAndrew Bartlett2007-10-101-31/+14
* r1729: Make the SMB signing code more generic (to share more between client a...Andrew Bartlett2007-10-101-42/+57
* r1725: Remove a silly 'utility' function.Andrew Bartlett2007-10-101-16/+4
* r1686: Don't use a void* for the context inside the SMB signing code.Andrew Bartlett2007-10-101-5/+0
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-101-31/+31
* r1633: fixed a couple of async oplock handling errorsAndrew Tridgell2007-10-101-1/+1
* r1604: Samba4 avoids memcpy() as much as possible - we don't need to make a c...Andrew Bartlett2007-10-101-2/+2
* r1521: Updates to our SMB signing code.Andrew Bartlett2007-10-101-66/+86
* r1494: fix debug messageStefan Metzmacher2007-10-101-1/+1
* r1462: GENSEC Kerberos and SPENGO work:Andrew Bartlett2007-10-101-26/+75
* r1345: add extended security spnego support to the smb clientStefan Metzmacher2007-10-101-0/+50
* r1091: Added in timing tests for deferred opens. Added extra debug info to si...Jeremy Allison2007-10-101-1/+1
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-101-4/+4
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-1/+1
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-1/+1
* r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.Andrew Bartlett2007-10-101-4/+8
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+341