<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/util, branch replace_private_samba_calls</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/freeipa.git/'/>
<entry>
<title>Make encode_ntlm_keys() public</title>
<updated>2012-08-31T11:23:16+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-08-24T12:46:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/freeipa.git/commit/?id=37ef1f54003a5d32497be3efed1a8689bab78b21'/>
<id>37ef1f54003a5d32497be3efed1a8689bab78b21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move code into common krb5 utils</title>
<updated>2012-07-30T14:31:47+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2012-07-06T15:15:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/freeipa.git/commit/?id=505bc85ec31ad8cfa66be0dc99d19599cd1a9497'/>
<id>505bc85ec31ad8cfa66be0dc99d19599cd1a9497</id>
<content type='text'>
This moves the decoding function that reads the keys from the ber format
into a structure in the common krb5 util code right below the function
that encodes the same data structure into a ber format.
This way the 2 functions are in the same place and can be both used by
all ia components.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This moves the decoding function that reads the keys from the ber format
into a structure in the common krb5 util code right below the function
that encodes the same data structure into a ber format.
This way the 2 functions are in the same place and can be both used by
all ia components.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move some krb5 keys related functions from ipa-client to util</title>
<updated>2012-06-11T10:04:05+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-03-13T09:29:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/freeipa.git/commit/?id=ee936431c88a7b089c9c2780d63b393813d114e5'/>
<id>ee936431c88a7b089c9c2780d63b393813d114e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dereference pointer when comparing password history in qsort compare.</title>
<updated>2012-04-10T16:33:04+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2012-04-10T03:42:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/freeipa.git/commit/?id=35f44a1aebe0350884113c0ce57c2aeb736c714b'/>
<id>35f44a1aebe0350884113c0ce57c2aeb736c714b</id>
<content type='text'>
The man page for qsort(3) says that the comparison function is called
with pointers to pointers to char but memcmp(3) wants a pointer to void
so we need to cast and dereference.

Without this the qsort() call wasn't properly sorting the elements so
a random password was being removed rather than the oldest when the
list overflowed.

https://fedorahosted.org/freeipa/ticket/2613
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The man page for qsort(3) says that the comparison function is called
with pointers to pointers to char but memcmp(3) wants a pointer to void
so we need to cast and dereference.

Without this the qsort() call wasn't properly sorting the elements so
a random password was being removed rather than the oldest when the
list overflowed.

https://fedorahosted.org/freeipa/ticket/2613
</pre>
</div>
</content>
</entry>
<entry>
<title>ipa-kdb: add AS auditing support</title>
<updated>2012-02-14T23:03:45+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2012-02-13T17:15:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/freeipa.git/commit/?id=651f9324735d0680c6a56246616932459e15b99d'/>
<id>651f9324735d0680c6a56246616932459e15b99d</id>
<content type='text'>
Fixes: https://fedorahosted.org/freeipa/ticket/2334
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: https://fedorahosted.org/freeipa/ticket/2334
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve password change error message</title>
<updated>2012-02-03T16:21:33+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2012-02-02T10:55:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/freeipa.git/commit/?id=f2cc9c8d33e50b52554a2df8148d4bf7c92fc89a'/>
<id>f2cc9c8d33e50b52554a2df8148d4bf7c92fc89a</id>
<content type='text'>
User always receives the same error message if he changes his password
via "ipa passwd" command and the new password fails configured
password policy. He then has to investigate on his own the actual
reason why was the policy violated. This patch improves our SLAPI PWD
plugins to provide a better error message explaining the violation
reason.

https://fedorahosted.org/freeipa/ticket/2067
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
User always receives the same error message if he changes his password
via "ipa passwd" command and the new password fails configured
password policy. He then has to investigate on his own the actual
reason why was the policy violated. This patch improves our SLAPI PWD
plugins to provide a better error message explaining the violation
reason.

https://fedorahosted.org/freeipa/ticket/2067
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing copyright header</title>
<updated>2011-11-17T21:15:24+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2011-11-15T22:43:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/freeipa.git/commit/?id=a9e4316d5aa626e0831febd8b50678fd81f6a67d'/>
<id>a9e4316d5aa626e0831febd8b50678fd81f6a67d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix CID 11021: Resource leak</title>
<updated>2011-11-07T16:13:55+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2011-11-03T17:40:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/freeipa.git/commit/?id=c8aec450bef6cd24589476f7747bf37bf0e636ea'/>
<id>c8aec450bef6cd24589476f7747bf37bf0e636ea</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/2037
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/2037
</pre>
</div>
</content>
</entry>
<entry>
<title>Amend #2038 fix</title>
<updated>2011-11-05T23:05:08+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2011-11-04T20:40:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/freeipa.git/commit/?id=08137836a3ddce17aa5d383a02d177d35b3df266'/>
<id>08137836a3ddce17aa5d383a02d177d35b3df266</id>
<content type='text'>
The math was unsafe, thanks to Nalin for spotting it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The math was unsafe, thanks to Nalin for spotting it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Modify random salt creation for interoperability</title>
<updated>2011-11-04T10:10:56+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2011-11-03T20:15:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/freeipa.git/commit/?id=f7938a17737baf432f75cd7115150b1311e5eeb5'/>
<id>f7938a17737baf432f75cd7115150b1311e5eeb5</id>
<content type='text'>
See:
https://fedorahosted.org/freeipa/ticket/2038
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See:
https://fedorahosted.org/freeipa/ticket/2038
</pre>
</div>
</content>
</entry>
</feed>
