summaryrefslogtreecommitdiff
path: root/source4/smbd/process_thread.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-13s4:smbd: use tevent_ fn names instead of leagcy event_ onesSimo Sorce1-2/+2
2010-10-30s4-smbd: don't initialise process models more than onceAndrew Tridgell1-2/+2
2010-09-07s4-process: fixed the thread process model so it compilesAndrew Tridgell1-1/+2
2010-08-31s4:process_thread: use monotonic time for time deltasBjörn Jacke1-9/+10
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-3/+3
2010-02-23s4-smbd: Remove obsolete singal type cast from the thread process model.Andreas Schneider1-3/+3
2009-02-02s4:smbd: s/private/private_dataStefan Metzmacher1-8/+8
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-13/+13
2008-09-30Eliminate another global_loadparm.Jelmer Vernooij1-1/+1
2008-06-14Use a custom init function for samba4 that sets a samba4Simo Sorce1-2/+2
2008-02-04Remaining changes to implement the prefork process modelAndrew Bartlett1-3/+4
2008-01-05r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij1-6/+18
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r19643: make process_model thread compile againStefan Metzmacher1-7/+0
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r15572: Trim build/m4/rewrite.m4 a bit more, remove unused tests.Jelmer Vernooij1-1/+1
2007-10-10r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher1-1/+1
2007-10-10r14100: print out the title with the thread specific debug messagesStefan Metzmacher1-4/+25
2007-10-10r14082: fix the build of process model threadStefan Metzmacher1-1/+1
2007-10-10r14079: I just found the setproctitle library from alt linux:-)Stefan Metzmacher1-0/+6
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij1-1/+1
2007-10-10r12815: try to fix the build on AIXStefan Metzmacher1-0/+1
2007-10-10r12797: check for a errorStefan Metzmacher1-1/+2
2007-10-10r12267: Try to avoid segfault in kerberos libs, because we talloc_free()'edAndrew Bartlett1-1/+7
2007-10-10r10920: in case of a accept() failure just failing and trying again is noAndrew Tridgell1-0/+6
2007-10-10r5306: removed all the unused mutex functions from mutex.c. When (if?) weAndrew Tridgell1-0/+1
2007-10-10r5301: fixed pthreads buildAndrew Tridgell1-0/+1
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell1-1/+1
2007-10-10r5104: - added support for task based servers. These are servers that withinAndrew Tridgell1-4/+65
2007-10-10r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell1-121/+43
2007-10-10r4817: ccache was being made ineffective on all the build farm machinesAndrew Tridgell1-0/+1
2007-10-10r4728: split up server_services into:Stefan Metzmacher1-40/+96
2007-10-10r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij1-1/+1
2007-10-10r3518: fixed some includes to be consistent.Andrew Tridgell1-10/+6
2007-10-10r3508: fix the buildStefan Metzmacher1-1/+3
2007-10-10r3467: fix the buildStefan Metzmacher1-0/+3
2007-10-10r3314: added a option "socket:testnonblock" to the generic socket code. IfAndrew Tridgell1-1/+1
2007-10-10r3016: - converted the events code to tallocAndrew Tridgell1-1/+2
2007-10-10r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell1-1/+1
2007-10-10r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell1-11/+1
2007-10-10r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell1-0/+2
2007-10-10r2447: let the server code use the new lib/socket/ stuffStefan Metzmacher1-12/+17
2007-10-10r1516: remove the server_connection from the list on the server_socketStefan Metzmacher1-2/+15
2007-10-10r1515: move dublicate code to a functionStefan Metzmacher1-58/+3
2007-10-10r1514: close stuff from the server_connection not in theStefan Metzmacher1-0/+3
2007-10-10r1486: commit the start of the generic server infastructureStefan Metzmacher1-66/+87
2007-10-10r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher1-2/+2
2007-10-10r1280: rename struct request_context to smbsrv_requestStefan Metzmacher1-1/+1
2007-10-10r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher1-2/+2
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-2/+2