summaryrefslogtreecommitdiff
path: root/source3/printing/printing.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-06Make sure to set umask() before calling mkstemp().Andreas Schneider1-0/+3
2012-12-12s3-printing: Correctly create the printing cache path.Andreas Schneider1-1/+6
2012-11-29s3-printing: add missing carriage return to debug strDavid Disseldorp1-1/+1
2012-08-29s3-printing: fix bug 9123 lprng job tracking errorsDavid Disseldorp1-2/+2
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-19/+19
2012-06-27s3-printing: fix broken print_job_get_name() returnDavid Disseldorp1-1/+2
2012-06-26s3-printing: pass lpq command to job_submitDavid Disseldorp1-1/+25
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-printing: remove redundant variable setDavid Disseldorp1-3/+0
2012-06-26s3-printing: remove print_parse_jobid() calls from printing.cDavid Disseldorp1-21/+27
2012-06-26s3-printing: rename queue->job sysjobDavid Disseldorp1-13/+13
2012-06-26s3-printing: store print jobid as part of struct printjobDavid Disseldorp1-12/+17
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-10/+10
2012-01-27Finally remove all malloc()'s from the substitute code. Now totallyJeremy Allison1-3/+1
2011-08-10s3-printing: Rework how the background process is startedSimo Sorce1-0/+2
2011-08-02s3:server Consolidate printing related initializationSimo Sorce1-0/+5
2011-08-02s3:smbd - Move printing queue stuffSimo Sorce1-113/+1
2011-07-20s3-auth Use the common auth_session_infoAndrew Bartlett1-9/+9
2011-07-20s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett1-1/+1
2011-07-20s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett1-3/+3
2011-07-20s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett1-4/+4
2011-07-20s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett1-9/+9
2011-06-29param: Merge param headers into lib/param/loadparm.hAndrew Bartlett1-0/+1
2011-06-20tdb_compat: Higher level API fixes.Rusty Russell1-7/+7
2011-06-20tdb_chainlock: check returns for 0, not -1.Rusty Russell1-1/+1
2011-06-20tdb_store: check returns for 0, not -1.Rusty Russell1-5/+5
2011-06-20tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell1-14/+14
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner1-1/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2011-03-30s3-auth: printing needs auth.hGünther Deschner1-0/+1
2011-03-30s3: printing needs parts of smbd.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/syslog.h when needed.Günther Deschner1-0/+1
2011-03-29s3:printing Make print_queue_receive publicSimo Sorce1-1/+1
2011-03-02s3-server_id: only include server_id where needed.Günther Deschner1-0/+1
2011-02-28Fix compiler warning on casting -1 to uint32.Jeremy Allison1-3/+3
2011-02-22s3-printing: fix pcacp prototypes and includes.Günther Deschner1-0/+1
2011-02-22s3-printing: isolate print notification prototypes better.Günther Deschner1-0/+1
2011-02-22s3: Fix a typoVolker Lendecke1-1/+1
2010-10-20s3: Make "unpack_pjob" staticVolker Lendecke1-1/+1
2010-09-09s3-printing: Make auth_serversupplied_info const.Andreas Schneider1-9/+9
2010-08-18s3-printing: Added function to update the queue.Andreas Schneider1-30/+174
2010-08-18s3-printing: Rename jobs_changed functions to jobs_added.Andreas Schneider1-26/+26
2010-08-18s3: Use pipe_struct->client_id->name for pjob.clientmachineVolker Lendecke1-7/+2
2010-08-18s3: Move initializing pjob.clientname to print_job_start()Volker Lendecke1-8/+8