summaryrefslogtreecommitdiff
path: root/source3/printing/printing.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-16Convert the few instances of int32 there were to int32_t.Richard Sharpe1-1/+1
2015-05-12Convert all (remaining) uses of uint32/16/8 to _t in source3/printing.Richard Sharpe1-31/+31
2015-05-01Convert uint32/16/8 to 32_t/16_t/8_t in printing.h and all files that include...Richard Sharpe1-68/+68
2015-03-17lib: Remove tdb_fetch_compatVolker Lendecke1-14/+14
2014-12-07lib: Split out write_data[_iov]Volker Lendecke1-0/+1
2014-10-30printing: add jobid_to_sysjob helper functionDavid Disseldorp1-18/+52
2014-10-06printing: don't leak cache_path onto talloc tosDavid Disseldorp1-2/+13
2014-07-28lib: directory_create_or_exist() does not use "uid" parameterVolker Lendecke1-1/+1
2014-05-21printing: fix purge of all print jobsDavid Disseldorp1-4/+19
2014-02-07param: rename lp function and variable from "minprintspace" to "min_print_space"Garming Sam1-2/+2
2014-02-07param: rename lp function and variable from "max_reported_jobs" to "max_repor...Garming Sam1-2/+2
2014-02-07param: rename lp function and variable from "lprmcommand" to "lprm_command"Garming Sam1-2/+2
2014-02-07param: rename lp function and variable from "lpqcommand" to "lpq_command"Garming Sam1-2/+2
2014-02-07param: rename lp function and variable from "lpqcachetime" to "lpq_cache_time"Garming Sam1-2/+2
2014-02-03loadparm: rename lp[cfg]_print_ok to lp[cfg]_printable for consistency with docsMichael Adam1-4/+4
2014-02-03loadparm: rename lp[cfg]_pathname to lp[cfg]_path for consistency with docsMichael Adam1-4/+4
2013-11-20printing: use DEBUG instead of sys_adminlogDavid Disseldorp1-24/+12
2013-11-20printing: fix double space in debug statementDavid Disseldorp1-1/+1
2013-11-20printing: return WERROR from print_access_checkDavid Disseldorp1-37/+35
2013-11-18printing: always store sytem job-ID in queue stateDavid Disseldorp1-21/+22
2013-11-18spoolss: return the spoolss job ID in notificationsDavid Disseldorp1-1/+1
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