<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/util/find_uid.c, branch simo</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/'/>
<entry>
<title>Convert read and write operations to sss_atomic_read</title>
<updated>2012-04-20T14:55:14+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-04-02T21:26:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=9d7d4458d94d0aac0a7edf999368eb18f89cb76a'/>
<id>9d7d4458d94d0aac0a7edf999368eb18f89cb76a</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1209
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1209
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle cases where UID is -1</title>
<updated>2012-02-29T18:52:08+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-02-29T15:37:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=55fcd37c086f699db1aeac54a3df046b60755ff6'/>
<id>55fcd37c086f699db1aeac54a3df046b60755ff6</id>
<content type='text'>
Also removes an unnecessary range check (since it's already handled
by strtoint32()

https://fedorahosted.org/sssd/ticket/1216
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also removes an unnecessary range check (since it's already handled
by strtoint32()

https://fedorahosted.org/sssd/ticket/1216
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure NULL-termination in get_uid_from_pid()</title>
<updated>2012-02-14T12:50:30+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-02-14T12:49:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=43abd12a37ea1c410ffb923b9cadfbf0f6ea6e6a'/>
<id>43abd12a37ea1c410ffb923b9cadfbf0f6ea6e6a</id>
<content type='text'>
Coverity #12399
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Coverity #12399
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed possible resource leak in get_uid_from_pid()</title>
<updated>2011-11-07T13:57:17+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2011-11-04T08:08:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=21386a358f0850b660139fe6db2bdd2e14c8a4ef'/>
<id>21386a358f0850b660139fe6db2bdd2e14c8a4ef</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1069
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1069
</pre>
</div>
</content>
</entry>
<entry>
<title>Always use uint32_t for UID/GID numbers</title>
<updated>2010-10-26T12:00:21+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-10-25T13:14:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=580374daba2ab2c6075a7d0de9512abff133e2e9'/>
<id>580374daba2ab2c6075a7d0de9512abff133e2e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use unsigned long for conversion to id_t</title>
<updated>2010-10-18T17:12:04+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-10-15T13:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=27c67307976a60088ca301e07404bdb52740c3af'/>
<id>27c67307976a60088ca301e07404bdb52740c3af</id>
<content type='text'>
We used strtol() on a number of places to convert into uid_t or gid_t
from a string representation such as LDAP attribute, but on some
platforms, unsigned long might be necessary to store big id_t values.

This patch converts to using strtoul() instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We used strtol() on a number of places to convert into uid_t or gid_t
from a string representation such as LDAP attribute, but on some
platforms, unsigned long might be necessary to store big id_t values.

This patch converts to using strtoul() instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Check closedir call in find_uid</title>
<updated>2010-06-14T20:54:31+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-06-10T09:25:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=0d32e0dbb84de09e819911e8a5a532fbb7c1604e'/>
<id>0d32e0dbb84de09e819911e8a5a532fbb7c1604e</id>
<content type='text'>
Fixes: #503
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #503
</pre>
</div>
</content>
</entry>
<entry>
<title>get_uid_from_pid should use fstat rather than lstat</title>
<updated>2010-06-14T20:54:30+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-06-11T10:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=946aba311fd280fbd673944c0181063d2600c878'/>
<id>946aba311fd280fbd673944c0181063d2600c878</id>
<content type='text'>
Fixes: #541
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #541
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix misuse of errno in find_uid.c</title>
<updated>2010-06-10T14:17:38+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-06-09T13:11:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=9eab847bc1a30ebf4ab27f739d6972402262d045'/>
<id>9eab847bc1a30ebf4ab27f739d6972402262d045</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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/sbose/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>
</feed>
