<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd2.git/src/util, 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>Add overflow check to SAFEALIGN_COPY_*_CHECK macros</title>
<updated>2011-01-11T17:20:49+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-12-07T16:01:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=7fba78363dacbec0c8c5a22ad61fdf5f8f7bb91f'/>
<id>7fba78363dacbec0c8c5a22ad61fdf5f8f7bb91f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Validate user supplied size of data items</title>
<updated>2011-01-11T17:20:49+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-12-06T20:18:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=23853875acc9d6c41ff1667c491492b1a34a99cc'/>
<id>23853875acc9d6c41ff1667c491492b1a34a99cc</id>
<content type='text'>
Specially crafted packages might lead to an integer overflow and the
parsing of the input buffer might not continue as expected. This issue
was identified by Sebastian Krahmer &lt;krahmer@suse.de&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Specially crafted packages might lead to an integer overflow and the
parsing of the input buffer might not continue as expected. This issue
was identified by Sebastian Krahmer &lt;krahmer@suse.de&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make default SIGTERM and SIGINT handlers use tevent</title>
<updated>2010-12-02T18:17:58+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-12-01T13:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=4e6cc423196c67ee34701db5089920f1df0d4b00'/>
<id>4e6cc423196c67ee34701db5089920f1df0d4b00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always use uint32_t for UID/GID numbers</title>
<updated>2010-10-26T12:01:43+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-10-25T12:57:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=4228c4d88c1be62542a532dbd295317dbb9f6ce3'/>
<id>4228c4d88c1be62542a532dbd295317dbb9f6ce3</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-22T14:49:01+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-10-18T18:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=59216d82123688ae360757bf8c5eb77236555416'/>
<id>59216d82123688ae360757bf8c5eb77236555416</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>Add common hash table setup</title>
<updated>2010-10-08T23:26:55+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-09-27T17:54:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=068bfb887e637522f99d0e5fd0a8313e2361d754'/>
<id>068bfb887e637522f99d0e5fd0a8313e2361d754</id>
<content type='text'>
sss_hash_create() produces a dhash table living in the talloc
hierarchy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sss_hash_create() produces a dhash table living in the talloc
hierarchy.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add dup_string_list() utility function</title>
<updated>2010-07-30T19:57:58+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-07-28T15:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=d412e76b28894271a29ce53eac47de562fc86a59'/>
<id>d412e76b28894271a29ce53eac47de562fc86a59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add diff_string_lists utility function</title>
<updated>2010-07-30T19:57:57+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-07-23T20:23:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=d925dce2d1c2b3038440e6181aa8217534bd8850'/>
<id>d925dce2d1c2b3038440e6181aa8217534bd8850</id>
<content type='text'>
Includes a unit test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Includes a unit test
</pre>
</div>
</content>
</entry>
<entry>
<title>Add log notifications for startup and shutdown.</title>
<updated>2010-07-09T19:01:09+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-07-08T14:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=5b64b2518f9819e6faf410f809c4252f7ab3af50'/>
<id>5b64b2518f9819e6faf410f809c4252f7ab3af50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sss_log() function</title>
<updated>2010-07-09T19:01:08+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-07-08T14:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=4d1cf8787173eed267b479e7b03903b03d6f1719'/>
<id>4d1cf8787173eed267b479e7b03903b03d6f1719</id>
<content type='text'>
Right now, this log function writes to the syslog. In the future,
it could be modified to work with ELAPI or another logging API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Right now, this log function writes to the syslog. In the future,
it could be modified to work with ELAPI or another logging API.
</pre>
</div>
</content>
</entry>
</feed>
