summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/bindinstance.py
Commit message (Expand)AuthorAgeFilesLines
* always ask the resolver for the reverse zone when manipulating PTR recordsMartin Babinsky2015-10-221-2/+0
* Change DNS installer code to use passed in apiSimo Sorce2015-10-151-46/+54
* Remove bind configuration detected questionGabe2015-10-131-7/+0
* paths: Add GENERATE_RNDC_KEY.Timo Aaltonen2015-10-051-1/+1
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+3
* Use the print functionPetr Viktorin2015-09-011-15/+17
* Use six.string_types instead of "basestring"Petr Viktorin2015-09-011-1/+2
* Use absolute importsPetr Viktorin2015-08-121-2/+2
* Modernize 'except' clausesPetr Viktorin2015-08-121-4/+4
* Modernize number literalsPetr Viktorin2015-07-311-1/+1
* DNS: check if DNS package is installedMartin Basti2015-07-211-18/+1
* plugable: Pass API to plugins on initialization rather than using set_apiJan Cholasta2015-07-011-1/+1
* ipalib: Load ipaserver plugins when api.env.in_server is TrueJan Cholasta2015-07-011-1/+0
* DNSSEC: Improve global forwarders validationMartin Basti2015-06-111-11/+21
* move realm_to_serverid to installutils moduleMartin Basti2015-05-051-2/+1
* ipa-dns-install: use LDAPI to connect to DSMartin Babinsky2015-03-181-5/+5
* ipa-dns-install: use STARTTLS to connect to DSMartin Babinsky2015-03-181-4/+7
* replica-install: Use different API instance for the remote serverJan Cholasta2015-03-051-26/+27
* Fix saving named restore statusMartin Basti2015-02-181-2/+4
* Fix restoring services status during uninstallMartin Basti2015-02-181-6/+5
* Fix traceback if zonemgr error contains unicodeMartin Basti2015-01-121-1/+8
* Fix zonemgr option encoding detectionMartin Basti2014-11-251-1/+4
* Fix detection of encoding in zonemgr optionMartin Basti2014-11-241-7/+8
* Fix: zonemgr must be unicode valueMartin Basti2014-11-191-0/+2
* Fix: DNS installer adds invalid zonemgr emailMartin Basti2014-11-131-1/+1
* fix forwarder validation errorsMartin Basti2014-10-211-2/+4
* fix DNSSEC restore named stateMartin Basti2014-10-211-2/+2
* DNSSEC: modify named service to support dnssecMartin Basti2014-10-211-11/+51
* DNSSEC: validate forwardersMartin Basti2014-10-211-2/+29
* dns: fix privileges' memberof during dns installPetr Vobornik2014-10-171-0/+30
* Make named.conf template platform independentMartin Basti2014-10-141-0/+4
* Add missing attributes to named.confMartin Basti2014-10-141-0/+28
* Detect and configure all usable IP addresses.David Kupka2014-09-261-28/+82
* Refactoring of autobind, object_existsMartin Basti2014-09-261-20/+5
* Add correct NS records during installationMartin Basti2014-09-251-46/+56
* Allow to add non string values to named confMartin Basti2014-07-021-6/+24
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-161-10/+11
* Modified dns related global functionsMartin Basti2014-06-031-2/+2
* Call generate-rndc-key.sh during ipa-server-installAdam Misnyovszki2014-05-271-0/+7
* Move CACERT definition to a single place.Jan Cholasta2014-03-251-1/+2
* bindinstance: make sure zone manager is initialized in add_master_dns_recordsAlexander Bokovoy2014-02-261-0/+1
* Remove working directory for bind-dyndb-ldap plugin.Petr Spacek2014-01-271-13/+0
* Treat error during write to /etc/resolv.conf as non-fatal.Petr Spacek2014-01-161-5/+8
* Enable Retro Changelog and Content Synchronization DS pluginsAna Krivokapic2014-01-141-0/+13
* Remove --no-serial-autoincrementMartin Kosek2013-10-111-6/+1
* Remove support for IPA deployments with no persistent searchTomas Babej2013-08-091-22/+18
* Fix ipa-ca DNS name creationMartin Kosek2013-05-091-6/+10
* Do not add ipa-ca records on CA-less installsMartin Kosek2013-05-091-1/+1
* Fix normalization of FQDNs in DNS installer code.Jan Cholasta2013-05-031-7/+6
* Add ipa-ca records for existing CA masters when installing DNS for the first ...Jan Cholasta2013-04-241-5/+29