summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Add pyasn1 requirement to rpms.Karl MacMillan2007-11-192-0/+2
| * Fix installationSimo Sorce2007-11-184-0/+41
| * Merge upstream and fix bad suffix in default-aciSimo Sorce2007-11-1826-197/+690
| |\
| | * - Set correct values in ipa.conf during client install so that admin tools canSimo Sorce2007-11-161-0/+15
| | * - Report correct information back to users when policies prevent a successfulSimo Sorce2007-11-161-43/+202
| | * Small fix from Rob to pwd-extop-pluginKarl MacMillan2007-11-171-1/+1
| | * - Store Master Key in Ldap (Makes it easier to set up replicas)Simo Sorce2007-11-164-183/+502
| | * Implement the password policy UI and finish IPA policy UIRob Crittenden2007-11-1614-156/+610
| | * Completely remove attributes when delattr argument in ipa-groupmodRob Crittenden2007-11-151-7/+15
| | * Completely remove attributes when delattr argumentRob Crittenden2007-11-151-3/+10
| | * Use same labels as UI for ipa-finduser and ipa-findgroupRob Crittenden2007-11-152-5/+29
| | * Replace references to Person and People with User and UsersRob Crittenden2007-11-159-25/+25
| * | - Set correct values in ipa.conf during client install so that admin tools canSimo Sorce2007-11-161-0/+15
| * | - Report correct information back to users when policies prevent a successfulSimo Sorce2007-11-161-43/+202
| * | - Store Master Key in Ldap (Makes it easier to set up replicas)Simo Sorce2007-11-164-183/+502
| |/
| * Add memberof-task.ldif.Karl MacMillan2007-11-151-0/+7
| * Check for existance of of the target file in update_file. It used to silentlyRob Crittenden2007-11-151-1/+6
| * Broke invididual Requires and BuildRequires onto separate lines andRob Crittenden2007-11-152-14/+68
| * If unable to connect to the XML-RPC server print a more useful error msg.Rob Crittenden2007-11-1513-20/+96
| * Initialize memberof patch from Pete Rowley.Karl MacMillan2007-11-152-1/+16
| * Remove reference to a bogus system and make the error message more genericRob Crittenden2007-11-141-1/+1
| * Forgot to include FQDN in the substitition listRob Crittenden2007-11-131-1/+1
| * Make the group cn an editable field though protected by default.Rob Crittenden2007-11-143-26/+26
| * Include multi-value fields on the Add Person pageRob Crittenden2007-11-147-117/+241
| * Add an editors group. This is used to generally grant access for usersRob Crittenden2007-11-1410-47/+62
| * Initial implementation of policies support.Simo Sorce2007-11-132-104/+533
| * Add more fields to the IPA Policy formRob Crittenden2007-11-134-1/+68
| * Remove non-existent files from Makefile targetsRob Crittenden2007-11-132-2/+0
| * Use the dna plugin to automatically assign uidRob Crittenden2007-11-131-7/+14
| * The e-mail field should not be required.Rob Crittenden2007-11-131-1/+1
| * Restrict access to some parts of the UI to those in the admins groupRob Crittenden2007-11-134-14/+41
| * Allow a user or group to change an attribute in its RDNRob Crittenden2007-11-127-19/+195
| * Handle ldap.UNWILLING_TO_PERFORM more gracefullyRob Crittenden2007-11-092-1/+9
| * Add the capability to completely delete a user from the database. TheRob Crittenden2007-11-092-6/+19
| * Don't continue if a kerberos credentials cache is not availableRob Crittenden2007-11-091-8/+8
| * Fix editing groups when cn is a single-valued fieldRob Crittenden2007-11-091-2/+4
| * Require uniqueness in the name/comment field of delegationsRob Crittenden2007-11-095-7/+63
| * Underline columns on sort results page so users will know it is a linkRob Crittenden2007-11-121-0/+19
| * Redirect to the FQDN otherwise kerberos auth may failRob Crittenden2007-11-121-2/+8
| * Initial support for policy editingRob Crittenden2007-11-1213-2/+349
| * Enable multi-value field support for some attributes on the edit pagesRob Crittenden2007-11-0811-79/+477
| * Allow setting of lib directory to correct non-rpm builds on x86_64.Karl MacMillan2007-11-131-4/+6
* | fix regular expression used in parse_key_value_pairs()John Dennis2007-11-271-1/+1
* | bug fixesJohn Dennis2007-11-274-14/+11
* | checkpoint bug fixing and cleanup of command line radius toolsJohn Dennis2007-11-274-124/+185
* | do a better job of handling attribute deletionJohn Dennis2007-11-273-73/+53
* | checkpoint work to add attribute deletionJohn Dennis2007-11-271-84/+164
* | add parse_items(), read_items_file()John Dennis2007-11-266-20/+37
* | add ItemCompleter classJohn Dennis2007-11-261-1/+101
* | add command line utilites for radius profilesJohn Dennis2007-11-269-13/+693