summaryrefslogtreecommitdiff
path: root/source3/printing/printer_list.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-11s3fs-printing: Simplify the comment and location handling.Andreas Schneider1-13/+17
2012-09-20s3-printing: Increase debug level for info that the db is empty.Andreas Schneider1-1/+2
2012-02-15s3-printing: fix crash in printer_list_set_printer()David Disseldorp1-1/+1
2012-01-18s3: Add a "lock_order" argument to db_openVolker Lendecke1-1/+1
2011-10-11s3:printing: convert printer_list to use dbwrap wrapper functionsMichael Adam1-11/+20
2011-10-11s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam1-6/+4
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam1-1/+1
2011-07-29s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam1-0/+1
2011-05-16s3-printing: Get the location info from cups.Günther Deschner1-8/+34
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-01-07s3-printing: remove printer_list_need_refreshDavid Disseldorp1-26/+0
2010-12-20s3-printing: fix printer_list_traverse()David Disseldorp1-1/+1
2010-10-08s3: Remove talloc_autofree_context() from get_printer_list_db()Volker Lendecke1-1/+1
2010-09-29s3-printing: skip metadata entry when traversing printerlist.Günther Deschner1-0/+5
2010-09-27Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on allJeremy Allison1-1/+1
2010-09-16s3/printing: avoid a possible race condition in the cache timeoutBjörn Jacke1-2/+1
2010-09-15s3/printing: make clock jump save and use monotonic time for cache timeoutBjörn Jacke1-13/+14
2010-09-15s3-printing: Add method to skip refresh if just happned.Simo Sorce1-0/+26
2010-09-15s3-printing: Added a printer list database.Simo Sorce1-0/+389