summaryrefslogtreecommitdiff
path: root/source3/printing/printer_list.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Pass mem_ctx to lock_path()Volker Lendecke2018-08-171-1/+1
* printer_list: don't leak lock_path onto talloc tosDavid Disseldorp2014-11-031-2/+9
* printer_list: fix talloc tos leak of tdb recordDavid Disseldorp2014-10-071-0/+1
* printing: traverse_read the printer list for share updatesDavid Disseldorp2014-08-081-6/+11
* s3-printing: Fix obvious memory leak in printer_list_get_printer().Jeremy Allison2014-02-251-0/+1
* dbwrap: add a dbwrap_flags argument to db_open()Michael Adam2014-02-071-1/+2
* s3fs-printing: Simplify the comment and location handling.Andreas Schneider2012-10-111-13/+17
* s3-printing: Increase debug level for info that the db is empty.Andreas Schneider2012-09-201-1/+2
* s3-printing: fix crash in printer_list_set_printer()David Disseldorp2012-02-151-1/+1
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-181-1/+1
* s3:printing: convert printer_list to use dbwrap wrapper functionsMichael Adam2011-10-111-11/+20
* s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam2011-10-111-6/+4
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-291-0/+1
* s3-printing: Get the location info from cups.Günther Deschner2011-05-161-8/+34
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-printing: remove printer_list_need_refreshDavid Disseldorp2011-01-071-26/+0
* s3-printing: fix printer_list_traverse()David Disseldorp2010-12-201-1/+1
* s3: Remove talloc_autofree_context() from get_printer_list_db()Volker Lendecke2010-10-081-1/+1
* s3-printing: skip metadata entry when traversing printerlist.Günther Deschner2010-09-291-0/+5
* Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on allJeremy Allison2010-09-271-1/+1
* s3/printing: avoid a possible race condition in the cache timeoutBjörn Jacke2010-09-161-2/+1
* s3/printing: make clock jump save and use monotonic time for cache timeoutBjörn Jacke2010-09-151-13/+14
* s3-printing: Add method to skip refresh if just happned.Simo Sorce2010-09-151-0/+26
* s3-printing: Added a printer list database.Simo Sorce2010-09-151-0/+389