summaryrefslogtreecommitdiffstats
path: root/source3/printing/tests
Commit message (Collapse)AuthorAgeFilesLines
* tdb_compat: use tdb_open_compat.Rusty Russell2011-06-201-2/+3
| | | | | | | | | This is a helper for the common case of opening a tdb with a logging function, but it doesn't do all the work, since TDB1 and TDB2's log functions are different types. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
* s3: fix more -Wunused-but-set-variable build warnings.Günther Deschner2011-06-011-2/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Jun 1 00:29:30 CEST 2011 on sn-devel-104
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
| | | | Guenther
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* s3-printing: move more printing structs to printing.hGünther Deschner2011-02-221-0/+1
| | | | Guenther
* s3-vlp: drastically shrink size and dependencies of the virtual line printer.Günther Deschner2009-06-261-11/+8
| | | | | | This gets vlp from 13M down to 214K on my box. Guenther
* s3-printing: Fix vlp testprinter application.Günther Deschner2009-05-121-24/+23
| | | | | | | | | | Jeremy, we cannot just access cache_path() here without calling lp_load and friends as well as parsing configfile from the commandline in order to make "make test/selftest" find the correct conffile with path, etc. I just changed it to pass the target tdbfilename as an argument, ok ? Guenther
* Hopefully fix the buildfarm. Add some debug level 10 messagesJeremy Allison2009-05-111-4/+13
| | | | | | | | I used to track down the vlp problem, change the vlp test printer not to use a static path of /tmp/vlp.tdb for the virtual print database (as this will eventually fill up). Cause it to use a virtual print database inside the cachepath. Jeremy.
* Fix printf warnings found on systems where time_t <> long int.Jeremy Allison2009-02-191-1/+1
| | | | Jeremy.
* vlp: Move closer to the code tested.Kai Blin2008-10-192-0/+450