summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add logger objects to each controller.Kevin McCarthy2007-10-177-9/+26
* Merge with head.Karl MacMillan2007-10-186-13/+32
|\
| * Sort users by last name. Make labeleduri a link.Kevin McCarthy2007-10-172-5/+7
| * Add print media CSS. Rename delegation edit button to 'update'.Kevin McCarthy2007-10-175-8/+25
* | Additional build fixes from autoconf merge.Karl MacMillan2007-10-188-18/+41
* | Fix small error in top-level makefile.Karl MacMillan2007-10-181-2/+2
* | Fix build from autoconf patch import.Karl MacMillan2007-10-1814-17/+35
|/
* Autotool ipa-client - patch from William Jon McCann <mccann@jhu.edu>Karl MacMillan2007-10-1710-47/+380
* Merge.Karl MacMillan2007-10-178-30/+125
|\
| * patch queue: jslint_fixes.patchKevin McCarthy2007-10-162-4/+4
| * Remove coffee-spewing color from delete button. Adjust nav-link and size.Kevin McCarthy2007-10-162-4/+3
| * Adds deletion for delegations.Kevin McCarthy2007-10-163-0/+68
| * Fixes to acilist: make use POST, use field labels.Kevin McCarthy2007-10-154-19/+33
| * Fix for when there's a single ACI.Kevin McCarthy2007-10-151-0/+4
| * Fix list delegations to show field labels.Kevin McCarthy2007-10-153-2/+13
| * Rename delegatenewform to delegateform.Kevin McCarthy2007-10-152-2/+1
* | Autotool ipa-server - patch from William Jon McCann <mccann@jhu.edu>.Karl MacMillan2007-10-1741-241/+1103
|/
* Fix build issues by combining patches submitted by Michael Gregg andRob Crittenden2007-10-179-38/+46
* Use setup.py for ipa-python from William Jon McCann <mccann@jhu.edu>.Karl MacMillan2007-10-164-34/+97
* Better handling of IPv4/IPv6 sockets in ipa-kpasswdSimo Sorce2007-10-121-132/+82
* Add unique exit status to the ipa-find* tools when nothing is foundRob Crittenden2007-10-164-4/+12
* First step in enabling SSL in the IPA web serverRob Crittenden2007-10-154-3/+84
* Add option -a to print all attributesRob Crittenden2007-10-111-5/+38
* First draft of man pages for the admin toolsRob Crittenden2007-10-1113-2/+433
* Enabled memberof pluginRob Crittenden2007-10-162-0/+14
* Add basic delegation editing.Kevin McCarthy2007-10-157-36/+170
* Creates an update_entry api call, aliases update_user and update_group to it.Kevin McCarthy2007-10-155-8/+28
* Adds delegation listing and creation to the GUI.Kevin McCarthy2007-10-1216-10/+625
* Verify that the LDAP ports are available during installation.Rob Crittenden2007-10-151-0/+44
* Remove buggy connection caching. Create a new connection for each LDAPRob Crittenden2007-10-121-36/+7
* Fix make (local-)distSimo Sorce2007-10-122-2/+2
* Don't print error on fresh installSimo Sorce2007-10-121-3/+5
* Add inetUser objectclass. Remove test-users ldif.Kevin McCarthy2007-10-113-34/+5
* This is a really simple (and dumb) ACI parser for the ACI's weKevin McCarthy2007-10-112-0/+211
* Refactor the __get_entry into __get_base_entry and __get_sub_entry().Kevin McCarthy2007-10-111-11/+31
* Merge.Karl MacMillan2007-10-099-106/+80
|\
| * Combine get_user/group by dn/cn into get_entry_by_cn/dn.Kevin McCarthy2007-10-099-106/+80
* | Karl MacMillan wrote:Karl MacMillan2007-10-0916-87/+72
|/
* Fix the webgui to allocate a new IPAClient for each request.Kevin McCarthy2007-10-083-26/+40
* DELETEs have to come first, in order for "case change" operations to work.Kevin McCarthy2007-10-081-2/+2
* Small group fixes: remove index, change to use hidden_fields (like UserFields)Kevin McCarthy2007-10-083-20/+10
* Several escaping fixes:Kevin McCarthy2007-10-052-5/+10
* Hi,Karl MacMillan2007-10-091-194/+241
* New LDAP connection pool that does lockingRob Crittenden2007-10-082-25/+64
* Fix for Internet Explorer, which is picky about commas.Kevin McCarthy2007-10-051-1/+1
* On 10/4/07, Rob Crittenden <rcritten@redhat.com> wrote:Karl MacMillan2007-10-081-6/+17
* Split the controllers out into separate user and group controllers.Kevin McCarthy2007-10-0420-975/+1021
* Fix the autosuggest ordering so faster operations go first.Kevin McCarthy2007-10-041-20/+20
* patch queue: admin_account_fix.patchKevin McCarthy2007-10-041-1/+1
* Fixes none values in first/last name to display properly.Kevin McCarthy2007-10-044-6/+7