summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipaserver
Commit message (Expand)AuthorAgeFilesLines
* wait for sync agreement to be ready before startingRich Megginson2008-11-131-0/+45
* Create a user for Windows PassSync and grant password changing permissionsRob Crittenden2008-11-121-0/+38
* Fix deleting a winsync replication agreement.Rob Crittenden2008-11-121-6/+24
* Use the local connection when getting a replication ID for winsync.Rob Crittenden2008-11-051-1/+5
* use ipautil.CalledProcessError instead of CalledProcessErrorRich Megginson2008-11-041-3/+3
* Ensure that every replica gets a unique replication ID. Otherwise changes won...Rob Crittenden2008-10-291-2/+46
* Fix error if more than one values is being set in an only. The first entry wa...Rob Crittenden2008-10-151-1/+1
* Don't try to conditionally stop the server - it doesn't seem to workRich Megginson2008-10-131-4/+1
* Add more winsync support to cliRich Megginson2008-10-131-1/+8
* add --no-host-dns option to ipa-server-install - allows specifying a hostname...Rich Megginson2008-10-131-1/+5
* Added support to IPA server install to install the winsync plugin configurati...Rich Megginson2008-10-133-19/+126
* Fix class declaration to work with Python 2.4Rob Crittenden2008-09-191-1/+1
* Fix architecture detection in ldapupdateMartin Nagy2008-09-191-5/+4
* Add detection to the update tool to detect when it would apply changes.Rob Crittenden2008-09-191-3/+43
* Fix syntax errorSimo Sorce2008-09-181-4/+4
* Move the bulk of ipa-ldap-updater into a python library.Rob Crittenden2008-09-173-18/+559
* Run the LDAP updater at the end of the installation process.Rob Crittenden2008-09-171-0/+20
* Allow passwords to work without a tty ala: echo password | some_programRob Crittenden2008-09-171-2/+8
* CVE 2008 3274 related fixesSimo Sorce2008-09-101-1/+7
* Minor bugs found while testing stuff.Simo Sorce2008-08-212-1/+2
* Create temporary files used in self-signed cert requests in a temporary direc...Rob Crittenden2008-08-151-2/+8
* Remove unused stuff.Simo Sorce2008-08-131-2/+1
* Install the ca.crt file early on so that we can always enforce SSLSimo Sorce2008-08-132-15/+9
* NSS 3.12 added a header to the certutil output we need to skipRob Crittenden2008-07-281-0/+3
* Move the self-signed CA serialno file to /var/lib/ipa to adhere to the FHSRob Crittenden2008-07-251-6/+8
* Rework the way SSL certificates are imported from PKCS#12 files.Rob Crittenden2008-07-144-15/+78
* When an LDAP connection fails, display the host one is trying to connect to.Rob Crittenden2008-06-091-2/+4
* Move version.py to the common ipa directory instead of being server-based so ...Rob Crittenden2008-06-032-26/+0
* Make check_inst() a standalone function in bindinstance.Rob Crittenden2008-05-301-8/+8
* Move admin into cn=users,cn=accountsSimo Sorce2008-05-231-1/+1
* Change file mode of log files to 600.Martin Nagy2008-05-201-0/+2
* 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-152-2/+2
* 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
* Do a more thorough job of removing an existing DS instance.Rob Crittenden2008-05-131-0/+4
* 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
* Add a version API to the server so it knows what version it is.Rob Crittenden2008-05-082-0/+26
* Don't prompt for confirmation of DM password when installing a replica.Rob Crittenden2008-05-081-2/+5
* Fix ownership of the Apache NSS cert and key databases.Rob Crittenden2008-04-301-0/+10
* Better detection of DS not starting.Rob Crittenden2008-04-141-3/+23
* Configure the ipa_pwd_extop plugin on replicas.Rob Crittenden2008-04-141-1/+4
* Use the same kpasswd.keytab on all replicas.Rob Crittenden2008-04-091-2/+7
* The kpasswd keytab must not be owned by the dirsrv user.Simo Sorce2008-04-081-2/+0
* Add missing start_creation() so the install process will get kicked off.Rob Crittenden2008-04-021-0/+1
* Sysrestore fixes.Simo Sorce2008-03-311-3/+8
* Better check for IPA nServer own address, avoid manually parsing /etc/hosts bySimo Sorce2008-03-301-36/+54
* Move sysrestore to ipa-python so it can be used by client scripts too.Simo Sorce2008-03-278-332/+130
* Properly detect when ports are available.Rob Crittenden2008-03-271-4/+3