<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/tests, branch subdommem</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>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>
<entry>
<title>Read mpg state for subdomains from cache</title>
<updated>2013-06-28T18:20:59+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2013-06-28T08:21:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=9822d4d468ec74e4e173f5adf0db12d02974cd18'/>
<id>9822d4d468ec74e4e173f5adf0db12d02974cd18</id>
<content type='text'>
The mpg 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 mpg flag will be read from the cache for subdomains and the domain
object will be created accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Save mpg state for subdomains</title>
<updated>2013-06-28T18:20:59+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2013-06-27T19:49:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=09d7c105839bfc7447ea0f766413ed86675ca075'/>
<id>09d7c105839bfc7447ea0f766413ed86675ca075</id>
<content type='text'>
The information of a subdomain will use magic private groups (mpg) or
not will be stored together with other information about the domain in
the cache.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The information of a subdomain will use magic private groups (mpg) or
not will be stored together with other information about the domain in
the cache.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add cmocka based tests for libsss_idmap</title>
<updated>2013-06-28T16:57:24+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2013-06-10T10:06:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=d064fef06dcbcb5f6c1be03e286b1a3433d6dfd7'/>
<id>d064fef06dcbcb5f6c1be03e286b1a3433d6dfd7</id>
<content type='text'>
This patch implements some unit tests for the recent enhancements to
libsss_idmap.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch implements some unit tests for the recent enhancements to
libsss_idmap.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix dereference after a NULL check in tests.</title>
<updated>2013-06-10T10:44:20+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-06-10T08:23:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=65c2e0045f2decf3b565ebedae07560cb097e0e5'/>
<id>65c2e0045f2decf3b565ebedae07560cb097e0e5</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1972
Coverity IDs: 11870,11871

Do not call unlink with NULL pointer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1972
Coverity IDs: 11870,11871

Do not call unlink with NULL pointer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enhance PAC responder for AD users</title>
<updated>2013-06-06T21:58:56+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2013-05-10T07:55:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=92af6f25864b5c389b57d0f659686801b45ca58c'/>
<id>92af6f25864b5c389b57d0f659686801b45ca58c</id>
<content type='text'>
This patch modifies the PAC responder so that it can be used with the AD
provider as well. The main difference is that the POSIX UIDs and GIDs
are now lookup up with the help of the SID instead of being calculated
algorithmically. This was necessary because the AD provider allows
either algorithmic mapping or reading the value from attributes stored
in AD.

Fixes https://fedorahosted.org/sssd/ticket/1558
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch modifies the PAC responder so that it can be used with the AD
provider as well. The main difference is that the POSIX UIDs and GIDs
are now lookup up with the help of the SID instead of being calculated
algorithmically. This was necessary because the AD provider allows
either algorithmic mapping or reading the value from attributes stored
in AD.

Fixes https://fedorahosted.org/sssd/ticket/1558
</pre>
</div>
</content>
</entry>
</feed>
