<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/util, branch sssd-1-4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/'/>
<entry>
<title>Add overflow check to SAFEALIGN_COPY_*_CHECK macros</title>
<updated>2011-01-11T17:25:02+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/lslebodn/public_git/sssd.git/commit/?id=004ce53d0e760b6e68579e0ef910dc0b9b677988'/>
<id>004ce53d0e760b6e68579e0ef910dc0b9b677988</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:25:02+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/lslebodn/public_git/sssd.git/commit/?id=9c0dba9a2928b4b262283ed957a55fa10d5b269f'/>
<id>9c0dba9a2928b4b262283ed957a55fa10d5b269f</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>Always use uint32_t for UID/GID numbers</title>
<updated>2010-10-26T11:59:50+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/lslebodn/public_git/sssd.git/commit/?id=c5289758293a2b44b644242e997095c9f3cfd4a3'/>
<id>c5289758293a2b44b644242e997095c9f3cfd4a3</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/lslebodn/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>Add a missing include file</title>
<updated>2010-10-13T11:56:20+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-10-07T11:10:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=50b2537f88bfe1d1eacd25818bbac50aec86d21c'/>
<id>50b2537f88bfe1d1eacd25818bbac50aec86d21c</id>
<content type='text'>
strcasecmp() is defined in strings.h which might not be included under
certain conditions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
strcasecmp() is defined in strings.h which might not be included under
certain conditions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add common hash table setup</title>
<updated>2010-10-08T23:01:48+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/lslebodn/public_git/sssd.git/commit/?id=3b1df539835367cb81cd5ff0f9959947d5642e55'/>
<id>3b1df539835367cb81cd5ff0f9959947d5642e55</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>Use new MIT krb5 API for better password expiration warnings</title>
<updated>2010-09-23T17:21:55+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-09-10T12:53:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=047332ebbe8397a70c92e5e3a5fbd40a9d00d0b5'/>
<id>047332ebbe8397a70c92e5e3a5fbd40a9d00d0b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix parameter order when initializing decryption</title>
<updated>2010-09-15T15:46:33+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-09-09T13:06:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=6057958313bde8dc0f43dc97d2ba3e0897722382'/>
<id>6057958313bde8dc0f43dc97d2ba3e0897722382</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dead assignments cleanup in various places in SSSD</title>
<updated>2010-09-08T13:36:22+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2010-09-02T12:35:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=4f6a396fcf16f97b2abc3d0cba10e9aa9bc38619'/>
<id>4f6a396fcf16f97b2abc3d0cba10e9aa9bc38619</id>
<content type='text'>
Three assignments deleted, two return code inspection added.
Also found and fixed one critical bug caused by dead assignment.
Ticket: #590
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Three assignments deleted, two return code inspection added.
Also found and fixed one critical bug caused by dead assignment.
Ticket: #590
</pre>
</div>
</content>
</entry>
<entry>
<title>Password obfuscation utility functions</title>
<updated>2010-09-08T13:36:21+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-08-02T14:53:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=69aaef8719c5cf33ed1c4090fa313ba281bf8a02'/>
<id>69aaef8719c5cf33ed1c4090fa313ba281bf8a02</id>
<content type='text'>
Adds two utility functions to obfuscate a password and inverse to
extract the cleartext password back.

So far, only NSS-based implementation is provided.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds two utility functions to obfuscate a password and inverse to
extract the cleartext password back.

So far, only NSS-based implementation is provided.
</pre>
</div>
</content>
</entry>
</feed>
