summaryrefslogtreecommitdiffstats
path: root/source3/include/smb_signing.h
Commit message (Collapse)AuthorAgeFilesLines
* libcli/smb: move smb_signing.[ch] to the toplevelStefan Metzmacher2011-10-251-54/+0
| | | | metze
* s3:smb_signing: add support for easier negotiation of SMB signingStefan Metzmacher2011-09-141-1/+4
| | | | | | We don't make use of it yet, but it will follow. metze
* s3:libsmb: add a smb_signing_init_ex() functionStefan Metzmacher2010-03-221-0/+5
| | | | | | Make it possible to overload memory handling functions. metze
* s3:libsmb: add a much simplified smb_siging infrastructureStefan Metzmacher2009-03-231-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