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