| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Adding Andrews buffer overflow fixes into the main branch. | Jeremy Allison | 1997-09-26 | 1 | -2/+2 |
* | Makefile: Added AIX targets from Ole Holm Nielsen <Ole.H.Nielsen@uni-c.dk> | Samba Release Account | 1997-07-08 | 1 | -1/+1 |
* | got rid of a lot of redundent header files as we now globally generate | Andrew Tridgell | 1996-06-10 | 1 | -2/+0 |
* | Initial version imported to CVS | Samba Release Account | 1996-05-04 | 1 | -0/+383 |