summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix stupid typo in update filerelease-1-2-1Simo Sorce2008-12-031-1/+1
* Bump up the version number for a new releaseSimo Sorce2008-12-031-1/+1
* Change ipa-compat-manage to work on older python versions too. Break try,exce...Simo Sorce2008-12-031-36/+50
* One line fix for ipa-server spec fileSimo Sorce2008-12-031-0/+1
* Adding an index for memberuid. Alsthough we do not use this attribute, many c...Simo Sorce2008-12-022-0/+12
* Forgot to add ipa-compat-manage to the sbin programsSimo Sorce2008-12-021-0/+1
* Add man page for ipa-compat-manageSimo Sorce2008-12-022-0/+47
* Fix makefiles after schema compat changesSimo Sorce2008-12-023-2/+3
* Corrected usage messages and manpage to match the logic for the ipa-replica-m...Nathan Kinder2008-12-012-2/+2
* Fix typo, thanks to Michele for pointing it outSimo Sorce2008-12-011-1/+1
* Run updates on the replica too, otherwise changes to cn=config will be missing.Simo Sorce2008-12-011-0/+4
* Make sure the CA cert is copied to the replica, fail if no ca.crt is availabl...Simo Sorce2008-12-012-1/+16
* Add tool to enable or disable the schema compatibility pluginSimo Sorce2008-12-012-0/+157
* add passsync to ipa-replica-manage man pageRich Megginson2008-11-251-0/+3
* do not use ipaerror directly in ipa-replica-manage - use ldap exception insteadRich Megginson2008-11-251-1/+1
* Fix memleaks found by valgrindSimo Sorce2008-11-201-5/+17
* We must always zero out the target ientry unconditionally where it is usedSimo Sorce2008-11-201-14/+6
* Avoid potential crashbug on invalid DNs (not in the tree).Simo Sorce2008-11-191-25/+81
* Fix error in validation when editing new groups via the UIRob Crittenden2008-11-191-0/+2
* Fix a free before use bug, it may lead to crashes but usually just corruptsrelease-1-2-0Simo Sorce2008-11-141-3/+2
* This is not a git snapshotSimo Sorce2008-11-131-1/+1
* set winsync account disable sync default value to both instead of noneRich Megginson2008-11-131-1/+1
* Bump up version number to 1.2.0Simo Sorce2008-11-131-2/+2
* wait for sync agreement to be ready before startingRich Megginson2008-11-131-0/+45
* Fix appending to a multi-valued field.Rob Crittenden2008-11-121-1/+1
* Remove the column width from #details table.details tdRob Crittenden2008-11-121-1/+0
* Present a less-cryptic error if the replication agreement doesn't existRob Crittenden2008-11-121-1/+4
* Create a user for Windows PassSync and grant password changing permissionsRob Crittenden2008-11-122-2/+44
* Fix deleting a winsync replication agreement.Rob Crittenden2008-11-122-11/+32
* Make the list of users that can skip passwrod policies configurable.Simo Sorce2008-11-121-48/+105
* Make DNA work with internal operationsRich Megginson2008-11-101-3/+49
* 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
* Fix error in validation when adding new groups via the UIRob Crittenden2008-10-311-0/+2
* Install replication update fileRob Crittenden2008-10-311-1/+2
* Gracefully handle running on an unconfigured IPA serverRob Crittenden2008-10-301-0/+4
* Don't report spurious upgrade message if IPA has not been configured yet.Rob Crittenden2008-10-291-9/+12
* Ensure that every replica gets a unique replication ID. Otherwise changes won...Rob Crittenden2008-10-293-3/+57
* Fix error if more than one values is being set in an only. The first entry wa...Rob Crittenden2008-10-151-1/+1
* add update to fix the index for the winsync attributesRich Megginson2008-10-132-0/+11
* do not store the OUs from the AD DN in the IPA user entry when flatteningRich Megginson2008-10-131-35/+0
* add --win-subtree argument to ipa-replica-manageRich Megginson2008-10-132-0/+7
* Do not depend on MMR plugin - start before MMR pluginRich Megginson2008-10-131-2/+1
* Just add eq,pres to the existing indicesRich Megginson2008-10-131-8/+4
* 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-132-3/+22
* Do not add enabled user to activated group - clean up parse_acct_disableRich Megginson2008-10-132-19/+28
* add winsync options to ipa-replica-manage man pageRich Megginson2008-10-131-0/+15
* Adds winsync account disable and force syncRich Megginson2008-10-134-7/+772
* fix issues brought up by initial review of ipa winsync enhancementsRich Megginson2008-10-133-8/+29