summaryrefslogtreecommitdiffstats
path: root/source4/smbd/process_thread.c
Commit message (Expand)AuthorAgeFilesLines
* r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij2007-10-101-1/+1
* r3518: fixed some includes to be consistent.Andrew Tridgell2007-10-101-10/+6
* r3508: fix the buildStefan Metzmacher2007-10-101-1/+3
* r3467: fix the buildStefan Metzmacher2007-10-101-0/+3
* r3314: added a option "socket:testnonblock" to the generic socket code. IfAndrew Tridgell2007-10-101-1/+1
* r3016: - converted the events code to tallocAndrew Tridgell2007-10-101-1/+2
* 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-11/+1
* r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell2007-10-101-0/+2
* r2447: let the server code use the new lib/socket/ stuffStefan Metzmacher2007-10-101-12/+17
* r1516: remove the server_connection from the list on the server_socketStefan Metzmacher2007-10-101-2/+15
* 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-66/+87
* r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher2007-10-101-2/+2
* r1280: rename struct request_context to smbsrv_requestStefan Metzmacher2007-10-101-1/+1
* r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher2007-10-101-2/+2
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-2/+2
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-12/+12
* - we now specify the object files in the subsystems config.m4 fileStefan Metzmacher2004-02-021-7/+21
* merge the version.h autogeneration stuff from 3.0Stefan Metzmacher2004-01-281-2/+2
* - move the vars used by the backtrace stuff into the #ifdefStefan Metzmacher2004-01-221-26/+39
* This patch adds a better dcerpc server infastructure.Stefan Metzmacher2004-01-081-1/+1
* use smb_rwlock_t instead of rwlock_t to avoid conflicts with systemAndrew Tridgell2003-12-161-5/+5
* completed the linkage between the endpoint mapper and the dcerpcAndrew Tridgell2003-12-131-0/+10
* dcerpc over tcp in the samba4 server now works to some extent. ItAndrew Tridgell2003-12-131-2/+42
* merged more updates from Jim MyersAndrew Tridgell2003-12-041-2/+18
* rename mutex_t to smb_mutex_t to prevent name collisionHerb Lewis2003-08-151-4/+4
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+410