summaryrefslogtreecommitdiffstats
path: root/source3/include/smb_signing.h
Commit message (Collapse)AuthorAgeFilesLines
* 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