summaryrefslogtreecommitdiff
path: root/source3/printing
Commit message (Expand)AuthorAgeFilesLines
* printing: rework nt_printer_guid_store to return errorsAndreas Schneider2015-03-151-17/+32
* printing: add nt_printer_guid_retrieve() helperDavid Disseldorp2015-03-151-0/+58
* printing: split out printer DN and GUID retrievalDavid Disseldorp2015-03-151-72/+137
* printing/cups: pack requested-attributes with IPP_TAG_KEYWORDDavid Disseldorp2015-02-101-1/+1
* printing: add jobid_to_sysjob helper functionDavid Disseldorp2014-11-171-18/+52
* smbd: split printer reload processingDavid Disseldorp2014-09-011-3/+97
* printing: return last change time with pcap_cache_loaded()David Disseldorp2014-09-015-7/+13
* printing: remove pcap_cache_add()David Disseldorp2014-09-012-11/+6
* printing: reload printer_list.tdb from in memory listDavid Disseldorp2014-09-016-34/+52
* printing: only reload printer shares on client enumDavid Disseldorp2014-09-011-29/+5
* printing: traverse_read the printer list for share updatesDavid Disseldorp2014-09-015-12/+17
* smbd: Avoid double-free in get_print_db_bynameVolker Lendecke2014-07-151-2/+2
* printing: fix purge of all print jobsDavid Disseldorp2014-06-021-4/+19
* s3-spoolssd: Don't register spoolssd if epmd is not running.Andreas Schneider2014-03-101-17/+22
* s3-printing: Fix obvious memory leak in printer_list_get_printer().Jeremy Allison2014-03-101-0/+1
* s3: printing: Fix problem with server taking too long to respond to a MSG_PRI...Jeremy Allison2014-03-102-2/+33
* printing: always store sytem job-ID in queue stateDavid Disseldorp2013-11-261-21/+22
* spoolss: return the spoolss job ID in notificationsDavid Disseldorp2013-11-261-1/+1
* Fix bug 9900: is_printer_published GUID retrievalDavid Disseldorp2013-06-031-47/+82
* printing: explicitly clear PUBLISHED attributeDavid Disseldorp2013-06-031-1/+1
* bug 9830: fix panic in nt_printer_publish_adsDavid Disseldorp2013-04-251-2/+8
* smbd: Convert print_spool_open to synthetic_smb_fnameVolker Lendecke2013-04-171-3/+3
* smbd: Convert driver_unlink_internals to synthetic_smb_fnameVolker Lendecke2013-04-171-3/+2
* spoolssd: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett2013-03-151-1/+1
* s3-net: Add encoding=<CP> to 'net printing migrate'.Andreas Schneider2013-03-153-6/+20
* Make sure to set umask() before calling mkstemp().Andreas Schneider2013-03-062-0/+7
* s3-daemons: Set the comment field of the daemons.Andreas Schneider2013-03-052-0/+9
* s3:printing: s/event_add_fd/tevent_add_fd and s/EVENT_FD_/TEVENT_FD_Stefan Metzmacher2013-02-191-2/+2
* s3:printing: s/struct fd_event/struct tevent_fdStefan Metzmacher2013-02-191-2/+2
* s3:printing: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-192-4/+4
* spoolss: make spoolss deal with ndr64 StartDocPrinter by using proper contain...Günther Deschner2013-01-241-8/+15
* printing: Free talloc_stackframe() on all exit pathsAndrew Bartlett2013-01-191-0/+2
* BUG 9378: Add extra attributes for AD printer publishing.David Disseldorp2013-01-181-1/+85
* printing: Remove invalid free from error path.David Disseldorp2013-01-181-1/+0
* printing: Create default architecture directories on init.Andreas Schneider2013-01-171-0/+59
* spoolss: make spoolss deal with ndr64 ULONG_PTR of devmode_ptr and secdesc_ptr.Günther Deschner2013-01-171-2/+0
* smbd: Fix calls to create_conn_struct_cwd to be correctly indented.Andrew Bartlett2013-01-071-18/+18
* smbd: Split create_conn_struct into a fn that does not change the working dirAndrew Bartlett2013-01-071-3/+3
* s3-printing: Correctly create the printing cache path.Andreas Schneider2012-12-121-1/+6
* s3-printing: Don't call talloc_free on an uninitialized pointer.Andreas Schneider2012-12-121-1/+1
* s3-printing: add missing carriage return to debug strDavid Disseldorp2012-11-291-1/+1
* s3: Remove some calls to procid_selfVolker Lendecke2012-10-191-3/+3
* s3fs-printing: Simplify the comment and location handling.Andreas Schneider2012-10-111-13/+17
* s3fs-printing: Fix RAW printing for normal users.Andreas Schneider2012-10-081-1/+1
* s3fs-smbd: Move housekeeping to the background process.Andreas Schneider2012-10-011-0/+9
* s3-printing: Increase debug level for info that the db is empty.Andreas Schneider2012-09-201-1/+2
* s3-printing: fix bug 9123 lprng job tracking errorsDavid Disseldorp2012-08-292-3/+3
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-092-3/+5
* Fix incorrect use of server as a talloc context.Jeremy Allison2012-07-241-1/+1
* Use ippGet/ippSet (accessors) for IPP API.Jiri Popelka2012-07-202-176/+259