summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update_user and update_group need to be defined differently in orderRob Crittenden2007-10-221-2/+6
| | | | to be available to the XML-RPC interface
* Add add/edit/show for manager and secretary fields.Kevin McCarthy2007-10-199-24/+293
|
* Remove dependency between ipa-pyton and ipa-serverKarl MacMillan2007-10-192-9/+8
| | | | | | | Current ipa-python imports and calls code from ipaserver (which is in the ipa-server package). This makes it impossible to use the admin tools or the ipa-python package on a system without the server bits installed. This fixes that in a fairly minimal way.
* Finish the email autosuggest.Kevin McCarthy2007-10-185-28/+49
| | | | | For now I've added a new API call. The field-specific searching is a ways off.
* Require mod_nss-1.0.7-2 or higher. This version fixes an issue whenRob Crittenden2007-10-192-4/+12
| | | | using mod_nss with mod_proxy.
* Require SSL for the XML-RPC interfaceRob Crittenden2007-10-194-2/+53
|
* Remove the use of uuid in the directory server instance name.Karl MacMillan2007-10-191-13/+1
| | | | | | | The use of a uuid for the DS instance name is overkill and it is a real pain. This patch will use ipa-realm-name instead (resulting in something like slapd-EXAMPLE-COM). All periods are converted to "-" because the DS can't handle periods in server ids.
* Fix HTML errors on empty fields. Move roomnumber to address section.Kevin McCarthy2007-10-193-33/+35
|
* Add a flash message to the top of the page when there are validation errors.Kevin McCarthy2007-10-193-5/+22
|
* Add exception template.Karl MacMillan2007-10-191-0/+1
|
* Add an exception/error handler to the web gui.Kevin McCarthy2007-10-182-0/+92
|
* Actually return a value to the shellRob Crittenden2007-10-199-9/+18
|
* Make distclean work againRob Crittenden2007-10-192-2/+4
|
* Fix build issues related to the autotools conversionRob Crittenden2007-10-184-0/+9
|
* Print traceback to the install log on unexpected error.Karl MacMillan2007-10-181-2/+8
|
* Add httpinstance.pyRob Crittenden2007-10-181-0/+1
|
* Correct PACKAGE in ipa-client/autogen.sh.Karl MacMillan2007-10-181-1/+1
|
* Fix autogen.sh to correctly compare versions and removed .la files from ↵Karl MacMillan2007-10-184-39/+85
| | | | packages.
* Add logger objects to each controller.Kevin McCarthy2007-10-177-9/+26
| | | | Fix up the config settings for logging.
* 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
| | | | | | | | The deletion is only triggered via javascript, so they must hit confirm.
| * 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
| | | | | | | | Also fix script tags on delegateform.kid.
| * 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
| | | | | Karl MacMillan Remove #!/usr/bin/python from many files to quiet rpmlint
* 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
| | | | Tested with UDP and works
* 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
| | | | | Make sure we don't print out binary data Remvoe any trailing white space when printing to avoid extra newlines
* 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
| | | | request.
* Fix make (local-)distSimo Sorce2007-10-122-2/+2
|
* Don't print error on fresh installSimo Sorce2007-10-121-3/+5
|