summaryrefslogtreecommitdiffstats
path: root/src/responder/common/iface/responder_ncache.c
Commit message (Collapse)AuthorAgeFilesLines
* RESPONDER: A sbus interface to reset negatively cached users and groupsJakub Hrozek2017-02-151-0/+41
Adds two new responder sbus interface functions: ResetNegcacheUsers and ResetNegcacheGroups. These functions can be called by a Data Provider to signal to a responder that it should drop its negative cache. Reviewed-by: Pavel Březina <pbrezina@redhat.com>