summaryrefslogtreecommitdiffstats
path: root/source4/smbd/process_single.c
Commit message (Expand)AuthorAgeFilesLines
* r5104: - added support for task based servers. These are servers that withinAndrew Tridgell2007-10-101-3/+15
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-101-81/+19
* r4728: split up server_services into:Stefan Metzmacher2007-10-101-24/+47
* r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij2007-10-101-1/+1
* r3523: removed a useless level 0 DEBUG()Andrew Tridgell2007-10-101-1/+1
* r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell2007-10-101-2/+3
* r3481: split out client.h and events.hAndrew Tridgell2007-10-101-0/+1
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-101-0/+2
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-101-0/+1
* r3314: added a option "socket:testnonblock" to the generic socket code. IfAndrew Tridgell2007-10-101-1/+1
* r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell2007-10-101-1/+1
* r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell2007-10-101-9/+1
* r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell2007-10-101-0/+2
* r2588: connect/disconnect is common enough that I don't think a level 0 DEBUGAndrew Tridgell2007-10-101-1/+1
* r2447: let the server code use the new lib/socket/ stuffStefan Metzmacher2007-10-101-8/+7
* r1516: remove the server_connection from the list on the server_socketStefan Metzmacher2007-10-101-2/+12
* r1515: move dublicate code to a functionStefan Metzmacher2007-10-101-58/+3
* r1514: close stuff from the server_connection not in theStefan Metzmacher2007-10-101-0/+3
* r1486: commit the start of the generic server infastructureStefan Metzmacher2007-10-101-42/+77
* r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher2007-10-101-3/+3
* r1280: rename struct request_context to smbsrv_requestStefan Metzmacher2007-10-101-1/+1
* r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher2007-10-101-3/+3
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-2/+2
* - we now specify the object files in the subsystems config.m4 fileStefan Metzmacher2004-02-021-6/+21
* completed the linkage between the endpoint mapper and the dcerpcAndrew Tridgell2003-12-131-0/+7
* dcerpc over tcp in the samba4 server now works to some extent. ItAndrew Tridgell2003-12-131-1/+23
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+86