<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/util, branch refactor-fo</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>Revert commit 4c157ecedd52602f75574605ef48d0c48e9bfbe8</title>
<updated>2012-07-06T17:19:32+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@gnome.org</email>
</author>
<published>2012-07-06T17:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=aa2c6f469414668e56aa03d5ba5cecde64bc713e'/>
<id>aa2c6f469414668e56aa03d5ba5cecde64bc713e</id>
<content type='text'>
 * This broke corner cases when used with
      default_tkt_types = des-cbc-crc
   and DES enabled on an AD domain.
 * This is fixed in kerberos instead, in a more correct way
   and in a way which we cannot replicate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * This broke corner cases when used with
      default_tkt_types = des-cbc-crc
   and DES enabled on an AD domain.
 * This is fixed in kerberos instead, in a more correct way
   and in a way which we cannot replicate.
</pre>
</div>
</content>
</entry>
<entry>
<title>DEBUG: Log to syslog if we are unable to open a debug fd</title>
<updated>2012-06-29T15:40:03+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-06-27T18:08:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=1821a0d507d5aadf725d4af4757819119c91cc68'/>
<id>1821a0d507d5aadf725d4af4757819119c91cc68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libcrypto fully implemented</title>
<updated>2012-06-26T13:01:26+00:00</updated>
<author>
<name>George McCollister</name>
<email>George.McCollister@gmail.com</email>
</author>
<published>2012-06-19T17:36:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=e07a94a66985b674c5df11ca466792902164c4e2'/>
<id>e07a94a66985b674c5df11ca466792902164c4e2</id>
<content type='text'>
Implemented working versions of the following functions for libcrypto:
 sss_base64_encode
 sss_base64_decode
 sss_hmac_sha1
 sss_password_encrypt
 sss_password_decrypt

test_encrypt_decrypt now expects EOK from libcrypto.
test_hmac_sha1 now expects EOK from libcrypto.
Added test_base64_encode to test base64 encoding implementation.
Added test_base64_decode to test base64 decoding implementation.

Signed-off-by: George McCollister &lt;George.McCollister@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implemented working versions of the following functions for libcrypto:
 sss_base64_encode
 sss_base64_decode
 sss_hmac_sha1
 sss_password_encrypt
 sss_password_decrypt

test_encrypt_decrypt now expects EOK from libcrypto.
test_hmac_sha1 now expects EOK from libcrypto.
Added test_base64_encode to test base64 encoding implementation.
Added test_base64_decode to test base64 decoding implementation.

Signed-off-by: George McCollister &lt;George.McCollister@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix re_expression matching with subdomains</title>
<updated>2012-06-21T21:03:02+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2012-06-15T18:19:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=065771c9859df9c4137daa5187be3aa5633b3cd5'/>
<id>065771c9859df9c4137daa5187be3aa5633b3cd5</id>
<content type='text'>
This patch fixes an issue which resulted in a need to initialize
responder with data from local domain, otherwise it would not correctly
detect requests for subdomains. Similar situation can occur if new
subdomain is added at runtime.

The solution is to ask for a list of subdomains in case there is a
candidate domain identified in the process of matching re_expressions
with given name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch fixes an issue which resulted in a need to initialize
responder with data from local domain, otherwise it would not correctly
detect requests for subdomains. Similar situation can occur if new
subdomain is added at runtime.

The solution is to ask for a list of subdomains in case there is a
candidate domain identified in the process of matching re_expressions
with given name.
</pre>
</div>
</content>
</entry>
<entry>
<title>UTILS: Fix segfault due to sss_parse_name_for_domains</title>
<updated>2012-06-21T21:03:02+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-06-20T19:48:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=4b0b0bc3f9c4966b9f1a7433803a37c36fcaf285'/>
<id>4b0b0bc3f9c4966b9f1a7433803a37c36fcaf285</id>
<content type='text'>
The recent fixes for per-domain parsing can cause a segfault in
the netgroup processing if the domain isn't set to NULL when it's
parsed as "any domain".

https://fedorahosted.org/sssd/ticket/1383
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The recent fixes for per-domain parsing can cause a segfault in
the netgroup processing if the domain isn't set to NULL when it's
parsed as "any domain".

https://fedorahosted.org/sssd/ticket/1383
</pre>
</div>
</content>
</entry>
<entry>
<title>Move some debug lines to new debug log levels</title>
<updated>2012-06-20T11:41:04+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@gnome.org</email>
</author>
<published>2012-04-10T09:06:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=387349ae092f6dbeb8e4bca291a772695836629c'/>
<id>387349ae092f6dbeb8e4bca291a772695836629c</id>
<content type='text'>
 * These are common lines of debug output when starting
   up sssd

https://bugzilla.redhat.com/show_bug.cgi?id=811113
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * These are common lines of debug output when starting
   up sssd

https://bugzilla.redhat.com/show_bug.cgi?id=811113
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo breaking DIR cache detection</title>
<updated>2012-06-18T14:06:09+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-06-18T14:04:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=f618c95957bea1bcc748df520902518e819bf458'/>
<id>f618c95957bea1bcc748df520902518e819bf458</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>KRB5: Auto-detect DIR cache support in configure</title>
<updated>2012-06-15T18:38:22+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-06-15T17:59:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=6ca87e797982061576885f944e2ccfaba9573897'/>
<id>6ca87e797982061576885f944e2ccfaba9573897</id>
<content type='text'>
We can't support the DIR cache features in systems with kerberos
libraries older than 1.10. Make sure we don't build it on those
systems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can't support the DIR cache features in systems with kerberos
libraries older than 1.10. Make sure we don't build it on those
systems.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compilation on older little-endian systems</title>
<updated>2012-06-15T18:38:22+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-06-15T14:58:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=def3beb6410857314fe4d17581c4c95ae0c230d1'/>
<id>def3beb6410857314fe4d17581c4c95ae0c230d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Kerberos context in KRB5_DEBUG</title>
<updated>2012-06-14T19:52:29+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-06-11T12:35:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=95cc3f4be93d3cb5bb28bb3787f0aace4edb3124'/>
<id>95cc3f4be93d3cb5bb28bb3787f0aace4edb3124</id>
<content type='text'>
Passing Kerberos context to sss_krb5_get_error_message will allow us to
get better error messages.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Passing Kerberos context to sss_krb5_get_error_message will allow us to
get better error messages.
</pre>
</div>
</content>
</entry>
</feed>
