<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/tests, branch token</title>
<subtitle>System Security Services Daemon [okos' clone]</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/'/>
<entry>
<title>DB: Add user/group lookup by SID</title>
<updated>2013-08-28T11:04:25+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-08-21T13:17:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=55695c458e3c4bf59d3a72428b59da4f3696cbd2'/>
<id>55695c458e3c4bf59d3a72428b59da4f3696cbd2</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/okos/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/okos/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>
<entry>
<title>add simple access provider init test</title>
<updated>2013-08-07T11:18:22+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-07-29T08:53:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=d35ff4d0db1cd87c94091a85846b46e4732b1eee'/>
<id>d35ff4d0db1cd87c94091a85846b46e4732b1eee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>resolv-tests failing with memory leak</title>
<updated>2013-07-25T15:43:05+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2013-07-22T12:30:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=d910b4ebaa8e68bd24ad22b8f65aed7c6812aaf1'/>
<id>d910b4ebaa8e68bd24ad22b8f65aed7c6812aaf1</id>
<content type='text'>
Wait for c-ares to finish before checking for memory leaks.

https://fedorahosted.org/sssd/ticket/1899
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wait for c-ares to finish before checking for memory leaks.

https://fedorahosted.org/sssd/ticket/1899
</pre>
</div>
</content>
</entry>
<entry>
<title>AD: Set the bool value same as default value in opts</title>
<updated>2013-07-19T11:51:17+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-07-16T17:07:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=35872dc24058c5e8028cb4082fd405a27835dcd1'/>
<id>35872dc24058c5e8028cb4082fd405a27835dcd1</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/2023

When the option values are copied using dp_opt_copy_map, the .val member
is used if it's not NULL. At the same time, the bool options are never
NULL, unlike integers or strings that can have special NULL-like values
such as NULL_STRING. This effectively means that when copying a bool
option, the .val member is always used.

But in the AD maps, some .val fields were set differently from the
.def_val fields. The effect was that when the AD subdomain provider was
initialized from IPA subdomain provider using only the defaults, some
options (notably referral chasing) were set to a value that didn't make
sense for the AD provider.

This patch makes sure that for all boolean option, the .val is always
the same as .def_val.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/2023

When the option values are copied using dp_opt_copy_map, the .val member
is used if it's not NULL. At the same time, the bool options are never
NULL, unlike integers or strings that can have special NULL-like values
such as NULL_STRING. This effectively means that when copying a bool
option, the .val member is always used.

But in the AD maps, some .val fields were set differently from the
.def_val fields. The effect was that when the AD subdomain provider was
initialized from IPA subdomain provider using only the defaults, some
options (notably referral chasing) were set to a value that didn't make
sense for the AD provider.

This patch makes sure that for all boolean option, the .val is always
the same as .def_val.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix clang format string warning.</title>
<updated>2013-07-19T08:22:01+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-07-17T14:43:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=0b2e2888b1b68742e91a64bbec8540c7bfa3f179'/>
<id>0b2e2888b1b68742e91a64bbec8540c7bfa3f179</id>
<content type='text'>
warning: format string is not a string literal (potentially insecure)
[-Wformat-security]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
warning: format string is not a string literal (potentially insecure)
[-Wformat-security]
</pre>
</div>
</content>
</entry>
<entry>
<title>dyndns timeout test: catch SIGCHLD handler events</title>
<updated>2013-07-17T13:01:51+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-06-24T11:18:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=a7401bf72db3a6eb62b1628f9dd141f7118e3510'/>
<id>a7401bf72db3a6eb62b1628f9dd141f7118e3510</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1992

dyndns test will crash with this patch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1992

dyndns test will crash with this patch
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not copy special files when creating homedir</title>
<updated>2013-07-09T21:47:49+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-06-26T12:56:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=eca766c0801ed859a8b50e23cb94fa79acd866f4'/>
<id>eca766c0801ed859a8b50e23cb94fa79acd866f4</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1778

When trying to copy special file, only message is logged now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1778

When trying to copy special file, only message is logged now.
</pre>
</div>
</content>
</entry>
<entry>
<title>DB: sysdb_search_user_by_name: search by both name and alias</title>
<updated>2013-07-09T12:27:27+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-07-08T14:04:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=93bd0fbd1147371122612af88ed8a3c4534112ae'/>
<id>93bd0fbd1147371122612af88ed8a3c4534112ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
