summaryrefslogtreecommitdiff
path: root/source3/printing
AgeCommit message (Expand)AuthorFilesLines
2013-08-05s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_interface().Günther Deschner2-3/+3
2013-07-19s3-printing: avoid KRB5CCNAME overwrite in printer publishing (Bug #7444).Günther Deschner1-0/+13
2013-06-03Fix bug 9900: is_printer_published GUID retrievalDavid Disseldorp1-47/+82
2013-06-03printing: explicitly clear PUBLISHED attributeDavid Disseldorp1-1/+1
2013-04-25bug 9830: fix panic in nt_printer_publish_adsDavid Disseldorp1-2/+8
2013-04-17smbd: Convert print_spool_open to synthetic_smb_fnameVolker Lendecke1-3/+3
2013-04-17smbd: Convert driver_unlink_internals to synthetic_smb_fnameVolker Lendecke1-3/+2
2013-03-15spoolssd: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett1-1/+1
2013-03-15s3-net: Add encoding=<CP> to 'net printing migrate'.Andreas Schneider3-6/+20
2013-03-06Make sure to set umask() before calling mkstemp().Andreas Schneider2-0/+7
2013-03-05s3-daemons: Set the comment field of the daemons.Andreas Schneider2-0/+9
2013-02-19s3:printing: s/event_add_fd/tevent_add_fd and s/EVENT_FD_/TEVENT_FD_Stefan Metzmacher1-2/+2
2013-02-19s3:printing: s/struct fd_event/struct tevent_fdStefan Metzmacher1-2/+2
2013-02-19s3:printing: s/struct event_context/struct tevent_contextStefan Metzmacher2-4/+4
2013-01-24spoolss: make spoolss deal with ndr64 StartDocPrinter by using proper contain...Günther Deschner1-8/+15
2013-01-19printing: Free talloc_stackframe() on all exit pathsAndrew Bartlett1-0/+2
2013-01-18BUG 9378: Add extra attributes for AD printer publishing.David Disseldorp1-1/+85
2013-01-18printing: Remove invalid free from error path.David Disseldorp1-1/+0
2013-01-17printing: Create default architecture directories on init.Andreas Schneider1-0/+59
2013-01-17spoolss: make spoolss deal with ndr64 ULONG_PTR of devmode_ptr and secdesc_ptr.Günther Deschner1-2/+0
2013-01-07smbd: Fix calls to create_conn_struct_cwd to be correctly indented.Andrew Bartlett1-18/+18
2013-01-07smbd: Split create_conn_struct into a fn that does not change the working dirAndrew Bartlett1-3/+3
2012-12-12s3-printing: Correctly create the printing cache path.Andreas Schneider1-1/+6
2012-12-12s3-printing: Don't call talloc_free on an uninitialized pointer.Andreas Schneider1-1/+1
2012-11-29s3-printing: add missing carriage return to debug strDavid Disseldorp1-1/+1
2012-10-19s3: Remove some calls to procid_selfVolker Lendecke1-3/+3
2012-10-11s3fs-printing: Simplify the comment and location handling.Andreas Schneider1-13/+17
2012-10-08s3fs-printing: Fix RAW printing for normal users.Andreas Schneider1-1/+1
2012-10-01s3fs-smbd: Move housekeeping to the background process.Andreas Schneider1-0/+9
2012-09-20s3-printing: Increase debug level for info that the db is empty.Andreas Schneider1-1/+2
2012-08-29s3-printing: fix bug 9123 lprng job tracking errorsDavid Disseldorp2-3/+3
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison2-3/+5
2012-07-24Fix incorrect use of server as a talloc context.Jeremy Allison1-1/+1
2012-07-20Use ippGet/ippSet (accessors) for IPP API.Jiri Popelka2-176/+259
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell11-79/+86
2012-07-18nt_printing_tdb_migrate(): fix stackframe leak.Rusty Russell1-0/+1
2012-07-03s3-printing: Remove deprecated lp_printer_admin().Andreas Schneider1-11/+0
2012-06-27s3-printing: fix broken print_job_get_name() returnDavid Disseldorp1-1/+2
2012-06-26s3-printing: use euid for vlp job trackingDavid Disseldorp1-1/+2
2012-06-26s3-printing: fill print_generic sysjob id on job submissionDavid Disseldorp1-57/+88
2012-06-26s3-printing: pass lpq command to job_submitDavid Disseldorp4-4/+34
2012-06-26s3-printing: remove unused print_job_fname()David Disseldorp1-16/+1
2012-06-26s3-printing: pass a talloc ctx to unpack_pjobDavid Disseldorp1-17/+21
2012-06-26s3-printing: return talloced print jobsDavid Disseldorp1-95/+196
2012-06-26s3-printing: clean up print_job_pause/resume interfaceDavid Disseldorp1-19/+28
2012-06-26s3-printing: fix potential print db refcount leakDavid Disseldorp1-1/+1
2012-06-26s3-spoolss: remove duplicate "." in smbd spooler pathDavid Disseldorp1-3/+8
2012-06-26s3-printing: remove print_parse_jobid()David Disseldorp1-19/+0
2012-06-26s3-printing: remove redundant variable setDavid Disseldorp1-3/+0
2012-06-26s3-printing: remove print_parse_jobid() calls from printing.cDavid Disseldorp1-21/+27