<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/monitor, branch sssd-1-4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/'/>
<entry>
<title>Dead assignments cleanup in various places in SSSD</title>
<updated>2010-09-08T13:36:22+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2010-09-02T12:35:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=4f6a396fcf16f97b2abc3d0cba10e9aa9bc38619'/>
<id>4f6a396fcf16f97b2abc3d0cba10e9aa9bc38619</id>
<content type='text'>
Three assignments deleted, two return code inspection added.
Also found and fixed one critical bug caused by dead assignment.
Ticket: #590
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Three assignments deleted, two return code inspection added.
Also found and fixed one critical bug caused by dead assignment.
Ticket: #590
</pre>
</div>
</content>
</entry>
<entry>
<title>Use netlink to detect going online</title>
<updated>2010-07-09T15:44:07+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-06-27T19:22:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=90acbcf20b5f896ca8f631923afe946c90d90de7'/>
<id>90acbcf20b5f896ca8f631923afe946c90d90de7</id>
<content type='text'>
Integrates libnl to detect adding routes. When a route is added, the
offline status of all back ends is reset. This patch adds no heuristics
to detect whether back end went offline.

Fixes: #456
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Integrates libnl to detect adding routes. When a route is added, the
offline status of all back ends is reset. This patch adds no heuristics
to detect whether back end went offline.

Fixes: #456
</pre>
</div>
</content>
</entry>
<entry>
<title>Add try_inotify option</title>
<updated>2010-07-09T15:44:07+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-06-30T17:55:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=cab4c5011d0dc6d98e2115f46b1185a17804df49'/>
<id>cab4c5011d0dc6d98e2115f46b1185a17804df49</id>
<content type='text'>
There are some special cases where inotify cannot be used, even if
the host OS claims that it is supported. In these cases, it should
be possible to explicitly disable the use of inotify.

https://fedorahosted.org/sssd/ticket/484
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are some special cases where inotify cannot be used, even if
the host OS claims that it is supported. In these cases, it should
be possible to explicitly disable the use of inotify.

https://fedorahosted.org/sssd/ticket/484
</pre>
</div>
</content>
</entry>
<entry>
<title>Resend SIGINT as SIGTERM in services</title>
<updated>2010-06-28T12:38:14+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-06-22T09:33:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=02a5cdc06cd78e9798b71a5d9ebb6d8bcc43d127'/>
<id>02a5cdc06cd78e9798b71a5d9ebb6d8bcc43d127</id>
<content type='text'>
Fixes: #462
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #462
</pre>
</div>
</content>
</entry>
<entry>
<title>Check the correct variable for NULL after creating timer</title>
<updated>2010-06-10T14:17:38+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-06-09T14:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=bb1487fef5d19a7b1536fc42e25a08f7d4c43e1b'/>
<id>bb1487fef5d19a7b1536fc42e25a08f7d4c43e1b</id>
<content type='text'>
In several places, we were creating a new timer and assigning it
to the tev variable, but then we were checking for NULL from the
te variable (which, incidentally, is guaranteed never to be NULL
in this situation)

https://fedorahosted.org/sssd/ticket/523
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In several places, we were creating a new timer and assigning it
to the tev variable, but then we were checking for NULL from the
te variable (which, incidentally, is guaranteed never to be NULL
in this situation)

https://fedorahosted.org/sssd/ticket/523
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly handle read() and write() throughout the SSSD</title>
<updated>2010-06-10T14:17:38+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-06-08T19:47:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=06247775aa9c49ffce72827921eb45e2d04c6aa1'/>
<id>06247775aa9c49ffce72827921eb45e2d04c6aa1</id>
<content type='text'>
We need to guarantee at all times that reads and writes complete
successfully. This means that they must be checked for returning
EINTR and EAGAIN, and all writes must be wrapped in a loop to
ensure that they do not truncate their output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to guarantee at all times that reads and writes complete
successfully. This means that they must be checked for returning
EINTR and EAGAIN, and all writes must be wrapped in a loop to
ensure that they do not truncate their output.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move parse_args() to util</title>
<updated>2010-05-27T18:44:12+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-05-21T07:36:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=8b420102e0d91edb2acbd2e8a40fc7d9995de2ba'/>
<id>8b420102e0d91edb2acbd2e8a40fc7d9995de2ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a potential memory violation</title>
<updated>2010-04-26T13:54:59+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-04-22T09:44:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=c7fc1078dad4b237256bfedca5121a6a55ac625d'/>
<id>c7fc1078dad4b237256bfedca5121a6a55ac625d</id>
<content type='text'>
If read() returns with errno set to EINTR -1 is added to total_len.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If read() returns with errno set to EINTR -1 is added to total_len.
</pre>
</div>
</content>
</entry>
<entry>
<title>sysydb: Finally stop using a common event context</title>
<updated>2010-04-12T13:22:16+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2010-03-21T04:59:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=9db5a5140356479a58f2e7212fc5c4ad6135bb7f'/>
<id>9db5a5140356479a58f2e7212fc5c4ad6135bb7f</id>
<content type='text'>
This commit completes the migration to a synchronous sysdb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit completes the migration to a synchronous sysdb
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings from -Wmissing-field-initializers</title>
<updated>2010-03-25T16:14:14+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-03-24T12:03:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=7c837ddd5b1737b56fc475f7e347efdb067e2330'/>
<id>7c837ddd5b1737b56fc475f7e347efdb067e2330</id>
<content type='text'>
This patch removes some tab-indentations from pamsrv.c, too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch removes some tab-indentations from pamsrv.c, too.
</pre>
</div>
</content>
</entry>
</feed>
