<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd2.git, branch sssd-1-2</title>
<subtitle>System Security Services Daemon [okos' clone]</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/'/>
<entry>
<title>Change hbacservices/groups container</title>
<updated>2011-02-17T12:45:16+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2011-02-17T08:47:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=eff2a3bd4698676fcb47739a9439d0908fcd4584'/>
<id>eff2a3bd4698676fcb47739a9439d0908fcd4584</id>
<content type='text'>
The containers store store hbacservices and hbacservicegroups
definitions were changed in recent versions of FreeIPA.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The containers store store hbacservices and hbacservicegroups
definitions were changed in recent versions of FreeIPA.
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not attempt to use START_TLS on SSL connections</title>
<updated>2011-02-16T14:38:45+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-02-16T12:38:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=16ccfd09e6120ab5e104fa2a6762511d398b4e93'/>
<id>16ccfd09e6120ab5e104fa2a6762511d398b4e93</id>
<content type='text'>
Not all LDAP servers are capable of handling dual-encryption with
both TLS and SSL.

https://fedorahosted.org/sssd/ticket/795
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not all LDAP servers are capable of handling dual-encryption with
both TLS and SSL.

https://fedorahosted.org/sssd/ticket/795
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly document ldap_purge_cache_timeout</title>
<updated>2011-02-11T14:18:28+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-02-09T17:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=0acfbe57146fc4e8da671e79a5881fc0eba44daf'/>
<id>0acfbe57146fc4e8da671e79a5881fc0eba44daf</id>
<content type='text'>
Also allow it to be disabled entirely and make this the default
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also allow it to be disabled entirely and make this the default
</pre>
</div>
</content>
</entry>
<entry>
<title>Add overflow check to SAFEALIGN_COPY_*_CHECK macros</title>
<updated>2011-01-11T17:20:49+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-12-07T16:01:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=7fba78363dacbec0c8c5a22ad61fdf5f8f7bb91f'/>
<id>7fba78363dacbec0c8c5a22ad61fdf5f8f7bb91f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Validate user supplied size of data items</title>
<updated>2011-01-11T17:20:49+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-12-06T20:18:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=23853875acc9d6c41ff1667c491492b1a34a99cc'/>
<id>23853875acc9d6c41ff1667c491492b1a34a99cc</id>
<content type='text'>
Specially crafted packages might lead to an integer overflow and the
parsing of the input buffer might not continue as expected. This issue
was identified by Sebastian Krahmer &lt;krahmer@suse.de&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Specially crafted packages might lead to an integer overflow and the
parsing of the input buffer might not continue as expected. This issue
was identified by Sebastian Krahmer &lt;krahmer@suse.de&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>Set up signal handlers before initializing sysdb</title>
<updated>2010-12-02T18:17:59+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-11-30T16:50:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=2fe27a3f1230209248787bb2da9d633101248f05'/>
<id>2fe27a3f1230209248787bb2da9d633101248f05</id>
<content type='text'>
A temporary signal handler for SIGTERM is set up in server_setup()
that calls exit() from within a pure signal handler. This causes a
race condition where it's possible that if the SSSD is restarted
immediately while it is still initializing the sysdb caches for
the first time, it can leave the cache in a corrupt and unusable
state.

https://bugzilla.redhat.com/show_bug.cgi?id=658444
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A temporary signal handler for SIGTERM is set up in server_setup()
that calls exit() from within a pure signal handler. This causes a
race condition where it's possible that if the SSSD is restarted
immediately while it is still initializing the sysdb caches for
the first time, it can leave the cache in a corrupt and unusable
state.

https://bugzilla.redhat.com/show_bug.cgi?id=658444
</pre>
</div>
</content>
</entry>
<entry>
<title>Resend SIGTERM if child doesn't terminate</title>
<updated>2010-12-02T18:17:58+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-12-01T17:07:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=499db30832152fbd7050fd74036ed85deb669860'/>
<id>499db30832152fbd7050fd74036ed85deb669860</id>
<content type='text'>
There is a race condition where if we send a SIGTERM before the
kernel has scheduled the child, it may be lost, and the child will
not terminate and will leave the monitor hung in wait().

This patch alters this behavior so that we will send the SIGTERM
again every 10ms and check the wait() in a nonblocking manner.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is a race condition where if we send a SIGTERM before the
kernel has scheduled the child, it may be lost, and the child will
not terminate and will leave the monitor hung in wait().

This patch alters this behavior so that we will send the SIGTERM
again every 10ms and check the wait() in a nonblocking manner.
</pre>
</div>
</content>
</entry>
<entry>
<title>Wait for all children to exit</title>
<updated>2010-12-02T18:17:58+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-11-11T14:04:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=1b3b6f2e840ab6dfbfaa5d2b2e08709004a3bda2'/>
<id>1b3b6f2e840ab6dfbfaa5d2b2e08709004a3bda2</id>
<content type='text'>
Previously, there was a race-condition where the monitor might
terminate before its children.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, there was a race-condition where the monitor might
terminate before its children.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make default SIGTERM and SIGINT handlers use tevent</title>
<updated>2010-12-02T18:17:58+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-12-01T13:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=4e6cc423196c67ee34701db5089920f1df0d4b00'/>
<id>4e6cc423196c67ee34701db5089920f1df0d4b00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure that SSSD shuts down completely before restarting</title>
<updated>2010-12-02T18:17:58+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-11-17T13:29:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=5cc5c27ab94a0be6baa7d71cd0ce3d3b341cf73a'/>
<id>5cc5c27ab94a0be6baa7d71cd0ce3d3b341cf73a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
