<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/util, branch sid2</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>Fix memory leak insss_krb5_get_error_message</title>
<updated>2013-08-22T18:05:14+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-08-21T09:22:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=e0b89ca1cc4160f5a9beb15c39dd685edb6021cd'/>
<id>e0b89ca1cc4160f5a9beb15c39dd685edb6021cd</id>
<content type='text'>
warning reported by cppcheck
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
warning reported by cppcheck
</pre>
</div>
</content>
</entry>
<entry>
<title>Use brackets around macros.</title>
<updated>2013-08-22T18:05:14+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-08-21T09:13:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=6f6f757d31ddbab13e5b4c2c1aad3e7d0dae722a'/>
<id>6f6f757d31ddbab13e5b4c2c1aad3e7d0dae722a</id>
<content type='text'>
warnings reported by cppcheck.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
warnings reported by cppcheck.
</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>mmap_cache: Use better checks for corrupted mc in responder</title>
<updated>2013-08-19T18:51:03+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2013-08-15T14:08:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=441e6050f4b67134d15862e401b4c4e8546d7387'/>
<id>441e6050f4b67134d15862e401b4c4e8546d7387</id>
<content type='text'>
We introduced new way to check integrity of memcache in the
client code. We should use similiar checks in the responder.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We introduced new way to check integrity of memcache in the
client code. We should use similiar checks in the responder.
</pre>
</div>
</content>
</entry>
<entry>
<title>mmap_cache: Off by one error.</title>
<updated>2013-08-19T18:51:03+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2013-08-14T16:22:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=13df7b9e400211c717284fb841c849ba034ed348'/>
<id>13df7b9e400211c717284fb841c849ba034ed348</id>
<content type='text'>
Removes off by one error when using macro MC_SIZE_TO_SLOTS
and adds new macro MC_SLOT_WITHIN_BOUNDS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes off by one error when using macro MC_SIZE_TO_SLOTS
and adds new macro MC_SLOT_WITHIN_BOUNDS.
</pre>
</div>
</content>
</entry>
<entry>
<title>UTIL: Remove obsolete compat macros</title>
<updated>2013-08-19T09:13:01+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-08-17T06:15:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=a7185ac5df207c2b9bdb8bd96b478f69df4e9fd4'/>
<id>a7185ac5df207c2b9bdb8bd96b478f69df4e9fd4</id>
<content type='text'>
All supported tevent releases contain these macros.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All supported tevent releases contain these macros.
</pre>
</div>
</content>
</entry>
<entry>
<title>mmap_cache: Check if slot and name_ptr are not invalid.</title>
<updated>2013-08-11T18:36:21+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2013-08-05T18:59:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=9028706a00da1bc48547e74aa872c825ac15adb2'/>
<id>9028706a00da1bc48547e74aa872c825ac15adb2</id>
<content type='text'>
This patch prevents jumping outside of allocated memory in
case of corrupted slot or name_ptr values. It is not proper
solution, just hotfix until we find out what is the root cause
of ticket https://fedorahosted.org/sssd/ticket/2018
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch prevents jumping outside of allocated memory in
case of corrupted slot or name_ptr values. It is not proper
solution, just hotfix until we find out what is the root cause
of ticket https://fedorahosted.org/sssd/ticket/2018
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings: uninitialized variable</title>
<updated>2013-07-22T09:44:09+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-07-18T09:44:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=08e3f641a8b8d6b5d7eb0b523599702eda960da2'/>
<id>08e3f641a8b8d6b5d7eb0b523599702eda960da2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>IPA: warn if full_name_format is customized in server mode</title>
<updated>2013-07-19T11:47:05+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-07-12T13:19:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=52ae806bd17c3c00d70bd1aed437f10f5ae51a1c'/>
<id>52ae806bd17c3c00d70bd1aed437f10f5ae51a1c</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/2009

If the IPA server mode is on and the SSSD is running on the IPA server,
then the server's extdom plugin calls getpwnam_r to read info about trusted
users from the AD server and return them to the clients that called the
extended operation.

The SSSD returns the subdomain users fully-qualified, ie "user@domain"
by default. The format of the fully qualified name is configurable.

However, the extdom plugin returns the user name without the domain
component.

With this patch, when ipa_server_mode is on, warn if the full_name_format
is set to a non-default value. That would prompt the admin to change the
format if he changed it to something exotic.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/2009

If the IPA server mode is on and the SSSD is running on the IPA server,
then the server's extdom plugin calls getpwnam_r to read info about trusted
users from the AD server and return them to the clients that called the
extended operation.

The SSSD returns the subdomain users fully-qualified, ie "user@domain"
by default. The format of the fully qualified name is configurable.

However, the extdom plugin returns the user name without the domain
component.

With this patch, when ipa_server_mode is on, warn if the full_name_format
is set to a non-default value. That would prompt the admin to change the
format if he changed it to something exotic.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add mising argument required by format string</title>
<updated>2013-07-19T08:22:01+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-07-17T15:05:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=b4486ce81fefae716549959eaa82612dac63cbe5'/>
<id>b4486ce81fefae716549959eaa82612dac63cbe5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
