summaryrefslogtreecommitdiff
path: root/source4/smbd/service_task.c
Commit message (Expand)AuthorAgeFilesLines
* source4/smbd: replace DEBUG( with DBG_Gary Lockyer2017-10-191-1/+5
* source4/smbd: refactor the process model for preforkGary Lockyer2017-10-191-8/+12
* source4 smbd: remove global control pipe from process_standard.Gary Lockyer2017-09-281-3/+6
* s4: messaging: Remove bool auto_remove parameter from imessaging_init().Jeremy Allison2016-07-231-1/+1
* s4:service_task: explicitly use dcerpc_binding_handle_set_sync_ev() for irpcAndrew Bartlett2014-05-131-0/+2
* s4:service_task: add missing imessaging_cleanup() to task_server_terminate()Stefan Metzmacher2013-01-271-0/+2
* s4:service_task: prevent a segfault if task->msg_ctx is not initialized yetStefan Metzmacher2013-01-271-1/+1
* s4-messaging: Pass the loadparm context, not just the messaging pathAndrew Bartlett2011-10-131-1/+1
* s4-messaging: fixed the removal of messaging sockets in child tasksAndrew Tridgell2011-07-221-3/+3
* s4-messaging Rename messaging -> imessagingAndrew Bartlett2011-05-031-3/+3
* s4-server: check the return of irpc_binding_handle_by_nameAndrew Tridgell2010-09-151-3/+4
* s4:smbd/service_task: use irpc_binding_handle_by_name()Stefan Metzmacher2010-09-031-6/+5
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-1/+1
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-1/+0
* s4-smbd: removed unnecessary includesAndrew Tridgell2009-09-191-2/+0
* s4-server: kill main daemon if a task fails to initialiseAndrew Tridgell2009-09-181-2/+16
* s4:smbd: s/private/private_dataStefan Metzmacher2009-02-021-2/+2
* s4:smbd: convert to tevent_* apiStefan Metzmacher2009-01-031-1/+0
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-3/+3
* Eliminate another global_loadparm.Jelmer Vernooij2008-09-301-1/+1
* Rework service init functions to pass down service name. This isAndrew Bartlett2008-02-041-1/+2
* r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-051-2/+4
* r26441: Remove global_loadparm uses.Jelmer Vernooij2007-12-211-1/+3
* r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij2007-12-211-1/+2
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+4
* r23960: Don't destory the 'reason' for terminating the service before printin...Andrew Bartlett2007-10-101-1/+3
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r20646: first preparations for cluster enablement. This changes "Andrew Tridgell2007-10-101-1/+2
* r14079: I just found the setproctitle library from alt linux:-)Stefan Metzmacher2007-10-101-0/+8
* r7911: task_terminate() is defined in the macosx headers, so change the nameAndrew Tridgell2007-10-101-3/+3
* r7294: implemented the irpc messaging system. This is the core of theAndrew Tridgell2007-10-101-0/+1
* r5411: make network interface selection a bit sanerAndrew Tridgell2007-10-101-0/+1
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-1/+1
* r5141: fix compiler warningsStefan Metzmacher2007-10-101-1/+1
* r5104: - added support for task based servers. These are servers that withinAndrew Tridgell2007-10-101-0/+90