summaryrefslogtreecommitdiff
path: root/source3/printing/printing.c
Commit message (Expand)AuthorAgeFilesLines
* s3:printing: Fix %J substitionRalph Boehme2019-11-071-4/+4
* s3: rename talloc_sub_advanced() to talloc_sub_full()Ralph Boehme2019-11-071-4/+4
* s3: replace standard_sub_advanced with talloc_sub_advanced in one placeRalph Boehme2019-11-071-4/+10
* s3:printing: fix a long lineRalph Boehme2019-11-071-1/+2
* tdb_unpack: Correct "len" arg for "B" formatVolker Lendecke2018-10-081-1/+1
* s3: Rename server_event_context() to global_event_context()Christof Schmitt2018-09-071-14/+14
* lib: Pass mem_ctx to cache_path()Volker Lendecke2018-08-171-2/+2
* s3-printing: fix format-truncation in print_queue_update()Günther Deschner2018-05-171-1/+1
* s3:printing: Fix size typesAndreas Schneider2018-04-031-10/+17
* printing: Avoid an "extern current_user"Volker Lendecke2017-10-271-4/+3
* werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/pri...Günther Deschner2016-09-281-8/+8
* lib: Move sys_rw* to lib/utilVolker Lendecke2015-10-131-1/+1
* Convert the few instances of int32 there were to int32_t.Richard Sharpe2015-05-161-1/+1
* Convert all (remaining) uses of uint32/16/8 to _t in source3/printing.Richard Sharpe2015-05-121-31/+31
* Convert uint32/16/8 to 32_t/16_t/8_t in printing.h and all files that include...Richard Sharpe2015-05-011-68/+68
* lib: Remove tdb_fetch_compatVolker Lendecke2015-03-171-14/+14
* lib: Split out write_data[_iov]Volker Lendecke2014-12-071-0/+1
* printing: add jobid_to_sysjob helper functionDavid Disseldorp2014-10-301-18/+52
* printing: don't leak cache_path onto talloc tosDavid Disseldorp2014-10-061-2/+13
* lib: directory_create_or_exist() does not use "uid" parameterVolker Lendecke2014-07-281-1/+1
* printing: fix purge of all print jobsDavid Disseldorp2014-05-211-4/+19
* 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 "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 "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
* loadparm: rename lp[cfg]_print_ok to lp[cfg]_printable for consistency with docsMichael Adam2014-02-031-4/+4
* loadparm: rename lp[cfg]_pathname to lp[cfg]_path for consistency with docsMichael Adam2014-02-031-4/+4
* 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-201-37/+35
* 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
* Make sure to set umask() before calling mkstemp().Andreas Schneider2013-03-061-0/+3
* 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