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
2012-06-26
s3-printing: pass lpq command to job_submit
David Disseldorp
1
-1
/
+3
2012-06-26
s3-printing: rename queue->job sysjob
David Disseldorp
1
-1
/
+1
2012-06-26
s3-printing: remove print_parse_jobid() from print_cups.c
David Disseldorp
1
-11
/
+1
2012-03-24
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
1
-1
/
+1
2011-12-12
s3: Remove a bunch of calls to procid_self()
Volker Lendecke
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
1
-1
/
+1
2011-05-16
s3-printing: Remove obsolete and unused cups_pull_comment_location().
Andreas Schneider
1
-157
/
+0
2011-05-16
s3-printing: Get the location info from cups.
Günther Deschner
1
-2
/
+16
2011-05-11
s3-printing: make cups_pull_comment_location() work again.
Günther Deschner
1
-13
/
+2
2011-05-10
s3-printing: Fix double free of cups request.
Günther Deschner
1
-4
/
+0
2011-05-10
s3-printing: very obvious fix for cups_pull_comment_location().
Günther Deschner
1
-1
/
+1
2011-04-21
Fix compiler warning in debug message.
Jeremy Allison
1
-2
/
+2
2011-03-16
s3-printing: fix memory leak in print_cups.c
David Disseldorp
1
-16
/
+9
2011-03-16
s3-printing: remove duplicate cups response processing code
David Disseldorp
1
-147
/
+94
2011-03-16
s3-printing: use printcap IDL for IPC
David Disseldorp
1
-131
/
+107
2011-03-04
s3-printing: fix cups pcap reload with no printers
David Disseldorp
1
-12
/
+27
2011-03-04
s3-printing: remove unneeded local_pcap_copy global
David Disseldorp
1
-36
/
+18
2011-01-07
s3-printing: remove old entries in pcap_cache_replace
David Disseldorp
1
-6
/
+5
2011-01-07
s3-printing: reload shares after pcap cache fill
David Disseldorp
1
-8
/
+32
2010-08-16
s3-printing: Lift the use of smbd_server_fd from job_submit.
Volker Lendecke
1
-8
/
+1
2010-08-16
s3: Remove get_client_fd()
Volker Lendecke
1
-2
/
+2
2010-08-08
s3: Remove the smbd_messaging_context from cups_cache_reload
Volker Lendecke
1
-7
/
+5
2010-08-08
s3: Remove the smbd_messaging_context from cups_pcap_load_async
Volker Lendecke
1
-5
/
+7
2010-07-04
s3: Pass the new server_id through reinit_after_fork
Volker Lendecke
1
-2
/
+5
2010-06-13
s3: Remove the pointless PRINTERNAME macro
Volker Lendecke
1
-9
/
+18
2010-06-10
s3:misc make use of server_[event/messaging]_context directly
Andreas Schneider
1
-4
/
+4
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
[next]