<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/db, branch ldapdebug</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: Expire group if adding ghost users fails with EEXIST</title>
<updated>2013-01-23T17:31:43+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-01-23T16:17:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=541ee4f36c58dac103dfb766231cf8f26db93676'/>
<id>541ee4f36c58dac103dfb766231cf8f26db93676</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 the sss_ldb_modify_permissive function public</title>
<updated>2013-01-23T17:31:43+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-01-23T16:17:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=b1ea4ec53e90bd2897abf47e7af02d157d89d7ae'/>
<id>b1ea4ec53e90bd2897abf47e7af02d157d89d7ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sudo responder: change num_rules type from size_t to uint32_t</title>
<updated>2013-01-22T17:21:39+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-01-22T13:31:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=5ff1c3c5a12930692cb6284d14f7fda3a974af8e'/>
<id>5ff1c3c5a12930692cb6284d14f7fda3a974af8e</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1779

2^32 should be enough to store sudo rules. size_t type was causing
troubles on big endian architectures, because it wasn't used
correctly in combination with D-Bus.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1779

2^32 should be enough to store sudo rules. size_t type was causing
troubles on big endian architectures, because it wasn't used
correctly in combination with D-Bus.
</pre>
</div>
</content>
</entry>
<entry>
<title>LDAP: Compare lists of DNs when saving autofs entries</title>
<updated>2013-01-21T14:55:48+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-01-19T14:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=2234d49c8a307ee4f11cc544c862a359f76b44ad'/>
<id>2234d49c8a307ee4f11cc544c862a359f76b44ad</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1758

The autofs entries do not have the key as an unique identifier, but
rather the full (key, value) tuple as some keys have a special meaning,
such as the direct mount key (/-) and may be present in a single map
multiple times.

Comparing the full DN that contains both the key and the value will
allow for working updates if either key or value changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1758

The autofs entries do not have the key as an unique identifier, but
rather the full (key, value) tuple as some keys have a special meaning,
such as the direct mount key (/-) and may be present in a single map
multiple times.

Comparing the full DN that contains both the key and the value will
allow for working updates if either key or value changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tidy up BASE dn macros</title>
<updated>2013-01-16T14:55:19+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-01-08T20:57:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=0b7be98ee0f8757428a45b22d1ace937e6bb7799'/>
<id>0b7be98ee0f8757428a45b22d1ace937e6bb7799</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop creating fake sysdb contexts</title>
<updated>2013-01-15T09:53:03+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-01-08T19:02:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=f91e4aacb78d33791efcd744000597d5254dac4b'/>
<id>f91e4aacb78d33791efcd744000597d5254dac4b</id>
<content type='text'>
Now that the sysdb context does not contain anymore domain related data
we can simply stop creating faxe sysdb context and just reference the
parent context.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that the sysdb context does not contain anymore domain related data
we can simply stop creating faxe sysdb context and just reference the
parent context.
</pre>
</div>
</content>
</entry>
<entry>
<title>Kill sysdb-&gt;domain</title>
<updated>2013-01-15T09:53:03+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-01-08T18:57:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=b353437811527daf305fceef5f07e990c50d62ca'/>
<id>b353437811527daf305fceef5f07e990c50d62ca</id>
<content type='text'>
Finally remove this upside-down dependency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Finally remove this upside-down dependency.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move mpg flag to the domain where it belongs</title>
<updated>2013-01-15T09:53:03+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-01-08T18:45:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=c14184c07634801cda7864aa17c6fa8dc9ab43d1'/>
<id>c14184c07634801cda7864aa17c6fa8dc9ab43d1</id>
<content type='text'>
A sysdb contains now multiple domains, but the mpg property is a
property of a specific domain not of the underlying database.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A sysdb contains now multiple domains, but the mpg property is a
property of a specific domain not of the underlying database.
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass the domain to upgrade functions</title>
<updated>2013-01-15T09:53:03+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-01-08T06:55:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=46675b5033169e1e954cd570413ce85b2c5e11fc'/>
<id>46675b5033169e1e954cd570413ce85b2c5e11fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add domain to some subdomain functions</title>
<updated>2013-01-15T09:53:03+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-01-08T06:46:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=0754ff886f909f0404038eb9c99dd61be1acf5b9'/>
<id>0754ff886f909f0404038eb9c99dd61be1acf5b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
