summaryrefslogtreecommitdiff
path: root/source3/printing/print_iprint.c
Commit message (Expand)AuthorAgeFilesLines
* s3:printing: fix some const warnings in print_iprint.cStefan Metzmacher2014-11-251-6/+6
* printing: reload printer_list.tdb from in memory listDavid Disseldorp2014-08-081-6/+10
* Fix incorrect use of server as a talloc context.Jeremy Allison2012-07-241-1/+1
* Use ippGet/ippSet (accessors) for IPP API.Jiri Popelka2012-07-201-101/+143
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-11/+13
* s3-printing: pass lpq command to job_submitDavid Disseldorp2012-06-261-1/+3
* s3-printing: rename queue->job sysjobDavid Disseldorp2012-06-261-1/+1
* Fix a bunch of "unused variable" warnings.Jeremy Allison2012-02-181-5/+0
* s3-printing: Get the location info from cups.Günther Deschner2011-05-161-1/+1
* 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 pointless PRINTERNAME macroVolker Lendecke2010-06-131-8/+15
* 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
* 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-2/+2
* Add const to the get_peer_addr() and get_socket_addr()Jeremy Allison2007-10-111-2/+2
* 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
* r20131: get rid of a few no previous prototype warningsHerb Lewis2007-10-101-0/+1
* r18047: More C++ stuffVolker Lendecke2007-10-101-2/+3
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-5/+2
* r13408: Remove C++ comments (# 3494)Günther Deschner2007-10-101-2/+2
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-4/+4
* r10371: Adding iPrint printing backend written by Joel J. Smith @ Novell.Jeremy Allison2007-10-101-0/+1241