<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git, branch manfixes</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>MAN: Remove IPA specific LDAP settings</title>
<updated>2013-09-10T07:45:54+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-09-09T14:03:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=5f9653589579c218cd8f8b1c1d0d5ef6b6df0a67'/>
<id>5f9653589579c218cd8f8b1c1d0d5ef6b6df0a67</id>
<content type='text'>
Resolves:
https://fedorahosted.org/sssd/ticket/1187
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves:
https://fedorahosted.org/sssd/ticket/1187
</pre>
</div>
</content>
</entry>
<entry>
<title>IPA: Deprecate ipa_hbac_support_srchost option</title>
<updated>2013-09-09T13:51:15+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-09-09T13:51:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=1af35ea390e5e0cfce409da82fa1244d3b28a5db'/>
<id>1af35ea390e5e0cfce409da82fa1244d3b28a5db</id>
<content type='text'>
This option got already deprecated on the ipa server side.
Option is undocumented and warning is printed both to the sssd log files
and syslog.

Resolves:
https://fedorahosted.org/sssd/ticket/1918
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option got already deprecated on the ipa server side.
Option is undocumented and warning is printed both to the sssd log files
and syslog.

Resolves:
https://fedorahosted.org/sssd/ticket/1918
</pre>
</div>
</content>
</entry>
<entry>
<title>mmap_cache: Do not remove record from chain twice</title>
<updated>2013-09-09T11:57:27+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-09-05T07:26:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=27ea6c34e9d8a914b0aeebe9ca98eb65dea404d0'/>
<id>27ea6c34e9d8a914b0aeebe9ca98eb65dea404d0</id>
<content type='text'>
It is not very likely, that record will have the same hash1 and hash2, but it
is possible. In this situation, it does not make sense to remove record twice.

Function sss_mc_rm_rec_from_chain was not robust and sssd_nss could crash
in this situation. It was only possible if record was alone in chain.

Resolves:
https://fedorahosted.org/sssd/ticket/2049
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is not very likely, that record will have the same hash1 and hash2, but it
is possible. In this situation, it does not make sense to remove record twice.

Function sss_mc_rm_rec_from_chain was not robust and sssd_nss could crash
in this situation. It was only possible if record was alone in chain.

Resolves:
https://fedorahosted.org/sssd/ticket/2049
</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/okos/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>Makefile: Fix sssd_be targets</title>
<updated>2013-09-09T11:42:05+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-09-05T22:50:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=2db6afe70eee2bbc22aa657a6b6609a9f3eb5d4c'/>
<id>2db6afe70eee2bbc22aa657a6b6609a9f3eb5d4c</id>
<content type='text'>
The $(PAM_LIBS) variable should be added to LDADD not LDFLAGS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The $(PAM_LIBS) variable should be added to LDADD not LDFLAGS
</pre>
</div>
</content>
</entry>
<entry>
<title>RPM: Add new subpackage for PAC responder</title>
<updated>2013-09-05T09:43:18+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2013-09-04T15:12:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=0e5758d02ea9e70c498f48d287e8a26c48150711'/>
<id>0e5758d02ea9e70c498f48d287e8a26c48150711</id>
<content type='text'>
It was discovered that duplicating files in two subpackages is not
permitted by Fedora packaging guidelines[1]. This patch moves the PAC
responder to a new sssd-common-pac subpackage that both the sssd-ipa
and sssd-ad subpackages will require.

[1] https://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/Guidelines#DuplicateFiles
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was discovered that duplicating files in two subpackages is not
permitted by Fedora packaging guidelines[1]. This patch moves the PAC
responder to a new sssd-common-pac subpackage that both the sssd-ipa
and sssd-ad subpackages will require.

[1] https://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/Guidelines#DuplicateFiles
</pre>
</div>
</content>
</entry>
<entry>
<title>dyndns: do not modify global family_order</title>
<updated>2013-09-05T09:18:53+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2013-09-02T15:35:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=41bd89df256b15d8c451fc229e33cc92828ac179'/>
<id>41bd89df256b15d8c451fc229e33cc92828ac179</id>
<content type='text'>
Resolves:
https://fedorahosted.org/sssd/ticket/2063
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves:
https://fedorahosted.org/sssd/ticket/2063
</pre>
</div>
</content>
</entry>
<entry>
<title>AD: Rename parametrized #define</title>
<updated>2013-09-05T09:17:50+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-09-04T07:53:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=56a6ae9e7a8d3bb9a973b934e42534b549293ed3'/>
<id>56a6ae9e7a8d3bb9a973b934e42534b549293ed3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix reference to sssd-krb5 man page</title>
<updated>2013-09-05T09:16:45+00:00</updated>
<author>
<name>Nikolai Kondrashov</name>
<email>Nikolai.Kondrashov@redhat.com</email>
</author>
<published>2013-09-04T07:24:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=aebb0ca5022b02fc8c13600acf9cf1c52d4e539c'/>
<id>aebb0ca5022b02fc8c13600acf9cf1c52d4e539c</id>
<content type='text'>
Replace incorrect reference to "sssd-krb5.conf" manpage with the correct
"sssd-krb5" in sssd_krb5_locator_plugin man page source.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace incorrect reference to "sssd-krb5.conf" manpage with the correct
"sssd-krb5" in sssd_krb5_locator_plugin man page source.
</pre>
</div>
</content>
</entry>
<entry>
<title>ad srv: prefer servers that are in the same domain as client</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-26T14:02:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=26a9c24c0d9849e48c15847fc71216b00befcfe1'/>
<id>26a9c24c0d9849e48c15847fc71216b00befcfe1</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/2001
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/2001
</pre>
</div>
</content>
</entry>
</feed>
