<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/providers/fail_over.c, branch token3</title>
<subtitle>System Security Services Daemon [okos' clone]</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/'/>
<entry>
<title>Always set port status to neutral when resetting service.</title>
<updated>2013-07-10T22:23:46+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2013-07-10T15:39:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=f6693151b0959f079271f5ab3976befb02ea91a9'/>
<id>f6693151b0959f079271f5ab3976befb02ea91a9</id>
<content type='text'>
We did not set port status for metaservers (srv servers)
in fo_reset_services().

Fixes:
https://fedorahosted.org/sssd/ticket/1933
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We did not set port status for metaservers (srv servers)
in fo_reset_services().

Fixes:
https://fedorahosted.org/sssd/ticket/1933
</pre>
</div>
</content>
</entry>
<entry>
<title>failover: if expanded server is marked as neutral, invoke srv collapse</title>
<updated>2013-06-21T08:00:46+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-06-18T11:01:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=5e0da22f4dcc7157233e0dd4efc67bc7d217f163'/>
<id>5e0da22f4dcc7157233e0dd4efc67bc7d217f163</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1947

Otherwise we will do the SRV expansion once again:
1. leaving the old servers in server list
2. meta server is not inserted back in the list, the newly found
   servers are inserted behind meta server, meta server is orphaned
   and the new servers are forgotten
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1947

Otherwise we will do the SRV expansion once again:
1. leaving the old servers in server list
2. meta server is not inserted back in the list, the newly found
   servers are inserted behind meta server, meta server is orphaned
   and the new servers are forgotten
</pre>
</div>
</content>
</entry>
<entry>
<title>collapse_srv_lookup may free the server, make it clear from the API</title>
<updated>2013-06-21T08:00:38+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-06-18T10:59:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=d12a07608a321f211a74643df7db9bcef76e2ca6'/>
<id>d12a07608a321f211a74643df7db9bcef76e2ca6</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1947
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1947
</pre>
</div>
</content>
</entry>
<entry>
<title>failover: return error when SRV lookup returned only duplicates</title>
<updated>2013-06-21T08:00:28+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-06-18T10:28:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=e5f455afbc2d149527bfd08f4e89903a3a8da17a'/>
<id>e5f455afbc2d149527bfd08f4e89903a3a8da17a</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1947

Otherwise we risk that the meta server is removed from the server list,
but without a chance to return, because there may be no fo_server with
srv_data = meta.

Also if state-&gt;meta-&gt;next is NULL (it is still orphaned because we try
to errornously expand it without invoking collapse first), state-&gt;out
will be NULL and SSSD will crash.

New error code: ERR_SRV_DUPLICATES
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1947

Otherwise we risk that the meta server is removed from the server list,
but without a chance to return, because there may be no fo_server with
srv_data = meta.

Also if state-&gt;meta-&gt;next is NULL (it is still orphaned because we try
to errornously expand it without invoking collapse first), state-&gt;out
will be NULL and SSSD will crash.

New error code: ERR_SRV_DUPLICATES
</pre>
</div>
</content>
</entry>
<entry>
<title>failover: do not return invalid pointer when server is already present</title>
<updated>2013-06-21T08:00:25+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-06-10T08:34:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=b509de2164be8fa9a8d52d70883f4ec70b4bddf8'/>
<id>b509de2164be8fa9a8d52d70883f4ec70b4bddf8</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1947
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1947
</pre>
</div>
</content>
</entry>
<entry>
<title>FO: Check the return value of send_fn</title>
<updated>2013-06-20T22:03:21+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-06-19T19:25:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=7d9e5527237b1a779b4cb464f64eae72c3a2162d'/>
<id>7d9e5527237b1a779b4cb464f64eae72c3a2162d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>failover: set state-&gt;out when meta server remains in SRV_RESOLVE_ERROR</title>
<updated>2013-06-14T11:39:08+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-06-13T08:32:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=d3b39cf07164b23d47bbce3d6e6541b13fc895f5'/>
<id>d3b39cf07164b23d47bbce3d6e6541b13fc895f5</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1886
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1886
</pre>
</div>
</content>
</entry>
<entry>
<title>Use deep copy for dns_domain and discovery_domain</title>
<updated>2013-06-03T18:05:20+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-05-31T18:22:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=06dad7ed041e90b106475e06d4eb542548d560ed'/>
<id>06dad7ed041e90b106475e06d4eb542548d560ed</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1929
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1929
</pre>
</div>
</content>
</entry>
<entry>
<title>FO: Fix setting status of duplicates</title>
<updated>2013-05-28T13:11:32+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-05-18T01:51:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=7a5a121ae04e3609628855b8383a5d74d405a70d'/>
<id>7a5a121ae04e3609628855b8383a5d74d405a70d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DNS sites support - replace SRV lookup code with a plugin call</title>
<updated>2013-04-10T13:36:55+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-04-08T09:42:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=e26a019fbac96b7697c180124fe1d4894962e3a0'/>
<id>e26a019fbac96b7697c180124fe1d4894962e3a0</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1032

Removes hard coded SRV lookup code with a plugin call. This patch
breaks SRV lookups as there is currently no plugin in use. It is
fixed in next patch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1032

Removes hard coded SRV lookup code with a plugin call. This patch
breaks SRV lookups as there is currently no plugin in use. It is
fixed in next patch.
</pre>
</div>
</content>
</entry>
</feed>
