summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Expand)AuthorAgeFilesLines
* Fix minor typosYuri Chornoivan2015-12-072-2/+2
* aci: add IPA servers host group 'ipaservers'Jan Cholasta2015-12-072-0/+32
* Extend topology helpPetr Vobornik2015-12-041-3/+52
* rename topology suffixes to "domain" and "ca"Petr Vobornik2015-12-041-0/+3
* topologysuffix: change iparepltopoconfroot API propertiesPetr Vobornik2015-12-031-6/+4
* Removed duplicate domain name validating functionStanislav Laznicka2015-12-024-28/+33
* topology: replace "suffices" with "suffixes"Jan Cholasta2015-12-011-4/+4
* server: use topologysuffix name in iparepltopomanagedsuffixJan Cholasta2015-12-011-2/+95
* Upgrade: increase time limit for upgradesMartin Basti2015-12-011-2/+1
* topology: treat server suffix as multivalued attribute in APIPetr Vobornik2015-11-271-1/+1
* webui: topology graph facetPetr Vobornik2015-11-271-0/+1
* Compare objectclasses as case insensitive in baseuser.pyMartin Basti2015-11-251-4/+7
* Use absolute domain in detection of A/AAAA recordsMartin Basti2015-11-251-5/+1
* Call directly function is_host_resolvable instead do call via frameworkMartin Basti2015-11-251-3/+1
* Make command dns-resolve deprecated.Martin Basti2015-11-252-3/+24
* Fix upgrade of forwardzones when zone is in realmdomainsMartin Basti2015-11-251-2/+2
* Add profiles and default CA ACL on migrationFraser Tweedale2015-11-241-0/+8
* remove forgotten print in DNS pluginMartin Basti2015-11-231-1/+0
* upgrade: fix migration of old dns forward zonesMartin Basti2015-11-201-24/+27
* Allow multiple managers per user - CLI partMartin Basti2015-11-203-29/+67
* Move common code of user and stageuser to baseuser postcallbackMartin Basti2015-11-203-6/+4
* Use domain level constants in topology pluginMartin Basti2015-11-101-4/+3
* DNS record-add warns when a suspicious DNS name is detectedPetr Spacek2015-11-102-0/+40
* 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