summaryrefslogtreecommitdiffstats
path: root/source3/printing/spoolssd.c
Commit message (Expand)AuthorAgeFilesLines
* printing: return last change time with pcap_cache_loaded()David Disseldorp2014-08-081-2/+2
* printing: only reload printer shares on client enumDavid Disseldorp2014-08-081-29/+5
* s3-spoolssd: Don't register spoolssd if epmd is not running.Andreas Schneider2014-02-271-17/+22
* spoolssd: Use only one messaging_context per processVolker Lendecke2014-02-191-1/+1
* s3:printing fix a compiler warningChristian Ambach2013-12-121-1/+1
* spoolssd: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett2013-03-151-1/+1
* s3-daemons: Set the comment field of the daemons.Andreas Schneider2013-03-051-0/+6
* s3: Remove some calls to procid_selfVolker Lendecke2012-10-191-3/+3
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-5/+7
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-1/+1
* change low FDs are handled in SambaAndrew Bartlett2012-03-041-3/+0
* s3:printing/spoolssd: avoid using server_messaging_context()Stefan Metzmacher2011-12-161-1/+1
* s3:printing/spoolssd: pass event and messaging context to check_updater_child()Stefan Metzmacher2011-12-151-5/+4
* s3: Remove a bunch of calls to procid_self()Volker Lendecke2011-12-121-2/+2
* s3-smbd: Rename reload_printers() and add documentation.Andreas Schneider2011-09-051-1/+1
* s3-spoolssd: Remove stale printers only on a valid pcap update.Andreas Schneider2011-09-051-2/+2
* s3-spoolss: Remove useless checkSimo Sorce2011-08-211-24/+4
* s3-spoolssd: Listen on parent messagesSimo Sorce2011-08-211-0/+18
* s3-spoolssd: Send a message to the parent when we accept a connectionSimo Sorce2011-08-211-0/+25
* s3-spoolssd: User new prefork helpers to simplify code.Simo Sorce2011-08-211-27/+3
* s3-prefork: Fix worker flags handling.Simo Sorce2011-08-211-1/+1
* s3-prefork: do not use a lock_fd, just race on accept()Simo Sorce2011-08-211-17/+3
* s3-spoolssd: Use prefrok utils to manage childrenSimo Sorce2011-08-211-122/+26
* s3-spoolss: Introduce helper function to manage pool.Simo Sorce2011-08-211-52/+64
* s3-spoolssd: Fix spoolss logging.Simo Sorce2011-08-211-13/+11
* s3-spoolssd: Check if we were able to create the prefork pool.Andreas Schneider2011-08-211-0/+3
* s3-messaging: Do not register to classes we are not going to use.Simo Sorce2011-08-111-1/+0
* s3-messaging: Remove obsolete class.Simo Sorce2011-08-111-2/+0
* s3-spoolss: Fix prototypes warnings.Andreas Schneider2011-08-101-1/+4
* s3-spoolss: do not call pcap_cache_reload() directlySimo Sorce2011-08-101-5/+17
* s3-spoolss: Fix printers related messagingSimo Sorce2011-08-101-4/+34
* s3-prefork: Fix use of child id.Simo Sorce2011-08-101-10/+9
* s3-printing: make sure to block SIGHUP ...Simo Sorce2011-08-101-4/+20
* s3-spoolss: Use a global variable for the poolSimo Sorce2011-08-101-60/+31
* s3-printing: Allow bq process to have own logfileSimo Sorce2011-08-101-23/+40
* s3-spoolssd: Use the child_id to open log filesSimo Sorce2011-08-101-15/+43
* s3-prefork: Pass the child a child_idSimo Sorce2011-08-101-0/+1
* s3-prefork: Return tsocket_address for client and serverSimo Sorce2011-08-101-7/+5
* s3-prefork: Pass messaging context around tooSimo Sorce2011-08-101-15/+42
* s3-prefork: Set up a SIGCHLD handler by defaultSimo Sorce2011-08-101-39/+14
* s3:spoolssd Start spoolssd from printing_subsystem_initSimo Sorce2011-08-101-17/+48
* s3-printing: Rework how the background process is startedSimo Sorce2011-08-101-0/+4
* s3-prefork: Provide a cleanup functionSimo Sorce2011-08-101-11/+4
* s3-prefork: add support for multiple listning file descriptorsSimo Sorce2011-08-101-5/+11
* s3-spoolssd: propagate SIGHUP to childrenSimo Sorce2011-08-101-11/+34
* s3-spoolssd: expand children pool when necessarySimo Sorce2011-08-101-7/+34
* s3-spoolssd: Use parametric option for prefork parametersSimo Sorce2011-08-101-12/+48
* s3-spoolss: make listening asynchronousSimo Sorce2011-08-101-26/+60
* s3-spoolssd: Use the prefork framework in spoolssdSimo Sorce2011-08-101-3/+425
* s3-rpc_server: Use binding vector in rpc_ep_try_register().Andreas Schneider2011-08-011-2/+22