summaryrefslogtreecommitdiffstats
path: root/source4/libcli/smb2/signing.c
Commit message (Expand)AuthorAgeFilesLines
* s4:libcli/smb2: prepare SMB2 signing code for compounded requestsStefan Metzmacher2009-06-091-2/+8
* Move source4/lib/crypto to lib/crypto.Jelmer Vernooij2008-09-241-1/+1
* libcli/smb2: we don't need check the same thing twice...Stefan Metzmacher2008-08-141-6/+0
* libcli/smb2: the session key for SMB2 signing is truncated to 16 bytesStefan Metzmacher2008-07-281-5/+4
* added server side SMB2 signingAndrew Tridgell2008-06-061-56/+18
* SMB2 signing now works. The spec was wrong (and will be fixed in theAndrew Tridgell2008-06-031-12/+9
* implemented client side SMB2 signingAndrew Tridgell2008-05-301-0/+165