summaryrefslogtreecommitdiff
path: root/source3/printing/print_cups.c
Commit message (Expand)AuthorAgeFilesLines
* Correct "successfuly" typos.Chris Lamb2017-02-221-1/+1
* printing: Fix building with CUPS version older than 1.7Andreas Schneider2016-12-061-0/+6
* s3-printing: Correctly encode CUPS printer URIsAndreas Schneider2016-11-101-18/+110
* lib: Move sys_rw* to lib/utilVolker Lendecke2015-10-131-1/+1
* s3: Move call to prctl_set_comment to reinit_after_forkChristof Schmitt2015-09-241-1/+1
* Convert all (remaining) uses of uint32/16/8 to _t in source3/printing.Richard Sharpe2015-05-121-1/+1
* printing: increse log level for unreachable cups serversBjörn Jacke2015-03-051-2/+2
* printing/cups: pack requested-attributes with IPP_TAG_KEYWORDDavid Disseldorp2015-02-101-1/+1
* lib: Split out sys_[read|write] & friendsVolker Lendecke2014-12-071-0/+1
* printing_cups: Call the msg_ctx destructor on exitVolker Lendecke2014-04-231-0/+1
* s3:printing: s/event_add_fd/tevent_add_fd and s/EVENT_FD_/TEVENT_FD_Stefan Metzmacher2013-02-191-2/+2
* s3:printing: s/struct fd_event/struct tevent_fdStefan Metzmacher2013-02-191-2/+2
* s3:printing: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-3/+3
* Use ippGet/ippSet (accessors) for IPP API.Jiri Popelka2012-07-201-75/+116
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-13/+15
* s3-printing: pass lpq command to job_submitDavid Disseldorp2012-06-261-1/+3
* s3-printing: rename queue->job sysjobDavid Disseldorp2012-06-261-1/+1
* s3-printing: remove print_parse_jobid() from print_cups.cDavid Disseldorp2012-06-261-11/+1
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-1/+1
* s3: Remove a bunch of calls to procid_self()Volker Lendecke2011-12-121-1/+1
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-1/+1
* s3-printing: Remove obsolete and unused cups_pull_comment_location().Andreas Schneider2011-05-161-157/+0
* s3-printing: Get the location info from cups.Günther Deschner2011-05-161-2/+16
* s3-printing: make cups_pull_comment_location() work again.Günther Deschner2011-05-111-13/+2
* s3-printing: Fix double free of cups request.Günther Deschner2011-05-101-4/+0
* s3-printing: very obvious fix for cups_pull_comment_location().Günther Deschner2011-05-101-1/+1
* Fix compiler warning in debug message.Jeremy Allison2011-04-211-2/+2
* s3-printing: fix memory leak in print_cups.cDavid Disseldorp2011-03-161-16/+9
* s3-printing: remove duplicate cups response processing codeDavid Disseldorp2011-03-161-147/+94
* s3-printing: use printcap IDL for IPCDavid Disseldorp2011-03-161-131/+107
* s3-printing: fix cups pcap reload with no printersDavid Disseldorp2011-03-041-12/+27
* s3-printing: remove unneeded local_pcap_copy globalDavid Disseldorp2011-03-041-36/+18
* s3-printing: remove old entries in pcap_cache_replaceDavid Disseldorp2011-01-071-6/+5
* s3-printing: reload shares after pcap cache fillDavid Disseldorp2011-01-071-8/+32
* 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