Age | Commit message (Expand) | Author | Files | Lines |
2010-05-14 | s3-printing: explicitly include "printing/pcap.h" as there is /usr/include/pc... | Günther Deschner | 1 | -1/+1 |
2010-05-14 | Make pcap headers private | Simo Sorce | 1 | -0/+1 |
2010-03-26 | s3-printing: avoid mixing cups backend code with nt_printing code in cups_pul... | Günther Deschner | 1 | -21/+14 |
2010-03-25 | Fix bug #7288 - SMB job IDs in CUPS job names wrong. | Jeremy Allison | 1 | -1/+10 |
2010-03-24 | Fix bug #7269 - Job management commands don't work for CUPS queues. | Michael Karcher | 1 | -1/+9 |
2010-02-23 | s3-print: Remove obsolete signal type cast. | Andreas Schneider | 1 | -3/+3 |
2009-06-19 | Fix coverity #740. Resource leak in error paths. We should | Jeremy Allison | 1 | -3/+2 |
2009-05-27 | s3: Allow child processes to exit gracefully if we are out of fds | Marc VanHeyningen | 1 | -2/+2 |
2009-03-30 | s3/cups: add encryption support | Björn Jacke | 1 | -0/+5 |
2009-02-13 | Fix Coverity ID 740 (RESOURCE_LEAK) | Volker Lendecke | 1 | -0/+2 |
2009-01-05 | Attempt to fix crash seen with new CUPS async printcap loading code. | Jeremy Allison | 1 | -0/+3 |
2009-01-05 | clean event context after child is forked. | Bo Yang | 1 | -1/+2 |
2008-12-30 | Fix a memory leak in cups_pull_comment_location | Volker Lendecke | 1 | -0/+4 |
2008-10-10 | Initialize near creation of resource. Makes code clearer. | Jeremy Allison | 1 | -0/+2 |
2008-10-10 | Ensure we do reinit_after_fork(). | Jeremy Allison | 1 | -0/+5 |
2008-10-10 | Allow data flow to be debugged and only log on error. All seems ok now. | Jeremy Allison | 1 | -8/+40 |
2008-10-10 | Async is trickier than it looks :-). Don't use a stack variable for a private... | Jeremy Allison | 1 | -6/+18 |
2008-10-10 | If you have a large number of cups printers, then scanning for print info can... | Jeremy Allison | 1 | -3/+208 |
2008-10-02 | Don't reject a successful alloc :-(. | Jeremy Allison | 1 | -1/+1 |
2008-10-01 | Fix bug #5080. Access to cups-printers via samba broken with cups 1.3.4, Unsu... | Jeremy Allison | 1 | -90/+251 |
2008-10-01 | Whitespace cleanup. | Jeremy Allison | 1 | -16/+16 |
2008-09-24 | printing: Rename new parameter "cups timeout" to "cups connection timeout". | Karolin Seeger | 1 | -1/+1 |
2008-09-23 | printing: Add new parameter "cups timeout". | Karolin Seeger | 1 | -6/+28 |
2007-11-27 | Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.c | Jeremy Allison | 1 | -1/+3 |
2007-11-21 | Remove pstring from printing/*.c except for the | Jeremy Allison | 1 | -4/+8 |
2007-11-03 | Remove most of the remaining globals out of lib/util_sock.c. | Jeremy Allison | 1 | -2/+2 |
2007-11-03 | I can't get away without a 'length' arg. :-). | Jeremy Allison | 1 | -1/+1 |
2007-11-03 | Stop get_peer_addr() and client_addr() from using global | Jeremy Allison | 1 | -1/+2 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -4/+4 |
2007-10-11 | Add const to the get_peer_addr() and get_socket_addr() | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r21958: Fix Coverity ID 343 (dead code) | Volker Lendecke | 1 | -3/+0 |
2007-10-10 | r21861: Pull the comment and location from CUPS if we don't have one | Gerald Carter | 1 | -0/+139 |
2007-10-10 | r20245: merge 20244 from samba_3_0_24 | Herb Lewis | 1 | -2/+1 |
2007-10-10 | r20131: get rid of a few no previous prototype warnings | Herb Lewis | 1 | -0/+1 |
2007-10-10 | r17816: Merge my cupsprot branch. It is now possible to (optionally) specify ... | Jelmer Vernooij | 1 | -31/+37 |
2007-10-10 | r13915: Fixed a very interesting class of realloc() bugs found by Coverity. | Jeremy Allison | 1 | -5/+2 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -3/+3 |
2007-10-10 | r5359: BUG 2333: use the lpq command to pass in the correct printer name for ... | Gerald Carter | 1 | -5/+14 |
2007-10-10 | r5012: fix segfault caused by using a ipp_t * after calling cupsDoRequest() | Gerald Carter | 1 | -0/+2 |
2007-10-10 | r4907: remove unreached code | Gerald Carter | 1 | -1/+0 |
2007-10-10 | r4902: please note that cupsDoRequest() deletes the request* so don't call ip... | Gerald Carter | 1 | -32/+2 |
2007-10-10 | r4881: Varient of Lar's patch for #2270. Jerry promises to test :-). | Jeremy Allison | 1 | -258/+274 |
2007-10-10 | r4539: patch from Rob -- adding real printcap name cache function to speed up... | Gerald Carter | 1 | -107/+16 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r4030: patch from Rob -- don't force the cups printer-make-and-model tag as t... | Gerald Carter | 1 | -24/+2 |
2007-10-10 | r3067: patch based on volker's initial work in trunk that fixes the queu upda... | Gerald Carter | 1 | -31/+24 |
2007-10-10 | r979: Implement the 'cups server' option. This makes it possible to have virtual | Volker Lendecke | 1 | -18/+29 |
2007-10-10 | r242: adding 'cups options' parameter to allow raw printing without changing ... | Gerald Carter | 1 | -1/+13 |