<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/ipapython, branch rc_2-2-0-0</title>
<subtitle>FreeIPA project</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/'/>
<entry>
<title>Make nsslib IPv6 aware</title>
<updated>2011-02-21T19:52:25+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-02-02T12:57:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=2e25b2ed27ebe7a0a612d120bda6a23596e21b64'/>
<id>2e25b2ed27ebe7a0a612d120bda6a23596e21b64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix NSS initialization errors during ipa-replica-prepare</title>
<updated>2011-02-18T15:00:03+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-02-18T03:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=7b7160452130a203622a7b0fd30e984add87ed87'/>
<id>7b7160452130a203622a7b0fd30e984add87ed87</id>
<content type='text'>
When enabling replication we make an SSL connection. I think the way
this goes is python-ldap -&gt; openldap -&gt; NSS. It may be a problem in
the openldap SSL client, maybe it isn't calling NSS_Shutdown(). In any
case if we use ldapi instead the problem goes away.

Back out the temporary code to ignore nss_shutdown errors.

ticket 965
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When enabling replication we make an SSL connection. I think the way
this goes is python-ldap -&gt; openldap -&gt; NSS. It may be a problem in
the openldap SSL client, maybe it isn't calling NSS_Shutdown(). In any
case if we use ldapi instead the problem goes away.

Back out the temporary code to ignore nss_shutdown errors.

ticket 965
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix two problems with ipa-replica-prepare</title>
<updated>2011-02-14T23:15:35+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-02-14T23:12:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=16b8d62968194a07e3811cac0b2886f9879a2c7e'/>
<id>16b8d62968194a07e3811cac0b2886f9879a2c7e</id>
<content type='text'>
1. Fix a unicode() problem creating the DNS entries
2. Fix a strange NSS error when generating the certificates against
   a dogtag server.

The NSS errors are quite strange. When generating the first certificate
nss_shutdown() fails because the database isn't initialized yet but
nss_is_initialized() returned True. The second pass fails because
something is in use.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Fix a unicode() problem creating the DNS entries
2. Fix a strange NSS error when generating the certificates against
   a dogtag server.

The NSS errors are quite strange. When generating the first certificate
nss_shutdown() fails because the database isn't initialized yet but
nss_is_initialized() returned True. The second pass fails because
something is in use.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add default success/failure output logging.</title>
<updated>2011-02-14T15:23:52+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-02-11T22:24:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=29706fb13ba99b4309c2004668e952d997f25d5f'/>
<id>29706fb13ba99b4309c2004668e952d997f25d5f</id>
<content type='text'>
Request logging on the server only happened if you added verbose=True
or debug=True to the IPA config file. We should log the basics at
least: who, what, result.

Move a lot of entries from info to debug logging as well.

Related to ticket 873
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Request logging on the server only happened if you added verbose=True
or debug=True to the IPA config file. We should log the basics at
least: who, what, result.

Move a lot of entries from info to debug logging as well.

Related to ticket 873
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle nolog list containing None values</title>
<updated>2011-01-27T14:36:26+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2011-01-26T22:37:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=740b689696debf0c066b6879ee865708dfcf1109'/>
<id>740b689696debf0c066b6879ee865708dfcf1109</id>
<content type='text'>
Fixes: https://fedorahosted.org/freeipa/ticket/856
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: https://fedorahosted.org/freeipa/ticket/856
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix assorted bugs found by pylint</title>
<updated>2011-01-25T19:01:36+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-01-25T17:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=ab2ca8022e4bd89e87e0b7ce908022e6df350866'/>
<id>ab2ca8022e4bd89e87e0b7ce908022e6df350866</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unused value in initdefault_encoding_utf8</title>
<updated>2011-01-25T13:59:50+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-01-17T11:49:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=82b4d5d6e8fba52c63831c6aec6b08e604082132'/>
<id>82b4d5d6e8fba52c63831c6aec6b08e604082132</id>
<content type='text'>
There is no use for return value of Py_InitModule3. Removing it
in this patch.

https://fedorahosted.org/freeipa/ticket/710
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no use for return value of Py_InitModule3. Removing it
in this patch.

https://fedorahosted.org/freeipa/ticket/710
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix failed tests. API for utcoffset changed and strings are more robust.</title>
<updated>2011-01-24T19:34:38+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-01-24T15:43:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=96469fbc886bb53a898396ad030a48609f147160'/>
<id>96469fbc886bb53a898396ad030a48609f147160</id>
<content type='text'>
In Python 2.7 the API for time.utcoffset() changed.

We do more automatic conversions of strings so need to loosen the tests
a bit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Python 2.7 the API for time.utcoffset() changed.

We do more automatic conversions of strings so need to loosen the tests
a bit.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a way to print output from commands</title>
<updated>2011-01-18T15:04:19+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2011-01-17T14:17:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=373455026e37d93c699e4ced579c75e2af8042aa'/>
<id>373455026e37d93c699e4ced579c75e2af8042aa</id>
<content type='text'>
Instead pof always capturing the output, make it possible to let
it go to the standard output pipes.
Use this in ipactl to let init scripts show their output.

Fixes: https://fedorahosted.org/freeipa/ticket/765
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead pof always capturing the output, make it possible to let
it go to the standard output pipes.
Use this in ipactl to let init scripts show their output.

Fixes: https://fedorahosted.org/freeipa/ticket/765
</pre>
</div>
</content>
</entry>
<entry>
<title>Password generation and logging in ipa-server-install</title>
<updated>2011-01-18T15:03:55+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-01-18T11:31:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=e73efb9a9000c2efb73297340c6268d59a11b6fc'/>
<id>e73efb9a9000c2efb73297340c6268d59a11b6fc</id>
<content type='text'>
When a randomly generated password contains a space character
as the first or the last character, installation fails on
kdb5_ldap_util calling, which does not accept that. This patch
fixes the generator to generate space only on allowed position.

This patch also ensures that no password is printed to
server install log.

https://fedorahosted.org/freeipa/ticket/731
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a randomly generated password contains a space character
as the first or the last character, installation fails on
kdb5_ldap_util calling, which does not accept that. This patch
fixes the generator to generate space only on allowed position.

This patch also ensures that no password is printed to
server install log.

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