<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/db/sysdb.c, branch 1.9.2-38</title>
<subtitle>sssd with jhrozek's patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/'/>
<entry>
<title>Null pointer dereferenced.</title>
<updated>2012-11-28T13:45:56+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2012-11-27T12:15:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=343fa08af09beaad71980d7a382036dd9a1dddde'/>
<id>343fa08af09beaad71980d7a382036dd9a1dddde</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1674
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1674
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle conversion to fully qualified usernames</title>
<updated>2012-11-19T14:31:04+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2012-11-16T20:25:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=d993dc0a566dbf79f808d0ec35c8e61806f34e40'/>
<id>d993dc0a566dbf79f808d0ec35c8e61806f34e40</id>
<content type='text'>
In subdomains we have to use fully qualified usernames.
Unfortunately we have no other good option than simply removing
caches for users of subdomains.
This is because the memberof plugin does not support the rename operation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In subdomains we have to use fully qualified usernames.
Unfortunately we have no other good option than simply removing
caches for users of subdomains.
This is because the memberof plugin does not support the rename operation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Display more information on DB version crash</title>
<updated>2012-11-19T13:02:19+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2012-11-08T13:34:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=6642637ef37258686c34f5b630d5fcba99bea3ee'/>
<id>6642637ef37258686c34f5b630d5fcba99bea3ee</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1589

Added check for determining, whether database version is higher or
lower than expected. To distinguish it from other errors it uses
following retun values (further used for appropriate error message):
EMEDIUMTYPE for lower version than expected
EUCLEAN for higher version than expected

When SSSD or one of it's tools fails on DB version mismatch, new error
message is showed suggesting how to proceed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1589

Added check for determining, whether database version is higher or
lower than expected. To distinguish it from other errors it uses
following retun values (further used for appropriate error message):
EMEDIUMTYPE for lower version than expected
EUCLEAN for higher version than expected

When SSSD or one of it's tools fails on DB version mismatch, new error
message is showed suggesting how to proceed.
</pre>
</div>
</content>
</entry>
<entry>
<title>sysdb: add sysdb_base_dn()</title>
<updated>2012-11-04T23:14:05+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-10-18T15:40:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=905579cfac2e0fe4b88bd204051264104a3f1700'/>
<id>905579cfac2e0fe4b88bd204051264104a3f1700</id>
<content type='text'>
Add a help function which returns the ldb_dn object for the base dn of
the cache.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a help function which returns the ldb_dn object for the base dn of
the cache.
</pre>
</div>
</content>
</entry>
<entry>
<title>SSH: Expire hosts in known_hosts</title>
<updated>2012-10-05T08:51:55+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2012-09-25T08:29:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=3882325ff60f89d0c312e9519bdfd1351978fd73'/>
<id>3882325ff60f89d0c312e9519bdfd1351978fd73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SYSDB: Remove unnecessary domain parameter from several sysdb calls</title>
<updated>2012-09-24T16:23:15+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-09-21T21:41:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=95f5e7963a36b7b68859ce91ae4b232088bbaa09'/>
<id>95f5e7963a36b7b68859ce91ae4b232088bbaa09</id>
<content type='text'>
The domain can be read from the sysdb object. Removing the domain string
makes the API more self-contained.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The domain can be read from the sysdb object. Removing the domain string
makes the API more self-contained.
</pre>
</div>
</content>
</entry>
<entry>
<title>AUTOFS: convert the existing autofs entries during a sysdb upgrade</title>
<updated>2012-09-24T16:18:30+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-09-23T16:37:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=77f445dbaecc8e792e1ad42e3742800ad141bee0'/>
<id>77f445dbaecc8e792e1ad42e3742800ad141bee0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LDB_ERR_INVALID_ATTRIBUTE_SYNTAX added to sysdb_error_to_errno.</title>
<updated>2012-09-20T08:13:53+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2012-09-17T16:18:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=adb08b2853bfcba76ebb35b4e7bb4a6403b54239'/>
<id>adb08b2853bfcba76ebb35b4e7bb4a6403b54239</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SYSDB: Make sysdb_attrs_get_el_int() public</title>
<updated>2012-08-21T10:27:02+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-08-15T17:24:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=74c85b07831edb520764bfb0f997576ff355c681'/>
<id>74c85b07831edb520764bfb0f997576ff355c681</id>
<content type='text'>
Also rename it to sysdb_attrs_get_el_ext()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also rename it to sysdb_attrs_get_el_ext()
</pre>
</div>
</content>
</entry>
<entry>
<title>SYSDB: Use ldb_msg_add_string for simple string additions</title>
<updated>2012-08-06T16:14:00+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-08-03T13:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=d3d297c62e0340151da1d4ce1e082dcfcb45b431'/>
<id>d3d297c62e0340151da1d4ce1e082dcfcb45b431</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
