summaryrefslogtreecommitdiffstats
path: root/source4/smbd/process_thread.c
Commit message (Expand)AuthorAgeFilesLines
* lib-util: rename memdup to smb_memdup and fix all callersBjörn Baumbach2014-04-161-2/+2
* s4:smbd: use tevent_ fn names instead of leagcy event_ onesSimo Sorce2011-08-131-2/+2
* s4-smbd: don't initialise process models more than onceAndrew Tridgell2010-10-301-2/+2
* s4-process: fixed the thread process model so it compilesAndrew Tridgell2010-09-071-1/+2
* s4:process_thread: use monotonic time for time deltasBjörn Jacke2010-08-311-9/+10
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-3/+3
* s4-smbd: Remove obsolete singal type cast from the thread process model.Andreas Schneider2010-02-231-3/+3
* s4:smbd: s/private/private_dataStefan Metzmacher2009-02-021-8/+8
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-13/+13
* Eliminate another global_loadparm.Jelmer Vernooij2008-09-301-1/+1
* Use a custom init function for samba4 that sets a samba4Simo Sorce2008-06-141-2/+2
* Remaining changes to implement the prefork process modelAndrew Bartlett2008-02-041-3/+4
* r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-051-6/+18
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* 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