summaryrefslogtreecommitdiffstats
path: root/source3/printing/print_cups.c
Commit message (Expand)AuthorAgeFilesLines
* Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.cJeremy Allison2007-11-271-1/+3
* Remove pstring from printing/*.c except for theJeremy Allison2007-11-211-4/+8
* Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2007-11-031-2/+2
* I can't get away without a 'length' arg. :-).Jeremy Allison2007-11-031-1/+1
* Stop get_peer_addr() and client_addr() from using globalJeremy Allison2007-11-031-1/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* Add const to the get_peer_addr() and get_socket_addr()Jeremy Allison2007-10-111-1/+1
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r21958: Fix Coverity ID 343 (dead code)Volker Lendecke2007-10-101-3/+0
* r21861: Pull the comment and location from CUPS if we don't have oneGerald Carter2007-10-101-0/+139
* r20245: merge 20244 from samba_3_0_24Herb Lewis2007-10-101-2/+1
* r20131: get rid of a few no previous prototype warningsHerb Lewis2007-10-101-0/+1
* r17816: Merge my cupsprot branch. It is now possible to (optionally) specify ...Jelmer Vernooij2007-10-101-31/+37
* 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