Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added tag milestone_4_1 for changeset 77f4aaa4e4bd | Karl MacMillan | 2007-11-01 | 1 | -0/+1 |
| | |||||
* | Removed tag mileston_4_1milestone_4_1 | Karl MacMillan | 2007-11-01 | 1 | -0/+1 |
| | |||||
* | Added tag mileston_4_1 for changeset bda291e79a4f | Karl MacMillan | 2007-11-01 | 1 | -0/+1 |
| | |||||
* | Bump versions for release. | Karl MacMillan | 2007-11-01 | 11 | -24/+44 |
| | |||||
* | Properly increment kvno and keep recent key material around | Simo Sorce | 2007-10-31 | 1 | -13/+162 |
| | | | | | | This is necessary for services that need to be able to respond to requests from client that acquired a service ticket just before a password change. | ||||
* | Remove multi-value set/add in ipa-usermod. | Karl MacMillan | 2007-10-31 | 1 | -8/+7 |
| | | | | | Calling --add multiple times will accomplish the same thing without the need for handling splits on ",". | ||||
* | Rename memberOf to group_members in xml-rpc interface. | Karl MacMillan | 2007-10-31 | 6 | -9/+9 |
| | |||||
* | Allow set/add/del to be called multiple times. | Karl MacMillan | 2007-10-31 | 1 | -17/+34 |
| | | | | | | Allow the --set/add/del options to be called multiple times during the same invocation. Also add more robust checking of errors. | ||||
* | Have the GUI use memberOf() instead of looping through the member DNs | Rob Crittenden | 2007-10-31 | 2 | -26/+13 |
| | | | | Fix a bug in the local transport version of memberOf() | ||||
* | Add memberOf API call to the XML-RPC interface | Rob Crittenden | 2007-10-30 | 5 | -1/+72 |
| | | | | Make find-groups use memberOf to have a prettier dispaly of members | ||||
* | Allow adding, setting, deleting arbitrary attributes | Rob Crittenden | 2007-10-31 | 1 | -4/+30 |
| | |||||
* | Add user self service aci | Pete Rowley | 2007-10-29 | 1 | -0/+1 |
| | |||||
* | Update server deps to include acl and freeipa-admintools. | Karl MacMillan | 2007-10-31 | 2 | -4/+10 |
| | |||||
* | Add inetUser to the admin user so memberOf will work | Rob Crittenden | 2007-10-30 | 1 | -0/+1 |
| | |||||
* | Create LDAP indeces on installation for fields the web GUI searches against | Rob Crittenden | 2007-10-30 | 3 | -0/+72 |
| | |||||
* | Install the delegation tools | Rob Crittenden | 2007-10-29 | 1 | -0/+5 |
| | |||||
* | Fix minor spelling issue | Rob Crittenden | 2007-10-29 | 2 | -4/+2 |
| | |||||
* | Create configuration for MIT Windows kerberos client and install into | Rob Crittenden | 2007-10-29 | 6 | -1/+47 |
| | | | | | http://hostname/config so users can point their MIT client at the IPA server and automatically fetch the configuration. | ||||
* | Add delete user and group to webgui. | Kevin McCarthy | 2007-10-23 | 7 | -12/+100 |
| | | | | NOTE: this doesn't handle referential integrity. | ||||
* | Set the user password when adding a user | Rob Crittenden | 2007-10-26 | 1 | -2/+11 |
| | |||||
* | Rename the form fields parameter to be clearer: | Kevin McCarthy | 2007-10-25 | 8 | -250/+250 |
| | | | | | | user -> user_fields group -> group_fields delegate -> delegate_fields | ||||
* | webgui side of custom fields. | Kevin McCarthy | 2007-10-24 | 5 | -2/+96 |
| | |||||
* | Fix host_name buglet in ipa-server-install | Mark McLoughlin | 2008-02-21 | 1 | -5/+5 |
| | | | | | | | | | | | | This patch fixes a couple of buglets with read_ip_address(): 1) It writes host_name to /etc/hosts, but isn't currently being passed host_name 2) It doesn't return the IP address even though the caller expects it Signed-off-by: Mark McLoughlin <markmc@redhat.com> | ||||
* | Change the layout of the dist dir | Mark McLoughlin | 2008-02-21 | 1 | -21/+27 |
| | | | | | | | Rather than lumping everything together into the dist/ dir, this patch separates them out into sources/, rpms/ and srpms/. Signed-off-by: Mark McLoughlin <markmc@redhat.com> | ||||
* | 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 |
| |