summaryrefslogtreecommitdiff
path: root/source3/printing/print_generic.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-5/+1
2001-04-14configure:Jeremy Allison1-15/+7
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-23/+4
2001-04-13As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison1-11/+20
2001-04-10Fixed missing HAVE_STDARG_H.Jeremy Allison1-4/+20
2001-03-28Fixed typo bug spotted by Jim Vopni jimv@metrics.com. Caused no status toJeremy Allison1-1/+1
2001-03-16Added files for CUP printing patch split.Jeremy Allison1-0/+251