<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git, branch ipa-1-2</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/'/>
<entry>
<title>Rename new selinux file accidentally committed to the wrong directory</title>
<updated>2009-07-30T17:55:36+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-07-29T15:55:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=d681b97067f4080ee6ffeb62bb9451d3f137261c'/>
<id>d681b97067f4080ee6ffeb62bb9451d3f137261c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix deprecation error of BaseException.message in Python 2.6</title>
<updated>2009-07-30T17:55:33+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-07-29T15:29:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=7062134e72a74af2036ad653296201d678f6a89b'/>
<id>7062134e72a74af2036ad653296201d678f6a89b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport certs.py patches from master.</title>
<updated>2009-07-30T17:55:29+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-07-29T15:27:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=8ab2977eeb79571ed6f976a12a51ed2b75cdc12b'/>
<id>8ab2977eeb79571ed6f976a12a51ed2b75cdc12b</id>
<content type='text'>
Fix deprecation warning for the sha library on Python 2.6

sha has been replaced by hashlib. We need to support Python 2.4 - 2.6 so
this will use hashlib if available but fall back onto sha if not.
Fortunately they use the same API for the function we need.

509042

Identify CAs to trust from an imported PKCS#12 file

We used to use certutil -O to determine the cert chain to trust. This
behavior changed in F-11 such that untrusted CAs are not displayed.
This is only used when we import PKCS#12 files so use pk12util -l to
display the list of certs and keys in the file to determine the nickname(s)
of the CAs to trust.

509111

No need to trust NSS built-in CA's, more specific regex for finding CA nickname

- Add some logging so we have a better idea of what happened if things fail
- Default to self-signed CA to trust if one is not found. This will fix
  the self-signed CA case where certutil doesn't return untrusted CA's in
  -O output.
- Remove unused httplib import
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix deprecation warning for the sha library on Python 2.6

sha has been replaced by hashlib. We need to support Python 2.4 - 2.6 so
this will use hashlib if available but fall back onto sha if not.
Fortunately they use the same API for the function we need.

509042

Identify CAs to trust from an imported PKCS#12 file

We used to use certutil -O to determine the cert chain to trust. This
behavior changed in F-11 such that untrusted CAs are not displayed.
This is only used when we import PKCS#12 files so use pk12util -l to
display the list of certs and keys in the file to determine the nickname(s)
of the CAs to trust.

509111

No need to trust NSS built-in CA's, more specific regex for finding CA nickname

- Add some logging so we have a better idea of what happened if things fail
- Default to self-signed CA to trust if one is not found. This will fix
  the self-signed CA case where certutil doesn't return untrusted CA's in
  -O output.
- Remove unused httplib import
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused imports, popen2 was causing python 2.6 deprecation errors</title>
<updated>2009-07-30T17:54:39+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-07-29T14:08:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=d2e1de019b13ba2b322fb7668b6c6ff664ae3b1a'/>
<id>d2e1de019b13ba2b322fb7668b6c6ff664ae3b1a</id>
<content type='text'>
Also rename some variables, type and filter, that shadowed builtins
Fixed the naming of some private functions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also rename some variables, type and filter, that shadowed builtins
Fixed the naming of some private functions
</pre>
</div>
</content>
</entry>
<entry>
<title>Add conditional for new SELinux capabilities available in Fedora 11</title>
<updated>2009-07-23T18:59:39+00:00</updated>
<author>
<name>rcrit</name>
<email>rcrit@moon.greyoak.com</email>
</author>
<published>2009-07-01T19:48:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=d44c26a4fc72a8eea69d92c87f8265477555c127'/>
<id>d44c26a4fc72a8eea69d92c87f8265477555c127</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the UI work when both python-cherrypy and python-cherrypy2 are installed</title>
<updated>2009-06-18T20:29:22+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-06-18T20:29:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=d658e88f635fa84341e71d2de9151a37e1c69914'/>
<id>d658e88f635fa84341e71d2de9151a37e1c69914</id>
<content type='text'>
Also shut down logging different in ipa_webui. Rather than calling
logging.shutdown() pull all the log handlers and close them.

505686
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also shut down logging different in ipa_webui. Rather than calling
logging.shutdown() pull all the log handlers and close them.

505686
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix group deletion.</title>
<updated>2009-02-10T14:23:06+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-02-09T20:45:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=50bfc94cd7d2451dc1420ac672355b9a4c9d7688'/>
<id>50bfc94cd7d2451dc1420ac672355b9a4c9d7688</id>
<content type='text'>
The attributes on the group new, edit, etc pages are limited to a few
known/needed ones. Add dn to the list of hidden fields so we can pass
this onto the subcontroller group.delete().

484050
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The attributes on the group new, edit, etc pages are limited to a few
known/needed ones. Add dn to the list of hidden fields so we can pass
this onto the subcontroller group.delete().

484050
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix delegation using the special python-kerberos patch.</title>
<updated>2009-01-26T19:37:53+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-01-26T19:37:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=689ec35472907103be9af5b89efc881f88a512b3'/>
<id>689ec35472907103be9af5b89efc881f88a512b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>memberof was not indexed in older versions of fedora-ds, keep it around</title>
<updated>2008-12-05T23:18:09+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2008-12-05T14:21:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=57e33f81bf8b12faae7f3061cc852bf078605986'/>
<id>57e33f81bf8b12faae7f3061cc852bf078605986</id>
<content type='text'>
as an update so that if it is not there it will be added
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as an update so that if it is not there it will be added
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix stupid typo in update file</title>
<updated>2008-12-03T17:02:31+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2008-12-03T17:02:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=b6ac995b350cbfb248ea5cdd5d60b816f0925dab'/>
<id>b6ac995b350cbfb248ea5cdd5d60b816f0925dab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
