summaryrefslogtreecommitdiff
path: root/source3/printing/spoolssd.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-24s3: Move call to prctl_set_comment to reinit_after_forkChristof Schmitt1-9/+3
2015-06-04s3-rpc_server: Fix inteface typo.Günther Deschner1-4/+4
2015-04-22s3:smbd: use smbd_reinit_after_forkRalph Boehme1-3/+1
2015-04-22s3:spoolss: use lp_load() wrapper lp_load_global().Michael Adam1-1/+1
2014-08-08printing: return last change time with pcap_cache_loaded()David Disseldorp1-2/+2
2014-08-08printing: only reload printer shares on client enumDavid Disseldorp1-29/+5
2014-02-27s3-spoolssd: Don't register spoolssd if epmd is not running.Andreas Schneider1-17/+22
2014-02-19spoolssd: Use only one messaging_context per processVolker Lendecke1-1/+1
2013-12-12s3:printing fix a compiler warningChristian Ambach1-1/+1
2013-03-15spoolssd: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett1-1/+1
2013-03-05s3-daemons: Set the comment field of the daemons.Andreas Schneider1-0/+6
2012-10-19s3: Remove some calls to procid_selfVolker Lendecke1-3/+3
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-5/+7
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-1/+1
2012-03-04change low FDs are handled in SambaAndrew Bartlett1-3/+0
2011-12-16s3:printing/spoolssd: avoid using server_messaging_context()Stefan Metzmacher1-1/+1
2011-12-15s3:printing/spoolssd: pass event and messaging context to check_updater_child()Stefan Metzmacher1-5/+4
2011-12-12s3: Remove a bunch of calls to procid_self()Volker Lendecke1-2/+2
2011-09-05s3-smbd: Rename reload_printers() and add documentation.Andreas Schneider1-1/+1
2011-09-05s3-spoolssd: Remove stale printers only on a valid pcap update.Andreas Schneider1-2/+2
2011-08-21s3-spoolss: Remove useless checkSimo Sorce1-24/+4
2011-08-21s3-spoolssd: Listen on parent messagesSimo Sorce1-0/+18
2011-08-21s3-spoolssd: Send a message to the parent when we accept a connectionSimo Sorce1-0/+25
2011-08-21s3-spoolssd: User new prefork helpers to simplify code.Simo Sorce1-27/+3
2011-08-21s3-prefork: Fix worker flags handling.Simo Sorce1-1/+1
2011-08-21s3-prefork: do not use a lock_fd, just race on accept()Simo Sorce1-17/+3
2011-08-21s3-spoolssd: Use prefrok utils to manage childrenSimo Sorce1-122/+26
2011-08-21s3-spoolss: Introduce helper function to manage pool.Simo Sorce1-52/+64
2011-08-21s3-spoolssd: Fix spoolss logging.Simo Sorce1-13/+11
2011-08-21s3-spoolssd: Check if we were able to create the prefork pool.Andreas Schneider1-0/+3
2011-08-11s3-messaging: Do not register to classes we are not going to use.Simo Sorce1-1/+0
2011-08-11s3-messaging: Remove obsolete class.Simo Sorce1-2/+0
2011-08-10s3-spoolss: Fix prototypes warnings.Andreas Schneider1-1/+4
2011-08-10s3-spoolss: do not call pcap_cache_reload() directlySimo Sorce1-5/+17
2011-08-10s3-spoolss: Fix printers related messagingSimo Sorce1-4/+34
2011-08-10s3-prefork: Fix use of child id.Simo Sorce1-10/+9
2011-08-10s3-printing: make sure to block SIGHUP ...Simo Sorce1-4/+20
2011-08-10s3-spoolss: Use a global variable for the poolSimo Sorce1-60/+31
2011-08-10s3-printing: Allow bq process to have own logfileSimo Sorce1-23/+40
2011-08-10s3-spoolssd: Use the child_id to open log filesSimo Sorce1-15/+43
2011-08-10s3-prefork: Pass the child a child_idSimo Sorce1-0/+1
2011-08-10s3-prefork: Return tsocket_address for client and serverSimo Sorce1-7/+5
2011-08-10s3-prefork: Pass messaging context around tooSimo Sorce1-15/+42
2011-08-10s3-prefork: Set up a SIGCHLD handler by defaultSimo Sorce1-39/+14
2011-08-10s3:spoolssd Start spoolssd from printing_subsystem_initSimo Sorce1-17/+48
2011-08-10s3-printing: Rework how the background process is startedSimo Sorce1-0/+4
2011-08-10s3-prefork: Provide a cleanup functionSimo Sorce1-11/+4
2011-08-10s3-prefork: add support for multiple listning file descriptorsSimo Sorce1-5/+11
2011-08-10s3-spoolssd: propagate SIGHUP to childrenSimo Sorce1-11/+34
2011-08-10s3-spoolssd: expand children pool when necessarySimo Sorce1-7/+34