<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/providers/krb5, branch refactor</title>
<subtitle>sssd with jhrozek's patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/'/>
<entry>
<title>Only call krb5_set_trace_callback on platforms that support it</title>
<updated>2012-10-12T18:49:24+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-10-12T16:19:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=c5e4d4e9a3f6896f0f3c631ea26bb49a79b5cd8e'/>
<id>c5e4d4e9a3f6896f0f3c631ea26bb49a79b5cd8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Collect krb5 trace on high debug levels</title>
<updated>2012-10-12T07:56:54+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-10-09T17:02:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=e7a24374d97e1d1c32d3e18561a20e8c5e6319ec'/>
<id>e7a24374d97e1d1c32d3e18561a20e8c5e6319ec</id>
<content type='text'>
If the debug level contains SSSDBG_TRACE_ALL, then the logs would also
include tracing information from libkrb5.

https://fedorahosted.org/sssd/ticket/1539
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the debug level contains SSSDBG_TRACE_ALL, then the logs would also
include tracing information from libkrb5.

https://fedorahosted.org/sssd/ticket/1539
</pre>
</div>
</content>
</entry>
<entry>
<title>Two fixes to child processes</title>
<updated>2012-10-12T07:56:54+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-10-09T17:02:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=115cc768599d7df4b3206426652d3e7a3971d597'/>
<id>115cc768599d7df4b3206426652d3e7a3971d597</id>
<content type='text'>
There was an unused structure member in the krb5_child.

Declaration of __krb5_error_msg was shadowing the same variable from
sss_krb5.h which is not nice. Also we might actually use the error
context directly instead of passing it as parameter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was an unused structure member in the krb5_child.

Declaration of __krb5_error_msg was shadowing the same variable from
sss_krb5.h which is not nice. Also we might actually use the error
context directly instead of passing it as parameter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more info about ticket validation</title>
<updated>2012-10-10T20:32:47+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2012-10-09T09:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=89cc2dac478c899aaaacb75d7448e3c651723f74'/>
<id>89cc2dac478c899aaaacb75d7448e3c651723f74</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1499

Adds log message about not finding appropriate entry in keytab and using
the last keytab entry when validation is enabled.

Adds more information about validation into manpage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1499

Adds log message about not finding appropriate entry in keytab and using
the last keytab entry when validation is enabled.

Adds more information about validation into manpage.
</pre>
</div>
</content>
</entry>
<entry>
<title>Log possibly non-randomizable ccache file template</title>
<updated>2012-10-04T17:43:23+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2012-10-02T16:56:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=8fe574521b7f8b14e17aea1d9afb471b80761b83'/>
<id>8fe574521b7f8b14e17aea1d9afb471b80761b83</id>
<content type='text'>
fixes https://fedorahosted.org/sssd/ticket/1533

ccache file template is now checked for appended XXXXXX for use with
mkstemp. When those characters are not present, warning is written to log.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes https://fedorahosted.org/sssd/ticket/1533

ccache file template is now checked for appended XXXXXX for use with
mkstemp. When those characters are not present, warning is written to log.
</pre>
</div>
</content>
</entry>
<entry>
<title>KRB5: Recover gracefully if the ccache file could not be reused</title>
<updated>2012-09-24T16:30:18+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-09-23T21:00:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=5feb9beb0586ac97a85acec31c19acfff314fdbd'/>
<id>5feb9beb0586ac97a85acec31c19acfff314fdbd</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1384
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1384
</pre>
</div>
</content>
</entry>
<entry>
<title>KRB5 child: handle more error codes gracefully</title>
<updated>2012-09-20T08:11:47+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-09-19T10:51:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=6c722d1125ee285d72fb4d7444b8cefc6db33a0b'/>
<id>6c722d1125ee285d72fb4d7444b8cefc6db33a0b</id>
<content type='text'>
This patch changes handling of krb5 child error codes so that it's on
par with the 1.8 branch after Joschi Brauchle reviewed the 1.8 backport.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch changes handling of krb5 child error codes so that it's on
par with the 1.8 branch after Joschi Brauchle reviewed the 1.8 backport.
</pre>
</div>
</content>
</entry>
<entry>
<title>KRB5 child: Don't return System Error on empty password</title>
<updated>2012-09-20T08:07:43+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-09-19T08:27:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=383fa7e69136ce27031d7d0b9b9b8e5b0392bfee'/>
<id>383fa7e69136ce27031d7d0b9b9b8e5b0392bfee</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1310
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1310
</pre>
</div>
</content>
</entry>
<entry>
<title>Failover: use _srv_ when no primary server is defined</title>
<updated>2012-09-17T13:03:14+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-09-17T09:11:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=b1caacb098ae99ad65144120fdec4d0fd98ad9d5'/>
<id>b1caacb098ae99ad65144120fdec4d0fd98ad9d5</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1521
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1521
</pre>
</div>
</content>
</entry>
<entry>
<title>FO: Check server validity before setting status</title>
<updated>2012-09-13T14:51:38+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-09-12T17:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=d25e7c659361ebd794ef011dc9305543f266e8c4'/>
<id>d25e7c659361ebd794ef011dc9305543f266e8c4</id>
<content type='text'>
The list of resolved servers is allocated on the back end context and
kept in the fo_service structure. However, a single request often
resolves a server and keeps a pointer until the end of a request and
only then gives feedback about the server based on the request result.

This presents a big race condition in case the SRV resolution is used.
When there are requests coming in in parallel, it is possible that an
incoming request will invalidate a server until another request that
holds a pointer to the original server is able to give a feedback.

This patch simply checks if a server is in the list of servers
maintained by a service before reading its status.

https://fedorahosted.org/sssd/ticket/1364
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The list of resolved servers is allocated on the back end context and
kept in the fo_service structure. However, a single request often
resolves a server and keeps a pointer until the end of a request and
only then gives feedback about the server based on the request result.

This presents a big race condition in case the SRV resolution is used.
When there are requests coming in in parallel, it is possible that an
incoming request will invalidate a server until another request that
holds a pointer to the original server is able to give a feedback.

This patch simply checks if a server is in the list of servers
maintained by a service before reading its status.

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