summaryrefslogtreecommitdiff
path: root/source3/printing/printing.c
Commit message (Expand)AuthorAgeFilesLines
...
* s3-printing: Correctly create the printing cache path.Andreas Schneider2012-12-121-1/+6
* s3-printing: add missing carriage return to debug strDavid Disseldorp2012-11-291-1/+1
* s3-printing: fix bug 9123 lprng job tracking errorsDavid Disseldorp2012-08-291-2/+2
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-19/+19
* s3-printing: fix broken print_job_get_name() returnDavid Disseldorp2012-06-271-1/+2
* s3-printing: pass lpq command to job_submitDavid Disseldorp2012-06-261-1/+25
* s3-printing: remove unused print_job_fname()David Disseldorp2012-06-261-16/+1
* s3-printing: pass a talloc ctx to unpack_pjobDavid Disseldorp2012-06-261-17/+21
* s3-printing: return talloced print jobsDavid Disseldorp2012-06-261-95/+196
* s3-printing: clean up print_job_pause/resume interfaceDavid Disseldorp2012-06-261-19/+28
* s3-printing: fix potential print db refcount leakDavid Disseldorp2012-06-261-1/+1
* s3-printing: remove redundant variable setDavid Disseldorp2012-06-261-3/+0
* s3-printing: remove print_parse_jobid() calls from printing.cDavid Disseldorp2012-06-261-21/+27
* s3-printing: rename queue->job sysjobDavid Disseldorp2012-06-261-13/+13
* s3-printing: store print jobid as part of struct printjobDavid Disseldorp2012-06-261-12/+17
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-10/+10
* Finally remove all malloc()'s from the substitute code. Now totallyJeremy Allison2012-01-271-3/+1
* s3-printing: Rework how the background process is startedSimo Sorce2011-08-101-0/+2
* s3:server Consolidate printing related initializationSimo Sorce2011-08-021-0/+5
* s3:smbd - Move printing queue stuffSimo Sorce2011-08-021-113/+1
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-201-9/+9
* s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett2011-07-201-1/+1
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-3/+3
* s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett2011-07-201-4/+4
* s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2011-07-201-9/+9
* param: Merge param headers into lib/param/loadparm.hAndrew Bartlett2011-06-291-0/+1
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-201-7/+7
* tdb_chainlock: check returns for 0, not -1.Rusty Russell2011-06-201-1/+1
* tdb_store: check returns for 0, not -1.Rusty Russell2011-06-201-5/+5
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-201-14/+14
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-1/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3-auth: printing needs auth.hGünther Deschner2011-03-301-0/+1
* s3: printing needs parts of smbd.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/syslog.h when needed.Günther Deschner2011-03-301-0/+1
* s3:printing Make print_queue_receive publicSimo Sorce2011-03-291-1/+1
* s3-server_id: only include server_id where needed.Günther Deschner2011-03-021-0/+1
* Fix compiler warning on casting -1 to uint32.Jeremy Allison2011-02-281-3/+3
* s3-printing: fix pcacp prototypes and includes.Günther Deschner2011-02-221-0/+1
* s3-printing: isolate print notification prototypes better.Günther Deschner2011-02-221-0/+1
* s3: Fix a typoVolker Lendecke2011-02-221-1/+1
* s3: Make "unpack_pjob" staticVolker Lendecke2010-10-201-1/+1
* s3-printing: Make auth_serversupplied_info const.Andreas Schneider2010-09-091-9/+9
* s3-printing: Added function to update the queue.Andreas Schneider2010-08-181-30/+174
* s3-printing: Rename jobs_changed functions to jobs_added.Andreas Schneider2010-08-181-26/+26
* s3: Use pipe_struct->client_id->name for pjob.clientmachineVolker Lendecke2010-08-181-7/+2
* s3: Move initializing pjob.clientname to print_job_start()Volker Lendecke2010-08-181-8/+8
* s3: Directly call write_data from print_job_write()Volker Lendecke2010-08-171-1/+1