Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-07 | s3-printing: remove printer_list_need_refresh | David Disseldorp | 1 | -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-15 | s3-printing: Document the printer list functions. | Andreas Schneider | 1 | -0/+64 | |
2010-09-15 | s3-printing: Add method to skip refresh if just happned. | Simo Sorce | 1 | -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-15 | s3-printing: Added a printer list database. | Simo Sorce | 1 | -0/+42 | |
Signed-off-by: Andreas Schneider <asn@cynapses.org> |