summaryrefslogtreecommitdiff
path: root/source3/printing/print_iprint.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-24Fix incorrect use of server as a talloc context.Jeremy Allison1-1/+1
2012-07-20Use ippGet/ippSet (accessors) for IPP API.Jiri Popelka1-101/+143
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-11/+13
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-02-18Fix a bunch of "unused variable" warnings.Jeremy Allison1-5/+0
2011-05-16s3-printing: Get the location info from cups.Günther Deschner1-1/+1
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-06-13s3: Remove the pointless PRINTERNAME macroVolker Lendecke1-8/+15
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
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-2/+2
2007-10-11Add const to the get_peer_addr() and get_socket_addr()Jeremy Allison1-2/+2
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-10r20131: get rid of a few no previous prototype warningsHerb Lewis1-0/+1
2007-10-10r18047: More C++ stuffVolker Lendecke1-2/+3
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-5/+2
2007-10-10r13408: Remove C++ comments (# 3494)Günther Deschner1-2/+2
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-4/+4
2007-10-10r10371: Adding iPrint printing backend written by Joel J. Smith @ Novell.Jeremy Allison1-0/+1241