<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/db/sysdb.h, branch srvbackport</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>SYSDB: Make sysdb_attrs_get_el_int() public</title>
<updated>2012-08-21T10:12:35+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=ee0a1b3f94846fb19fbe3b72304d7ea2c989669c'/>
<id>ee0a1b3f94846fb19fbe3b72304d7ea2c989669c</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>Return users and groups based on alias</title>
<updated>2011-10-03T14:44:29+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-09-28T21:03:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=b21db8aeb3b8ee2148e884fa5aa65fd477181669'/>
<id>b21db8aeb3b8ee2148e884fa5aa65fd477181669</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/926
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/926
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a sysdb_get_direct_parents function</title>
<updated>2011-10-03T14:44:29+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-09-27T21:46:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=538a5b65c09165ae9b3c27f52f56e7b29249d8ba'/>
<id>538a5b65c09165ae9b3c27f52f56e7b29249d8ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sysdb interface to get name aliases</title>
<updated>2011-10-03T14:44:29+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-09-21T08:39:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=9dd3285d2c9c7d0915f639e9f197b07ea4f747fe'/>
<id>9dd3285d2c9c7d0915f639e9f197b07ea4f747fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Non-posix group processing - sysdb changes</title>
<updated>2011-06-02T18:39:50+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2011-05-27T11:32:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=4f12fec1197d4e2afd4d1d8bec1b5299292f2962'/>
<id>4f12fec1197d4e2afd4d1d8bec1b5299292f2962</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added sysdb_attrs_get_bool() function</title>
<updated>2011-06-02T18:39:22+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2011-05-23T11:08:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=ca9f55a3366db8d4cc88ee1991c23f6e68c7233d'/>
<id>ca9f55a3366db8d4cc88ee1991c23f6e68c7233d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sysdb_attrs_primary_name_list() routine</title>
<updated>2011-03-23T08:58:50+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-03-22T21:42:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=ea65835c09d4c930921b955416a91538da477639'/>
<id>ea65835c09d4c930921b955416a91538da477639</id>
<content type='text'>
This routine will replace the use of sysdb_attrs_to_list() for any
case where we're trying to get the name of the entry. It's a
necessary precaution in case the name is multi-valued.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This routine will replace the use of sysdb_attrs_to_list() for any
case where we're trying to get the name of the entry. It's a
necessary precaution in case the name is multi-valued.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add originalDN to fake groups</title>
<updated>2011-03-23T08:58:50+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-03-17T16:54:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=24fca6a53f752ef77f46002fc5bbe7249a95af63'/>
<id>24fca6a53f752ef77f46002fc5bbe7249a95af63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sysdb_attrs_primary_name()</title>
<updated>2011-03-23T08:58:49+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-03-16T16:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=b4706b56a7921909290a12929f4256a352fc7138'/>
<id>b4706b56a7921909290a12929f4256a352fc7138</id>
<content type='text'>
This function will check a sysdb_attrs struct for the primary name
of the entity it represents. If there are multiple entries, it
will pick the one that matches the RDN. If none match, it will
throw an error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function will check a sysdb_attrs struct for the primary name
of the entity it represents. If there are multiple entries, it
will pick the one that matches the RDN. If none match, it will
throw an error.
</pre>
</div>
</content>
</entry>
<entry>
<title>Create sysdb_get_rdn() function</title>
<updated>2011-03-23T08:58:49+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-03-16T16:34:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=9c5f876a31ac48c670ae184d452cf5c8f3abbd9d'/>
<id>9c5f876a31ac48c670ae184d452cf5c8f3abbd9d</id>
<content type='text'>
This function takes a DN formatted string and returns the RDN
value from it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function takes a DN formatted string and returns the RDN
value from it.
</pre>
</div>
</content>
</entry>
</feed>
