summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/dns.py
Commit message (Expand)AuthorAgeFilesLines
* ipalib: replace DeprecatedParam with `deprecated` Param argumentJan Cholasta2016-06-031-2/+6
* ipalib: split off client-side plugin code into ipaclientJan Cholasta2016-06-031-265/+1
* dns: move code shared by client and server to separate moduleJan Cholasta2016-06-031-77/+5
* dns: fix dnsrecord interactive modeJan Cholasta2016-06-031-2/+2
* Add ipaDNSVersion option to dnsconfig* commands and use new attributePetr Spacek2016-05-301-2/+12
* Use root_logger for verify_host_resolvable()Petr Spacek2016-05-301-2/+2
* Move check_zone_overlap() from ipapython.ipautil to ipapython.dnsutilPetr Spacek2016-05-301-1/+2
* DNS: Warn if forwarding policy conflicts with automatic empty zonesPetr Spacek2016-05-301-0/+26
* ipalib: use relative imports for cross-plugin importsJan Cholasta2016-05-251-1/+1
* dns: do not rely on server data structures in code called on clientJan Cholasta2016-05-251-48/+78
* dns: move code called on client to the module levelJan Cholasta2016-05-251-120/+130
* ipalib: remove the unused `csv` argument of ParamJan Cholasta2016-05-251-3/+0
* ipalib: make optional positional command arguments actually optionalJan Cholasta2016-05-251-4/+5
* parameters: remove unused ConversionError and ValidationError argumentsJan Cholasta2016-05-251-5/+5
* dns plugin: Fix zone normalization under Python 3Petr Viktorin2016-04-281-1/+3
* pylint: remove bare exceptMartin Basti2016-03-221-2/+2
* Cosmetic changes to the codeStanislav Laznicka2016-02-241-3/+0
* Use explicit truncating divisionPetr Viktorin2016-01-201-3/+3
* Loggger: Use warning instead of warn - dns pluginTomas Babej2016-01-191-1/+1
* logger: Use warning instead of warnTomas Babej2016-01-181-1/+1
* Fix dns_is_enabled() API command to throw exceptions as appropriatePetr Spacek2016-01-081-6/+4
* Remove wildcard importsMartin Basti2015-12-231-2/+13
* dns: do not add (forward)zone if it is already resolvable.David Kupka2015-12-141-5/+25
* Removed duplicate domain name validating functionStanislav Laznicka2015-12-021-8/+14
* 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
* remove forgotten print in DNS pluginMartin Basti2015-11-231-1/+0
* upgrade: fix migration of old dns forward zonesMartin Basti2015-11-201-24/+27
* 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
* always ask the resolver for the reverse zone when manipulating PTR recordsMartin Babinsky2015-10-221-33/+18
* DNSSEC: warn user if DNSSEC key master is not installedMartin Basti2015-10-221-0/+39
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+3
* DNSSEC: remove "DNSSEC is experimental" warningsMartin Basti2015-09-021-18/+0
* Modernize use of range()Petr Viktorin2015-09-011-2/+2
* Use the print functionPetr Viktorin2015-09-011-1/+2
* Replace uses of map()Petr Viktorin2015-09-011-1/+1
* Use Python3-compatible dict method namesPetr Viktorin2015-09-011-8/+8
* Use six.string_types instead of "basestring"Petr Viktorin2015-09-011-2/+4
* Modernize function and method attribute namesPetr Viktorin2015-08-121-1/+1
* Modernize 'except' clausesPetr Viktorin2015-08-121-8/+8
* Modernize number literalsPetr Viktorin2015-07-311-1/+1
* DNS: Consolidate DNS RR types in API and schemaMartin Basti2015-07-211-49/+52
* DNS: Do not traceback if DNS is not installedMartin Basti2015-07-011-2/+11
* DNS: add UnknownRecord to schemaMartin Basti2015-06-181-2/+2
* DNSSEC: validate forward zone forwardersMartin Basti2015-06-111-1/+112
* DNSSEC: Improve global forwarders validationMartin Basti2015-06-111-27/+36
* DNS: remove NSEC3PARAM from recordsMartin Basti2015-03-091-7/+1
* DNS fix: do not show part options for unsupported recordsMartin Basti2015-03-091-1/+2