summaryrefslogtreecommitdiff
path: root/src/providers/data_provider_fo.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-27Add run_callbacks flagSumit Bose1-2/+23
2010-05-07Use service discovery in backendsJakub Hrozek1-0/+32
Integrate the failover improvements with our back ends. The DNS domain used in the SRV query is always the SSSD domain name. Please note that this patch changes the default value of ldap_uri from "ldap://localhost" to "NULL" in order to use service discovery with no server set.
2010-04-30Add dns_resolver_timeout optionStephen Gallagher1-1/+9
We had a hard-coded timeout of five seconds for DNS lookups in the async resolver. This patch adds an option 'dns_resolver_timeout' to specify this value (Default: 5)
2010-02-22Restrict family lookupsJakub Hrozek1-3/+49
Adds a new option that tells resolver which address family to prefer or use exclusively. Fixes: #404
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+356
Also update BUILD.txt