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