summaryrefslogtreecommitdiffstats
path: root/src/responder/common/responder_cmd.c
Commit message (Collapse)AuthorAgeFilesLines
* NSS: Fix netgroup midpoint cache refreshJakub Hrozek2012-12-041-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.
* Fix typosYuri Chornoivan2012-10-091-1/+1
|
* Remove setent structure when callback is calledJakub Hrozek2012-02-131-9/+9
|
* Split the logic to check cache expiration into separate functionJakub Hrozek2012-02-051-0/+51
|
* RESPONDERS: Refactor setent_req_listJakub Hrozek2012-02-051-0/+79
| | | | | Makes the setent_add_ref() and setent_notify_*() functions more generic to be reusable by the autofs responder.
* RESPONDERS: Provide a common sss_cmd_send_error functionJakub Hrozek2012-02-021-0/+17
| | | | The common function could be reused in new responders
* Refactor nss_cmd_send_emptyJakub Hrozek2012-01-311-0/+37
|
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+103
Also update BUILD.txt