summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/negprot.c
Commit message (Expand)AuthorAgeFilesLines
* r2783: got rid of the unused remote architecture detection codeAndrew Tridgell2007-10-101-120/+0
* r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell2007-10-101-1/+1
* r2629: convert gensec to the new talloc modelAndrew Tridgell2007-10-101-1/+1
* r2550: survive our own BASE-NEGNOWAIT torture test.Andrew Bartlett2007-10-101-0/+1
* r2521: fixed two uninitialised data errors found with valgrind whenAndrew Tridgell2007-10-101-0/+1
* r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell2007-10-101-1/+1
* r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMBAndrew Bartlett2007-10-101-12/+25
* r1731: Add server-side SPNEGO support to Samba (disabled, until SMB signingAndrew Bartlett2007-10-101-55/+45
* r1486: commit the start of the generic server infastructureStefan Metzmacher2007-10-101-2/+2
* r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher2007-10-101-53/+53
* r1280: rename struct request_context to smbsrv_requestStefan Metzmacher2007-10-101-7/+7
* r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher2007-10-101-53/+53
* 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-7/+7
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-101-5/+3
* r818: added server side SMB signing to Samba4Andrew Tridgell2007-10-101-1/+15
* r815: include our netbios name in the negprot response (this matches win2003)Andrew Tridgell2007-10-101-0/+1
* r152: a quick airport commit ....Andrew Tridgell2007-10-101-6/+9
* - move all SMB server stuff to smb_server/*Stefan Metzmacher2004-02-031-0/+526