summaryrefslogtreecommitdiff
path: root/source3/printing/queue_process.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-14s3:printing: Load the shares for [printers] in samba-bgqdAndreas Schneider1-0/+3
2024-09-25s3: SIGHUP handlers use consistent log level 3Jones Syue1-1/+1
2024-03-22lib: Remove timeval_set()Volker Lendecke1-4/+7
2022-05-31s3:printing: Start samba-bgqd as soon as possibleAndreas Schneider1-4/+4
2022-05-31s3:printing: Initialize the printcap cache as soon as the bgqd startsAndreas Schneider1-0/+3
2021-12-10printing: Remove "start_daemons" from printing_subsystem_init()Volker Lendecke1-24/+1
2021-12-10s3:rpc_server: Activate samba-dcerpcdVolker Lendecke1-31/+4
2021-10-13source3/printing/queue_process.c: fix build on macOSAlex Richardson1-2/+0
2021-05-11printing: Avoid a few references to background_lpq_updater_pidVolker Lendecke1-0/+15
2021-05-11printing: Introduce samba-bgqdVolker Lendecke1-76/+56
2021-05-11printing: Factor out register_printing_bq_handlers()Volker Lendecke1-36/+77
2021-04-27printing: Avoid zombies in the background daemonVolker Lendecke1-8/+14
2021-04-27printing: Reduce indentation in start_background_queue()Volker Lendecke1-46/+43
2021-04-27printing: Remove dead codeVolker Lendecke1-5/+0
2021-04-27printing: Remove the pause_pipe[] from queue_process.cVolker Lendecke1-37/+0
2021-03-24printing: Fix typosVolker Lendecke1-2/+2
2021-03-24printing: Passing a fn pointer does not need "&"Volker Lendecke1-6/+6
2021-03-16printing: Introduce printer_list_printername_exists()Volker Lendecke1-1/+3
2021-01-08lib: give global_contexts.c its own header fileVolker Lendecke1-0/+1
2020-11-10smbd: Give locking/share_mode_lock.c its own header fileVolker Lendecke1-0/+1
2020-03-20s3:rpc_server: Reinitialize dcesrv_context in external spoolssd daemonSamuel Cabrero1-1/+2
2019-11-27s3:param: make "servicename" a substituted optionRalph Boehme1-0/+1
2019-11-27smbdotconf: mark "printername" with substitution="1"Ralph Boehme1-1/+3
2019-10-18s3:printing: Add spoolssd header fileSamuel Cabrero1-3/+1
2019-02-01printing: check lp_load_printers() prior to pcap cache updateDavid Disseldorp1-1/+1
2019-02-01printing: drop pcap_cache_loaded() guard around load_printers()David Disseldorp1-3/+1
2018-09-07s3: Rename server_event_context() to global_event_context()Christof Schmitt1-2/+2
2018-06-14printing: remove unused arguments from delete_and_reload_printers()Stefan Metzmacher1-1/+1
2018-06-14printing: remove unused arguments from load_printers()Stefan Metzmacher1-1/+1
2018-04-24lib: #include "util_event.h" only where neededVolker Lendecke1-0/+1
2017-12-05lib: Remove unused serverid.tdbVolker Lendecke1-7/+0
2017-12-05lib: Use messaging_send_all instead of message_send_allVolker Lendecke1-1/+1
2017-12-05messaging: Remove the "n_sent" arg from message_send_allVolker Lendecke1-1/+1
2016-04-19printing: handle "printcap cache time" change on HUPDavid Disseldorp1-33/+46
2016-04-19printing: use housekeeping period that matches cache timeDavid Disseldorp1-13/+8
2016-02-23lib: Remove sys_waitpidVolker Lendecke1-1/+1
2015-09-24s3: Move call to prctl_set_comment to reinit_after_forkChristof Schmitt1-3/+1
2015-04-22s3:smbd: use smbd_reinit_after_forkRalph Boehme1-1/+1
2014-08-08smbd: split printer reload processingDavid Disseldorp1-3/+97
2014-08-08printing: return last change time with pcap_cache_loaded()David Disseldorp1-1/+1
2014-02-18s3: printing: Fix problem with server taking too long to respond to a MSG_PRI...Jeremy Allison1-0/+6
2013-03-05s3-daemons: Set the comment field of the daemons.Andreas Schneider1-0/+3
2013-02-19s3:printing: s/struct event_context/struct tevent_contextStefan Metzmacher1-1/+1
2012-10-01s3fs-smbd: Move housekeeping to the background process.Andreas Schneider1-0/+9
2012-06-06s3:printing: use smbd/smbd.h instead of just smbd/proto.h in queue_process.cStefan Metzmacher1-1/+1
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-1/+1
2012-01-17s3:printing: avoid messaging_event_context() in print_queue_housekeeping()Stefan Metzmacher1-6/+21
2011-12-13s3: Remove a call to procid_self()Volker Lendecke1-1/+1
2011-12-12s3: Remove a bunch of calls to procid_self()Volker Lendecke1-1/+1
2011-09-05s3-smbd: Rename reload_printers() and add documentation.Andreas Schneider1-2/+2