summaryrefslogtreecommitdiff
path: root/source3/smbd/signing.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-04libcli/smb: pass hdr/len to smb_signing_check/sign_pdu() and skip the nbt headerStefan Metzmacher1-2/+8
2012-08-04s3:smbd: skip nbt header in srv_check_sign_mac()Stefan Metzmacher1-4/+10
2012-05-25s3:smbd/signing: use smbd_server_connection as talloc parent for its smb1 sig...Stefan Metzmacher1-2/+2
2011-11-03s3:smbd: make use of SMB_SIGNING_* constantsStefan Metzmacher1-3/+4
2011-11-03s3:param: the behavior of "client/server signing = auto" is the same as "true"Stefan Metzmacher1-2/+0
2011-10-25libcli/smb: move smb_signing.[ch] to the toplevelStefan Metzmacher1-1/+1
2011-09-14s3:smbd: make use of better SMB signing negotiationStefan Metzmacher1-2/+11
2011-09-14s3:smb_signing: add support for easier negotiation of SMB signingStefan Metzmacher1-3/+7
2011-05-31s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett1-2/+2
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-01-20s3:smbd: use anonymous_shared_free() for shared memory signing stateStefan Metzmacher1-0/+7
2011-01-20lib/util: s/allocate_anonymous_shared/anonymous_shared_allocate/Stefan Metzmacher1-1/+1
2010-08-18s3-build: only include smb_signing.h where needed.Günther Deschner1-1/+1
2010-03-29s3: Attempt to fix the build on AIX, shm_ptr seems to be a macro thereVolker Lendecke1-5/+6
2010-03-22s3:smbd: setup a shared memory area for the signing stateStefan Metzmacher1-0/+80
2010-03-22s3:smbd: add an option to skip signings checks srv_check_sign_mac for trusted...Stefan Metzmacher1-1/+23
2009-05-26s3:smbd: move SMB1 specific stuff into a substructure of smbd_server_connectionStefan Metzmacher1-13/+13
2009-03-23s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher1-0/+158