summaryrefslogtreecommitdiff
path: root/src/providers/fail_over_srv.c
AgeCommit message (Collapse)AuthorFilesLines
2013-09-11Fix formating of variables with type: size_tLukas Slebodnik1-1/+1
2013-09-05fo srv: add priority to fo_server_infoPavel Březina1-0/+1
This will give SRV plugins all information needed for additional sorting.
2013-09-05resolv_sort_srv_reply: remove unnecessary mem_ctxPavel Březina1-1/+1
2013-09-02Fix czech specific character in my namePavel Březina1-1/+1
2013-06-25fix dead code in fail_over_srv.cPavel Březina1-11/+12
https://fedorahosted.org/sssd/ticket/1969 The dead code is in fo_discover_servers_primary_done(). By fixing it I have also added a debug message on ret != EOK. This change is done also in fo_discover_servers_backup_done().
2013-05-03fo_discover_servers_send: don't crash when backup_domain is NULLPavel Březina1-0/+11
2013-05-02dns srv plugin: compare domain names case insensitivePavel Březina1-1/+1
2013-05-02add fo_discover_servers requestPavel Březina1-1/+238
This request takes discovery domain for primary servers and other domain for backup servers and returns list of primary and backup servers. If primary domain is not reachable, it returns servers found in backup domain as primary servers.
2013-04-10DNS sites support - SRV DNS lookup pluginPavel Březina1-0/+444
https://fedorahosted.org/sssd/ticket/1032 This plugin mimics the current behaviour. If discovery_domain is set it is the only domain that is tried. If discovery_domain is not set, we try to autodetect domain first and if that fails or SRV lookup on this domain fails, we fallback to SSSD domain name.