summaryrefslogtreecommitdiff
path: root/source3/printing/print_cups.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-01Fix bug #5080. Access to cups-printers via samba broken with cups 1.3.4, Unsu...Jeremy Allison1-90/+251
2008-10-01Whitespace cleanup.Jeremy Allison1-16/+16
2008-09-24printing: Rename new parameter "cups timeout" to "cups connection timeout".Karolin Seeger1-1/+1
2008-09-23printing: Add new parameter "cups timeout".Karolin Seeger1-6/+28
2007-11-27Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.cJeremy Allison1-1/+3
2007-11-21Remove pstring from printing/*.c except for theJeremy Allison1-4/+8
2007-11-03Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison1-2/+2
2007-11-03I can't get away without a 'length' arg. :-).Jeremy Allison1-1/+1
2007-11-03Stop get_peer_addr() and client_addr() from using globalJeremy Allison1-1/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-4/+4
2007-10-11Add const to the get_peer_addr() and get_socket_addr()Jeremy Allison1-1/+1
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r21958: Fix Coverity ID 343 (dead code)Volker Lendecke1-3/+0
2007-10-10r21861: Pull the comment and location from CUPS if we don't have oneGerald Carter1-0/+139
2007-10-10r20245: merge 20244 from samba_3_0_24Herb Lewis1-2/+1
2007-10-10r20131: get rid of a few no previous prototype warningsHerb Lewis1-0/+1
2007-10-10r17816: Merge my cupsprot branch. It is now possible to (optionally) specify ...Jelmer Vernooij1-31/+37
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-5/+2
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-3/+3
2007-10-10r5359: BUG 2333: use the lpq command to pass in the correct printer name for ...Gerald Carter1-5/+14
2007-10-10r5012: fix segfault caused by using a ipp_t * after calling cupsDoRequest()Gerald Carter1-0/+2
2007-10-10r4907: remove unreached codeGerald Carter1-1/+0
2007-10-10r4902: please note that cupsDoRequest() deletes the request* so don't call ip...Gerald Carter1-32/+2
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