<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd2.git/server/tests/sysdb-tests.c, branch maint-0.7</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 store/search/delete interface for custom sysdb objects</title>
<updated>2009-10-22T17:56:23+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2009-10-06T07:17:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=47dde498d2696d3801111850dea4521cc4dd09c7'/>
<id>47dde498d2696d3801111850dea4521cc4dd09c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update sysdb tests to new config file version</title>
<updated>2009-10-01T12:42:36+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2009-09-28T14:58:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=d4341d654beb1f6c87d7f70ef0142f23aadac957'/>
<id>d4341d654beb1f6c87d7f70ef0142f23aadac957</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Complete the removal of "legacy" option.</title>
<updated>2009-09-11T21:16:06+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-09-10T16:43:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=ec56fb826b20b080bbfaf09da671d24faf6c5e88'/>
<id>ec56fb826b20b080bbfaf09da671d24faf6c5e88</id>
<content type='text'>
The code was still dependent on it for the ldap driver.
Changed the driver code to depend on the schema type.
Fix defaults for user and groups trees.
ATM if you use the rfc2307bis schema you have to put users and groups
in 2 separate trees (what people does by default anyway.
If this limitation will turn to be too hard, we will change this later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code was still dependent on it for the ldap driver.
Changed the driver code to depend on the schema type.
Fix defaults for user and groups trees.
ATM if you use the rfc2307bis schema you have to put users and groups
in 2 separate trees (what people does by default anyway.
If this limitation will turn to be too hard, we will change this later.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused event context argument from confdb_init</title>
<updated>2009-09-10T21:28:35+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-09-10T13:26:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=5b72a797f454639496087fde6715237115be0b0a'/>
<id>5b72a797f454639496087fde6715237115be0b0a</id>
<content type='text'>
Because the confdb always operates synchronously, it maintains its
own private event context internally. The event context argument
passed to it is never used, so we'll remove it to avoid confusion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because the confdb always operates synchronously, it maintains its
own private event context internally. The event context argument
passed to it is never used, so we'll remove it to avoid confusion.
</pre>
</div>
</content>
</entry>
<entry>
<title>Split database in multiple files</title>
<updated>2009-09-08T19:10:50+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-09-03T23:29:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=28d9dcbeabdf919506fe59e9d1cbed84fbd6e649'/>
<id>28d9dcbeabdf919506fe59e9d1cbed84fbd6e649</id>
<content type='text'>
The special persistent local database retains the original name.
All other backends now have their own cache-NAME.ldb file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The special persistent local database retains the original name.
All other backends now have their own cache-NAME.ldb file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redunant function and always pass attrs.</title>
<updated>2009-08-27T17:55:22+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-08-26T20:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=61684e3e684855a72555c11a6de980b132676067'/>
<id>61684e3e684855a72555c11a6de980b132676067</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix sysdb tests</title>
<updated>2009-08-21T16:55:43+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2009-08-21T12:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=bd3d8fc1d59837f3c80de22780c146c43b2eb45d'/>
<id>bd3d8fc1d59837f3c80de22780c146c43b2eb45d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ignore_not_found parameter to sysdb delete functions</title>
<updated>2009-07-31T16:08:39+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2009-07-30T21:25:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=6cbe5ee74631122839cb4ebf85be6768e4fd23c5'/>
<id>6cbe5ee74631122839cb4ebf85be6768e4fd23c5</id>
<content type='text'>
Also add tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup warnings in client and server code</title>
<updated>2009-07-03T16:44:08+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-07-03T16:27:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=bc1352717c7354005b4e6f70b6a51ed6b5146796'/>
<id>bc1352717c7354005b4e6f70b6a51ed6b5146796</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework transaction code to use tevent_req</title>
<updated>2009-07-03T15:07:36+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-06-24T20:40:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=94ec51d8b53f636d41a879ed1d0d39127168cb21'/>
<id>94ec51d8b53f636d41a879ed1d0d39127168cb21</id>
<content type='text'>
This is part of a set of patches to rewrite sysdb to a hopefully better
API, that will also let use use tevent_req async style calls to manipulate
our cache.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is part of a set of patches to rewrite sysdb to a hopefully better
API, that will also let use use tevent_req async style calls to manipulate
our cache.
</pre>
</div>
</content>
</entry>
</feed>
