<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd2.git/src/util, branch sssd-1-8</title>
<subtitle>System Security Services Daemon [okos' clone]</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/'/>
<entry>
<title>Do not always return PAM_SYSTEM_ERR when offline krb5 authentication fails</title>
<updated>2013-01-29T10:29:37+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-11-07T17:28:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=4dd996dad753182ae62132fcfd2a8518e57836d4'/>
<id>4dd996dad753182ae62132fcfd2a8518e57836d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove erroneous failure message in find_principal_in_keytab</title>
<updated>2012-05-22T13:13:21+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@gnome.org</email>
</author>
<published>2012-05-07T08:41:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=583025ba4ce58273e4a2fe645b96ccb421fcfb67'/>
<id>583025ba4ce58273e4a2fe645b96ccb421fcfb67</id>
<content type='text'>
 * When it's actually a failure, then the callers will print
   a message. Fine tune this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * When it's actually a failure, then the callers will print
   a message. Fine tune this.
</pre>
</div>
</content>
</entry>
<entry>
<title>KRB5: Avoid NULL-dereference with empty keytab</title>
<updated>2012-05-22T13:12:20+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-05-22T00:36:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=6da9b3bcbee97fbfdb02c652ddcd0ab048224997'/>
<id>6da9b3bcbee97fbfdb02c652ddcd0ab048224997</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1330
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1330
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit krb5_get_init_creds_keytab() to etypes in keytab</title>
<updated>2012-05-22T13:12:15+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@gnome.org</email>
</author>
<published>2012-04-10T20:20:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=fbd3a264e5ab80f8aa8918732cd5360389b42a90'/>
<id>fbd3a264e5ab80f8aa8918732cd5360389b42a90</id>
<content type='text'>
 * Load the enctypes for the keys in the keytab and pass
   them to krb5_get_init_creds_keytab().
 * This fixes the problem where the server offers a enctype
   that krb5 supports, but we don't have a key for in the keytab.

https://bugzilla.redhat.com/show_bug.cgi?id=811375
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Load the enctypes for the keys in the keytab and pass
   them to krb5_get_init_creds_keytab().
 * This fixes the problem where the server offers a enctype
   that krb5 supports, but we don't have a key for in the keytab.

https://bugzilla.redhat.com/show_bug.cgi?id=811375
</pre>
</div>
</content>
</entry>
<entry>
<title>murmurhash: Relax inline requirement</title>
<updated>2012-05-11T18:30:50+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-04-24T13:06:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=696cc6b2a0e24e1b47f4072140b1c788e536a081'/>
<id>696cc6b2a0e24e1b47f4072140b1c788e536a081</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up log messages about keytab_name</title>
<updated>2012-04-05T22:22:00+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-04-04T13:33:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=d402f62d438a72804cff14315bcac14dfdb60675'/>
<id>d402f62d438a72804cff14315bcac14dfdb60675</id>
<content type='text'>
There were many places where we were printing (null) to the logs
because a NULL keytab name tells libkrb5 to use its configured
default instead of a particular path. This patch should clean up
all uses of this to print "default" in the logs.

https://fedorahosted.org/sssd/ticket/1288
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There were many places where we were printing (null) to the logs
because a NULL keytab name tells libkrb5 to use its configured
default instead of a particular path. This patch should clean up
all uses of this to print "default" in the logs.

https://fedorahosted.org/sssd/ticket/1288
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix off-by-one error in principal selection</title>
<updated>2012-03-29T19:06:54+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-03-27T19:23:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=19274969b61c65a1d8f9b6e3002ae06a7f2cc1a2'/>
<id>19274969b61c65a1d8f9b6e3002ae06a7f2cc1a2</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1269
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1269
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sss_get_cased_name_list utility function</title>
<updated>2012-03-29T19:06:53+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-03-22T15:49:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=9930aed614d3908e167e64de4e8c1c1c05584a92'/>
<id>9930aed614d3908e167e64de4e8c1c1c05584a92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always initialize the returned data in sss_krb5_princ_realm()</title>
<updated>2012-03-27T00:17:34+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-03-22T11:30:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=4978a8ea110bc95df31caea5b96e930a2292af4c'/>
<id>4978a8ea110bc95df31caea5b96e930a2292af4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the string_equal() function public</title>
<updated>2012-03-21T15:22:39+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-03-19T07:02:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=afde61e7e656abded3eb2f393cb8390ba013c0a6'/>
<id>afde61e7e656abded3eb2f393cb8390ba013c0a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
