summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Try to catch more error conditions during installationrcritten@redhat.com2007-10-036-44/+124
* Add the rest of the user fields to the user pages.Kevin McCarthy2007-10-036-60/+908
* Patch to fix the installer crashing if selinux is disabled. Also changesmccann@jhu.edu2007-10-022-2/+58
* I broke add_groups_to_user and remove_groups_from_user with myrcritten@redhat.com2007-10-021-6/+2
* Do group operations based on the group DN, not the CNrcritten@redhat.com2007-10-024-39/+66
* Rely more on kerberos.Simo Sorce2007-10-017-88/+111
* Assorted UI fixes:Kevin McCarthy2007-10-0214-44/+122
* Add group management to the newgroup page.Kevin McCarthy2007-10-014-11/+139
* Allow group selection on the create user page.Kevin McCarthy2007-10-017-47/+176
* Add group management to the user edit page.Kevin McCarthy2007-09-288-8/+373
* Don't include opts in any public argument lists. It is used internally only.rcritten@redhat.com2007-10-011-0/+3
* Check passwords are not emptySimo Sorce2007-09-281-3/+12
* IPv6ify, untestedSimo Sorce2007-09-281-20/+55
* Added tag milestone_4 for changeset 8227ce764d491a942389f7a9f654f69d2701cb12kmacmill@speckledhen.hosted.redhat.com2007-10-021-0/+1
* Extract the shared dynamic edit code.milestone_4Kevin McCarthy2007-09-284-142/+181
* Sort the group members on the view and edit group pages.Kevin McCarthy2007-09-281-0/+32
* Refactoring to allow better member rendering.Kevin McCarthy2007-09-284-37/+104
* Adds nested group handling to the view and edit group pages.Kevin McCarthy2007-09-275-108/+139
* patch queue: add_filters.patchKevin McCarthy2007-09-271-0/+3
* Make timelimit a parameter to the find methods.Kevin McCarthy2007-09-274-18/+14
* patch queue: group_users_use_dns.patchKevin McCarthy2007-09-277-71/+139
* Install the web guiKarl MacMillan2007-09-2814-77/+350
* Misc small fixesKarl MacMillan2007-09-288-8/+11
* Make apache work with selinuxKarl MacMillan2007-09-281-0/+3
* Misc small fixes:Kevin McCarthy2007-09-256-24/+37
* Adds methods to manipulate groups by dns.Kevin McCarthy2007-09-265-84/+214
* Fix a couple of XML-RPC functions that were missing the opts argumentrcritten@redhat.com2007-09-263-4/+67
* patch queue: helptext.patchKevin McCarthy2007-09-263-0/+48
* Add IPA icon file.Kevin McCarthy2007-09-251-0/+0
* Adds manager and direct reports to usershow page.Kevin McCarthy2007-09-256-3/+71
* Show the list of groups a user belongs to.Kevin McCarthy2007-09-256-3/+63
* Use a different directory for test programsrcritten@redhat.com2007-09-252-3/+4
* Make doing basic testing of Kerberos ticket forwarding and system setuprcritten@redhat.com2007-09-254-12/+203
* Fix error when using with TurboGearsrcritten@redhat.com2007-09-251-2/+3
* Do per-user browser configurationrcritten@redhat.com2007-09-241-0/+41
* Add a per-user re-configuration scriptrcritten@redhat.com2007-09-243-2/+8
* First crack at automated browser configuration. Requires running arcritten@redhat.com2007-09-246-1/+137
* Install the error web pagesrcritten@redhat.com2007-09-241-0/+2
* Show (hopefully) useful information if the Kerberos connection fails.rcritten@redhat.com2007-09-243-0/+86
* Print the request environment for debugging purposes.rcritten@redhat.com2007-09-241-0/+11
* Enable LDAP debugging using the mod_python Apache configuration directivercritten@redhat.com2007-09-214-10/+20
* Give ipa-adduser, ipa-addgroup and ipa-usermod an interactive modercritten@redhat.com2007-09-219-34/+600
* Add a failed login page. In theory it should never been seen but it makesrcritten@redhat.com2007-09-215-113/+41
* Don't fall back on proxy authentication. We don't generate the certificatesrcritten@redhat.com2007-09-241-4/+7
* Add a missing exception catcherrcritten@redhat.com2007-09-244-0/+12
* Add set_krbccache() calls to new controller methods.Kevin McCarthy2007-09-202-10/+9
* Remove support for LDAP proxy connectionsrcritten@redhat.com2007-09-203-19/+0
* Merge with upstreamSimo Sorce2007-09-2027-96/+2019
|\
| * Merge conflicts between rob and kevin patchesSimo Sorce2007-09-2023-64/+1913
| |\
| | * Add password changing call to web gui.Kevin McCarthy2007-09-191-3/+18