<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd2.git/src/monitor, branch sssd-1-8</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>Restart services with a delay in case they are restarted too often</title>
<updated>2013-01-29T13:05:29+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-01-29T12:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=17c3622b123a0a207e2ffe3f0743f3effa2f4665'/>
<id>17c3622b123a0a207e2ffe3f0743f3effa2f4665</id>
<content type='text'>
In case a service is restarted while the DP is not ready yet, it gets
restarted again immediatelly, which means the DP might still not be
ready. The allowed number of restarts is then depleted quickly.

This patch changes the restart mechanism such that the first restart
happens immediatelly, the second is scheduled after 2 second, then 4
etc..

https://fedorahosted.org/sssd/ticket/1528
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In case a service is restarted while the DP is not ready yet, it gets
restarted again immediatelly, which means the DP might still not be
ready. The allowed number of restarts is then depleted quickly.

This patch changes the restart mechanism such that the first restart
happens immediatelly, the second is scheduled after 2 second, then 4
etc..

https://fedorahosted.org/sssd/ticket/1528
</pre>
</div>
</content>
</entry>
<entry>
<title>netlink integration: ensure that interface name is NULL-terminated</title>
<updated>2012-04-09T12:21:29+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-04-05T18:03:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=0fc5c8d9424a2373ef0aa7ebdec337b01a5f55c9'/>
<id>0fc5c8d9424a2373ef0aa7ebdec337b01a5f55c9</id>
<content type='text'>
In the unlikely case that the interface name was IFNAMSIZ bytes long or
longer, strncpy wouldn't NULL-terminate the buffer. Copy one byte less
to ensure the buffer is NULL-terminated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the unlikely case that the interface name was IFNAMSIZ bytes long or
longer, strncpy wouldn't NULL-terminate the buffer. Copy one byte less
to ensure the buffer is NULL-terminated.
</pre>
</div>
</content>
</entry>
<entry>
<title>libnl: fix the path to phy80211 subdirectory</title>
<updated>2012-02-24T01:53:40+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-02-21T18:43:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=d5d88ff8eb87e72ea7e970edf640b56759d0a38f'/>
<id>d5d88ff8eb87e72ea7e970edf640b56759d0a38f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unused function</title>
<updated>2012-02-22T02:26:16+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-02-18T20:26:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=c97c42388044330c8511b9bee6f87eef856e12c3'/>
<id>c97c42388044330c8511b9bee6f87eef856e12c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SSH: Responder</title>
<updated>2012-02-06T23:26:57+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2012-02-03T21:48:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=e7311aec8d691e5427317442387af1bc8fff3742'/>
<id>e7311aec8d691e5427317442387af1bc8fff3742</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>AUTOFS: responder</title>
<updated>2012-02-06T00:16:16+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-01-03T20:32:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=9e80079370ff3b943832adc3c5ef430e64be0a0c'/>
<id>9e80079370ff3b943832adc3c5ef430e64be0a0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MONITOR: use sigchld handler for monitoring SSSD services</title>
<updated>2011-12-20T14:01:06+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-12-15T02:28:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=20e53344fbdfa215ff7633630feb10458a0274b9'/>
<id>20e53344fbdfa215ff7633630feb10458a0274b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SUDO Integration - responder</title>
<updated>2011-12-16T19:46:18+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2011-12-16T12:29:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=2827b0d03f7b6bafa504d22a5d7ca39cbda048b3'/>
<id>2827b0d03f7b6bafa504d22a5d7ca39cbda048b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cancel ping_check if service goes away</title>
<updated>2011-12-13T21:06:21+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-12-13T14:41:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=4134936f56911686e908dbd6bc9634767f399e3d'/>
<id>4134936f56911686e908dbd6bc9634767f399e3d</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1090
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1090
</pre>
</div>
</content>
</entry>
<entry>
<title>Added sssd --version option</title>
<updated>2011-12-08T17:02:32+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2011-08-29T12:30:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=d3da1c165cdb4c1ec126a8f4b6b544ca415b9d20'/>
<id>d3da1c165cdb4c1ec126a8f4b6b544ca415b9d20</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/953
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/953
</pre>
</div>
</content>
</entry>
</feed>
