summaryrefslogtreecommitdiff
path: root/src/providers/fail_over.h
AgeCommit message (Collapse)AuthorFilesLines
2010-04-30Support SRV servers in failoverJakub Hrozek1-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
2010-02-22Restrict family lookupsJakub Hrozek1-3/+19
Adds a new option that tells resolver which address family to prefer or use exclusively. Fixes: #404
2010-02-18Fix licensing issues in SSSDStephen Gallagher1-0/+24
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+108
Also update BUILD.txt