<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/sss_client, branch srvbackport</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>Do not send SIGPIPE on disconnection</title>
<updated>2012-06-18T18:39:07+00:00</updated>
<author>
<name>Shantanu Goel</name>
<email>sgoel@trade4.test-jc.tower-research.com</email>
</author>
<published>2012-06-18T13:26:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=fa8ddadd3396136f4f37da1b60c49c7f8c5065e1'/>
<id>fa8ddadd3396136f4f37da1b60c49c7f8c5065e1</id>
<content type='text'>
Note we set MSG_NOSIGNAL to avoid
having to fiddle with signal masks
but also do not want to die in case
SIGPIPE gets raised and the application
does not handle it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note we set MSG_NOSIGNAL to avoid
having to fiddle with signal masks
but also do not want to die in case
SIGPIPE gets raised and the application
does not handle it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Set return errno to the value prior to calling close().</title>
<updated>2012-06-18T18:39:07+00:00</updated>
<author>
<name>Shantanu Goel</name>
<email>sgoel@trade4.test-jc.tower-research.com</email>
</author>
<published>2012-06-18T12:45:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=f415f0af2560880a4eca5c39fdd0d3158094c8f1'/>
<id>f415f0af2560880a4eca5c39fdd0d3158094c8f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed incorrect return code in PAM client</title>
<updated>2011-12-09T13:03:50+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2011-12-01T10:03:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=b9e58753ff9733ee223c35e4c0b4988c5df4f5d2'/>
<id>b9e58753ff9733ee223c35e4c0b4988c5df4f5d2</id>
<content type='text'>
The original return code when SSSD was not running was system_err, now
it is authinfo_unavail.

https://fedorahosted.org/sssd/ticket/1011
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The original return code when SSSD was not running was system_err, now
it is authinfo_unavail.

https://fedorahosted.org/sssd/ticket/1011
</pre>
</div>
</content>
</entry>
<entry>
<title>Use neutral name for functions used by both pam and nss</title>
<updated>2011-12-09T13:03:50+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2011-02-07T15:07:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=e0a38945fba30d1b03dd5fede8a79be4f6bbd9cf'/>
<id>e0a38945fba30d1b03dd5fede8a79be4f6bbd9cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added quiet option to pam_sss</title>
<updated>2011-09-20T19:21:41+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2011-09-19T13:25:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=d46fc2f723d2bfe497b71db7c2b7991335c97f3d'/>
<id>d46fc2f723d2bfe497b71db7c2b7991335c97f3d</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/894
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/894
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_client: avoid leaking file descriptors</title>
<updated>2011-07-29T14:18:34+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2011-07-28T19:15:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=c57b2068ff45f1d184d034e62c48a6bdd9d6eed7'/>
<id>c57b2068ff45f1d184d034e62c48a6bdd9d6eed7</id>
<content type='text'>
If a pam or nss module is dlcolse()d and unloaded we were leaking
the file descriptor used to communicate to sssd in the process.

Make sure the fucntion used to close the socket file descriptor is
called on dlclose()

Silence autoconf 2.28 warnings (Patch by Jakub Hrozek)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a pam or nss module is dlcolse()d and unloaded we were leaking
the file descriptor used to communicate to sssd in the process.

Make sure the fucntion used to close the socket file descriptor is
called on dlclose()

Silence autoconf 2.28 warnings (Patch by Jakub Hrozek)
</pre>
</div>
</content>
</entry>
<entry>
<title>clients: use poll instead of select</title>
<updated>2011-05-03T17:01:18+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2011-05-03T16:15:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=cf7385b54757305ca6a7edfc18e25685888dc531'/>
<id>cf7385b54757305ca6a7edfc18e25685888dc531</id>
<content type='text'>
select is limited to fd numbers up to 1024, we need to use poll() here
to avoid causing memory corruption in the calling process.

Fixes: https://fedorahosted.org/sssd/ticket/861
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
select is limited to fd numbers up to 1024, we need to use poll() here
to avoid causing memory corruption in the calling process.

Fixes: https://fedorahosted.org/sssd/ticket/861
</pre>
</div>
</content>
</entry>
<entry>
<title>Check that the socket is really ours before attempting to close it.</title>
<updated>2011-02-08T13:59:22+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2011-02-07T13:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=b005a24b17fa073939baa0efe6137cb7c4f3217d'/>
<id>b005a24b17fa073939baa0efe6137cb7c4f3217d</id>
<content type='text'>
Fixes: https://fedorahosted.org/sssd/ticket/790
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: https://fedorahosted.org/sssd/ticket/790
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix wrong test in pam_sss</title>
<updated>2010-12-17T12:07:40+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2010-12-16T21:18:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=1b36cbb287b53fca6b0070f1e2ca0e3f1f56946b'/>
<id>1b36cbb287b53fca6b0070f1e2ca0e3f1f56946b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix segfault for PAM_TEXT_INFO conversations</title>
<updated>2010-12-16T16:53:13+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-12-16T16:51:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=3da2609d20eb5cbb05f212e13baa040bf7cf02fa'/>
<id>3da2609d20eb5cbb05f212e13baa040bf7cf02fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
