Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | imported patch freeipa-require-python-krbv.patch | Mark McLoughlin | 2008-02-21 | 2 | -2/+2 |
| | |||||
* | Cleanup freeipa-python requires | Mark McLoughlin | 2008-02-21 | 2 | -8/+2 |
| | | | | | | | | | | | | | | | | We don't need the elaborate python requires, since a requires for e.g. "python-abi = 2.5" is automatically added. We also don't need the elaborate build requires, since all it does is query the currently installed version of python and require that you have it's appropriate python-devel installed. But if python-devel is installed at all, this should hold true. (Also, IMHO the .spec files should be removed from mercurial since they are automatically generated) Signed-off-by: Mark McLouglin <markmc@redhat.com> | ||||
* | Create repodata during "make dist" | Mark McLoughlin | 2008-02-21 | 1 | -1/+4 |
| | | | | | | | | | | This patch just makes "make dist" build the yum repodata. Note, that since the repodata is at the toplevel, if this dist/ dir is uploaded to freeipa.org/downloads, people's yum configs will continue to work. Signed-off-by: Mark McLoughlin <markmc@redhat.com> | ||||
* | Handle selinux failure | Karl MacMillan | 2007-10-24 | 1 | -1/+10 |
| | | | | Ignore errors if setsebool fails and print a warning. | ||||
* | Print warning about NTP | Karl MacMillan | 2007-10-22 | 2 | -0/+44 |
| | | | | | | | | | | | | After looking into setting up ntpd on the IPA servers I decided it was better just to warn admins. There are just too many valid setups for time synchronization for us to try to get this right. Additionally, just installing ntp and accepting the default config will result in a configuration that is perfectly valid for IPA. This patch checks if ntpd is running and suggests enabling it if it is not - for client and server. It also adds some suggested next steps to the server installation. | ||||
* | Add dependency on python-krbV | Rob Crittenden | 2007-10-24 | 2 | -4/+10 |
| | |||||
* | Command-line delegation tools with man pages | Rob Crittenden | 2007-10-24 | 8 | -0/+641 |
| | |||||
* | Fix devel mode for the webgui. | Kevin McCarthy | 2007-10-23 | 1 | -3/+2 |
| | |||||
* | Add an LDAP attribute -> label mapping function to XML-RPC layer | Rob Crittenden | 2007-10-22 | 8 | -28/+112 |
| | | | | Move some ACI functions around in preparation for cli delegation | ||||
* | update_user and update_group need to be defined differently in order | Rob Crittenden | 2007-10-22 | 1 | -2/+6 |
| | | | | to be available to the XML-RPC interface | ||||
* | Add add/edit/show for manager and secretary fields. | Kevin McCarthy | 2007-10-19 | 9 | -24/+293 |
| | |||||
* | Remove dependency between ipa-pyton and ipa-server | Karl MacMillan | 2007-10-19 | 2 | -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 McCarthy | 2007-10-18 | 5 | -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 when | Rob Crittenden | 2007-10-19 | 2 | -4/+12 |
| | | | | using mod_nss with mod_proxy. | ||||
* | Require SSL for the XML-RPC interface | Rob Crittenden | 2007-10-19 | 4 | -2/+53 |
| | |||||
* | Remove the use of uuid in the directory server instance name. | Karl MacMillan | 2007-10-19 | 1 | -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 McCarthy | 2007-10-19 | 3 | -33/+35 |
| | |||||
* | Add a flash message to the top of the page when there are validation errors. | Kevin McCarthy | 2007-10-19 | 3 | -5/+22 |
| | |||||
* | Add exception template. | Karl MacMillan | 2007-10-19 | 1 | -0/+1 |
| | |||||
* | Add an exception/error handler to the web gui. | Kevin McCarthy | 2007-10-18 | 2 | -0/+92 |
| | |||||
* | Actually return a value to the shell | Rob Crittenden | 2007-10-19 | 9 | -9/+18 |
| | |||||
* | Make distclean work again | Rob Crittenden | 2007-10-19 | 2 | -2/+4 |
| | |||||
* | Fix build issues related to the autotools conversion | Rob Crittenden | 2007-10-18 | 4 | -0/+9 |
| | |||||
* | Print traceback to the install log on unexpected error. | Karl MacMillan | 2007-10-18 | 1 | -2/+8 |
| | |||||
* | Add httpinstance.py | Rob Crittenden | 2007-10-18 | 1 | -0/+1 |
| | |||||
* | Correct PACKAGE in ipa-client/autogen.sh. | Karl MacMillan | 2007-10-18 | 1 | -1/+1 |
| | |||||
* | Fix autogen.sh to correctly compare versions and removed .la files from ↵ | Karl MacMillan | 2007-10-18 | 4 | -39/+85 |
| | | | | packages. | ||||
* | Add logger objects to each controller. | Kevin McCarthy | 2007-10-17 | 7 | -9/+26 |
| | | | | Fix up the config settings for logging. | ||||
* | Merge with head. | Karl MacMillan | 2007-10-18 | 6 | -13/+32 |
|\ | |||||
| * | Sort users by last name. Make labeleduri a link. | Kevin McCarthy | 2007-10-17 | 2 | -5/+7 |
| | | |||||
| * | Add print media CSS. Rename delegation edit button to 'update'. | Kevin McCarthy | 2007-10-17 | 5 | -8/+25 |
| | | |||||
* | | Additional build fixes from autoconf merge. | Karl MacMillan | 2007-10-18 | 8 | -18/+41 |
| | | |||||
* | | Fix small error in top-level makefile. | Karl MacMillan | 2007-10-18 | 1 | -2/+2 |
| | | |||||
* | | Fix build from autoconf patch import. | Karl MacMillan | 2007-10-18 | 14 | -17/+35 |
|/ | |||||
* | Autotool ipa-client - patch from William Jon McCann <mccann@jhu.edu> | Karl MacMillan | 2007-10-17 | 10 | -47/+380 |
| | |||||
* | Merge. | Karl MacMillan | 2007-10-17 | 8 | -30/+125 |
|\ | |||||
| * | patch queue: jslint_fixes.patch | Kevin McCarthy | 2007-10-16 | 2 | -4/+4 |
| | | |||||
| * | Remove coffee-spewing color from delete button. Adjust nav-link and size. | Kevin McCarthy | 2007-10-16 | 2 | -4/+3 |
| | | |||||
| * | Adds deletion for delegations. | Kevin McCarthy | 2007-10-16 | 3 | -0/+68 |
| | | | | | | | | The deletion is only triggered via javascript, so they must hit confirm. | ||||
| * | Fixes to acilist: make use POST, use field labels. | Kevin McCarthy | 2007-10-15 | 4 | -19/+33 |
| | | |||||
| * | Fix for when there's a single ACI. | Kevin McCarthy | 2007-10-15 | 1 | -0/+4 |
| | | |||||
| * | Fix list delegations to show field labels. | Kevin McCarthy | 2007-10-15 | 3 | -2/+13 |
| | | | | | | | | Also fix script tags on delegateform.kid. | ||||
| * | Rename delegatenewform to delegateform. | Kevin McCarthy | 2007-10-15 | 2 | -2/+1 |
| | | |||||
* | | Autotool ipa-server - patch from William Jon McCann <mccann@jhu.edu>. | Karl MacMillan | 2007-10-17 | 41 | -241/+1103 |
|/ | |||||
* | Fix build issues by combining patches submitted by Michael Gregg and | Rob Crittenden | 2007-10-17 | 9 | -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 MacMillan | 2007-10-16 | 4 | -34/+97 |
| | |||||
* | Better handling of IPv4/IPv6 sockets in ipa-kpasswd | Simo Sorce | 2007-10-12 | 1 | -132/+82 |
| | | | | Tested with UDP and works | ||||
* | Add unique exit status to the ipa-find* tools when nothing is found | Rob Crittenden | 2007-10-16 | 4 | -4/+12 |
| | |||||
* | First step in enabling SSL in the IPA web server | Rob Crittenden | 2007-10-15 | 4 | -3/+84 |
| | |||||
* | Add option -a to print all attributes | Rob Crittenden | 2007-10-11 | 1 | -5/+38 |
| | | | | | Make sure we don't print out binary data Remvoe any trailing white space when printing to avoid extra newlines |