summaryrefslogtreecommitdiffstats
path: root/src/providers/fail_over.h
Commit message (Collapse)AuthorAgeFilesLines
* Use service discovery in backendsJakub Hrozek2010-05-071-0/+2
| | | | | | | | | 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.
* Support SRV servers in failoverJakub Hrozek2010-04-301-0/+14
| | | | | | | | | | | | | | | Adds a new failover API call fo_add_srv_server that allows the caller to specify a server that is later resolved into a list of specific servers using SRV requests. Also adds a new failover option that specifies how often should the servers resolved from SRV query considered valid until we need a refresh. The "real" servers to connect to are returned to the user as usual, using the fo_resolve_service_{send,recv} calls. Make SRV resolution work with c-ares 1.6
* Restrict family lookupsJakub Hrozek2010-02-221-3/+19
| | | | | | | Adds a new option that tells resolver which address family to prefer or use exclusively. Fixes: #404
* Fix licensing issues in SSSDStephen Gallagher2010-02-181-0/+24
|
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+108
Also update BUILD.txt