index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
printing
/
pcap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:printing: Avoid compiler warning about unused label
Kai Blin
2014-11-25
1
-0
/
+4
*
printing: return last change time with pcap_cache_loaded()
David Disseldorp
2014-08-08
1
-2
/
+8
*
printing: remove pcap_cache_add()
David Disseldorp
2014-08-08
1
-10
/
+6
*
printing: reload printer_list.tdb from in memory list
David Disseldorp
2014-08-08
1
-15
/
+11
*
printing: traverse_read the printer list for share updates
David Disseldorp
2014-08-08
1
-2
/
+2
*
s3: Fix typos
Volker Lendecke
2011-12-08
1
-1
/
+1
*
s3-printing: Get the location info from cups.
Günther Deschner
2011-05-16
1
-10
/
+14
*
s3-printing: remove printer_list_need_refresh
David Disseldorp
2011-01-07
1
-6
/
+0
*
s3-printing: remove old entries in pcap_cache_replace
David Disseldorp
2011-01-07
1
-4
/
+18
*
s3-printing: reload shares after pcap cache fill
David Disseldorp
2011-01-07
1
-2
/
+15
*
s3/printing: make clock jump save and use monotonic time for cache timeout
Björn Jacke
2010-09-15
1
-1
/
+1
*
s3-printing: Add method to skip refresh if just happned.
Simo Sorce
2010-09-15
1
-0
/
+6
*
s3-printing: Use printer list tdb in pcap.
Simo Sorce
2010-09-15
1
-21
/
+35
*
s3: Remove the smbd_messaging_context from pcap_cache_reload
Volker Lendecke
2010-08-08
1
-3
/
+3
*
s3: Remove the smbd_messaging_context from cups_cache_reload
Volker Lendecke
2010-08-08
1
-1
/
+2
*
s3-printing: explicitly include "printing/pcap.h" as there is /usr/include/pc...
Günther Deschner
2010-05-14
1
-1
/
+1
*
Make pcap headers private
Simo Sorce
2010-05-14
1
-1
/
+1
*
Move standard printcap parsing to print_standard.c
Simo Sorce
2010-05-14
1
-92
/
+1
*
Remove silly safe_free() function which is a wrapper around SAFE_FREE().
Jelmer Vernooij
2008-10-19
1
-1
/
+1
*
Fix the build
Volker Lendecke
2008-10-12
1
-1
/
+1
*
If you have a large number of cups printers, then scanning for print info can...
Jeremy Allison
2008-10-10
1
-27
/
+50
*
Remove pstring from printing/*.c except for the
Jeremy Allison
2007-11-21
1
-8
/
+9
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-5
/
+5
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r10371: Adding iPrint printing backend written by Joel J. Smith @ Novell.
Jeremy Allison
2007-10-10
1
-0
/
+10
*
r5684: BUG 2405: patch from Torsten Werner <torsten.werner@assyst-intl.com> t...
Gerald Carter
2007-10-10
1
-1
/
+1
*
r4539: patch from Rob -- adding real printcap name cache function to speed up...
Gerald Carter
2007-10-10
1
-314
/
+154
*
Some fclose -> x_fclose found by Tony Jago.
Jeremy Allison
2003-07-24
1
-2
/
+2
*
Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted
Andrew Bartlett
2003-04-23
1
-3
/
+3
*
Merge a bunch of trivial changes from HEAD. The difference remaining
Tim Potter
2002-11-29
1
-2
/
+0
*
sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-8
/
+3
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-8
/
+8
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-2
/
+0
*
convert more code to use XFILE
Andrew Tridgell
2001-09-10
1
-13
/
+13
*
Fixed detection of CUPS. We need to check for the presence of the cups
Tim Potter
2001-08-23
1
-4
/
+4
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-7
/
+7
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
1
-4
/
+0
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-17
1
-2
/
+11
*
handle tabs in printcap files
Andrew Tridgell
2000-05-01
1
-2
/
+2
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-3
/
+20
*
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1998-11-17
1
-4
/
+4
*
merge from the autoconf2 branch to the main branch
Andrew Tridgell
1998-07-29
1
-1
/
+2
*
This is a security audit change of the main source.
Jeremy Allison
1998-05-12
1
-3
/
+3
*
Changes to allow Samba to be compiled with -Wstrict-prototypes
Jeremy Allison
1998-04-13
1
-1
/
+1
*
Added MAXPRINTERLEN define in smb.h setting printer share name length to maxi...
John Terpstra
1998-03-20
1
-2
/
+2
*
This is *not* a big change (although it looks like one).
Jeremy Allison
1998-01-22
1
-1
/
+1
*
Makefile: Added new codepage - 866.
Jeremy Allison
1998-01-16
1
-2
/
+2
*
applied a patch from Norm Jacobs to allow "printcap name = lpstat"
Andrew Tridgell
1997-12-03
1
-1
/
+20
[next]