summaryrefslogtreecommitdiff
path: root/source3/printing/printer_list.h
AgeCommit message (Collapse)AuthorFilesLines
2011-05-16s3-printing: Get the location info from cups.Günther Deschner1-1/+7
Signed-off-by: Günther Deschner <gd@samba.org>
2011-01-07s3-printing: remove printer_list_need_refreshDavid Disseldorp1-9/+0
printer_list_need_refresh() was used previously to ensure one smbd process did not attempt to update the printer_list tdb during or soon after update by another smbd. It is no longer needed, as pcap updates are now only performed by the parent smbd process following startup, SIGHUP, config update or printcap cache time expiry.
2010-09-15s3-printing: Document the printer list functions.Andreas Schneider1-0/+64
2010-09-15s3-printing: Add method to skip refresh if just happned.Simo Sorce1-0/+2
This way if multiple process try to refresh at the same time we don't do it over and over again. Signed-off-by: Andreas Schneider <asn@cynapses.org>
2010-09-15s3-printing: Added a printer list database.Simo Sorce1-0/+42
Signed-off-by: Andreas Schneider <asn@cynapses.org>