summaryrefslogtreecommitdiff
path: root/source3/printing/print_generic.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-10printing: Fix trailing whitespaceVolker Lendecke1-6/+5
2025-09-09printing: Fix an uninitialized readVolker Lendecke1-1/+1
2025-08-05source3/printing: Fix CID 1273086 - Resource LeakShwetha K Acharya1-2/+2
2024-04-16lib: Give lib/util/util_file.c its own header fileVolker Lendecke1-0/+1
2021-11-11source3: move lib/substitute.c functions out of proto.hRalph Boehme1-0/+1
2021-05-11printing: Simplify calling print commandsVolker Lendecke1-5/+5
2021-03-24printing: Fix typosVolker Lendecke1-1/+1
2019-11-27s3:param: make "servicename" a substituted optionRalph Boehme1-1/+1
2019-11-27printing: use lpcfg_substituted_string() in print_run_command()Ralph Boehme1-1/+3
2019-11-27smbdotconf: mark "printername" with substitution="1"Ralph Boehme1-6/+18
2019-11-07s3:printing: Fix %J substitionRalph Boehme1-8/+11
2019-11-07s3:printing: add a DEBUG statementRalph Boehme1-0/+2
2019-11-07s3: rename talloc_sub_advanced() to talloc_sub_full()Ralph Boehme1-1/+1
2017-10-27printing: Avoid an "extern current_user"Volker Lendecke1-2/+2
2016-10-13Update smbrun to allow for settings environment variables.Trever L. Adams1-1/+1
2014-02-07param: rename lp function and variable from "queueresumecommand" to "queueres...Garming Sam1-1/+1
2014-02-07param: rename lp function and variable from "queuepausecommand" to "queuepaus...Garming Sam1-1/+1
2014-02-07param: rename lp function and variable from "printcommand" to "print_command"Garming Sam1-1/+1
2014-02-07param: rename lp function and variable from "lpresumecommand" to "lpresume_co...Garming Sam1-1/+1
2014-02-07param: rename lp function and variable from "lppausecommand" to "lppause_comm...Garming Sam1-1/+1
2012-08-29s3-printing: fix bug 9123 lprng job tracking errorsDavid Disseldorp1-1/+1
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-13/+13
2012-06-26s3-printing: fill print_generic sysjob id on job submissionDavid Disseldorp1-57/+88
2012-06-26s3-printing: pass lpq command to job_submitDavid Disseldorp1-1/+3
2011-06-01Change sys_getcd() to take no arguments and always return malloc'ed memory (o...Jeremy Allison1-8/+8
2010-06-13s3: Remove the pointless PRINTERNAME macroVolker Lendecke1-5/+7
2008-12-23Fix more asprintf warnings and some error path errors.Jeremy Allison1-1/+3
2008-10-12Use common util_file code.Jelmer Vernooij1-3/+3
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij1-1/+1
2008-01-27Adding missing calls to va_end().Tim Potter1-0/+4
2007-11-21Remove pstring from printing/*.c except for theJeremy Allison1-35/+77
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branchesGerald Carter1-1/+1
2007-10-10r20124: clean up nested extern declaration warningsHerb Lewis1-3/+2
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-2/+9
2007-10-10r16393: Klocwork #1164. Null deref.Jeremy Allison1-1/+1
2007-10-10r14023: My last bug fix still left a potential null deref.Jeremy Allison1-8/+9
2007-10-10r14003: Clarify code that lead to Coverity report #13.Jeremy Allison1-12/+15
2007-10-10r13316: Let the carnage begin....Gerald Carter1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-4/+4
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2007-10-10r3067: patch based on volker's initial work in trunk that fixes the queu upda...Gerald Carter1-45/+44
2003-11-12a small include file rearrangement that doesn't affect normalAndrew Tridgell1-0/+1
2003-11-03Fix more 64-bit printf warnings.Tim Potter1-1/+1
2003-04-09Ensure print queue array is zeroed out before returning.Jeremy Allison1-0/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-5/+3
2002-03-19Merge JohnR's fix.Jeremy Allison1-5/+10
2002-01-30Removed version number from file header.Tim Potter1-2/+1