Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resolv: re-read SRV query every time if its TTL is 0 | Jakub Hrozek | 2015-03-24 | 1 | -5/+26 |
| | | | | | | | We should make sure the client re-checks the SRV query each request if the SRV query is 0. Reviewed-by: Pavel Březina <pbrezina@redhat.com> | ||||
* | tests: convert all unit tests to cmocka 1.0 or later | Jakub Hrozek | 2015-03-11 | 1 | -10/+12 |
| | | | | | | All tests now use the cmocka-1.0-compatible API. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> | ||||
* | FO: Use SRV TTL in fail over code | Jakub Hrozek | 2015-03-03 | 1 | -0/+599 |
Resolves: https://fedorahosted.org/sssd/ticket/1884 Removes the hardcoded SRV TTL timeout and uses TTL from the DNS instead. Reviewed-by: Pavel Březina <pbrezina@redhat.com> |