Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-04 | NSS: Fix netgroup midpoint cache refresh | Jakub Hrozek | 1 | -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-09 | Fix typos | Yuri Chornoivan | 1 | -1/+1 | |
2012-02-13 | Remove setent structure when callback is called | Jakub Hrozek | 1 | -9/+9 | |
2012-02-05 | Split the logic to check cache expiration into separate function | Jakub Hrozek | 1 | -0/+51 | |
2012-02-05 | RESPONDERS: Refactor setent_req_list | Jakub Hrozek | 1 | -0/+79 | |
Makes the setent_add_ref() and setent_notify_*() functions more generic to be reusable by the autofs responder. | |||||
2012-02-02 | RESPONDERS: Provide a common sss_cmd_send_error function | Jakub Hrozek | 1 | -0/+17 | |
The common function could be reused in new responders | |||||
2012-01-31 | Refactor nss_cmd_send_empty | Jakub Hrozek | 1 | -0/+37 | |
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+103 | |
Also update BUILD.txt |