summaryrefslogtreecommitdiff
path: root/source3/printing/print_cups.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-19s3:printing: s/event_add_fd/tevent_add_fd and s/EVENT_FD_/TEVENT_FD_Stefan Metzmacher1-2/+2
2013-02-19s3:printing: s/struct fd_event/struct tevent_fdStefan Metzmacher1-2/+2
2013-02-19s3:printing: s/struct event_context/struct tevent_contextStefan Metzmacher1-3/+3
2012-07-20Use ippGet/ippSet (accessors) for IPP API.Jiri Popelka1-75/+116
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-13/+15
2012-06-26s3-printing: pass lpq command to job_submitDavid Disseldorp1-1/+3
2012-06-26s3-printing: rename queue->job sysjobDavid Disseldorp1-1/+1
2012-06-26s3-printing: remove print_parse_jobid() from print_cups.cDavid Disseldorp1-11/+1
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-1/+1
2011-12-12s3: Remove a bunch of calls to procid_self()Volker Lendecke1-1/+1
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett1-1/+1
2011-05-16s3-printing: Remove obsolete and unused cups_pull_comment_location().Andreas Schneider1-157/+0
2011-05-16s3-printing: Get the location info from cups.Günther Deschner1-2/+16
2011-05-11s3-printing: make cups_pull_comment_location() work again.Günther Deschner1-13/+2
2011-05-10s3-printing: Fix double free of cups request.Günther Deschner1-4/+0
2011-05-10s3-printing: very obvious fix for cups_pull_comment_location().Günther Deschner1-1/+1
2011-04-21Fix compiler warning in debug message.Jeremy Allison1-2/+2
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