summaryrefslogtreecommitdiff
path: root/source4/smbd/service_task.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-27s4:service_task: add missing imessaging_cleanup() to task_server_terminate()Stefan Metzmacher1-0/+2
2013-01-27s4:service_task: prevent a segfault if task->msg_ctx is not initialized yetStefan Metzmacher1-1/+1
2011-10-13s4-messaging: Pass the loadparm context, not just the messaging pathAndrew Bartlett1-1/+1
2011-07-22s4-messaging: fixed the removal of messaging sockets in child tasksAndrew Tridgell1-3/+3
2011-05-03s4-messaging Rename messaging -> imessagingAndrew Bartlett1-3/+3
2010-09-15s4-server: check the return of irpc_binding_handle_by_nameAndrew Tridgell1-3/+4
2010-09-03s4:smbd/service_task: use irpc_binding_handle_by_name()Stefan Metzmacher1-6/+5
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-1/+1
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-1/+0
2009-09-19s4-smbd: removed unnecessary includesAndrew Tridgell1-2/+0
2009-09-18s4-server: kill main daemon if a task fails to initialiseAndrew Tridgell1-2/+16
2009-02-02s4:smbd: s/private/private_dataStefan Metzmacher1-2/+2
2009-01-03s4:smbd: convert to tevent_* apiStefan Metzmacher1-1/+0
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-3/+3
2008-09-30Eliminate another global_loadparm.Jelmer Vernooij1-1/+1
2008-02-04Rework service init functions to pass down service name. This isAndrew Bartlett1-1/+2
2008-01-05r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij1-2/+4
2007-12-21r26441: Remove global_loadparm uses.Jelmer Vernooij1-1/+3
2007-12-21r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij1-1/+2
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-1/+4
2007-10-10r23960: Don't destory the 'reason' for terminating the service before printin...Andrew Bartlett1-1/+3
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r20646: first preparations for cluster enablement. This changes "Andrew Tridgell1-1/+2
2007-10-10r14079: I just found the setproctitle library from alt linux:-)Stefan Metzmacher1-0/+8
2007-10-10r7911: task_terminate() is defined in the macosx headers, so change the nameAndrew Tridgell1-3/+3
2007-10-10r7294: implemented the irpc messaging system. This is the core of theAndrew Tridgell1-0/+1
2007-10-10r5411: make network interface selection a bit sanerAndrew Tridgell1-0/+1
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell1-1/+1
2007-10-10r5141: fix compiler warningsStefan Metzmacher1-1/+1
2007-10-10r5104: - added support for task based servers. These are servers that withinAndrew Tridgell1-0/+90