summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clisigning.c
Commit message (Collapse)AuthorAgeFilesLines
* libcli/smb: move smb_signing.[ch] to the toplevelStefan Metzmacher2011-10-251-1/+1
| | | | metze
* s3:libsmb: move cli->*braw_supported to cli->conn.smb1.server.*brawStefan Metzmacher2011-09-151-3/+0
| | | | | | This is currently unused, but we might use it in future. metze
* s3:libsmb: make use of new advanded SMB signingStefan Metzmacher2011-09-141-7/+4
| | | | metze
* s3:smb_signing: add support for easier negotiation of SMB signingStefan Metzmacher2011-09-141-2/+2
| | | | | | We don't make use of it yet, but it will follow. metze
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
| | | | Guenther
* s3-build: only include smb_signing.h where needed.Günther Deschner2010-08-181-0/+1
| | | | Guenther
* s3:libsmb: use new simplified smb_signing code for the client sideStefan Metzmacher2009-03-231-618/+32
| | | | | | | | | | We store the seqnum/mid mapping in the cli_request structure for async requests and in the cli_state structure for sync calls. We skip the signing check for oplock requests while waiting for async requests coming in. metze
* s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher2009-03-231-333/+0
| | | | | | | | | We keep the seqnum/mid mapping in the smb_request structure. This also moves one global variable into the smbd_server_connection struct. metze
* s3:libsmb: rename smb_signing.c => clisigning.cStefan Metzmacher2009-03-231-0/+1006
This prepares a large simplification of the smb_signing code metze