summaryrefslogtreecommitdiff
path: root/source3/printing/pcap.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-08s3: Fix typosVolker Lendecke1-1/+1
2011-05-16s3-printing: Get the location info from cups.Günther Deschner1-10/+14
2011-01-07s3-printing: remove printer_list_need_refreshDavid Disseldorp1-6/+0
2011-01-07s3-printing: remove old entries in pcap_cache_replaceDavid Disseldorp1-4/+18
2011-01-07s3-printing: reload shares after pcap cache fillDavid Disseldorp1-2/+15
2010-09-15s3/printing: make clock jump save and use monotonic time for cache timeoutBjörn Jacke1-1/+1
2010-09-15s3-printing: Add method to skip refresh if just happned.Simo Sorce1-0/+6
2010-09-15s3-printing: Use printer list tdb in pcap.Simo Sorce1-21/+35
2010-08-08s3: Remove the smbd_messaging_context from pcap_cache_reloadVolker Lendecke1-3/+3
2010-08-08s3: Remove the smbd_messaging_context from cups_cache_reloadVolker Lendecke1-1/+2
2010-05-14s3-printing: explicitly include "printing/pcap.h" as there is /usr/include/pc...Günther Deschner1-1/+1
2010-05-14Make pcap headers privateSimo Sorce1-1/+1
2010-05-14Move standard printcap parsing to print_standard.cSimo Sorce1-92/+1
2008-10-19Remove silly safe_free() function which is a wrapper around SAFE_FREE().Jelmer Vernooij1-1/+1
2008-10-12Fix the buildVolker Lendecke1-1/+1
2008-10-10If you have a large number of cups printers, then scanning for print info can...Jeremy Allison1-27/+50
2007-11-21Remove pstring from printing/*.c except for theJeremy Allison1-8/+9
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-5/+5
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r10371: Adding iPrint printing backend written by Joel J. Smith @ Novell.Jeremy Allison1-0/+10
2007-10-10r5684: BUG 2405: patch from Torsten Werner <torsten.werner@assyst-intl.com> t...Gerald Carter1-1/+1
2007-10-10r4539: patch from Rob -- adding real printcap name cache function to speed up...Gerald Carter1-314/+154
2003-07-24Some fclose -> x_fclose found by Tony Jago.Jeremy Allison1-2/+2
2003-04-23Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett1-3/+3
2002-11-29Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter1-2/+0
2002-08-17sync 3.0 branch with headJelmer Vernooij1-8/+3
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-8/+8
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-10convert more code to use XFILEAndrew Tridgell1-13/+13
2001-08-23Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter1-4/+4
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-7/+7
2001-07-04The big character set handling changeover!Andrew Tridgell1-4/+0
2001-01-17Changes from APPLIANCE_HEAD:David O'Neill1-2/+11
2000-05-01handle tabs in printcap filesAndrew Tridgell1-2/+2
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-3/+20
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-4/+4
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-1/+2
1998-05-12This is a security audit change of the main source.Jeremy Allison1-3/+3
1998-04-13Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1-1/+1
1998-03-20Added MAXPRINTERLEN define in smb.h setting printer share name length to maxi...John Terpstra1-2/+2
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1998-01-16Makefile: Added new codepage - 866.Jeremy Allison1-2/+2
1997-12-03applied a patch from Norm Jacobs to allow "printcap name = lpstat"Andrew Tridgell1-1/+20
1997-09-26Adding Andrews buffer overflow fixes into the main branch.Jeremy Allison1-2/+2
1997-07-08Makefile: Added AIX targets from Ole Holm Nielsen <Ole.H.Nielsen@uni-c.dk>Samba Release Account1-1/+1
1996-06-10got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1-2/+0
1996-05-04Initial version imported to CVS Samba Release Account1-0/+383