summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* topologysuffix: change iparepltopoconfroot API propertiesPetr Vobornik2015-12-031-6/+4
* Removed duplicate domain name validating functionStanislav Laznicka2015-12-023-10/+16
* 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-251-3/+14
* 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-101-0/+23
* Added user friendly error message for dnszone enable and disableAbhijeet Kasurde2015-10-291-2/+10
* 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
* Handle binascii.Error from base64.b64decode()Petr Viktorin2015-10-221-2/+4
* DNSSEC: warn user if DNSSEC key master is not installedMartin Basti2015-10-221-0/+39
* 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
* 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
* Rename caught exception for use outside the except: block.Petr Viktorin2015-10-131-1/+2
* 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-121-5/+23
* 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
* Remove uses of the `types` modulePetr Viktorin2015-10-071-5/+4
* Use six.moves.urllib instead of urllib/urllib2/urlparsePetr Viktorin2015-10-071-12/+12
* Replace StandardError with ExceptionRobert Kuska2015-09-301-2/+2
* 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-171-2/+2
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-1728-0/+123
* config: allow user/host attributes with tagging optionsJan Cholasta2015-09-161-0/+2
* 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-014-17/+15
* Use the print functionPetr Viktorin2015-09-014-6/+12