summaryrefslogtreecommitdiffstats
path: root/source4/smbd/process_thread.c
Commit message (Expand)AuthorAgeFilesLines
* r19643: make process_model thread compile againStefan Metzmacher2007-10-101-7/+0
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r15572: Trim build/m4/rewrite.m4 a bit more, remove unused tests.Jelmer Vernooij2007-10-101-1/+1
* r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher2007-10-101-1/+1
* r14100: print out the title with the thread specific debug messagesStefan Metzmacher2007-10-101-4/+25
* r14082: fix the build of process model threadStefan Metzmacher2007-10-101-1/+1
* r14079: I just found the setproctitle library from alt linux:-)Stefan Metzmacher2007-10-101-0/+6
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2007-10-101-1/+1
* r12815: try to fix the build on AIXStefan Metzmacher2007-10-101-0/+1
* r12797: check for a errorStefan Metzmacher2007-10-101-1/+2
* r12267: Try to avoid segfault in kerberos libs, because we talloc_free()'edAndrew Bartlett2007-10-101-1/+7
* r10920: in case of a accept() failure just failing and trying again is noAndrew Tridgell2007-10-101-0/+6
* r5306: removed all the unused mutex functions from mutex.c. When (if?) weAndrew Tridgell2007-10-101-0/+1
* r5301: fixed pthreads buildAndrew Tridgell2007-10-101-0/+1
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-1/+1
* r5104: - added support for task based servers. These are servers that withinAndrew Tridgell2007-10-101-4/+65
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-101-121/+43
* r4817: ccache was being made ineffective on all the build farm machinesAndrew Tridgell2007-10-101-0/+1
* r4728: split up server_services into:Stefan Metzmacher2007-10-101-40/+96
* 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