<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/sss_client/autofs, branch sysdb</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>sss_autofs: Do not try to free empty autofs context</title>
<updated>2014-05-27T19:16:16+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2014-05-27T12:53:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=01f0d708fddfd50bdbb36a63737dcdc2c2fbd28d'/>
<id>01f0d708fddfd50bdbb36a63737dcdc2c2fbd28d</id>
<content type='text'>
If initialisation fails in function _sss_setautomntent, context will not be
initialized and automount client will crash.
The function _sss_endautomntent should not try to dereference NULL pointer.

Resolves:
https://fedorahosted.org/sssd/ticket/2288

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If initialisation fails in function _sss_setautomntent, context will not be
initialized and automount client will crash.
The function _sss_endautomntent should not try to dereference NULL pointer.

Resolves:
https://fedorahosted.org/sssd/ticket/2288

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_autofs: Check return value of autofs make request</title>
<updated>2014-05-27T19:16:13+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2014-05-27T11:55:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=71bcdde36bcfd8cb797777062208a85bf6337dec'/>
<id>71bcdde36bcfd8cb797777062208a85bf6337dec</id>
<content type='text'>
The return value of function sss_autofs_make_request was not checked.
    (returned value was SSS_STATUS_UNAVAIL)
Unfotunatelly, errnop was zero; buffer "repbuf" was not initialised
and automount crashed in sss_autofs plugin.

Resolves:
https://fedorahosted.org/sssd/ticket/2288

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The return value of function sss_autofs_make_request was not checked.
    (returned value was SSS_STATUS_UNAVAIL)
Unfotunatelly, errnop was zero; buffer "repbuf" was not initialised
and automount crashed in sss_autofs plugin.

Resolves:
https://fedorahosted.org/sssd/ticket/2288

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_client: Use SAFEALIGN_COPY_&lt;type&gt; macros where appropriate.</title>
<updated>2013-12-03T13:41:15+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2013-08-21T15:17:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=a171d77f40aa92e240e91aa4bafe5a392a98b5a2'/>
<id>a171d77f40aa92e240e91aa4bafe5a392a98b5a2</id>
<content type='text'>
resolves:
https://fedorahosted.org/sssd/ticket/1359
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
resolves:
https://fedorahosted.org/sssd/ticket/1359
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Add debug message to autofs client"</title>
<updated>2013-03-01T09:22:39+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-03-01T09:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=35c3d98374d7ce3cb1f37eaa012af83eb82a731a'/>
<id>35c3d98374d7ce3cb1f37eaa012af83eb82a731a</id>
<content type='text'>
This reverts commit 30c76633788c498b7d34e7e5944a3d36f26ec2db.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 30c76633788c498b7d34e7e5944a3d36f26ec2db.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add debug message to autofs client</title>
<updated>2013-03-01T09:10:21+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-02-27T13:48:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=30c76633788c498b7d34e7e5944a3d36f26ec2db'/>
<id>30c76633788c498b7d34e7e5944a3d36f26ec2db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>autofs: Use SAFEALIGN_SET_UINT32 instead of SAFEALIGN_COPY_UINT32</title>
<updated>2013-01-16T14:31:48+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-01-16T08:25:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=1cde5866227feccf482f82c112c352c103afbc59'/>
<id>1cde5866227feccf482f82c112c352c103afbc59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>AUTOFS: remove unused assignments</title>
<updated>2012-05-03T15:46:17+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-04-26T11:06:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=5f93f452e4a80d6b0243eaf3c583d0caf9981ca0'/>
<id>5f93f452e4a80d6b0243eaf3c583d0caf9981ca0</id>
<content type='text'>
Also changes setautomntent_send so that is only return NULL in case the
tevent_req creation fails.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also changes setautomntent_send so that is only return NULL in case the
tevent_req creation fails.
</pre>
</div>
</content>
</entry>
<entry>
<title>autofs: Raise the maximum key length to PATH_MAX</title>
<updated>2012-04-18T14:23:56+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-04-12T12:12:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=ac67129265297ad55cb36a6749a8e79370986183'/>
<id>ac67129265297ad55cb36a6749a8e79370986183</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1300
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1300
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence Coverity warning in the autofs test tool</title>
<updated>2012-03-28T19:07:05+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-03-20T14:19:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=612231a05770a79b8ff53f91d85f5be7595ed785'/>
<id>612231a05770a79b8ff53f91d85f5be7595ed785</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1237
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1237
</pre>
</div>
</content>
</entry>
<entry>
<title>AUTOFS: fix copy-and-paste bug in the autofs client</title>
<updated>2012-03-27T00:17:21+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-03-22T16:17:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=0a78bac242d0172a858d6b65402276aa734a4671'/>
<id>0a78bac242d0172a858d6b65402276aa734a4671</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
