<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd2.git/server/providers/proxy.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>Return the dp error from the providers</title>
<updated>2009-10-15T11:44:46+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-10-14T23:17:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=ac120f0b3613aedae9c2f3e3314514da98a9393c'/>
<id>ac120f0b3613aedae9c2f3e3314514da98a9393c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade confdb to version 2</title>
<updated>2009-09-25T13:03:29+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-09-22T13:47:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=8263230a0c543a737ab17a071a0ea964dcab4259'/>
<id>8263230a0c543a737ab17a071a0ea964dcab4259</id>
<content type='text'>
This converts a great many configuration options to the new
standard format.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This converts a great many configuration options to the new
standard format.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't try to use initgroups_dyn if not available</title>
<updated>2009-09-23T11:35:59+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-09-17T20:06:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=1f5ab2205792b4fc756d4663c090811ea75f7a46'/>
<id>1f5ab2205792b4fc756d4663c090811ea75f7a46</id>
<content type='text'>
Fixes a segfault seen in the wild with providers=files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes a segfault seen in the wild with providers=files
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Use syslog for logging error conditions in SSSD"</title>
<updated>2009-09-23T11:33:31+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-09-22T17:11:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=87b8670b2749d02ffdc6c06506ac692b09db5be2'/>
<id>87b8670b2749d02ffdc6c06506ac692b09db5be2</id>
<content type='text'>
This reverts commit 8c50bd085c0efe5fde354deee2c8118887aae29d.

Amended: commit 1016af2b1b97ad4290ccce8fa462cc7e3c191b2e also made
use of the SYSLOG_ERROR() macro, so those portions of that code
also needed to be reverted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 8c50bd085c0efe5fde354deee2c8118887aae29d.

Amended: commit 1016af2b1b97ad4290ccce8fa462cc7e3c191b2e also made
use of the SYSLOG_ERROR() macro, so those portions of that code
also needed to be reverted.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use syslog for logging error conditions in SSSD</title>
<updated>2009-09-21T14:35:10+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2009-09-18T10:35:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=8c50bd085c0efe5fde354deee2c8118887aae29d'/>
<id>8c50bd085c0efe5fde354deee2c8118887aae29d</id>
<content type='text'>
This is just a band-aid until ELAPI is fully functional and ready to
use.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is just a band-aid until ELAPI is fully functional and ready to
use.
</pre>
</div>
</content>
</entry>
<entry>
<title>Better handle groups w/o members</title>
<updated>2009-09-17T13:54:01+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-09-15T21:41:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=689f25c05d31b06ed3b0d5c55d6dda86ca3cf7da'/>
<id>689f25c05d31b06ed3b0d5c55d6dda86ca3cf7da</id>
<content type='text'>
There was a chance that groups w/o members could end up causing a failure to
store the group. This would happen in case the structure used by glibc to fill
up the group data was "dirty". Always memset structures before passing them to
te libc and also check if there are any members, before calling the async
function.
Finally add some tracing at level 7 so that it is easier to follow what is going
on in case of touble.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was a chance that groups w/o members could end up causing a failure to
store the group. This would happen in case the structure used by glibc to fill
up the group data was "dirty". Always memset structures before passing them to
te libc and also check if there are any members, before calling the async
function.
Finally add some tracing at level 7 so that it is easier to follow what is going
on in case of touble.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix copy&amp;paste error.</title>
<updated>2009-09-17T13:54:01+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-09-15T14:37:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=bf03904ed607286921d2a65dd66e72335e60c777'/>
<id>bf03904ed607286921d2a65dd66e72335e60c777</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the offline status backend-global</title>
<updated>2009-09-14T15:20:15+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-09-12T04:05:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=a0b02295b0e0c55174b37ad3b231d28e0e1d1f50'/>
<id>a0b02295b0e0c55174b37ad3b231d28e0e1d1f50</id>
<content type='text'>
Add helpers functions to query/set the offline status per backend.
Now all providers share the same offline status.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add helpers functions to query/set the offline status per backend.
Now all providers share the same offline status.
</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>Fix proxy enumeration</title>
<updated>2009-09-03T11:42:36+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-09-01T19:44:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=882c8742a3daac9ad389d152219a293ed833c7d8'/>
<id>882c8742a3daac9ad389d152219a293ed833c7d8</id>
<content type='text'>
New tevent library finally outlawed nested loops.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New tevent library finally outlawed nested loops.
</pre>
</div>
</content>
</entry>
</feed>
