summaryrefslogtreecommitdiffstats
path: root/source3/printing
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_interface().Günther Deschner2013-08-052-3/+3
* s3-printing: avoid KRB5CCNAME overwrite in printer publishing (Bug #7444).Günther Deschner2013-07-191-0/+13
* 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