summaryrefslogtreecommitdiff
path: root/source3/printing/print_cups.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-30s3/printing: Fix leaking parsed optionsNoel Power1-0/+3
2023-08-08s3:printing: Add missing newlines to logging messagesJoseph Sutton1-2/+2
2022-12-14smbd: remove process shortname arg from reinit_after_fork()Ralph Boehme1-1/+1
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2020-01-09printing: Avoid EBADF from EPOLL_CTL_DELVolker Lendecke1-1/+1
2020-01-09printing: Align integer typesVolker Lendecke1-1/+1
2019-11-27smbdotconf: mark "cups server" with substitution="1"Ralph Boehme1-2/+4
2019-11-27smbdotconf: mark "printername" with substitution="1"Ralph Boehme1-9/+13
2019-11-27smbdotconf: mark "cups options" with substitution="1"Stefan Metzmacher1-1/+3
2019-11-22s3:printing: Use httpConnect2 from CUPSAndreas Schneider1-1/+12
2017-02-22Correct "successfuly" typos.Chris Lamb1-1/+1
2016-12-06printing: Fix building with CUPS version older than 1.7Andreas Schneider1-0/+6
2016-11-10s3-printing: Correctly encode CUPS printer URIsAndreas Schneider1-18/+110
2015-10-13lib: Move sys_rw* to lib/utilVolker Lendecke1-1/+1
2015-09-24s3: Move call to prctl_set_comment to reinit_after_forkChristof Schmitt1-1/+1
2015-05-12Convert all (remaining) uses of uint32/16/8 to _t in source3/printing.Richard Sharpe1-1/+1
2015-03-05printing: increse log level for unreachable cups serversBjörn Jacke1-2/+2
2015-02-10printing/cups: pack requested-attributes with IPP_TAG_KEYWORDDavid Disseldorp1-1/+1
2014-12-07lib: Split out sys_[read|write] & friendsVolker Lendecke1-0/+1
2014-04-23printing_cups: Call the msg_ctx destructor on exitVolker Lendecke1-0/+1
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