Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge conflicts between rob and kevin patches | Simo Sorce | 2007-09-20 | 23 | -64/+1913 |
|\ | |||||
| * | Add password changing call to web gui. | Kevin McCarthy | 2007-09-19 | 1 | -3/+18 |
| | | |||||
| * | Handle add/remove failures a little bit better. | Kevin McCarthy | 2007-09-19 | 2 | -18/+31 |
| | | | | | | | | | | Still some refinements that can be done, but at least it shows the failures now. | ||||
| * | Implement asynchronous search for groups. | Kevin McCarthy | 2007-09-19 | 5 | -20/+70 |
| | | | | | | | | Use the filter generation code to search on multiple fields. | ||||
| * | Add client-side search limit parameter for user search. | Kevin McCarthy | 2007-09-18 | 7 | -17/+32 |
| | | | | | | | | | | Limit editgroup user ajax search. Minor UI cleanup for editgroup. | ||||
| * | Fixes to the edit protected checkbox. | Kevin McCarthy | 2007-09-18 | 7 | -11/+40 |
| | | | | | | | | | | - Make checkbox sticky on round trips - Make required fields validate when checkbox is checked. | ||||
| * | Prevent members from being added added twice. | Kevin McCarthy | 2007-09-17 | 2 | -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 McCarthy | 2007-09-17 | 2 | -12/+65 |
| | | |||||
| * | patch queue: groupmember.patch | Kevin McCarthy | 2007-09-14 | 6 | -30/+331 |
| | | |||||
| * | Adding sort images. | Kevin McCarthy | 2007-09-13 | 2 | -0/+0 |
| | | |||||
| * | Group edit page | Kevin McCarthy | 2007-09-12 | 8 | -9/+279 |
| | | |||||
| * | Add group screen. More to come... | Kevin McCarthy | 2007-09-11 | 6 | -7/+172 |
| | | |||||
| * | Small fixes to proxyprovider. | Kevin McCarthy | 2007-09-11 | 1 | -7/+7 |
| | | |||||
| * | Adds javascript table sorting for user results | Kevin McCarthy | 2007-09-13 | 3 | -2/+887 |
| | | | | | | | | Adds tablekit: http://www.millstream.com.au/view/code/tablekit/ licensed under MIT. | ||||
* | | Use ticket forwarding with TurboGears. mod_proxy forwards the principal | rcritten@redhat.com | 2007-09-14 | 7 | -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 password | rcritten@redhat.com | 2007-09-11 | 6 | -11/+72 |
|/ | | | | Remove some unused calls to retrieve the current realm | ||||
* | Better way to ask for the Realm name, with implicit default | Simo Sorce | 2007-09-12 | 1 | -16/+10 |
| | |||||
* | Add confirmation when asking un-echoed passwords | Simo Sorce | 2007-09-12 | 1 | -3/+27 |
| | |||||
* | Avoid showing passwords. | Simo Sorce | 2007-09-12 | 1 | -3/+4 |
| | | | | Patch from William Jon McCann <mccann@jhu.edu> | ||||
* | In the TCP case there is an extra (redundant) lenght | Simo Sorce | 2007-09-12 | 5 | -8/+16 |
| | | | | field before the packet data, address the problem. | ||||
* | Enable mod_proxy to sit in front of TurboGears and pass along the | rcritten | 2007-09-10 | 9 | -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 McCarthy | 2007-09-10 | 6 | -5/+66 |
| | | | | (Password updating still doesn't work due to ACI though) | ||||
* | Overwrite ldappwd file to fix bug when reinstalling IPA. | Karl MacMillan | 2007-09-11 | 1 | -1/+1 |
| | |||||
* | Reset version numbers for next milestone. | Karl MacMillan | 2007-09-10 | 4 | -7/+7 |
| | |||||
* | Added tag milestone_3 for changeset d3a37950495c | Karl MacMillan | 2007-09-10 | 1 | -0/+1 |
| | |||||
* | Update version numbers for release.milestone_3 | Karl MacMillan | 2007-09-10 | 6 | -8/+14 |
| | |||||
* | Fix duplicate entry error to be more descriptive. | Kevin McCarthy | 2007-09-07 | 4 | -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 README | Kevin McCarthy | 2007-09-07 | 1 | -0/+7 |
| | |||||
* | Reference the interactive method by default | Simo Sorce | 2007-09-07 | 1 | -2/+4 |
| | |||||
* | Merging with upstream | Simo Sorce | 2007-09-07 | 28 | -194/+1883 |
|\ | |||||
| * | Add group command-line tools to the Makefile | rcritten@redhat.com | 2007-09-07 | 2 | -8/+41 |
| | | | | | | | | Updated installation instructions | ||||
| * | small release fixes: | Kevin McCarthy | 2007-09-07 | 2 | -3/+3 |
| | | | | | | | | | | - Make password not required for add person - Fix for searching on '*' or '' | ||||
| * | Password changes: | Kevin McCarthy | 2007-09-06 | 5 | -11/+66 |
| | | | | | | | | | | - remove password generator button - add confirm password field | ||||
| * | Better file parsing routines, | Simo Sorce | 2007-09-06 | 2 | -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 MacMillan | 2007-09-07 | 1 | -1/+1 |
| | | |||||
| * | Add search box in header. | Kevin McCarthy | 2007-09-06 | 7 | -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 MacMillan | 2007-09-07 | 2 | -0/+2 |
| | | |||||
| * | Small UI tweeks | Kevin McCarthy | 2007-09-05 | 6 | -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 McCarthy | 2007-09-05 | 7 | -0/+75 |
| | | | | | | | | | | Add userhelper module to provide ui logic. Fix uid/email suggest to lowercase first. | ||||
| * | Fix dsinstance.py and krbinstance.py imports | Kevin McCarthy | 2007-09-06 | 2 | -2/+2 |
| | | |||||
| * | Enable LDAP SASL authentication using a forwarded kerberos ticket | rcritten@redhat.com | 2007-09-05 | 5 | -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 ups | Pete Rowley | 2007-09-04 | 4 | -1/+1222 |
| | | |||||
| * | Generalized Time parser and tests, for use in krbPasswordExpiration | Kevin McCarthy | 2007-09-04 | 2 | -0/+195 |
| | | |||||
* | | Better file parsing routines, | Simo Sorce | 2007-09-06 | 2 | -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.py | Simo Sorce | 2007-09-04 | 5 | -84/+66 |
| | | | | this way freeipa-client does not depend on freeipa-server | ||||
* | Merge with upstream | Simo Sorce | 2007-09-04 | 17 | -80/+1418 |
|\ | |||||
| * | Add account deactivation checkbox. | Kevin McCarthy | 2007-08-31 | 8 | -7/+59 |
| | | | | | | | | Fix genModList to lowercase all keys and use CIDict. | ||||
| * | Add 'test' target to makefiles. Hook up ipautil tests to run. | Kevin McCarthy | 2007-09-04 | 6 | -2/+26 |
| | | |||||
| * | Add auto-suggest for uid and email fields. | Kevin McCarthy | 2007-08-30 | 5 | -71/+181 |
| | | |||||
| * | Add scriptaculous effects library (will add more if they become necessary). | Kevin McCarthy | 2007-08-30 | 2 | -0/+1152 |
| | | | | | | | | Scriptaculous <http://script.aculo.us/> is released under an MIT license. |