summaryrefslogtreecommitdiffstats
path: root/source3/printing/pcap.h
Commit message (Collapse)AuthorAgeFilesLines
* source3/printing/pcap.h: fix licence/copyrightGünther Deschner2011-06-101-0/+15
| | | | Guenther
* s3-printing: remove cups_pull_comment_location from header fileDavid Disseldorp2011-05-161-4/+0
| | | | | | | Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon May 16 16:03:57 CEST 2011 on sn-devel-104
* s3-printing: Get the location info from cups.Günther Deschner2011-05-161-4/+4
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-printing: fix pcacp prototypes and includes.Günther Deschner2011-02-221-0/+6
| | | | Guenther
* s3-printing: remove old entries in pcap_cache_replaceDavid Disseldorp2011-01-071-1/+1
| | | | | | Callers of pcap_cache_replace() assume the existing printcap cache is replaced by the new values provided. This is not currently the case, old entries should be removed.
* s3-printing: reload shares after pcap cache fillDavid Disseldorp2011-01-071-1/+3
| | | | | | | | | | | | | | | | Since commit eada8f8a, updates to the cups pcap cache are performed asynchronously - cups_cache_reload() forks a child process to request cups printer information and notify the parent smbd on completion. Currently printer shares are reloaded immediately following the call to cups_cache_reload(), this occurs prior to smbd receiving new cups pcap information from the child process. Such behaviour can result in stale print shares as outlined in bug 7836. This fix ensures print shares are only reloaded after new pcap data has been received. Pair-Programmed-With: Lars Müller <lars@samba.org>
* s3: Remove the smbd_messaging_context from cups_cache_reloadVolker Lendecke2010-08-081-1/+2
|
* Make pcap headers privateSimo Sorce2010-05-141-0/+52
Signed-off-by: Günther Deschner <gd@samba.org>