summaryrefslogtreecommitdiffstats
path: root/source3/printing/print_cups.c
Commit message (Expand)AuthorAgeFilesLines
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-5/+2
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-3/+3
* r5359: BUG 2333: use the lpq command to pass in the correct printer name for ...Gerald Carter2007-10-101-5/+14
* r5012: fix segfault caused by using a ipp_t * after calling cupsDoRequest()Gerald Carter2007-10-101-0/+2
* r4907: remove unreached codeGerald Carter2007-10-101-1/+0
* r4902: please note that cupsDoRequest() deletes the request* so don't call ip...Gerald Carter2007-10-101-32/+2
* r4881: Varient of Lar's patch for #2270. Jerry promises to test :-).Jeremy Allison2007-10-101-258/+274
* r4539: patch from Rob -- adding real printcap name cache function to speed up...Gerald Carter2007-10-101-107/+16
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* r4030: patch from Rob -- don't force the cups printer-make-and-model tag as t...Gerald Carter2007-10-101-24/+2
* r3067: patch based on volker's initial work in trunk that fixes the queu upda...Gerald Carter2007-10-101-31/+24
* r979: Implement the 'cups server' option. This makes it possible to have virtualVolker Lendecke2007-10-101-18/+29
* r242: adding 'cups options' parameter to allow raw printing without changing ...Gerald Carter2007-10-101-1/+13
* allow users to delete jobs with cups printing backendGerald Carter2003-11-251-1/+5
* patch from Matthias Hilbig for bug 467; use the dns name (or IP) as the origi...Gerald Carter2003-11-241-2/+7
* a small include file rearrangement that doesn't affect normalAndrew Tridgell2003-11-121-0/+1
* Cleanups: (merge from HEAD)Andrew Bartlett2003-02-101-3/+3
* CUPS patch to log client nameGerald Carter2003-02-051-0/+4
* CUPS-PRINTER_CLASS patch from Michael SweetGerald Carter2003-01-281-2/+101
* *lots of small merges form HEADGerald Carter2003-01-151-6/+4
* Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter2002-11-291-1/+0
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-2/+6
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-1/+1
* Fix ability to compile with CUPS support.John Terpstra2002-03-171-2/+2
* Tidyups when I was doing the big merge...Jeremy Allison2001-11-171-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* updated copyright for Michael SweetAndrew Tridgell2001-09-021-1/+1
* Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter2001-08-231-2/+2
* Merged John's fix.Jeremy Allison2001-08-091-1/+1
* Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce2001-08-081-6/+6
* Same fix for resume as for pause.Jeremy Allison2001-07-231-1/+2
* Fix for CUPS pause/restart code.Jeremy Allison2001-07-231-2/+2
* Fix for cups compile.Jeremy Allison2001-07-231-16/+17
* iFix from "Shahms E. King" <shahms@shahms.com> to get cups user nameJeremy Allison2001-07-171-6/+6
* The big character set handling changeover!Andrew Tridgell2001-07-041-4/+5
* Added Michael Sweet's CUPS patch to call directly into the CUPS backend.Jeremy Allison2001-03-161-11/+994
* Excise snprintf -> slprintf.Jeremy Allison2001-02-161-1/+1
* file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison2000-12-071-2/+2
* printing/print_cups.c from 2.0.6Andrew Tridgell1999-12-171-0/+206