summaryrefslogtreecommitdiff
path: root/source3/printing/print_cups.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-16s3-printing: fix memory leak in print_cups.cDavid Disseldorp1-16/+9
2011-03-16s3-printing: remove duplicate cups response processing codeDavid Disseldorp1-147/+94
2011-03-16s3-printing: use printcap IDL for IPCDavid Disseldorp1-131/+107
2011-03-04s3-printing: fix cups pcap reload with no printersDavid Disseldorp1-12/+27
2011-03-04s3-printing: remove unneeded local_pcap_copy globalDavid Disseldorp1-36/+18
2011-01-07s3-printing: remove old entries in pcap_cache_replaceDavid Disseldorp1-6/+5
2011-01-07s3-printing: reload shares after pcap cache fillDavid Disseldorp1-8/+32
2010-08-16s3-printing: Lift the use of smbd_server_fd from job_submit.Volker Lendecke1-8/+1
2010-08-16s3: Remove get_client_fd()Volker Lendecke1-2/+2
2010-08-08s3: Remove the smbd_messaging_context from cups_cache_reloadVolker Lendecke1-7/+5
2010-08-08s3: Remove the smbd_messaging_context from cups_pcap_load_asyncVolker Lendecke1-5/+7
2010-07-04s3: Pass the new server_id through reinit_after_forkVolker Lendecke1-2/+5
2010-06-13s3: Remove the pointless PRINTERNAME macroVolker Lendecke1-9/+18
2010-06-10s3:misc make use of server_[event/messaging]_context directlyAndreas Schneider1-4/+4
2010-05-14s3-printing: explicitly include "printing/pcap.h" as there is /usr/include/pc...Günther Deschner1-1/+1
2010-05-14Make pcap headers privateSimo Sorce1-0/+1
2010-03-26s3-printing: avoid mixing cups backend code with nt_printing code in cups_pul...Günther Deschner1-21/+14
2010-03-25Fix bug #7288 - SMB job IDs in CUPS job names wrong.Jeremy Allison1-1/+10
2010-03-24Fix bug #7269 - Job management commands don't work for CUPS queues.Michael Karcher1-1/+9
2010-02-23s3-print: Remove obsolete signal type cast.Andreas Schneider1-3/+3
2009-06-19Fix coverity #740. Resource leak in error paths. We shouldJeremy Allison1-3/+2
2009-05-27s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen1-2/+2
2009-03-30s3/cups: add encryption supportBjörn Jacke1-0/+5
2009-02-13Fix Coverity ID 740 (RESOURCE_LEAK)Volker Lendecke1-0/+2
2009-01-05Attempt to fix crash seen with new CUPS async printcap loading code.Jeremy Allison1-0/+3
2009-01-05clean event context after child is forked.Bo Yang1-1/+2
2008-12-30Fix a memory leak in cups_pull_comment_locationVolker Lendecke1-0/+4
2008-10-10Initialize near creation of resource. Makes code clearer.Jeremy Allison1-0/+2
2008-10-10Ensure we do reinit_after_fork().Jeremy Allison1-0/+5
2008-10-10Allow data flow to be debugged and only log on error. All seems ok now.Jeremy Allison1-8/+40
2008-10-10Async is trickier than it looks :-). Don't use a stack variable for a private...Jeremy Allison1-6/+18
2008-10-10If you have a large number of cups printers, then scanning for print info can...Jeremy Allison1-3/+208
2008-10-02Don't reject a successful alloc :-(.Jeremy Allison1-1/+1
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