summaryrefslogtreecommitdiff
path: root/source3/printing
Commit message (Expand)AuthorAgeFilesLines
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-062-4/+4
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-245-14/+14
* s3-printing: Make printer a const char *.Andreas Schneider2012-03-141-2/+6
* change low FDs are handled in SambaAndrew Bartlett2012-03-041-3/+0
* Fix a bunch of "unused variable" warnings.Jeremy Allison2012-02-181-5/+0
* s3-printing: fix crash in printer_list_set_printer()David Disseldorp2012-02-151-1/+1
* s3: files_struct->mode is only written, remove itVolker Lendecke2012-02-141-1/+0
* s3-printing: Add new printers to registry.Björn Baumbach2012-02-091-2/+17
* Finally remove all malloc()'s from the substitute code. Now totallyJeremy Allison2012-01-271-3/+1
* WERROR type variable being incorrectly checked with a NT_STATUS_IS_XDavid Disseldorp2012-01-231-1/+1
* s3-spoolss: prefix print$ path on driver file deletionDavid Disseldorp2012-01-201-44/+37
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-181-1/+1
* s3:printing: avoid messaging_event_context() in print_queue_housekeeping()Stefan Metzmacher2012-01-171-6/+21
* 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 call to procid_self()Volker Lendecke2011-12-131-1/+1
* s3: Remove a bunch of calls to procid_self()Volker Lendecke2011-12-123-4/+4
* s3: Fix typosVolker Lendecke2011-12-081-1/+1
* s3-printing: fix typoBjörn Baumbach2011-11-031-1/+1
* s3: Include uid_wrapper where it is missing.Andreas Schneider2011-10-271-0/+1
* s3:printing: convert printer_list to use dbwrap wrapper functionsMichael Adam2011-10-111-11/+20
* s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam2011-10-111-6/+4
* s3: Remove the smbd_server_conn ref from create_conn_structVolker Lendecke2011-09-261-3/+7
* s3-spoolss: Fix bug #8351 forms migration.Andreas Schneider2011-09-091-0/+4
* s3-smbd: Rename reload_printers() and add documentation.Andreas Schneider2011-09-052-3/+3
* 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-rpc_server: Replace RPC_SERVICE_MODE_DAEMON checksSimo Sorce2011-08-211-3/+2
* 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-112-3/+2
* s3-messaging: Remove obsolete class.Simo Sorce2011-08-111-2/+0
* s3-spoolss: Fix prototypes warnings.Andreas Schneider2011-08-101-1/+4
* s3-printing: Do not try to force reload.Simo Sorce2011-08-101-1/+5
* s3-spoolss: do not call pcap_cache_reload() directlySimo Sorce2011-08-101-5/+17
* s3-printing: Add child handler to bq processSimo Sorce2011-08-101-4/+32
* 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-102-4/+39
* 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-103-26/+55
* 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