summaryrefslogtreecommitdiff
path: root/source3/printing
AgeCommit message (Expand)AuthorFilesLines
2012-06-26s3-printing: rename queue->job sysjobDavid Disseldorp4-26/+26
2012-06-26s3-printing: remove print_parse_jobid() from print_cups.cDavid Disseldorp1-11/+1
2012-06-26s3-printing: store print jobid as part of struct printjobDavid Disseldorp1-12/+17
2012-06-12s3:printing: fix use of a non-existent word (existant)Michael Adam1-1/+1
2012-06-06s3:printing: let print_spool_open() take a uint64_t vuidStefan Metzmacher1-1/+1
2012-06-06s3:printing: use smbd/smbd.h instead of just smbd/proto.h in queue_process.cStefan Metzmacher1-1/+1
2012-06-06s3:printing: add print_spool_rap_jobid()Stefan Metzmacher1-0/+9
2012-06-06s3:printing: make struct print_file_data private to printspoolss.cStefan Metzmacher1-0/+9
2012-05-31Forward port of Richard Sharpe's <realrichardsharpe@gmail.com> fix for bug #8...Jeremy Allison1-1/+6
2012-05-24s3:smbd/msdfs: let create_conn_struct() also fake the 'smbd_server_connection'Stefan Metzmacher1-3/+12
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2-4/+4
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij5-14/+14
2012-03-14s3-printing: Make printer a const char *.Andreas Schneider1-2/+6
2012-03-04change low FDs are handled in SambaAndrew Bartlett1-3/+0
2012-02-18Fix a bunch of "unused variable" warnings.Jeremy Allison1-5/+0
2012-02-15s3-printing: fix crash in printer_list_set_printer()David Disseldorp1-1/+1
2012-02-14s3: files_struct->mode is only written, remove itVolker Lendecke1-1/+0
2012-02-09s3-printing: Add new printers to registry.Björn Baumbach1-2/+17
2012-01-27Finally remove all malloc()'s from the substitute code. Now totallyJeremy Allison1-3/+1
2012-01-23WERROR type variable being incorrectly checked with a NT_STATUS_IS_XDavid Disseldorp1-1/+1
2012-01-20s3-spoolss: prefix print$ path on driver file deletionDavid Disseldorp1-44/+37
2012-01-18s3: Add a "lock_order" argument to db_openVolker Lendecke1-1/+1
2012-01-17s3:printing: avoid messaging_event_context() in print_queue_housekeeping()Stefan Metzmacher1-6/+21
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-13s3: Remove a call to procid_self()Volker Lendecke1-1/+1
2011-12-12s3: Remove a bunch of calls to procid_self()Volker Lendecke3-4/+4
2011-12-08s3: Fix typosVolker Lendecke1-1/+1
2011-11-03s3-printing: fix typoBjörn Baumbach1-1/+1
2011-10-27s3: Include uid_wrapper where it is missing.Andreas Schneider1-0/+1
2011-10-11s3:printing: convert printer_list to use dbwrap wrapper functionsMichael Adam1-11/+20
2011-10-11s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam1-6/+4
2011-09-26s3: Remove the smbd_server_conn ref from create_conn_structVolker Lendecke1-3/+7
2011-09-09s3-spoolss: Fix bug #8351 forms migration.Andreas Schneider1-0/+4
2011-09-05s3-smbd: Rename reload_printers() and add documentation.Andreas Schneider2-3/+3
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-rpc_server: Replace RPC_SERVICE_MODE_DAEMON checksSimo Sorce1-3/+2
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 Sorce2-3/+2
2011-08-11s3-messaging: Remove obsolete class.Simo Sorce1-2/+0
2011-08-10s3-spoolss: Fix prototypes warnings.Andreas Schneider1-1/+4