summaryrefslogtreecommitdiff
path: root/source3/printing/queue_process.c
Commit message (Expand)AuthorAgeFilesLines
* s3:printing: Add spoolssd header fileSamuel Cabrero2019-10-181-3/+1
* printing: check lp_load_printers() prior to pcap cache updateDavid Disseldorp2019-02-011-1/+1
* printing: drop pcap_cache_loaded() guard around load_printers()David Disseldorp2019-02-011-3/+1
* s3: Rename server_event_context() to global_event_context()Christof Schmitt2018-09-071-2/+2
* printing: remove unused arguments from delete_and_reload_printers()Stefan Metzmacher2018-06-141-1/+1
* printing: remove unused arguments from load_printers()Stefan Metzmacher2018-06-141-1/+1
* lib: #include "util_event.h" only where neededVolker Lendecke2018-04-241-0/+1
* lib: Remove unused serverid.tdbVolker Lendecke2017-12-051-7/+0
* lib: Use messaging_send_all instead of message_send_allVolker Lendecke2017-12-051-1/+1
* messaging: Remove the "n_sent" arg from message_send_allVolker Lendecke2017-12-051-1/+1
* printing: handle "printcap cache time" change on HUPDavid Disseldorp2016-04-191-33/+46
* printing: use housekeeping period that matches cache timeDavid Disseldorp2016-04-191-13/+8
* lib: Remove sys_waitpidVolker Lendecke2016-02-231-1/+1
* s3: Move call to prctl_set_comment to reinit_after_forkChristof Schmitt2015-09-241-3/+1
* s3:smbd: use smbd_reinit_after_forkRalph Boehme2015-04-221-1/+1
* smbd: split printer reload processingDavid Disseldorp2014-08-081-3/+97
* printing: return last change time with pcap_cache_loaded()David Disseldorp2014-08-081-1/+1
* s3: printing: Fix problem with server taking too long to respond to a MSG_PRI...Jeremy Allison2014-02-181-0/+6
* s3-daemons: Set the comment field of the daemons.Andreas Schneider2013-03-051-0/+3
* s3:printing: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-1/+1
* s3fs-smbd: Move housekeeping to the background process.Andreas Schneider2012-10-011-0/+9
* s3:printing: use smbd/smbd.h instead of just smbd/proto.h in queue_process.cStefan Metzmacher2012-06-061-1/+1
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-1/+1
* s3:printing: avoid messaging_event_context() in print_queue_housekeeping()Stefan Metzmacher2012-01-171-6/+21
* s3: Remove a call to procid_self()Volker Lendecke2011-12-131-1/+1
* s3: Remove a bunch of calls to procid_self()Volker Lendecke2011-12-121-1/+1
* s3-smbd: Rename reload_printers() and add documentation.Andreas Schneider2011-09-051-2/+2
* s3-rpc_server: Replace RPC_SERVICE_MODE_DAEMON checksSimo Sorce2011-08-211-3/+2
* s3-messaging: Do not register to classes we are not going to use.Simo Sorce2011-08-111-2/+2
* s3-printing: Do not try to force reload.Simo Sorce2011-08-101-1/+5
* s3-printing: Add child handler to bq processSimo Sorce2011-08-101-4/+32
* s3-printing: make sure to block SIGHUP ...Simo Sorce2011-08-101-0/+19
* s3-printing: Allow bq process to have own logfileSimo Sorce2011-08-101-2/+13
* s3-printing: Force pcap reload when all readySimo Sorce2011-08-101-2/+10
* s3:spoolssd Start spoolssd from printing_subsystem_initSimo Sorce2011-08-101-2/+13
* s3-printing: Rework how the background process is startedSimo Sorce2011-08-101-19/+31
* s3-printing: No need to register to smbd's children listSimo Sorce2011-08-101-19/+0
* s3-printing: fix some build warnings in queue_process.cGünther Deschner2011-08-031-1/+2
* s3:server Consolidate printing related initializationSimo Sorce2011-08-021-0/+4
* s3:smbd - Move printing queue stuffSimo Sorce2011-08-021-0/+294