summaryrefslogtreecommitdiff
path: root/src/responder/common/responder_cmd.c
AgeCommit message (Collapse)AuthorFilesLines
2013-03-08Move sss_cmd_execute from client to responder code.Jakub Hrozek1-5/+3
I think it logically belongs there and allows to better exercise the responder commands from unit tests.
2012-12-04NSS: Fix netgroup midpoint cache refreshJakub Hrozek1-1/+1
https://fedorahosted.org/sssd/ticket/1683 The result of the percent calculation was always 0 as it used plain ints. The patch switches to using explicit floats to avoid reintroducing the bug again even with brackets.
2012-10-09Fix typosYuri Chornoivan1-1/+1
2012-02-13Remove setent structure when callback is calledJakub Hrozek1-9/+9
2012-02-05Split the logic to check cache expiration into separate functionJakub Hrozek1-0/+51
2012-02-05RESPONDERS: Refactor setent_req_listJakub Hrozek1-0/+79
Makes the setent_add_ref() and setent_notify_*() functions more generic to be reusable by the autofs responder.
2012-02-02RESPONDERS: Provide a common sss_cmd_send_error functionJakub Hrozek1-0/+17
The common function could be reused in new responders
2012-01-31Refactor nss_cmd_send_emptyJakub Hrozek1-0/+37
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+103
Also update BUILD.txt