summaryrefslogtreecommitdiff
path: root/source4/smb_server/negprot.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell1-2/+6
2007-10-10r7222: remove double call to the same function in the same place, probable cu...Simo Sorce1-6/+0
2007-10-10r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell1-4/+4
2007-10-10r4728: split up server_services into:Stefan Metzmacher1-3/+3
2007-10-10r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher1-10/+28
2007-10-10r4109: fixed an uninitialised socket write found by kukksAndrew Tridgell1-0/+1
2007-10-10r4099: Spelling fixes.Tim Potter1-4/+4
2007-10-10r4095: smbsrv_terminate_connection() doesn't exit() in single processor mode,...Andrew Tridgell1-0/+4
2007-10-10r4070: move some defines from asn_1.h to the places they belong toStefan Metzmacher1-2/+1
2007-10-10r4068: added LANMAN2.1 to list of supported protocols (for OS/2)Andrew Tridgell1-0/+1
2007-10-10r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher1-6/+6
2007-10-10r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell1-0/+2
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell1-0/+1
2007-10-10r2783: got rid of the unused remote architecture detection codeAndrew Tridgell1-120/+0
2007-10-10r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell1-1/+1
2007-10-10r2629: convert gensec to the new talloc modelAndrew Tridgell1-1/+1
2007-10-10r2550: survive our own BASE-NEGNOWAIT torture test.Andrew Bartlett1-0/+1
2007-10-10r2521: fixed two uninitialised data errors found with valgrind whenAndrew Tridgell1-0/+1
2007-10-10r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell1-1/+1
2007-10-10r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMBAndrew Bartlett1-12/+25
2007-10-10r1731: Add server-side SPNEGO support to Samba (disabled, until SMB signingAndrew Bartlett1-55/+45
2007-10-10r1486: commit the start of the generic server infastructureStefan Metzmacher1-2/+2
2007-10-10r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher1-53/+53
2007-10-10r1280: rename struct request_context to smbsrv_requestStefan Metzmacher1-7/+7
2007-10-10r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher1-53/+53
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-7/+7
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-5/+3
2007-10-10r818: added server side SMB signing to Samba4Andrew Tridgell1-1/+15
2007-10-10r815: include our netbios name in the negprot response (this matches win2003)Andrew Tridgell1-0/+1
2007-10-10r152: a quick airport commit ....Andrew Tridgell1-6/+9
2004-02-03- move all SMB server stuff to smb_server/*Stefan Metzmacher1-0/+526