index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
printing
/
print_cups.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2003-11-25
allow users to delete jobs with cups printing backend
Gerald Carter
1
-1
/
+5
2003-11-24
patch from Matthias Hilbig for bug 467; use the dns name (or IP) as the origi...
Gerald Carter
1
-2
/
+7
2003-11-12
a small include file rearrangement that doesn't affect normal
Andrew Tridgell
1
-0
/
+1
2003-02-10
Cleanups: (merge from HEAD)
Andrew Bartlett
1
-3
/
+3
2003-02-05
CUPS patch to log client name
Gerald Carter
1
-0
/
+4
2003-01-28
CUPS-PRINTER_CLASS patch from Michael Sweet
Gerald Carter
1
-2
/
+101
2003-01-15
*lots of small merges form HEAD
Gerald Carter
1
-6
/
+4
2002-11-29
Merge a bunch of trivial changes from HEAD. The difference remaining
Tim Potter
1
-1
/
+0
[next]