summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add ipa-custodia serviceSimo Sorce2015-10-1521-4/+763
* topology: add realm suffix to master entry on updatePetr Vobornik2015-10-151-0/+5
* admintool: Add error message with path to log on failure.David Kupka2015-10-151-0/+4
* tests: Add tests for idoverride object integrityTomas Babej2015-10-141-2/+173
* idoverride: Ignore ValidationErrors when converting the anchorTomas Babej2015-10-141-24/+33
* remove ID overrides when deleting a userMartin Babinsky2015-10-141-0/+6
* ipa-adtrust-install: Print complete SRV recordsPetr Spacek2015-10-141-3/+4
* Fixes disappearing automember expressionsStanislav Laznicka2015-10-141-2/+3
* Replace tab with space in test_user_plugin.pyMartin Basti2015-10-141-2/+2
* Remove bind configuration detected questionGabe2015-10-132-11/+0
* vault: fix private service vault creationJan Cholasta2015-10-132-3/+4
* ipaldap: Remove extraneous `long` (included in six.int_types)Petr Viktorin2015-10-131-1/+1
* Alias long to int under Python 3Petr Viktorin2015-10-133-0/+7
* rpc: Name argument to KerberosErrorPetr Viktorin2015-10-131-1/+1
* ipalib.parameters: Require bytes for Bytes.patternPetr Viktorin2015-10-132-2/+4
* ipalib.parameters: Handle 0-prefixed octal format of intsPetr Viktorin2015-10-132-0/+4
* test_keyring: Use str(e) instead of e.message for exceptionsPetr Viktorin2015-10-131-1/+1
* Add `message` property to IPA's errors and warnings under Python 3Petr Viktorin2015-10-131-0/+12
* ipalib.aci: Port to Python 3Petr Viktorin2015-10-133-14/+16
* test_ipalib.test_frontend: Port unbound method tests to Python 3Petr Viktorin2015-10-131-4/+16
* Rename caught exception for use outside the except: block.Petr Viktorin2015-10-132-6/+4
* x509: Port to Python 3Petr Viktorin2015-10-132-16/+14
* Do not compare types that are not comparable in Python 3Petr Viktorin2015-10-133-6/+12
* comment: Add Documentation string to deduplicate functionDavid Kupka2015-10-131-0/+3
* The delegation uris are not set, match message to code.Jan Pazdziora2015-10-131-1/+1
* CI Test: add setup_kra options into install scriptsMartin Basti2015-10-122-11/+27
* upgrade: make sure ldap2 is connected in export_kra_agent_pemJan Cholasta2015-10-121-0/+7
* schema: do not derive ipaVaultPublicKey from ipaPublicKeyJan Cholasta2015-10-121-1/+2
* CI TEST: VaultMartin Basti2015-10-121-0/+205
* tests: Amend result assertions in realmdomains testsTomas Babej2015-10-121-8/+68
* realmdomains: Do not fail due the ValidationError when adding _kerberos TXT r...Tomas Babej2015-10-121-2/+5
* realmdomains: Issue a warning when automated management of realmdomains failedTomas Babej2015-10-122-5/+54
* realmdomains: Add validation that realmdomain being added is indeed from our ...Tomas Babej2015-10-121-24/+76
* realmdomains: Minor style and wording improvementsTomas Babej2015-10-121-15/+60
* util: Add detect_dns_zone_realm_type helperTomas Babej2015-10-121-0/+55
* Fixed a timing issue with drill returning non-zero exitcodeOleg Fayans2015-10-091-0/+1
* client referral support for trusted domain principalsAlexander Bokovoy2015-10-083-0/+123
* vault: select a server with KRA for vault operationsJan Cholasta2015-10-082-4/+21
* install: always export KRA agent PEM fileJan Cholasta2015-10-084-9/+9
* install: fix KRA agent PEM file permissionsJan Cholasta2015-10-084-16/+45
* Avoid ipa-dnskeysync-replica & ipa-ods-exporter crashes caused by exceeding L...Petr Spacek2015-10-072-8/+4
* Appease pylintPetr Viktorin2015-10-071-0/+2
* ipapython.ssh: Port to Python 3Petr Viktorin2015-10-072-12/+24
* Remove uses of the `types` modulePetr Viktorin2015-10-0710-42/+29
* Use six.Stringio instead of StringIO.StringIOPetr Viktorin2015-10-074-10/+11
* Use six.moves.http_client instead of httplibPetr Viktorin2015-10-074-5/+30
* Use six.moves.configparser instead of ConfigParserPetr Viktorin2015-10-0714-25/+32
* Use six.moves.xmlrpc.client instead of xmlrpclibPetr Viktorin2015-10-079-37/+44
* Use six.moves.urllib instead of urllib/urllib2/urlparsePetr Viktorin2015-10-0718-71/+77
* Use sys.maxsize instead of sys.maxintPetr Viktorin2015-10-072-9/+9