summaryrefslogtreecommitdiff
path: root/source3/libsmb/clisigning.c
AgeCommit message (Collapse)AuthorFilesLines
2011-11-24s3:libsmb: implement cli_state based functions on top of ↵Stefan Metzmacher1-46/+8
smbXcli_conn/smbXcli_req metze
2011-10-25libcli/smb: move smb_signing.[ch] to the toplevelStefan Metzmacher1-1/+1
metze
2011-09-15s3:libsmb: move cli->*braw_supported to cli->conn.smb1.server.*brawStefan Metzmacher1-3/+0
This is currently unused, but we might use it in future. metze
2011-09-14s3:libsmb: make use of new advanded SMB signingStefan Metzmacher1-7/+4
metze
2011-09-14s3:smb_signing: add support for easier negotiation of SMB signingStefan Metzmacher1-2/+2
We don't make use of it yet, but it will follow. metze
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
Guenther
2010-08-18s3-build: only include smb_signing.h where needed.Günther Deschner1-0/+1
Guenther
2009-03-23s3:libsmb: use new simplified smb_signing code for the client sideStefan Metzmacher1-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
2009-03-23s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher1-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
2009-03-23s3:libsmb: rename smb_signing.c => clisigning.cStefan Metzmacher1-0/+1006
This prepares a large simplification of the smb_signing code metze