summaryrefslogtreecommitdiff
path: root/source3/printing/pcap.c
Commit message (Expand)AuthorAgeFilesLines
* printing: check lp_load_printers() prior to pcap cache updateDavid Disseldorp2019-02-011-0/+5
* s3:printing: Avoid compiler warning about unused labelKai Blin2014-11-251-0/+4
* printing: return last change time with pcap_cache_loaded()David Disseldorp2014-08-081-2/+8
* printing: remove pcap_cache_add()David Disseldorp2014-08-081-10/+6
* printing: reload printer_list.tdb from in memory listDavid Disseldorp2014-08-081-15/+11
* printing: traverse_read the printer list for share updatesDavid Disseldorp2014-08-081-2/+2
* s3: Fix typosVolker Lendecke2011-12-081-1/+1
* s3-printing: Get the location info from cups.Günther Deschner2011-05-161-10/+14
* s3-printing: remove printer_list_need_refreshDavid Disseldorp2011-01-071-6/+0
* s3-printing: remove old entries in pcap_cache_replaceDavid Disseldorp2011-01-071-4/+18
* s3-printing: reload shares after pcap cache fillDavid Disseldorp2011-01-071-2/+15
* s3/printing: make clock jump save and use monotonic time for cache timeoutBjörn Jacke2010-09-151-1/+1
* s3-printing: Add method to skip refresh if just happned.Simo Sorce2010-09-151-0/+6
* s3-printing: Use printer list tdb in pcap.Simo Sorce2010-09-151-21/+35
* s3: Remove the smbd_messaging_context from pcap_cache_reloadVolker Lendecke2010-08-081-3/+3
* s3: Remove the smbd_messaging_context from cups_cache_reloadVolker Lendecke2010-08-081-1/+2
* s3-printing: explicitly include "printing/pcap.h" as there is /usr/include/pc...Günther Deschner2010-05-141-1/+1
* Make pcap headers privateSimo Sorce2010-05-141-1/+1
* Move standard printcap parsing to print_standard.cSimo Sorce2010-05-141-92/+1
* Remove silly safe_free() function which is a wrapper around SAFE_FREE().Jelmer Vernooij2008-10-191-1/+1
* Fix the buildVolker Lendecke2008-10-121-1/+1
* If you have a large number of cups printers, then scanning for print info can...Jeremy Allison2008-10-101-27/+50
* Remove pstring from printing/*.c except for theJeremy Allison2007-11-211-8/+9
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-5/+5
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r10371: Adding iPrint printing backend written by Joel J. Smith @ Novell.Jeremy Allison2007-10-101-0/+10
* r5684: BUG 2405: patch from Torsten Werner <torsten.werner@assyst-intl.com> t...Gerald Carter2007-10-101-1/+1
* r4539: patch from Rob -- adding real printcap name cache function to speed up...Gerald Carter2007-10-101-314/+154
* Some fclose -> x_fclose found by Tony Jago.Jeremy Allison2003-07-241-2/+2
* Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett2003-04-231-3/+3
* Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter2002-11-291-2/+0
* sync 3.0 branch with headJelmer Vernooij2002-08-171-8/+3
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-8/+8
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* convert more code to use XFILEAndrew Tridgell2001-09-101-13/+13
* Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter2001-08-231-4/+4
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-7/+7
* The big character set handling changeover!Andrew Tridgell2001-07-041-4/+0
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-171-2/+11
* handle tabs in printcap filesAndrew Tridgell2000-05-011-2/+2
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-3/+20
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-4/+4
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-1/+2
* This is a security audit change of the main source.Jeremy Allison1998-05-121-3/+3
* Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1998-04-131-1/+1
* Added MAXPRINTERLEN define in smb.h setting printer share name length to maxi...John Terpstra1998-03-201-2/+2
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* Makefile: Added new codepage - 866.Jeremy Allison1998-01-161-2/+2