summaryrefslogtreecommitdiff
path: root/source3/include/smb_signing.h
AgeCommit message (Collapse)AuthorFilesLines
2011-09-14s3:smb_signing: add support for easier negotiation of SMB signingStefan Metzmacher1-1/+4
We don't make use of it yet, but it will follow. metze
2010-03-22s3:libsmb: add a smb_signing_init_ex() functionStefan Metzmacher1-0/+5
Make it possible to overload memory handling functions. metze
2009-03-23s3:libsmb: add a much simplified smb_siging infrastructureStefan Metzmacher1-0/+46
It's the job of the caller to maintain the seqnum/mid mapping. Hopefully we can use this code in s4 later too. metze