summaryrefslogtreecommitdiffstats
path: root/ipa-python/ipautil.py
Commit message (Expand)AuthorAgeFilesLines
* Tool for doing configuration updates over LDAPRob Crittenden2008-09-121-0/+10
* Add encrypt_file and decrypt_file utility functions.Simo Sorce2008-08-111-1/+64
* Use larger set from which to choose chars for random passwords.Simo Sorce2008-08-111-3/+2
* Change user and group validators to match shadow-utilsRob Crittenden2008-08-071-3/+12
* Wrap up the raw_input() to user_input() for convenience and uniformity.Martin Nagy2008-07-231-0/+66
* Close all fds when running another program. This fixes the SELinux AVCs.Rob Crittenden2008-03-031-1/+1
* - Centralize try/except so the entire program is covered. This make itRob Crittenden2008-02-271-0/+12
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-041-1/+1
* Fix not so random random passwordsMark McLoughlin2008-01-221-4/+2
* Add service.is_enabled() helperMark McLoughlin2008-01-111-0/+2
* Move radius server components into a separate package.Karl MacMillan2007-12-121-0/+1
* Convert the setup of ssl from a shell script to aKarl MacMillan2007-12-061-0/+10
* Merge.Karl MacMillan2007-12-111-20/+12
|\
| * Fix errors with ipautil.CalledProcessError and cleanup some imports.Karl MacMillan2007-12-041-9/+7
* | mergeJohn Dennis2007-12-041-1/+17
|\|
| * Compatibility changes to work on RHEL 5 with python 2.4rcritten@redhat.com2007-11-301-1/+17
* | add user profile command line arg to all radiusJohn Dennis2007-11-281-3/+11
* | merged radius work with latest mainline tipJohn Dennis2007-11-281-1/+12
|\|
| * Generate master password from Simo.Karl MacMillan2007-11-211-0/+12
| * Initial replication setup.Karl MacMillan2007-11-211-1/+1
| * remove offensive use of rpmJohn Dennis2007-11-061-36/+0
* | fix regular expression used in parse_key_value_pairs()John Dennis2007-11-271-1/+1
* | do a better job of handling attribute deletionJohn Dennis2007-11-271-14/+11
* | add parse_items(), read_items_file()John Dennis2007-11-261-1/+33
* | add ItemCompleter classJohn Dennis2007-11-261-1/+101
* | Add radius profile implementations:John Dennis2007-11-211-0/+330
* | remove offensive use of rpmJohn Dennis2007-11-061-36/+0
|/
* merge initial radius workJohn Dennis2007-11-031-0/+37
* Fix build issues by combining patches submitted by Michael Gregg andRob Crittenden2007-10-171-1/+0
* Patch to fix the installer crashing if selinux is disabled. Also changesmccann@jhu.edu2007-10-021-1/+1
* Generalized Time parser and tests, for use in krbPasswordExpirationKevin McCarthy2007-09-041-0/+98
* merge ipa-server/ipaserver/util.py into ipa-python/ipautil.pySimo Sorce2007-09-041-0/+62
* Fix python-ldap attribution for cidict.Kevin McCarthy2007-08-271-2/+3
* This patch wraps binary data in an xmlrpclib Binary object. ThisKarl MacMillan2007-08-281-0/+64
* Add ipautil, which contains CIDict - a case insensitive dict.Kevin McCarthy2007-08-241-0/+108