<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/ipa-python/ipautil.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 ipa-python directory to ipapython so it is a real python library</title>
<updated>2009-02-09T19:35:15+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-02-05T20:03:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=262ff2d731b1bfc4acd91153088b8fcde7ae92b8'/>
<id>262ff2d731b1bfc4acd91153088b8fcde7ae92b8</id>
<content type='text'>
We used to install it as ipa, now installing it as ipapython. The rpm
is still ipa-python.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We used to install it as ipa, now installing it as ipapython. The rpm
is still ipa-python.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove more unused files and functions, replace ipaerror with new error classes</title>
<updated>2009-02-06T20:25:34+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-02-05T18:12:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=412104e34c0f85f32a4991bed0393b22e7cdf345'/>
<id>412104e34c0f85f32a4991bed0393b22e7cdf345</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tool for doing configuration updates over LDAP</title>
<updated>2008-09-13T00:06:46+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-09-10T06:50:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=ec57bc3e44ec5e8f6c7e5e1ad5c56751016e3b09'/>
<id>ec57bc3e44ec5e8f6c7e5e1ad5c56751016e3b09</id>
<content type='text'>
This tool takes as input a file which contains basically an LDIF, prefixed
with a command: default, add, remove or only. These define the operations
to perform such as adding new entries, adding new sub-entries to an existing
entry, adding or modifying attributes in a record.

If an index entry is modified a task is created to re-create the index.

Schema may be added using this tool.

454031
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This tool takes as input a file which contains basically an LDIF, prefixed
with a command: default, add, remove or only. These define the operations
to perform such as adding new entries, adding new sub-entries to an existing
entry, adding or modifying attributes in a record.

If an index entry is modified a task is created to re-create the index.

Schema may be added using this tool.

454031
</pre>
</div>
</content>
</entry>
<entry>
<title>Add encrypt_file and decrypt_file utility functions.</title>
<updated>2008-08-11T22:30:50+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2008-08-07T20:14:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=5cbc453d89af0ef79b7c99849778f1982abeda05'/>
<id>5cbc453d89af0ef79b7c99849778f1982abeda05</id>
<content type='text'>
We will use them to encrypt the replica file so that we can
transport it over more safely.
It contains sensitive data, by encrypting it we assure that
even if a distracted admin leaves it around it cannot be accessed
without knowing the access passphrase (usually the Directory Manager
password)

Along the way fix also ipautil.run which was buggy and not passing
in correctly stdin.

Add dependency for gnupg in spec file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We will use them to encrypt the replica file so that we can
transport it over more safely.
It contains sensitive data, by encrypting it we assure that
even if a distracted admin leaves it around it cannot be accessed
without knowing the access passphrase (usually the Directory Manager
password)

Along the way fix also ipautil.run which was buggy and not passing
in correctly stdin.

Add dependency for gnupg in spec file
</pre>
</div>
</content>
</entry>
<entry>
<title>Use larger set from which to choose chars for random passwords.</title>
<updated>2008-08-11T22:30:40+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2008-08-07T13:21:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=599fe1a0f5c046da6f99448ac43599b2681069d5'/>
<id>599fe1a0f5c046da6f99448ac43599b2681069d5</id>
<content type='text'>
Use SystemRandom() instead of Random() so that the randomicity
is non-deterministic.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use SystemRandom() instead of Random() so that the randomicity
is non-deterministic.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change user and group validators to match shadow-utils</title>
<updated>2008-08-07T15:21:33+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcrit@ipa.greyoak.com</email>
</author>
<published>2008-08-06T17:00:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=110f60da8e8cbf2b83f66b4959857dc62b407f06'/>
<id>110f60da8e8cbf2b83f66b4959857dc62b407f06</id>
<content type='text'>
This sets the regex to [a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,30}[a-zA-Z0-9_.$-]?

Also change the validators to return True/False

450613, 457124
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This sets the regex to [a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,30}[a-zA-Z0-9_.$-]?

Also change the validators to return True/False

450613, 457124
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrap up the raw_input() to user_input() for convenience and uniformity.</title>
<updated>2008-07-23T14:05:06+00:00</updated>
<author>
<name>Martin Nagy</name>
<email>mnagy@notas.(none)</email>
</author>
<published>2008-07-21T10:25:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=f7ca405716b1ee8b92a940e07cd611f6b025795d'/>
<id>f7ca405716b1ee8b92a940e07cd611f6b025795d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Close all fds when running another program. This fixes the SELinux AVCs.</title>
<updated>2008-03-03T21:14:48+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-03-03T21:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=b49942fe96babbc27a225f5cf584d2c27c6b45ff'/>
<id>b49942fe96babbc27a225f5cf584d2c27c6b45ff</id>
<content type='text'>
Put installation log files into /var/log.

430024
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Put installation log files into /var/log.

430024
</pre>
</div>
</content>
</entry>
<entry>
<title>- Centralize try/except so the entire program is covered. This make it</title>
<updated>2008-02-27T15:40:18+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-02-27T15:40:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=ad8096b51f1f8de2c05a5c53952fcb2cb5bbd116'/>
<id>ad8096b51f1f8de2c05a5c53952fcb2cb5bbd116</id>
<content type='text'>
  possible to catch KeyboardInterrupt during the import process.
- Add function for handling python differences with GSSError

434798
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  possible to catch KeyboardInterrupt during the import process.
- Add function for handling python differences with GSSError

434798
</pre>
</div>
</content>
</entry>
<entry>
<title>Set the license uniformly to GPLv2 only.</title>
<updated>2008-02-04T20:15:52+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-02-04T20:15:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=97d9c235ddf5274836eb8bfc18e8798ae44614a0'/>
<id>97d9c235ddf5274836eb8bfc18e8798ae44614a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
