summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Handle add/remove failures a little bit better.Kevin McCarthy2007-09-192-18/+31
| | | | | | | | | | Still some refinements that can be done, but at least it shows the failures now.
| * Implement asynchronous search for groups.Kevin McCarthy2007-09-195-20/+70
| | | | | | | | Use the filter generation code to search on multiple fields.
| * Add client-side search limit parameter for user search.Kevin McCarthy2007-09-187-17/+32
| | | | | | | | | | Limit editgroup user ajax search. Minor UI cleanup for editgroup.
| * Fixes to the edit protected checkbox.Kevin McCarthy2007-09-187-11/+40
| | | | | | | | | | - Make checkbox sticky on round trips - Make required fields validate when checkbox is checked.
| * Prevent members from being added added twice.Kevin McCarthy2007-09-172-11/+54
| | | | | | | | | | Display search message while in progress. Correctly calculate number of search results after filtering.
| * Persist adds and removes on a server round trip.Kevin McCarthy2007-09-172-12/+65
| |
| * patch queue: groupmember.patchKevin McCarthy2007-09-146-30/+331
| |
| * Adding sort images.Kevin McCarthy2007-09-132-0/+0
| |
| * Group edit pageKevin McCarthy2007-09-128-9/+279
| |
| * Add group screen. More to come...Kevin McCarthy2007-09-116-7/+172
| |
| * Small fixes to proxyprovider.Kevin McCarthy2007-09-111-7/+7
| |
| * Adds javascript table sorting for user resultsKevin McCarthy2007-09-133-2/+887
| | | | | | | | Adds tablekit: http://www.millstream.com.au/view/code/tablekit/ licensed under MIT.
* | Use ticket forwarding with TurboGears. mod_proxy forwards the principalrcritten@redhat.com2007-09-147-34/+47
| | | | | | | | | | | | name and location of the keytab. In order for this keytab to be usable TurboGears and Apache will need to run as the same user. We will also need to listen only on localhost in TG.
* | Add function to allow user's to set/reset their kerberos passwordrcritten@redhat.com2007-09-116-11/+72
|/ | | | Remove some unused calls to retrieve the current realm
* Better way to ask for the Realm name, with implicit defaultSimo Sorce2007-09-121-16/+10
|
* Add confirmation when asking un-echoed passwordsSimo Sorce2007-09-121-3/+27
|
* Avoid showing passwords.Simo Sorce2007-09-121-3/+4
| | | | Patch from William Jon McCann <mccann@jhu.edu>
* In the TCP case there is an extra (redundant) lenghtSimo Sorce2007-09-125-8/+16
| | | | field before the packet data, address the problem.
* Enable mod_proxy to sit in front of TurboGears and pass along thercritten2007-09-109-14/+239
| | | | | | | | | | kerberos principal name Add an identity an visit class to TurboGears that can handle the user without requiring a database Update the UI to show the user correctly. Note that this is currently disabled. It is hardcoded to always return the principal test@FREEIPA.ORG in proxyprovider.py It doesn't handle an unauthorized request because that can never happen.
* Edit protected fields checkbox on user edit page.Kevin McCarthy2007-09-106-5/+66
| | | | (Password updating still doesn't work due to ACI though)
* Overwrite ldappwd file to fix bug when reinstalling IPA.Karl MacMillan2007-09-111-1/+1
|
* Reset version numbers for next milestone.Karl MacMillan2007-09-104-7/+7
|
* Added tag milestone_3 for changeset d3a37950495cKarl MacMillan2007-09-101-0/+1
|
* Update version numbers for release.milestone_3Karl MacMillan2007-09-106-8/+14
|
* Fix duplicate entry error to be more descriptive.Kevin McCarthy2007-09-074-7/+11
| | | | | | Add TurboGears to required package list Clear password on Edit Person page. Change uidnumber/gidnumber on Add Person to say 'Generated by server'
* Add required packages to READMEKevin McCarthy2007-09-071-0/+7
|
* Reference the interactive method by defaultSimo Sorce2007-09-071-2/+4
|
* Merging with upstreamSimo Sorce2007-09-0728-194/+1883
|\
| * Add group command-line tools to the Makefilercritten@redhat.com2007-09-072-8/+41
| | | | | | | | Updated installation instructions
| * small release fixes:Kevin McCarthy2007-09-072-3/+3
| | | | | | | | | | - Make password not required for add person - Fix for searching on '*' or ''
| * Password changes:Kevin McCarthy2007-09-065-11/+66
| | | | | | | | | | - remove password generator button - add confirm password field
| * Better file parsing routines,Simo Sorce2007-09-062-155/+385
| | | | | | | | | | also switch to recreate ldap.conf and krb5.conf from scratch on clients, avoid nasty failures in case the original files contained strange directives
| * Correct installation path for dna plugin.Karl MacMillan2007-09-071-1/+1
| |
| * Add search box in header.Kevin McCarthy2007-09-067-18/+71
| | | | | | | | | | | | Change account status to use select list and 'active'/'inactive' values. Improve autosuggest to keep suggesting unless you overwrite a suggestion (if you correct the name, it will re-suggest).
| * Added dna plugin to spec.Karl MacMillan2007-09-072-0/+2
| |
| * Small UI tweeksKevin McCarthy2007-09-056-25/+42
| | | | | | | | | | | | | | | | - Rename buttons - Add fake "logged in as" text - Increase font size and spacing for sidebar - Fix search messages for no results - Open ipa footer link in new window
| * Add password expiration messages to user show/edit pages.Kevin McCarthy2007-09-057-0/+75
| | | | | | | | | | Add userhelper module to provide ui logic. Fix uid/email suggest to lowercase first.
| * Fix dsinstance.py and krbinstance.py importsKevin McCarthy2007-09-062-2/+2
| |
| * Enable LDAP SASL authentication using a forwarded kerberos ticketrcritten@redhat.com2007-09-055-138/+176
| | | | | | | | | | | | Handle both SASL auth and proxied authentication Refactor LDAP connection code to be simpler Other small bug fixes
| * Initial commit of dna plugin - origin: FDS with fix upsPete Rowley2007-09-044-1/+1222
| |
| * Generalized Time parser and tests, for use in krbPasswordExpirationKevin McCarthy2007-09-042-0/+195
| |
* | Better file parsing routines,Simo Sorce2007-09-062-155/+385
|/ | | | | also switch to recreate ldap.conf and krb5.conf from scratch on clients, avoid nasty failures in case the original files contained strange directives
* merge ipa-server/ipaserver/util.py into ipa-python/ipautil.pySimo Sorce2007-09-045-84/+66
| | | | this way freeipa-client does not depend on freeipa-server
* Merge with upstreamSimo Sorce2007-09-0417-80/+1418
|\
| * Add account deactivation checkbox.Kevin McCarthy2007-08-318-7/+59
| | | | | | | | Fix genModList to lowercase all keys and use CIDict.
| * Add 'test' target to makefiles. Hook up ipautil tests to run.Kevin McCarthy2007-09-046-2/+26
| |
| * Add auto-suggest for uid and email fields.Kevin McCarthy2007-08-305-71/+181
| |
| * Add scriptaculous effects library (will add more if they become necessary).Kevin McCarthy2007-08-302-0/+1152
| | | | | | | | Scriptaculous <http://script.aculo.us/> is released under an MIT license.