summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use six.python_2_unicode_compatibleJan Cholasta2015-09-071-5/+10
* certprofile: remove 'rename' optionFraser Tweedale2015-09-021-2/+1
* DNSSEC: remove "DNSSEC is experimental" warningsMartin Basti2015-09-021-18/+0
* Modernize use of range()Petr Viktorin2015-09-016-21/+19
* Use new-style raise syntaxPetr Viktorin2015-09-011-11/+11
* Use the print functionPetr Viktorin2015-09-018-28/+40
* Use next() function on iteratorsPetr Viktorin2015-09-011-5/+5
* Replace uses of map()Petr Viktorin2015-09-0113-26/+29
* Use six.integer_types instead of (long, int)Petr Viktorin2015-09-013-11/+11
* Use six.moves.input instead of raw_inputPetr Viktorin2015-09-011-1/+2
* Replace filter() calls with list comprehensionsPetr Viktorin2015-09-012-5/+4
* Use Python3-compatible dict method namesPetr Viktorin2015-09-0118-62/+62
* Use six.string_types instead of "basestring"Petr Viktorin2015-09-0113-30/+56
* vault: Limit size of data stored in vaultDavid Kupka2015-08-261-1/+20
* certprofile: prevent rename (modrdn)Fraser Tweedale2015-08-261-2/+3
* fix missing information in object metadataPetr Vobornik2015-08-261-3/+14