summaryrefslogtreecommitdiffstats
path: root/source3/printing
Commit message (Expand)AuthorAgeFilesLines
* printing: increse log level for unreachable cups serversBjörn Jacke2015-03-051-2/+2
* printing: rework nt_printer_guid_store to return errorsAndreas Schneider2015-02-181-17/+32
* printing: add nt_printer_guid_retrieve() helperDavid Disseldorp2015-02-181-0/+58
* printing: split out printer DN and GUID retrievalDavid Disseldorp2015-02-181-72/+137
* printing/cups: pack requested-attributes with IPP_TAG_KEYWORDDavid Disseldorp2015-02-101-1/+1
* lib: Split out write_data[_iov]Volker Lendecke2014-12-071-0/+1
* lib: Split out sys_[read|write] & friendsVolker Lendecke2014-12-071-0/+1
* s3:vfs: add create tags to SMB_VFS_CREATEFILERalph Boehme2014-12-041-3/+6
* s3:printing: fix some const warnings in print_iprint.cStefan Metzmacher2014-11-251-6/+6
* s3:printing: Avoid compiler warning about unused labelKai Blin2014-11-251-0/+4
* printer_list: don't leak lock_path onto talloc tosDavid Disseldorp2014-11-031-2/+9
* nt_printing: don't leak state_path onto talloc tosDavid Disseldorp2014-11-032-30/+80
* printing: add jobid_to_sysjob helper functionDavid Disseldorp2014-10-301-18/+52
* printer_list: fix talloc tos leak of tdb recordDavid Disseldorp2014-10-071-0/+1
* printing: don't leak cache_path onto talloc tosDavid Disseldorp2014-10-062-5/+25
* vfs3: Pass "lease" through SMB_VFS_CREATE_FILEVolker Lendecke2014-08-111-0/+3
* smbd: split printer reload processingDavid Disseldorp2014-08-081-3/+97
* printing: return last change time with pcap_cache_loaded()David Disseldorp2014-08-085-7/+13
* printing: remove pcap_cache_add()David Disseldorp2014-08-082-11/+6
* printing: reload printer_list.tdb from in memory listDavid Disseldorp2014-08-086-34/+52
* printing: only reload printer shares on client enumDavid Disseldorp2014-08-081-29/+5
* printing: traverse_read the printer list for share updatesDavid Disseldorp2014-08-085-12/+17
* lib: directory_create_or_exist() does not use "uid" parameterVolker Lendecke2014-07-282-5/+3
* smbd: Avoid double-free in get_print_db_bynameVolker Lendecke2014-07-081-2/+2
* printing: fix purge of all print jobsDavid Disseldorp2014-05-211-4/+19
* printing_cups: Call the msg_ctx destructor on exitVolker Lendecke2014-04-231-0/+1
* s3-spoolssd: Don't register spoolssd if epmd is not running.Andreas Schneider2014-02-271-17/+22
* s3-printing: Fix obvious memory leak in printer_list_get_printer().Jeremy Allison2014-02-251-0/+1
* s3:printing: Fix a possible NULL dereference.Poornima Gurusiddaiah2014-02-241-1/+1
* spoolssd: Use only one messaging_context per processVolker Lendecke2014-02-191-1/+1
* s3: printing: Fix problem with server taking too long to respond to a MSG_PRI...Jeremy Allison2014-02-182-2/+33
* param: rename lp function and variable from "minprintspace" to "min_print_space"Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from "queueresumecommand" to "queueres...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "queuepausecommand" to "queuepaus...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "printcommand" to "print_command"Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "max_reported_jobs" to "max_repor...Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from "lprmcommand" to "lprm_command"Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from "lpresumecommand" to "lpresume_co...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "lpqcommand" to "lpq_command"Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from "lpqcachetime" to "lpq_cache_time"Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from "lppausecommand" to "lppause_comm...Garming Sam2014-02-071-1/+1
* dbwrap: add a dbwrap_flags argument to db_open()Michael Adam2014-02-071-1/+2
* loadparm: rename lp[cfg]_print_ok to lp[cfg]_printable for consistency with docsMichael Adam2014-02-034-7/+7
* loadparm: rename lp[cfg]_pathname to lp[cfg]_path for consistency with docsMichael Adam2014-02-033-10/+10
* s3:printing fix a compiler warningChristian Ambach2013-12-121-1/+1
* printing: use DEBUG instead of sys_adminlogDavid Disseldorp2013-11-201-24/+12
* printing: fix double space in debug statementDavid Disseldorp2013-11-201-1/+1
* printing: return WERROR from print_access_checkDavid Disseldorp2013-11-202-56/+47
* printing: always store sytem job-ID in queue stateDavid Disseldorp2013-11-181-21/+22
* spoolss: return the spoolss job ID in notificationsDavid Disseldorp2013-11-181-1/+1