summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* test_dn: Split bytes and unicodePetr Viktorin2015-10-071-42/+67
* ipapython.dn: Use rich comparisonsPetr Viktorin2015-10-072-47/+94
* rpc: Don't use undocumented urllib functionsPetr Viktorin2015-10-071-3/+4
* ipap11helper: Port to Python 3Petr Viktorin2015-10-071-184/+94
* Update FreeIPA package descriptionGabe2015-10-061-29/+35
* httpinstance: Replace a hardcoded path to password.conf with HTTPD_PASSWORD_CONFTimo Aaltonen2015-10-051-1/+1
* paths: Add GENERATE_RNDC_KEY.Timo Aaltonen2015-10-052-1/+2
* Include ipatests/test_xmlrpc/data directory into distribution.Milan Kubík2015-10-051-0/+1
* ipatests: configure Network Manager not to manage resolv.confMilan Kubík2015-10-022-1/+37
* do not overwrite files with local users/groups when restoring authconfigMartin Babinsky2015-10-021-0/+12
* re-kinit after ipa-restore in backup/restore CI testsMartin Babinsky2015-10-021-0/+3