index
:
sssd.git
adlookup
aramco
bycert
dpstr
experimental-fo
f23
intg_test
krb5test
ldapdebug
master
mdbtest
memberof
misc
mpgfix
nonroot
nonroot-libcap
nsscrash19
oneway
override-pb
pk11child
pwrap
refactor
refactor-fo
review
review-negcache
review-sc
rhel-6.7
rhel-6.8
rhel-7.1
rhel-7.2
rhel5.10
rhel5.8
rhel5.9
rhel6.3
rhel6.4
rhel6.5
rhel6.6
rhel7.0
sbus-1-11
selinux
sid_index
simo_ccname
srvbackport
sssd-1-10
sssd-1-11
sssd-1-12
sssd-1-5
sssd-1-8
sssd-1-9
subdomfo
sysdb
tests
sssd with jhrozek's patches
Jakub Hrozek
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
providers
/
fail_over.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
try primary server after retry_timeout + 1 seconds when switching to backup
Pavel Březina
2012-12-18
1
-0
/
+9
*
Bad debug message when no dns_discovery_domain specified.
Michal Zidek
2012-09-24
1
-3
/
+11
*
FO: Check server validity before setting status
Jakub Hrozek
2012-09-13
1
-5
/
+8
*
FO: Return EAGAIN if there are more servers to try
Jakub Hrozek
2012-08-15
1
-0
/
+9
*
FO: Don't retry the same server if it's not working
Jakub Hrozek
2012-08-15
1
-2
/
+3
*
Duplicate detection in fail over did not work.
Michal Zidek
2012-08-15
1
-3
/
+27
*
Don't use server after SRV data collapsed
Jakub Hrozek
2012-08-09
1
-5
/
+8
*
Always mark SRV servers as primary
Jakub Hrozek
2012-08-07
1
-0
/
+1
*
Failover: Return last tried server if it's still being tried
Jakub Hrozek
2012-08-07
1
-2
/
+6
*
Don't call fo_set_{server,port}_status for SRV servers
Jakub Hrozek
2012-08-03
1
-2
/
+3
*
Primary server support: basic support in failover code
Jan Zeleny
2012-08-01
1
-15
/
+60
*
Move some debug lines to new debug log levels
Stef Walter
2012-06-20
1
-6
/
+6
*
Return correct resolv_status on resolver timeout
Jakub Hrozek
2012-03-29
1
-11
/
+11
*
Only do one cycle when resolving a server
Jakub Hrozek
2012-03-06
1
-0
/
+7
*
Failover: Introduce a per-service timeout
Jakub Hrozek
2011-12-20
1
-0
/
+46
*
Do not touch resolve_service_state in fo_resolve_service_done
Jakub Hrozek
2011-12-20
1
-14
/
+11
*
Multiline macro cleanup
Jakub Hrozek
2011-09-28
1
-1
/
+2
*
fo_get_server_name() getter for a server name
Jakub Hrozek
2011-07-21
1
-0
/
+9
*
Rename fo_get_server_name to fo_get_server_str_name
Jakub Hrozek
2011-07-21
1
-1
/
+1
*
Switch resolver to using resolv_hostent and honor TTL
Jakub Hrozek
2011-06-15
1
-18
/
+18
*
Fix minor typo in error message
Stephen Gallagher
2011-05-02
1
-1
/
+1
*
Set same status for duplicate servers
Jakub Hrozek
2011-04-15
1
-0
/
+21
*
Remove detection of duplicates from SRV result processing
Jakub Hrozek
2011-04-11
1
-9
/
+0
*
Do not attempt to resolve nameless servers
Jakub Hrozek
2011-04-01
1
-1
/
+1
*
Run callbacks if server IP changes
Jakub Hrozek
2011-03-09
1
-0
/
+9
*
Always expire host name resolution
Jakub Hrozek
2011-03-08
1
-8
/
+7
*
Prevent segfault in failover code
Jakub Hrozek
2011-03-07
1
-2
/
+3
*
Reset server status after timeout
Jakub Hrozek
2011-02-28
1
-1
/
+11
*
Rename dns_domain to discovery domain for fo_add_srv_server()
Stephen Gallagher
2011-01-21
1
-7
/
+11
*
Allow fallback to SSSD domain
Stephen Gallagher
2011-01-21
1
-4
/
+44
*
Rename SRV_NOT_RESOLVED to SRV_RESOLVE_ERROR
Sumit Bose
2011-01-05
1
-5
/
+5
*
Use the right status when resetting service discovery
Sumit Bose
2011-01-05
1
-1
/
+1
*
Fix incorrect return value on failure in resolve_get_domain_send()
Sumit Bose
2010-12-14
1
-0
/
+1
*
Fix improper NULL check in fo_add_srv_server()
Sumit Bose
2010-12-14
1
-1
/
+2
*
Run checks before resetting offline state
Sumit Bose
2010-12-01
1
-0
/
+17
*
Allow protocol fallback for SRV queries
Jakub Hrozek
2010-12-01
1
-2
/
+2
*
fix typo in get_server_status()
Sumit Bose
2010-11-24
1
-1
/
+1
*
Fixed small issue in memory context hierarchy
Jan Zeleny
2010-09-07
1
-1
/
+1
*
Return proper error value when SRV lookup fails
Jakub Hrozek
2010-08-03
1
-1
/
+1
*
Add an interface to try next fail-over server after connection to the active ...
eindenbom
2010-07-09
1
-0
/
+21
*
Added an interface to query number of configured (and currently resolved thro...
eindenbom
2010-07-09
1
-0
/
+13
*
Add dns_discovery_domain option
Jakub Hrozek
2010-06-30
1
-22
/
+176
*
Fix Incorrect NULL check in get_server_common()
Jakub Hrozek
2010-06-09
1
-1
/
+1
*
Fix potential NULL dereference in fail_over.c
Jakub Hrozek
2010-06-09
1
-2
/
+5
*
Fix uninitialized variable
Jakub Hrozek
2010-05-03
1
-0
/
+1
*
Support SRV servers in failover
Jakub Hrozek
2010-04-30
1
-51
/
+509
*
Remove freed server_common entities from list
Jakub Hrozek
2010-04-30
1
-1
/
+24
*
Treat server names as case-insensitive in failover code
Jakub Hrozek
2010-04-26
1
-2
/
+2
*
Restrict family lookups
Jakub Hrozek
2010-02-22
1
-9
/
+16
*
Rename server/ directory to src/
Stephen Gallagher
2010-02-18
1
-0
/
+651