summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/signing.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-09s4:libcli/smb2: prepare SMB2 signing code for compounded requestsStefan Metzmacher1-2/+8
2008-09-24Move source4/lib/crypto to lib/crypto.Jelmer Vernooij1-1/+1
2008-08-14libcli/smb2: we don't need check the same thing twice...Stefan Metzmacher1-6/+0
2008-07-28libcli/smb2: the session key for SMB2 signing is truncated to 16 bytesStefan Metzmacher1-5/+4
2008-06-06added server side SMB2 signingAndrew Tridgell1-56/+18
2008-06-03SMB2 signing now works. The spec was wrong (and will be fixed in theAndrew Tridgell1-12/+9
2008-05-30implemented client side SMB2 signingAndrew Tridgell1-0/+165