summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/signing.c
Commit message (Expand)AuthorAgeFilesLines
* r5899: Fix spelling.Andrew Bartlett2007-10-101-1/+1
* r4099: Spelling fixes.Tim Potter2007-10-101-2/+2
* r3529: fixed signing support for SMBntcancel requests (no reply means seqAndrew Tridgell2007-10-101-2/+10
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-101-0/+2
* r3380: - changed the default behaviour of server signing. We now have a defaultAndrew Tridgell2007-10-101-0/+7
* r2664: fixed the final server leak for normal operation. We now get a clean r...Andrew Tridgell2007-10-101-1/+2
* r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMBAndrew Bartlett2007-10-101-38/+101
* r1521: Updates to our SMB signing code.Andrew Bartlett2007-10-101-54/+6
* r1508: simple fix for broken server side signing. This may need more work forAndrew Tridgell2007-10-101-1/+1
* r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher2007-10-101-12/+12
* r1280: rename struct request_context to smbsrv_requestStefan Metzmacher2007-10-101-4/+4
* r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher2007-10-101-12/+12
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-101-2/+2
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-101-2/+2
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-1/+1
* r818: added server side SMB signing to Samba4Andrew Tridgell2007-10-101-0/+149