summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Expand)AuthorAgeFilesLines
* ipa-csreplica-manage: disable connect/disconnect/del with domain level > 0Martin Basti2015-11-021-0/+5
* Added user friendly error message for dnszone enable and disableAbhijeet Kasurde2015-10-291-2/+10
* silence pylint in Python 3-specific portion of ipalib/rpc.pyMartin Babinsky2015-10-271-1/+1
* ipalib.rpc: Update for Python 3Petr Viktorin2015-10-271-6/+29
* ipapython.nsslib: Remove NSSHTTPSPetr Viktorin2015-10-271-1/+1
* ipapython.nsslib, ipalib.rpc: Remove code for Python 2.6 and belowPetr Viktorin2015-10-271-21/+12
* Domain levels: use constants rather than hardcoded valuesMartin Basti2015-10-271-2/+6
* trustdomain: Perform validation of the trust domain firstTomas Babej2015-10-261-1/+6
* trusts: Make trust_show.get_dn raise properly formatted NotFoundTomas Babej2015-10-261-8/+24
* always ask the resolver for the reverse zone when manipulating PTR recordsMartin Babinsky2015-10-221-33/+18
* Work around ipalib.text (i18n) str/unicode handlingPetr Viktorin2015-10-221-9/+18
* Fix more bytes/unicode issuesPetr Viktorin2015-10-222-3/+3
* ipalib.messages: Add "message" property to PublicMessagePetr Viktorin2015-10-221-0/+5
* Handle binascii.Error from base64.b64decode()Petr Viktorin2015-10-222-3/+5
* DNSSEC: warn user if DNSSEC key master is not installedMartin Basti2015-10-222-0/+51
* execute user-del pre-callback also during user preservationMartin Babinsky2015-10-211-21/+28
* do not ask for segment direction when running topology commandsMartin Babinsky2015-10-201-0/+1
* enable topology plugin on upgradePetr Vobornik2015-10-151-0/+18
* idoverride: Ignore ValidationErrors when converting the anchorTomas Babej2015-10-141-24/+33
* remove ID overrides when deleting a userMartin Babinsky2015-10-141-0/+6
* vault: fix private service vault creationJan Cholasta2015-10-131-2/+2
* rpc: Name argument to KerberosErrorPetr Viktorin2015-10-131-1/+1
* ipalib.parameters: Require bytes for Bytes.patternPetr Viktorin2015-10-131-1/+4
* ipalib.parameters: Handle 0-prefixed octal format of intsPetr Viktorin2015-10-131-0/+3
* 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-131-6/+8
* Rename caught exception for use outside the except: block.Petr Viktorin2015-10-131-1/+2
* x509: Port to Python 3Petr Viktorin2015-10-131-1/+8
* Do not compare types that are not comparable in Python 3Petr Viktorin2015-10-131-3/+3
* 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
* vault: select a server with KRA for vault operationsJan Cholasta2015-10-081-3/+0
* Remove uses of the `types` modulePetr Viktorin2015-10-076-17/+12
* Use six.moves.configparser instead of ConfigParserPetr Viktorin2015-10-071-1/+1
* Use six.moves.xmlrpc.client instead of xmlrpclibPetr Viktorin2015-10-072-23/+31
* Use six.moves.urllib instead of urllib/urllib2/urlparsePetr Viktorin2015-10-074-23/+25
* rpc: Don't use undocumented urllib functionsPetr Viktorin2015-10-071-3/+4
* Replace StandardError with ExceptionRobert Kuska2015-09-308-17/+17
* Rewrap errors in get_principal to CCacheErrorMichael Simacek2015-09-222-6/+14
* Standardize minvalue for ipasearchrecordlimit and ipasesarchsizelimit for unl...Gabe2015-09-222-10/+15
* vault: add permissions and administrator privilegeJan Cholasta2015-09-171-0/+98
* vault: set owner to current user on container creationJan Cholasta2015-09-171-20/+1
* vault: add vault container commandsPetr Vobornik2015-09-171-21/+222
* baseldap: make subtree deletion optional in LDAPDeleteJan Cholasta2015-09-171-0/+4
* Use bytes instead of str where appropriateJan Cholasta2015-09-174-11/+11
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-1740-0/+165
* config: allow user/host attributes with tagging optionsJan Cholasta2015-09-161-0/+2