<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/ipalib/errors2.py, branch setkeytab</title>
<subtitle>FreeIPA patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/'/>
<entry>
<title>Rename errors2.py to errors.py. Modify all affected files.</title>
<updated>2009-04-23T14:29:14+00:00</updated>
<author>
<name>Pavel Zuna</name>
<email>pzuna@redhat.com</email>
</author>
<published>2009-04-23T12:51:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=7d0bd4b8951ef7894668ad3c63607769e208c9d0'/>
<id>7d0bd4b8951ef7894668ad3c63607769e208c9d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce AlreadyGroupMember exception, raised when a member is attempted to be re-added to a group.</title>
<updated>2009-04-22T19:18:47+00:00</updated>
<author>
<name>Pavel Zuna</name>
<email>pzuna@redhat.com</email>
</author>
<published>2009-04-22T09:04:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=4e48e1fbf717cb06f4145e2e345ec1dc86e253d3'/>
<id>4e48e1fbf717cb06f4145e2e345ec1dc86e253d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Finish work replacing the errors module with errors2</title>
<updated>2009-04-20T17:58:26+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-04-20T17:58:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=64fa3dd4c3a03e7a677453c9150f84ffc4e91c7a'/>
<id>64fa3dd4c3a03e7a677453c9150f84ffc4e91c7a</id>
<content type='text'>
Once this is committed we can start the process of renaming errors2 as errors.
I thought that combinig this into one commit would be more difficult to
review.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Once this is committed we can start the process of renaming errors2 as errors.
I thought that combinig this into one commit would be more difficult to
review.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle GSSAPI exceptions more gracefully</title>
<updated>2009-04-20T17:44:08+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-04-13T22:01:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=a9387b48e66ca93cc8323869de25fe3f777567b6'/>
<id>a9387b48e66ca93cc8323869de25fe3f777567b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Raise a more specific error when a user lacks the proper permissions.</title>
<updated>2009-03-25T15:02:44+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-03-23T19:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=233a4cb5fd7db54c6e312c105e70db949335d5a8'/>
<id>233a4cb5fd7db54c6e312c105e70db949335d5a8</id>
<content type='text'>
The info part of the message will contain details on what permission
failed on what attribute.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The info part of the message will contain details on what permission
failed on what attribute.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update objectclasses for groups, by default not posix groups.</title>
<updated>2009-02-28T04:18:19+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-02-27T20:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=be0cac932af73fa1bcc5a64af9f2edde0c71cdc7'/>
<id>be0cac932af73fa1bcc5a64af9f2edde0c71cdc7</id>
<content type='text'>
This change depends on DS bugs 487574 and 487725. Groups cannot be
promoted properly without these fixed. It will fail with an
Object Class violation because gidNumber isn't set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change depends on DS bugs 487574 and 487725. Groups cannot be
promoted properly without these fixed. It will fail with an
Object Class violation because gidNumber isn't set.
</pre>
</div>
</content>
</entry>
<entry>
<title>A new exception for requiring root, RootRequired</title>
<updated>2009-02-19T15:09:21+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-02-18T22:12:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=83d5987db917b8097ff80ba4df72db754cf4f943'/>
<id>83d5987db917b8097ff80ba4df72db754cf4f943</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented more elegant way for entire plugin module to be conditionally skipped; updated cert.py and ra.py modules to use this</title>
<updated>2009-02-17T21:03:10+00:00</updated>
<author>
<name>Jason Gerard DeRose</name>
<email>jderose@redhat.com</email>
</author>
<published>2009-02-12T09:10:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=4ab133c3cb8fa9a9aff2b7e5d1c53a0feb164f3f'/>
<id>4ab133c3cb8fa9a9aff2b7e5d1c53a0feb164f3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Started work on a much simplified mod_python server</title>
<updated>2009-02-03T20:29:05+00:00</updated>
<author>
<name>Jason Gerard DeRose</name>
<email>jderose@redhat.com</email>
</author>
<published>2009-01-31T03:53:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=c2b0c801400fcb59be8687f9faf061aa85bcffd2'/>
<id>c2b0c801400fcb59be8687f9faf061aa85bcffd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed some of the test_xmlrpc unit tests</title>
<updated>2009-02-03T20:29:05+00:00</updated>
<author>
<name>Jason Gerard DeRose</name>
<email>jderose@redhat.com</email>
</author>
<published>2009-01-29T06:21:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=0211c76cd0ce614b9c7510315dbadf5336667410'/>
<id>0211c76cd0ce614b9c7510315dbadf5336667410</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
