summaryrefslogtreecommitdiffstats
path: root/source3/printing/print_cups.c
Commit message (Expand)AuthorAgeFilesLines
* s3-printing: Lift the use of smbd_server_fd from job_submit.Volker Lendecke2010-08-161-8/+1
* s3: Remove get_client_fd()Volker Lendecke2010-08-161-2/+2
* s3: Remove the smbd_messaging_context from cups_cache_reloadVolker Lendecke2010-08-081-7/+5
* s3: Remove the smbd_messaging_context from cups_pcap_load_asyncVolker Lendecke2010-08-081-5/+7
* s3: Pass the new server_id through reinit_after_forkVolker Lendecke2010-07-041-2/+5
* s3: Remove the pointless PRINTERNAME macroVolker Lendecke2010-06-131-9/+18
* s3:misc make use of server_[event/messaging]_context directlyAndreas Schneider2010-06-101-4/+4
* s3-printing: explicitly include "printing/pcap.h" as there is /usr/include/pc...Günther Deschner2010-05-141-1/+1
* Make pcap headers privateSimo Sorce2010-05-141-0/+1
* s3-printing: avoid mixing cups backend code with nt_printing code in cups_pul...Günther Deschner2010-03-261-21/+14
* Fix bug #7288 - SMB job IDs in CUPS job names wrong.Jeremy Allison2010-03-251-1/+10
* Fix bug #7269 - Job management commands don't work for CUPS queues.Michael Karcher2010-03-241-1/+9
* s3-print: Remove obsolete signal type cast.Andreas Schneider2010-02-231-3/+3
* Fix coverity #740. Resource leak in error paths. We shouldJeremy Allison2009-06-191-3/+2
* s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen2009-05-271-2/+2
* s3/cups: add encryption supportBjörn Jacke2009-03-301-0/+5
* Fix Coverity ID 740 (RESOURCE_LEAK)Volker Lendecke2009-02-131-0/+2
* Attempt to fix crash seen with new CUPS async printcap loading code.Jeremy Allison2009-01-051-0/+3
* clean event context after child is forked.Bo Yang2009-01-051-1/+2
* Fix a memory leak in cups_pull_comment_locationVolker Lendecke2008-12-301-0/+4
* Initialize near creation of resource. Makes code clearer.Jeremy Allison2008-10-101-0/+2
* Ensure we do reinit_after_fork().Jeremy Allison2008-10-101-0/+5
* Allow data flow to be debugged and only log on error. All seems ok now.Jeremy Allison2008-10-101-8/+40
* Async is trickier than it looks :-). Don't use a stack variable for a private...Jeremy Allison2008-10-101-6/+18
* If you have a large number of cups printers, then scanning for print info can...Jeremy Allison2008-10-101-3/+208
* Don't reject a successful alloc :-(.Jeremy Allison2008-10-021-1/+1
* Fix bug #5080. Access to cups-printers via samba broken with cups 1.3.4, Unsu...Jeremy Allison2008-10-011-90/+251
* Whitespace cleanup.Jeremy Allison2008-10-011-16/+16
* printing: Rename new parameter "cups timeout" to "cups connection timeout".Karolin Seeger2008-09-241-1/+1
* printing: Add new parameter "cups timeout".Karolin Seeger2008-09-231-6/+28
* 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