summaryrefslogtreecommitdiffstats
path: root/ipa-server
Commit message (Expand)AuthorAgeFilesLines
* Fix the case where domain != lower(REALM)Simo Sorce2008-05-293-9/+12
* Set default logging level to INFO (still logs to Apache)Rob Crittenden2008-05-282-24/+63
* Use a value that is explicitly 64bit on all architecturesSimo Sorce2008-05-231-13/+13
* Move admin into cn=users,cn=accountsSimo Sorce2008-05-233-5/+5
* Don't make the rpm %post fail just because the server has never beenSimo Sorce2008-05-221-1/+1
* Fix up function return values so we can return 1 on an installation error.Rob Crittenden2008-05-221-14/+13
* Move non-user-configurable configuration elements to TurboGears app.cfg file.Rob Crittenden2008-05-223-31/+58
* Fix testing for asprintf errors, we need to test the return value asSimo Sorce2008-05-221-50/+41
* Only ask the user to install bind.Martin Nagy2008-05-221-1/+1
* Change file mode of log files to 600.Martin Nagy2008-05-201-0/+2
* Ensure hostnames are lower during installation and when adding service princsRob Crittenden2008-05-202-14/+30
* Remove broken link for IE configuration and replace sample domain/realm. Also...Rob Crittenden2008-05-201-4/+7
* Add validators.py to the list of files.Rob Crittenden2008-05-201-0/+1
* Do uniqueness check on phone numbers and cn entered via the UI.Rob Crittenden2008-05-203-4/+80
* Don't pass the Directory Manager password on the command-line to ldapmodify.Rob Crittenden2008-05-192-8/+23
* Use split instead of find as split does not fail to provide a completeSimo Sorce2008-05-153-3/+3
* detect failure to write ipa_kpasswd.pid fileJim Meyering2008-05-151-7/+12
* remove useless if-before-free testsJim Meyering2008-05-152-28/+16
* * ipa_pwd_extop.c (encrypt_encode_key): Handle malloc failure.Jim Meyering2008-05-151-0/+5
* If there is an error we need to send back a reply ourselves.Simo Sorce2008-05-151-2/+11
* For some unknown reason the sort control returns values sorted in reverse.Simo Sorce2008-05-151-1/+3
* Implement checks to make sure we are not assigning a number that is in use.Simo Sorce2008-05-151-181/+455
* Don't ask the user again if he wants to replace bind configuration files if h...Martin Nagy2008-05-141-10/+1
* Fix typo, /etc/resolve.conf -> /etc/resolv.conf.Martin Nagy2008-05-141-10/+10
* Make sure all services are stopped during uninstall.Rob Crittenden2008-05-141-1/+3
* Enforce the maximum username length set by IPA PolicyRob Crittenden2008-05-141-0/+25
* Do a more thorough job of removing an existing DS instance.Rob Crittenden2008-05-131-0/+4
* The admin user doesn't have the inetorgperson objectclass so don't have a giv...Rob Crittenden2008-05-131-0/+10
* Display information on how to uninstall a partially installed server.Rob Crittenden2008-05-091-4/+10
* Include information on where to look if a hostname resolves to localhost.Rob Crittenden2008-05-091-1/+1
* Return better ewrror message that gives a hint about who actually returned itSimo Sorce2008-05-081-9/+6
* Detect existing DS instances and prompt for removal during replica install.Rob Crittenden2008-05-081-0/+32
* Add missing colon to function definition that broke the buildRob Crittenden2008-05-081-1/+1
* Add a version API to the server so it knows what version it is.Rob Crittenden2008-05-088-14/+47
* Don't allow the IPA server service principals to be removed.Rob Crittenden2008-05-081-0/+3
* Don't prompt for confirmation of DM password when installing a replica.Rob Crittenden2008-05-082-4/+12
* Second half of the redoing how the version is managed.Rob Crittenden2008-05-073-0/+10
* Indent the plugin accordingly to our style guidelines.Simo Sorce2008-05-071-802/+758
* Refine our web space some more so that everything we reference is in /ipaRob Crittenden2008-05-0711-46/+170
* Redo the way versioning works in freeIPA.Rob Crittenden2008-05-052-350/+0
* This patch begins the process of replacing OpenLDAP with mozldap.W. Michael Petullo2008-05-015-54/+60
* Fix ownership of the Apache NSS cert and key databases.Rob Crittenden2008-04-301-0/+10
* Fix the client-side search size limit.Rob Crittenden2008-04-252-25/+25
* Make sure recent ldapmodify tool (as in F9) do not complain by splitting theSimo Sorce2008-04-251-0/+5
* Add nfs as a service principal type.Rob Crittenden2008-04-231-0/+1
* Don't let a user change their own uid. Fix some related errors if they try.Rob Crittenden2008-04-232-3/+8
* Don't allow a replica to prepare a replica for itself.Rob Crittenden2008-04-231-0/+3
* Fixed various memory leaks in memberOf plug-in.Nathan Kinder2008-04-221-2/+9
* Become version 1.0.0release-1-0-0Rob Crittenden2008-04-164-4/+16
* Catch all errors when obtaining an LDAP connection.Rob Crittenden2008-04-151-0/+2