summaryrefslogtreecommitdiffstats
path: root/source3/smbd/signing.c
Commit message (Collapse)AuthorAgeFilesLines
* s3:smbd: move SMB1 specific stuff into a substructure of smbd_server_connectionStefan Metzmacher2009-05-261-13/+13
| | | | metze
* s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher2009-03-231-0/+158
We keep the seqnum/mid mapping in the smb_request structure. This also moves one global variable into the smbd_server_connection struct. metze