summaryrefslogtreecommitdiff
path: root/source3/printing/print_generic.c
Commit message (Expand)AuthorAgeFilesLines
* source3: move lib/substitute.c functions out of proto.hRalph Boehme2021-11-111-0/+1
* printing: Simplify calling print commandsVolker Lendecke2021-05-111-5/+5
* printing: Fix typosVolker Lendecke2021-03-241-1/+1
* s3:param: make "servicename" a substituted optionRalph Boehme2019-11-271-1/+1
* printing: use lpcfg_substituted_string() in print_run_command()Ralph Boehme2019-11-271-1/+3
* smbdotconf: mark "printername" with substitution="1"Ralph Boehme2019-11-271-6/+18
* s3:printing: Fix %J substitionRalph Boehme2019-11-071-8/+11
* s3:printing: add a DEBUG statementRalph Boehme2019-11-071-0/+2
* s3: rename talloc_sub_advanced() to talloc_sub_full()Ralph Boehme2019-11-071-1/+1
* printing: Avoid an "extern current_user"Volker Lendecke2017-10-271-2/+2
* Update smbrun to allow for settings environment variables.Trever L. Adams2016-10-131-1/+1
* param: rename lp function and variable from "queueresumecommand" to "queueres...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "queuepausecommand" to "queuepaus...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "printcommand" to "print_command"Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "lpresumecommand" to "lpresume_co...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "lppausecommand" to "lppause_comm...Garming Sam2014-02-071-1/+1
* s3-printing: fix bug 9123 lprng job tracking errorsDavid Disseldorp2012-08-291-1/+1
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-13/+13
* s3-printing: fill print_generic sysjob id on job submissionDavid Disseldorp2012-06-261-57/+88
* s3-printing: pass lpq command to job_submitDavid Disseldorp2012-06-261-1/+3
* Change sys_getcd() to take no arguments and always return malloc'ed memory (o...Jeremy Allison2011-06-011-8/+8
* s3: Remove the pointless PRINTERNAME macroVolker Lendecke2010-06-131-5/+7
* Fix more asprintf warnings and some error path errors.Jeremy Allison2008-12-231-1/+3
* Use common util_file code.Jelmer Vernooij2008-10-121-3/+3
* Cope with changed signature of http_timestring().Jelmer Vernooij2008-10-111-1/+1
* Adding missing calls to va_end().Tim Potter2008-01-271-0/+4
* Remove pstring from printing/*.c except for theJeremy Allison2007-11-211-35/+77
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branchesGerald Carter2007-10-101-1/+1
* r20124: clean up nested extern declaration warningsHerb Lewis2007-10-101-3/+2
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-2/+9
* r16393: Klocwork #1164. Null deref.Jeremy Allison2007-10-101-1/+1
* r14023: My last bug fix still left a potential null deref.Jeremy Allison2007-10-101-8/+9
* r14003: Clarify code that lead to Coverity report #13.Jeremy Allison2007-10-101-12/+15
* r13316: Let the carnage begin....Gerald Carter2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-4/+4
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* r3067: patch based on volker's initial work in trunk that fixes the queu upda...Gerald Carter2007-10-101-45/+44
* a small include file rearrangement that doesn't affect normalAndrew Tridgell2003-11-121-0/+1
* Fix more 64-bit printf warnings.Tim Potter2003-11-031-1/+1
* Ensure print queue array is zeroed out before returning.Jeremy Allison2003-04-091-0/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-5/+3
* Merge JohnR's fix.Jeremy Allison2002-03-191-5/+10
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-5/+1
* configure:Jeremy Allison2001-04-141-15/+7