<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/tests, branch dlopen-test</title>
<subtitle>Experimental work on SSSD - Systen Security Services Daemon</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/'/>
<entry>
<title>tests: Add dlopen test to make sure modules works</title>
<updated>2013-09-09T15:43:23+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-09-05T15:52:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=2783d0e13b605323dffae05d28f0ee13f250a12d'/>
<id>2783d0e13b605323dffae05d28f0ee13f250a12d</id>
<content type='text'>
This tests dlopens and resolves all symbols to make sure there are no missing
symbols in our provider modules.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This tests dlopens and resolves all symbols to make sure there are no missing
symbols in our provider modules.
</pre>
</div>
</content>
</entry>
<entry>
<title>krb5: Ingnore unknown expansion sequences</title>
<updated>2013-09-09T11:48:43+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-09-04T19:02:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=35da30eb7f97968aabcbd34d4e198e44470ad3dd'/>
<id>35da30eb7f97968aabcbd34d4e198e44470ad3dd</id>
<content type='text'>
Recently support was added to use also libkrb5 style expansions that
uses a %{varname} type of template.

There are a number of templates we do not care/can't expand in sssd.
The current code misses tests and failed to properly preserve some of
the templates we do not want to handle.

Addiotionally in order to be future proof this patch treats unknown
templates as pass-through templates and defer any error checking to
libkrb5, so that sssd is consistent with how kinit would behave.

Resolves:
https://fedorahosted.org/sssd/ticket/2076
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Recently support was added to use also libkrb5 style expansions that
uses a %{varname} type of template.

There are a number of templates we do not care/can't expand in sssd.
The current code misses tests and failed to properly preserve some of
the templates we do not want to handle.

Addiotionally in order to be future proof this patch treats unknown
templates as pass-through templates and defer any error checking to
libkrb5, so that sssd is consistent with how kinit would behave.

Resolves:
https://fedorahosted.org/sssd/ticket/2076
</pre>
</div>
</content>
</entry>
<entry>
<title>utils: add is_host_in_domain()</title>
<updated>2013-09-05T09:14:17+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-08-02T23:02:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=abac0f3ec2baa597d8e21a8744de6f33506299ce'/>
<id>abac0f3ec2baa597d8e21a8744de6f33506299ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>resolv_sort_srv_reply: remove unnecessary mem_ctx</title>
<updated>2013-09-05T09:14:17+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-08-02T21:07:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=87158890d6e7239167d7c8089070f3d2cdf5e58d'/>
<id>87158890d6e7239167d7c8089070f3d2cdf5e58d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>krb5_utils tests: fix some typos</title>
<updated>2013-09-05T09:12:23+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-09-05T08:43:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=3ae2e9971ad97227f644e59ad838419092f0902a'/>
<id>3ae2e9971ad97227f644e59ad838419092f0902a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>UTIL: Use standard maximum value of type size_t</title>
<updated>2013-09-03T13:55:42+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-09-03T07:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=58dee4047788964ed4b0f6c5d6512967f390ac21'/>
<id>58dee4047788964ed4b0f6c5d6512967f390ac21</id>
<content type='text'>
It is better to use standard constant for maximum value of type size_t,
instead of reinventing wheel with own defined constant SIZE_T_MAX

This patch replace string "SIZE_T_MAX" -&gt; "SIZE_MAX"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is better to use standard constant for maximum value of type size_t,
instead of reinventing wheel with own defined constant SIZE_T_MAX

This patch replace string "SIZE_T_MAX" -&gt; "SIZE_MAX"
</pre>
</div>
</content>
</entry>
<entry>
<title>Read enumerate state for subdomains from cache</title>
<updated>2013-08-28T16:06:57+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-08-21T15:28:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=a6cca9c284724fafd670a3163812f248ba53ad97'/>
<id>a6cca9c284724fafd670a3163812f248ba53ad97</id>
<content type='text'>
The enumerate flag will be read from the cache for subdomains and
the domain object will be created accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The enumerate flag will be read from the cache for subdomains and
the domain object will be created accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>SYSDB: Store enumerate flag for subdomain</title>
<updated>2013-08-28T16:06:57+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-08-21T15:22:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=b3458bbb5315b05d7ac1abc58f1c380761756603'/>
<id>b3458bbb5315b05d7ac1abc58f1c380761756603</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>KRB5: Add new #define for collection cache types</title>
<updated>2013-08-22T17:29:08+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2013-08-21T16:44:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=8340ca480e0fe823441633720d67efc9e4a4bc64'/>
<id>8340ca480e0fe823441633720d67efc9e4a4bc64</id>
<content type='text'>
Kerberos now supports multiple types of collection caches, not just
DIR: caches. We should add a macro for generic collection behavior
and use that where appropriate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Kerberos now supports multiple types of collection caches, not just
DIR: caches. We should add a macro for generic collection behavior
and use that where appropriate.
</pre>
</div>
</content>
</entry>
<entry>
<title>sysdb_add_incomplete_group: store SID string is available</title>
<updated>2013-08-19T20:32:34+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2013-08-08T10:04:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=75dd4b05e1dacc76dc9d5f16be31978f84a71dc5'/>
<id>75dd4b05e1dacc76dc9d5f16be31978f84a71dc5</id>
<content type='text'>
During initgroups request we read the SID of a group from the server but
do not save it to the cache. This patch fixes this and might help to
avoid an additional lookup of the SID later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
During initgroups request we read the SID of a group from the server but
do not save it to the cache. This patch fixes this and might help to
avoid an additional lookup of the SID later.
</pre>
</div>
</content>
</entry>
</feed>
