<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd2.git/src/tests, 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>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>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>Modify sysdb_add_group_member_send to accept users and groups</title>
<updated>2010-10-08T23:26:55+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-10-07T23:51:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=baa68e811197eed4e8ab2eb9ccef615971643b55'/>
<id>baa68e811197eed4e8ab2eb9ccef615971643b55</id>
<content type='text'>
Previously, it assumed that all members were users. This changes
the interface so that either a user or a group can be specified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, it assumed that all members were users. This changes
the interface so that either a user or a group can be specified.
</pre>
</div>
</content>
</entry>
<entry>
<title>sysdb interface for adding incomplete group entries</title>
<updated>2010-10-08T23:26:55+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-09-20T15:52:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=b302ec4cad436c8025675f74486e5d5f95730a20'/>
<id>b302ec4cad436c8025675f74486e5d5f95730a20</id>
<content type='text'>
Useful for optimizing the initgroups operation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Useful for optimizing the initgroups operation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sysdb_update_members 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-28T16:24:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=41edee286a924ec00ed9b9fc8a9cb37539fc6237'/>
<id>41edee286a924ec00ed9b9fc8a9cb37539fc6237</id>
<content type='text'>
This function will take a user, a list of groups that this user
should be added to and a list of groups the user should be removed
from and will recursively call sysdb_[add|remove]_group_member

Includes a unit test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function will take a user, a list of groups that this user
should be added to and a list of groups the user should be removed
from and will recursively call sysdb_[add|remove]_group_member

Includes a unit test
</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 sysdb_attrs_to_list() 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-23T17:20:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=43be5d34c35874326a6d882181c024cbf09bad48'/>
<id>43be5d34c35874326a6d882181c024cbf09bad48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Standardize on correct spelling of "principal" for krb5</title>
<updated>2010-06-16T20:22:05+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-06-15T14:35:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=6a7b74548240c8076d6e75be5221272dfa80265d'/>
<id>6a7b74548240c8076d6e75be5221272dfa80265d</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/542
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/542
</pre>
</div>
</content>
</entry>
<entry>
<title>Print correct return code</title>
<updated>2010-06-14T20:54:43+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-06-10T09:27:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=7ff8cf556e9422332596ec537062be3d207fcfb0'/>
<id>7ff8cf556e9422332596ec537062be3d207fcfb0</id>
<content type='text'>
Fixes: #535
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #535
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for delayed kinit if offline</title>
<updated>2010-05-07T20:38:23+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-04-19T09:59:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=fc7ec12f1b851bab1eedf3ecdcb094ea80b46dd2'/>
<id>fc7ec12f1b851bab1eedf3ecdcb094ea80b46dd2</id>
<content type='text'>
If the configuration option krb5_store_password_if_offline is set to
true and the backend is offline the plain text user password is stored
and used to request a TGT if the backend becomes online. If available
the Linux kernel key retention service is used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the configuration option krb5_store_password_if_offline is set to
true and the backend is offline the plain text user password is stored
and used to request a TGT if the backend becomes online. If available
the Linux kernel key retention service is used.
</pre>
</div>
</content>
</entry>
</feed>
