summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Winsync re-initialize should not run memberOf fixup taskMartin Kosek2013-10-111-5/+6
* Use consistent realm name in cainstance and dsinstanceMartin Kosek2013-10-112-19/+18
* PKI installation on replica failing due to missing proxy confMartin Kosek2013-10-112-2/+5
* Remove --no-serial-autoincrementMartin Kosek2013-10-116-22/+3
* Add tests for the IntEnum classPetr Viktorin2013-10-091-54/+100
* Add IntEnum parameter to ipalibNathaniel McCallum2013-10-092-25/+43
* Allow multiple types in Param type validationNathaniel McCallum2013-10-092-36/+20
* Add optional_create flagNathaniel McCallum2013-10-082-5/+12
* test_ipalib.test_crud: Don't use a string in takes_optionsPetr Viktorin2013-10-081-1/+1
* Don't special case the Password class in Param.__init__()Nathaniel McCallum2013-10-081-11/+6
* Use the right attribute with ipapwd_entry_checks for MagicRegenSumit Bose2013-10-081-1/+2
* Document no_search in Param flagsNathaniel McCallum2013-10-071-1/+3
* Do not allow '%' in DM passwordMartin Kosek2013-10-041-1/+1
* ipapython.nsslib: Name arguments to NSPRErrorPetr Viktorin2013-10-041-5/+7
* Do not fail upgrade if the global anonymous read ACI is not foundPetr Viktorin2013-10-041-2/+6
* ipa-client-install: Verify RPC connection with a pingPetr Viktorin2013-10-041-0/+9
* ipa-client-install: Use direct RPC instead of api.CommandPetr Viktorin2013-10-041-3/+13
* Update translations from TransifexPetr Viktorin2013-10-0417-516/+2596
* Remove faulty DNS memberOf TaskMartin Kosek2013-10-041-9/+2
* Add tests for installing with empty PKCS#12 passwordPetr Viktorin2013-10-041-14/+87
* Allow PKCS#12 files with empty password in install tools.Jan Cholasta2013-10-043-11/+11
* Read passwords from stdin when importing PKCS#12 files with pk12util.Jan Cholasta2013-10-046-35/+42
* Require new SSSD to pull required AD subdomain fixesMartin Kosek2013-10-041-1/+1
* ipa-kdb: Handle parent-child relationship for subdomainsAlexander Bokovoy2013-10-042-10/+105
* KDC: implement transition check for trusted domainsAlexander Bokovoy2013-10-043-2/+68
* ipasam: for subdomains pick up defaults for missing valuesAlexander Bokovoy2013-10-041-0/+12
* trust: integrate subdomains support into trust-addAlexander Bokovoy2013-10-042-36/+67
* ipaserver/dcerpc: remove use of trust account authenticationAlexander Bokovoy2013-10-042-71/+6
* frontend: report arguments errors with better detailAlexander Bokovoy2013-10-042-2/+3
* trusts: support subdomains in a forestAlexander Bokovoy2013-10-043-51/+420
* ipaserver/dcerpc.py: populate forest trust information using realmdomainsAlexander Bokovoy2013-10-041-18/+95
* ipatests.test_cmdline.test_help: Re-raise unexpected exceptions on failurePetr Viktorin2013-10-031-1/+2
* ipatests.test_integration.host: Add logging to ldap_connect()Petr Vobornik2013-10-031-2/+4
* ipatests.beakerlib_plugin: Add argument of generated tests to test captionsPetr Viktorin2013-10-032-1/+9
* ipatests.order_plugin: Exclude test generators from the orderPetr Viktorin2013-10-031-1/+14
* ipatests.beakerlib_plugin: Warn instead of failing when some logs are missingPetr Viktorin2013-10-031-2/+1
* ipatests.test_integration.test_caless: Fix mkdir_recursive callPetr Viktorin2013-10-031-1/+1
* test_integration: Add OpenSSHTransport, used if paramiko is not availablePetr Viktorin2013-10-032-2/+140
* test_integration.host: Move transport-related functionality to a new modulePetr Viktorin2013-10-034-214/+371
* Do not set DNS discovery domain in server modeMartin Kosek2013-10-031-1/+2
* Use FQDN when creating MSDCS SRV recordsMartin Kosek2013-10-031-4/+11
* Warn user about realm-domain mismatch in install scriptsTomas Babej2013-10-034-1/+31
* Do not add trust to AD in case of IPA realm-domain mismatchTomas Babej2013-10-031-0/+13
* Fix enablement of automount map type selectorPetr Vobornik2013-10-032-1/+37
* Use correct super-calls in get_args() methodsPetr Viktorin2013-10-022-24/+21
* Ensure credentials structure is initializedNathaniel McCallum2013-10-021-1/+1
* CLDAP: do not read IPA domain from hostnameSumit Bose2013-09-271-47/+25
* Allow edit of ipakrbokasdelegate in Web UI when attrlevelrights are unknownPetr Vobornik2013-09-262-3/+5
* Raise an error when updating CIDict with duplicate keysPetr Viktorin2013-09-252-3/+34
* Add missing dict methods to CIDictPetr Viktorin2013-09-252-21/+115