<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/tests, 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>heimdal: fix compile error in krb5-child-test</title>
<updated>2012-07-09T12:41:19+00:00</updated>
<author>
<name>Rambaldi</name>
<email>gentoo@xs4me.net</email>
</author>
<published>2012-07-07T11:36:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=5dc9860a9f0aa626687281eed62c8af1986c2b99'/>
<id>5dc9860a9f0aa626687281eed62c8af1986c2b99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>AD: Add AD identity provider</title>
<updated>2012-07-06T15:44:45+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-03-27T01:41:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=effcbdb12c7ef892f1fd92a745cb33a08ca4ba30'/>
<id>effcbdb12c7ef892f1fd92a745cb33a08ca4ba30</id>
<content type='text'>
This new identity provider takes advantage of existing code for
the LDAP provider, but provides sensible defaults for operating
against an Active Directory 2008 R2 or later server.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This new identity provider takes advantage of existing code for
the LDAP provider, but provides sensible defaults for operating
against an Active Directory 2008 R2 or later server.
</pre>
</div>
</content>
</entry>
<entry>
<title>TESTS: Print messages when LDAP options do not match</title>
<updated>2012-06-29T15:40:03+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-05-18T20:04:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=76ab5d8de8ad137a2ee076639b6ebeb70b1f70f8'/>
<id>76ab5d8de8ad137a2ee076639b6ebeb70b1f70f8</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>PAC responder: test suite</title>
<updated>2012-06-21T19:30:21+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2012-06-11T10:00:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=33f8decd07d4364a7bfbb051e8dc2da2424b0d01'/>
<id>33f8decd07d4364a7bfbb051e8dc2da2424b0d01</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>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>
<entry>
<title>Add support for storing credential caches in the DIR: back end</title>
<updated>2012-06-14T19:52:29+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-06-05T21:41:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=9a3ba9ca00e73adc3fb17ce8afa532076768023b'/>
<id>9a3ba9ca00e73adc3fb17ce8afa532076768023b</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/974
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/974
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a credential cache back end structure</title>
<updated>2012-06-14T19:52:29+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-05-17T16:06:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=fd8595874aa06c8057740001ec465ba76b4af142'/>
<id>fd8595874aa06c8057740001ec465ba76b4af142</id>
<content type='text'>
To be able to add support for new credential cache types easily, this
patch creates a new structure sss_krb5_cc_be that defines common
operations with a credential cache, such as create, check if used or remove.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To be able to add support for new credential cache types easily, this
patch creates a new structure sss_krb5_cc_be that defines common
operations with a credential cache, such as create, check if used or remove.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a krb5_child test tool</title>
<updated>2012-06-14T19:52:29+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-05-21T22:17:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=f232789430a080384188d5da89b19d874cf17513'/>
<id>f232789430a080384188d5da89b19d874cf17513</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1127
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1127
</pre>
</div>
</content>
</entry>
</feed>
