<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src, branch 1.9.2-49</title>
<subtitle>sssd with jhrozek's patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/'/>
<entry>
<title>sudo: do full refresh when data provider is back online</title>
<updated>2012-12-18T18:55:32+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-12-14T13:19:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=c18f62ad6790564168c963b7d8dd399219ad4daa'/>
<id>c18f62ad6790564168c963b7d8dd399219ad4daa</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1689

Add a online callback if the first full refresh fails due to the
provider beeing offline so we can perform the refresh as soon as
possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1689

Add a online callback if the first full refresh fails due to the
provider beeing offline so we can perform the refresh as soon as
possible.
</pre>
</div>
</content>
</entry>
<entry>
<title>sudo: schedule another full refresh in short interval if the first fails</title>
<updated>2012-12-18T18:55:32+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-12-14T11:51:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=bc90c44b2f9d0a1b6b7921aa75d2efbf3408232a'/>
<id>bc90c44b2f9d0a1b6b7921aa75d2efbf3408232a</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1689

If the first full refresh of sudo rules fails because the data provider
is offline, we will schedule another one in 2, 4, ... minutes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1689

If the first full refresh of sudo rules fails because the data provider
is offline, we will schedule another one in 2, 4, ... minutes.
</pre>
</div>
</content>
</entry>
<entry>
<title>check dp error in sdap_sudo_full_refresh_done()</title>
<updated>2012-12-18T18:55:32+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-12-14T11:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=df1b0949b78a0eb4bcb94d773837ec825cc066ce'/>
<id>df1b0949b78a0eb4bcb94d773837ec825cc066ce</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1689
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1689
</pre>
</div>
</content>
</entry>
<entry>
<title>add sdap_sudo_schedule_refresh()</title>
<updated>2012-12-18T18:55:32+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-12-14T12:15:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=ec9e503f7b52d30783f394ea9bc5ae85e661a7ed'/>
<id>ec9e503f7b52d30783f394ea9bc5ae85e661a7ed</id>
<content type='text'>
Reduces amount of code duplication.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reduces amount of code duplication.
</pre>
</div>
</content>
</entry>
<entry>
<title>try primary server after retry_timeout + 1 seconds when switching to backup</title>
<updated>2012-12-18T18:45:38+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-12-17T11:04:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=024e7bb71b9bd08ca2ff00f7fde05488b08f9220'/>
<id>024e7bb71b9bd08ca2ff00f7fde05488b08f9220</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1679

The problem is when we are about to reset the server status, we don't
get through the timeout (30 seconds) because the "switch to primary
server" task is scheduled 30 seconds after fall back to a backup
server. Thus the server status remains "not working" and is resetted
after another 30 seconds.

We need to make sure that the server status is tried after the
timeout period. retry_timeout is currently hardcoded to 30, thus
the change in man page.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1679

The problem is when we are about to reset the server status, we don't
get through the timeout (30 seconds) because the "switch to primary
server" task is scheduled 30 seconds after fall back to a backup
server. Thus the server status remains "not working" and is resetted
after another 30 seconds.

We need to make sure that the server status is tried after the
timeout period. retry_timeout is currently hardcoded to 30, thus
the change in man page.
</pre>
</div>
</content>
</entry>
<entry>
<title>RESOLV: Do not steal the resulting hostent on error</title>
<updated>2012-12-18T18:45:23+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-12-16T22:31:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=34029fb3030e20a546f5d3a84c194dbe137fb912'/>
<id>34029fb3030e20a546f5d3a84c194dbe137fb912</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1706
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1706
</pre>
</div>
</content>
</entry>
<entry>
<title>MEMBEROF: silence compilation warnings</title>
<updated>2012-12-18T18:44:50+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-12-16T16:10:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=ad3d04f100c1e0c2fbd372110b2180ea00b252a6'/>
<id>ad3d04f100c1e0c2fbd372110b2180ea00b252a6</id>
<content type='text'>
src/ldb_modules/memberof.c: In function ‘mbof_get_ghost_from_parent_cb’:
src/ldb_modules/memberof.c:3085: warning: declaration of ‘dup’ shadows a global declaration
/usr/include/unistd.h:528: warning: shadowed declaration is here
src/ldb_modules/memberof.c: In function ‘mbof_inherited_mod’:
src/ldb_modules/memberof.c:3253: warning: declaration of ‘dup’ shadows a global declaration
/usr/include/unistd.h:528: warning: shadowed declaration is here
src/ldb_modules/memberof.c: In function ‘mbof_fill_vals_array’:
src/ldb_modules/memberof.c:3786: warning: declaration of ‘index’ shadows a global declaration
/usr/include/string.h:489: warning: shadowed declaration is here
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
src/ldb_modules/memberof.c: In function ‘mbof_get_ghost_from_parent_cb’:
src/ldb_modules/memberof.c:3085: warning: declaration of ‘dup’ shadows a global declaration
/usr/include/unistd.h:528: warning: shadowed declaration is here
src/ldb_modules/memberof.c: In function ‘mbof_inherited_mod’:
src/ldb_modules/memberof.c:3253: warning: declaration of ‘dup’ shadows a global declaration
/usr/include/unistd.h:528: warning: shadowed declaration is here
src/ldb_modules/memberof.c: In function ‘mbof_fill_vals_array’:
src/ldb_modules/memberof.c:3786: warning: declaration of ‘index’ shadows a global declaration
/usr/include/string.h:489: warning: shadowed declaration is here
</pre>
</div>
</content>
</entry>
<entry>
<title>PROXY: fix groups caching</title>
<updated>2012-12-17T08:58:32+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2012-12-14T10:33:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=aef738947d7fdecb85e1e798c189ef756015125e'/>
<id>aef738947d7fdecb85e1e798c189ef756015125e</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1685

Properly react on deleting group which was not found in sysdb.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1685

Properly react on deleting group which was not found in sysdb.
</pre>
</div>
</content>
</entry>
<entry>
<title>let ldap_chpass_uri failover work when using same hostname</title>
<updated>2012-12-15T18:30:42+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-12-14T17:58:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=5f6eb9d1797b5781ad054335402b50c725961579'/>
<id>5f6eb9d1797b5781ad054335402b50c725961579</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1699

We want to continue with the next server on all errors, not only
on ETIMEDOUT.

This particullar ticket was dealing with ECONNREFUSED.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1699

We want to continue with the next server on all errors, not only
on ETIMEDOUT.

This particullar ticket was dealing with ECONNREFUSED.
</pre>
</div>
</content>
</entry>
<entry>
<title>sssd_pam: Cleanup requests cache on sbus reconect</title>
<updated>2012-12-14T16:45:19+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2012-12-13T23:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=dd1d16b055ef8091aa77fd656b79b9c581c71ff4'/>
<id>dd1d16b055ef8091aa77fd656b79b9c581c71ff4</id>
<content type='text'>
The pam responder was not properly configured to recover from a backend
disconnect. The connections that were in flight before the disconnection
were never freed and new requests for the same user would just pile up on
top of the now phantom requests.

Fixes: https://fedorahosted.org/sssd/ticket/1655
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The pam responder was not properly configured to recover from a backend
disconnect. The connections that were in flight before the disconnection
were never freed and new requests for the same user would just pile up on
top of the now phantom requests.

Fixes: https://fedorahosted.org/sssd/ticket/1655
</pre>
</div>
</content>
</entry>
</feed>
