summaryrefslogtreecommitdiff
path: root/source3/printing/print_cups.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4881: Varient of Lar's patch for #2270. Jerry promises to test :-).Jeremy Allison1-258/+274
2007-10-10r4539: patch from Rob -- adding real printcap name cache function to speed up...Gerald Carter1-107/+16
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2007-10-10r4030: patch from Rob -- don't force the cups printer-make-and-model tag as t...Gerald Carter1-24/+2
2007-10-10r3067: patch based on volker's initial work in trunk that fixes the queu upda...Gerald Carter1-31/+24
2007-10-10r979: Implement the 'cups server' option. This makes it possible to have virtualVolker Lendecke1-18/+29
2007-10-10r242: adding 'cups options' parameter to allow raw printing without changing ...Gerald Carter1-1/+13
2003-11-25allow users to delete jobs with cups printing backendGerald Carter1-1/+5
2003-11-24patch from Matthias Hilbig for bug 467; use the dns name (or IP) as the origi...Gerald Carter1-2/+7
2003-11-12a small include file rearrangement that doesn't affect normalAndrew Tridgell1-0/+1
2003-02-10Cleanups: (merge from HEAD)Andrew Bartlett1-3/+3
2003-02-05CUPS patch to log client nameGerald Carter1-0/+4
2003-01-28CUPS-PRINTER_CLASS patch from Michael SweetGerald Carter1-2/+101
2003-01-15*lots of small merges form HEADGerald Carter1-6/+4
2002-11-29Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter1-1/+0
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-2/+6
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-1/+1
2002-03-17Fix ability to compile with CUPS support.John Terpstra1-2/+2
2001-11-17Tidyups when I was doing the big merge...Jeremy Allison1-1/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-09-02updated copyright for Michael SweetAndrew Tridgell1-1/+1
2001-08-23Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter1-2/+2
2001-08-09Merged John's fix.Jeremy Allison1-1/+1
2001-08-08Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce1-6/+6
2001-07-23Same fix for resume as for pause.Jeremy Allison1-1/+2
2001-07-23Fix for CUPS pause/restart code.Jeremy Allison1-2/+2
2001-07-23Fix for cups compile.Jeremy Allison1-16/+17
2001-07-17iFix from "Shahms E. King" <shahms@shahms.com> to get cups user nameJeremy Allison1-6/+6
2001-07-04The big character set handling changeover!Andrew Tridgell1-4/+5
2001-03-16Added Michael Sweet's CUPS patch to call directly into the CUPS backend.Jeremy Allison1-11/+994
2001-02-16Excise snprintf -> slprintf.Jeremy Allison1-1/+1
2000-12-07file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison1-2/+2
1999-12-17 printing/print_cups.c from 2.0.6Andrew Tridgell1-0/+206