<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd2.git/src/sss_client, 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>Allow sssd clients to reconnect</title>
<updated>2010-07-23T14:15:01+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-07-23T13:45:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=ef73b99b4feb506200291615a0093246a3bdc991'/>
<id>ef73b99b4feb506200291615a0093246a3bdc991</id>
<content type='text'>
Currently the PAM and NSS client just return an error if there are
problems on an open socket. This will lead to problems in long running
programs like gdm if sssd is restarted, e.g. during an update. With this
patch the socket is closed and reopened.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently the PAM and NSS client just return an error if there are
problems on an open socket. This will lead to problems in long running
programs like gdm if sssd is restarted, e.g. during an update. With this
patch the socket is closed and reopened.
</pre>
</div>
</content>
</entry>
<entry>
<title>Potential memory leak in _nss_sss_*_r()</title>
<updated>2010-06-14T20:54:42+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-06-10T09:16:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=51420d01e19549c202af9a4ed20ea120bd27c010'/>
<id>51420d01e19549c202af9a4ed20ea120bd27c010</id>
<content type='text'>
Fixes: #516
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #516
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly handle read() and write() throughout the SSSD</title>
<updated>2010-06-10T14:17:21+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/okos/public_git/sssd2.git/commit/?id=cedc75748b155f7c1287de8796409dd79ef7aecd'/>
<id>cedc75748b155f7c1287de8796409dd79ef7aecd</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>Add a missing free()</title>
<updated>2010-06-09T12:29:48+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-06-09T10:50:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=ca95af6e15ddc8928684327ff05353b1e3a17acd'/>
<id>ca95af6e15ddc8928684327ff05353b1e3a17acd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid a potential double-free</title>
<updated>2010-06-09T12:29:47+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-06-09T11:02:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=541da63238a72771b3fdd4e8a27cddabe6357556'/>
<id>541da63238a72771b3fdd4e8a27cddabe6357556</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add retry option to pam_sss</title>
<updated>2010-05-07T20:38:23+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-04-28T08:01:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=bced0bf9546e452dfae1e69733ba4be347930107'/>
<id>bced0bf9546e452dfae1e69733ba4be347930107</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle Krb5 password expiration warning</title>
<updated>2010-05-07T20:38:22+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-04-23T11:37:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=013f551f7ebaff5ef8887cf82e9d6978b38559d3'/>
<id>013f551f7ebaff5ef8887cf82e9d6978b38559d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve the offline authentication message</title>
<updated>2010-05-07T20:38:22+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-05-04T19:18:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=a017580a66f671da0d6a77c25c4a70ca7d226029'/>
<id>a017580a66f671da0d6a77c25c4a70ca7d226029</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix wrong return value</title>
<updated>2010-04-30T11:50:58+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-04-27T10:45:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=c989a15469e72a479c7c689bf830adf78ec76c99'/>
<id>c989a15469e72a479c7c689bf830adf78ec76c99</id>
<content type='text'>
If there was a failure during a password change a wrong return value was
send back to the PAM stack.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If there was a failure during a password change a wrong return value was
send back to the PAM stack.
</pre>
</div>
</content>
</entry>
<entry>
<title>Display a message if a password reset by root fails</title>
<updated>2010-04-26T13:55:10+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-04-21T12:42:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=6f36029dd5fb1d16deb0b3f990713be7fa9f3a70'/>
<id>6f36029dd5fb1d16deb0b3f990713be7fa9f3a70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
