<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/daemons/ipa-slapi-plugins/ipa-pwd-extop, branch testing</title>
<subtitle>FreeIPA project</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/'/>
<entry>
<title>Fix issues found by Coverity.</title>
<updated>2011-05-09T20:23:40+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2011-04-29T11:15:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=16d1db499676ec7070becbb73fdf73d1af5645b3'/>
<id>16d1db499676ec7070becbb73fdf73d1af5645b3</id>
<content type='text'>
tickets 1166, 1167, 1168, 1169
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tickets 1166, 1167, 1168, 1169
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix resource leaks.</title>
<updated>2011-03-28T18:50:59+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2011-03-24T18:18:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=bb9617f83867590eebef65e906f77094d1088afe'/>
<id>bb9617f83867590eebef65e906f77094d1088afe</id>
<content type='text'>
Fixes: https://fedorahosted.org/freeipa/ticket/1119
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: https://fedorahosted.org/freeipa/ticket/1119
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix uninitialized variable.</title>
<updated>2011-03-24T19:20:03+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2011-03-24T18:25:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=8308efeb14baa26c64e97ee5ec3a01229c563856'/>
<id>8308efeb14baa26c64e97ee5ec3a01229c563856</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/1118
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/1118
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix duplicate OIDs</title>
<updated>2011-02-17T13:38:53+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2011-02-16T16:16:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=50318b60eebbed1dc1a488991dff7f86bfaca58f'/>
<id>50318b60eebbed1dc1a488991dff7f86bfaca58f</id>
<content type='text'>
Apparently we forgot to check OID consistency between the schema and the
extensions, and we got duplicates.

Technically the schema was done later but it is easier to change the extensions
OIDs than to change the schema of current beta2/rc1 installations.

The only side effect is that older ipa-getkeytab and ipa-join binaries will
fail. So all the admin/client tools must be upgraded at the same time as well
as all the masters (otherwise some will show/accept the new OID while others
won't).

Fixes: https://fedorahosted.org/freeipa/ticket/976
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apparently we forgot to check OID consistency between the schema and the
extensions, and we got duplicates.

Technically the schema was done later but it is easier to change the extensions
OIDs than to change the schema of current beta2/rc1 installations.

The only side effect is that older ipa-getkeytab and ipa-join binaries will
fail. So all the admin/client tools must be upgraded at the same time as well
as all the masters (otherwise some will show/accept the new OID while others
won't).

Fixes: https://fedorahosted.org/freeipa/ticket/976
</pre>
</div>
</content>
</entry>
<entry>
<title>Let 389-ds start up even if Kerboros is not configured yet.</title>
<updated>2011-02-14T19:07:17+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-02-11T03:26:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=c9431749a0078df8bdf13490daac5f3467cc1c02'/>
<id>c9431749a0078df8bdf13490daac5f3467cc1c02</id>
<content type='text'>
The situation is if during installation /etc/krb5.conf either doesn't
exist or configures no realms then 389-ds won't start up at all, causing
the installation to fail. This will let the server start up in a degraded
mode.

Also need to make the sub_dict in ldapupdate.py handle no realm otherwise
the installation will abort enabling the compat plugin.

ticket 606
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The situation is if during installation /etc/krb5.conf either doesn't
exist or configures no realms then 389-ds won't start up at all, causing
the installation to fail. This will let the server start up in a degraded
mode.

Also need to make the sub_dict in ldapupdate.py handle no realm otherwise
the installation will abort enabling the compat plugin.

ticket 606
</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly report if this is a krb related password operation</title>
<updated>2011-02-14T18:57:00+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2011-02-11T20:48:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=b46faf9dfc4ba0d78cccea749b47296767964234'/>
<id>b46faf9dfc4ba0d78cccea749b47296767964234</id>
<content type='text'>
Fixes: https://fedorahosted.org/freeipa/ticket/949
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: https://fedorahosted.org/freeipa/ticket/949
</pre>
</div>
</content>
</entry>
<entry>
<title>Update krbExtraData too when changing passwords.</title>
<updated>2011-02-14T18:36:27+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2011-02-10T04:48:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=5341a22ba2dec5099c8a14c0903c7770884ee6be'/>
<id>5341a22ba2dec5099c8a14c0903c7770884ee6be</id>
<content type='text'>
Fixes: https://fedorahosted.org/freeipa/ticket/937
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: https://fedorahosted.org/freeipa/ticket/937
</pre>
</div>
</content>
</entry>
<entry>
<title>Mozldap-specific code removed</title>
<updated>2011-01-14T22:33:11+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-01-14T12:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=bd965c92d829f9d88f4e29f37890c9beffbd716d'/>
<id>bd965c92d829f9d88f4e29f37890c9beffbd716d</id>
<content type='text'>
Mozldap code removed from all sources and configure source script.
Now, IPA will compile even when package mozldap-devel is not
installed on the system.

https://fedorahosted.org/freeipa/ticket/756
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mozldap code removed from all sources and configure source script.
Now, IPA will compile even when package mozldap-devel is not
installed on the system.

https://fedorahosted.org/freeipa/ticket/756
</pre>
</div>
</content>
</entry>
<entry>
<title>Potential memory leaks in ipa-pwd-extop</title>
<updated>2011-01-14T19:20:57+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-01-13T10:12:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=8173b8e375ea99d06773ea4de18fa2f32ddc1039'/>
<id>8173b8e375ea99d06773ea4de18fa2f32ddc1039</id>
<content type='text'>
This patch fixes several potential memory leaks in ipa-pwd-extop
SLAPI plugin.

Common function ipapwd_gen_hashes() now cleans after itself when
it fails. Other changes are local and self-explanatory.

https://fedorahosted.org/freeipa/ticket/715
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch fixes several potential memory leaks in ipa-pwd-extop
SLAPI plugin.

Common function ipapwd_gen_hashes() now cleans after itself when
it fails. Other changes are local and self-explanatory.

https://fedorahosted.org/freeipa/ticket/715
</pre>
</div>
</content>
</entry>
<entry>
<title>Potential NULL dereference in ipapwd_prepost</title>
<updated>2011-01-12T16:44:59+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-01-12T09:33:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=bea3999daf31b496f0da278ceb5e0386758fa059'/>
<id>bea3999daf31b496f0da278ceb5e0386758fa059</id>
<content type='text'>
This patch increases robustness in PRE MOD password SLAPI module
by ensuring that an uninitialized pointer is not dereferenced.

https://fedorahosted.org/freeipa/ticket/719
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch increases robustness in PRE MOD password SLAPI module
by ensuring that an uninitialized pointer is not dereferenced.

https://fedorahosted.org/freeipa/ticket/719
</pre>
</div>
</content>
</entry>
</feed>
