summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-194-7/+52
* Fix syntax errorSimo Sorce2008-09-181-4/+4
* We were assuming that, if the realm was correct then also theSimo Sorce2008-09-181-9/+6
* Remove reference to very unlikely service examples that are notSimo Sorce2008-09-182-7/+1
* Restart httpd and dirsrv services after yum upgrade.Martin Nagy2008-09-171-10/+7
* Don't try to discover servers if we specified them on command line.Martin Nagy2008-09-171-16/+22
* Add standard override options to ipa-replica-prepareMartin Nagy2008-09-171-5/+3
* Move the bulk of ipa-ldap-updater into a python library.Rob Crittenden2008-09-174-529/+570
* Run the LDAP updater at the end of the installation process.Rob Crittenden2008-09-174-1/+36
* Allow passwords to work without a tty ala: echo password | some_programRob Crittenden2008-09-171-2/+8
* Add more development packages to test forRob Crittenden2008-09-121-2/+41
* Sort updates by DN length and by default process all files in the updates dir.Rob Crittenden2008-09-124-23/+157
* Update files for the schema compatibility plugin and RFC4876 profilesRob Crittenden2008-09-129-29/+366
* Tool for doing configuration updates over LDAPRob Crittenden2008-09-125-1/+559
* The True/False logic was reversed, so "no" meant remove the existing instanceRob Crittenden2008-09-121-1/+1
* Fix error where usage wasn't being updated properlyRob Crittenden2008-09-121-1/+1
* Fix spelling.Martin Nagy2008-09-121-1/+1
* Fix the -G option of ipa-adduser. Don't add the user if one of the groups doe...Martin Nagy2008-09-111-11/+28
* Ignore GSS exception when iterating through server list. Fixes: 459864Martin Nagy2008-09-111-0/+2
* Try servers from ipa.conf even if we specified them on the command line.Martin Nagy2008-09-111-3/+2
* More strict input checks in ipa-pwpolicy and return non-zero when unsuccessfu...Martin Nagy2008-09-111-7/+7
* Rework config.py and change cli tools. Maintain order of IPA servers from com...Martin Nagy2008-09-1132-442/+376
* Add script to simplify operations to fix CVE 2008 3274Simo Sorce2008-09-103-0/+521
* CVE 2008 3274 related fixesSimo Sorce2008-09-102-3/+9
* Add a tool to change the kerberos Master Key in case an admin wants to.Simo Sorce2008-09-102-0/+382
* Retrieve the kerberos configuration every time a new, it will be a bit slowerSimo Sorce2008-09-101-252/+234
* Display name as separate attributes instead of showing common name.Rob Crittenden2008-08-222-2/+17
* Add options to display a subset of delegations and return 2 if none are found.Rob Crittenden2008-08-221-16/+31
* Add 2 features to ipa-getkeytab:Simo Sorce2008-08-211-195/+443
* Minor bugs found while testing stuff.Simo Sorce2008-08-212-1/+2
* Limit the mod_rewrite rules to just /ipaRob Crittenden2008-08-211-4/+4
* Add tool to manage IPA Search and User policyRob Crittenden2008-08-205-2/+255
* Fix segfault cause by empty target entrySimo Sorce2008-08-191-3/+22
* Create temporary files used in self-signed cert requests in a temporary direc...Rob Crittenden2008-08-151-2/+8
* Comment out code that generates keys with a random salt, apparently this does...Simo Sorce2008-08-151-0/+4
* Delete old mercurial files.Martin Nagy2008-08-153-71/+0
* When installing with an IPA-created CA generate the Firefox autoconfiguration...Rob Crittenden2008-08-141-2/+2
* Make Proxy directive wildcard match more specific so we can play nicer with o...Rob Crittenden2008-08-141-3/+3
* Fix some copy/paste and other syntax errors from the validators commit.Rob Crittenden2008-08-142-5/+4
* Fix usage of mozldap libraries,Simo Sorce2008-08-132-2/+2
* Remove unused stuff.Simo Sorce2008-08-131-2/+1
* apparently the "configure" target is never usedSimo Sorce2008-08-131-4/+0
* Install the ca.crt file early on so that we can always enforce SSLSimo Sorce2008-08-133-22/+27
* Implement password operation checks and key material generation for theSimo Sorce2008-08-121-93/+1018
* Fix versioning for configure.ac and ipa-python/setup.pySimo Sorce2008-08-1121-45/+78
* Used the encrypt_file and decrypt_file utility functions to encrypt replicaSimo Sorce2008-08-112-22/+60
* Add encrypt_file and decrypt_file utility functions.Simo Sorce2008-08-112-2/+65
* Use larger set from which to choose chars for random passwords.Simo Sorce2008-08-112-5/+3