<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/providers/krb5, branch saveldapsid</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 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>Remove unused memory context from function unpack_authtok</title>
<updated>2013-07-22T09:00:03+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-07-16T07:47:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=d6c2ee96f5f181f21b0003aa8f3506e82522291d'/>
<id>d6c2ee96f5f181f21b0003aa8f3506e82522291d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
<entry>
<title>KRB: Replace multiple calls with variable</title>
<updated>2013-07-18T14:04:42+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-07-17T17:15:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=e5d5a93ab88e5313a11056130060662c97285336'/>
<id>e5d5a93ab88e5313a11056130060662c97285336</id>
<content type='text'>
Instead of multiple calls of sss_authtok_get_type, perform the call just
once and store into variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of multiple calls of sss_authtok_get_type, perform the call just
once and store into variable.
</pre>
</div>
</content>
</entry>
<entry>
<title>KRB: Handle empty password gracefully</title>
<updated>2013-07-18T14:04:42+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-07-17T11:42:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=feece80b0f52ebe883d8e211cfe8faa93bd991f7'/>
<id>feece80b0f52ebe883d8e211cfe8faa93bd991f7</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1814

Return authentication error when empty password is passed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1814

Return authentication error when empty password is passed.
</pre>
</div>
</content>
</entry>
<entry>
<title>SIGCHLD handler: do not call callback when pvt data where freed</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-24T12:53:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=711bba7e2f72a816774effa389ad13bcc46e7843'/>
<id>711bba7e2f72a816774effa389ad13bcc46e7843</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1992
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1992
</pre>
</div>
</content>
</entry>
<entry>
<title>print hint about password complexity when new password is rejected</title>
<updated>2013-07-17T11:13:28+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-07-15T11:44:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=6f6e4408cedaebbfcef61e5adb78ba75abe5839d'/>
<id>6f6e4408cedaebbfcef61e5adb78ba75abe5839d</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1827
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1827
</pre>
</div>
</content>
</entry>
<entry>
<title>Use conditional build for retrieving ccache.</title>
<updated>2013-07-15T14:42:25+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-06-27T18:38:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=dbf4dd47aa7f314a6a6bb2c8f9bb4ddd09de9e8b'/>
<id>dbf4dd47aa7f314a6a6bb2c8f9bb4ddd09de9e8b</id>
<content type='text'>
Some krb5 functions needn't be available for retrieving ccache
with principal. Therefore ifdef is used to solve this situation with older
version of libkrb5. There were two functions with similar functionality
in krb5_child and krb5_utils. They were merged to one universal function, which
was moved to file src/util/sss_krb5.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some krb5 functions needn't be available for retrieving ccache
with principal. Therefore ifdef is used to solve this situation with older
version of libkrb5. There were two functions with similar functionality
in krb5_child and krb5_utils. They were merged to one universal function, which
was moved to file src/util/sss_krb5.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Return right directory name for dircache</title>
<updated>2013-07-10T22:23:46+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-06-28T14:06:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=e2e9c08851e8fe2b7d843c8fabc7cbc0fb298536'/>
<id>e2e9c08851e8fe2b7d843c8fabc7cbc0fb298536</id>
<content type='text'>
Dircache can be either file or directory. Wrong value was used
when dircache was itself directory.

https://fedorahosted.org/sssd/ticket/2002
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dircache can be either file or directory. Wrong value was used
when dircache was itself directory.

https://fedorahosted.org/sssd/ticket/2002
</pre>
</div>
</content>
</entry>
<entry>
<title>KRB5_CHILD: Fix handling of get_password return code</title>
<updated>2013-07-10T14:59:26+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-06-24T14:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=0c0f91311fd2a947992914d8bca644cd1eb4298b'/>
<id>0c0f91311fd2a947992914d8bca644cd1eb4298b</id>
<content type='text'>
The switch statement was dead code due to missing case/default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The switch statement was dead code due to missing case/default.
</pre>
</div>
</content>
</entry>
</feed>
