From b8f4caccb73052b9d7488b592ed4854958a4dc76 Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Fri, 29 Jan 2016 10:25:18 -0500
Subject: [PATCH] Merge branch 'dns-dnssec' into 'stable-3.1'

---
 TODO.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/TODO.txt b/TODO.txt
index 382f8af..5c6fe38 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -13,6 +13,9 @@
 --------------------------------------
 
 - Add a function to let a server join a existing installation.
+- Add Package haveged to requirements (at least if entropy is low) as it raises available entropy significantly which is very needed for DNSSEC Key-generation
+	If it is not installed and entropy is low generating dnssec-keys lasts minutes (and would time out the server thus is not done) and new signing keys are not generated.
+	If there are no keys the zones can not be signed and will only be availableas a unsigned copy.
 
 Uninstaller
 --------------------------------------
@@ -80,6 +83,7 @@
 Interface
 --------------------------------------
 - Enhance the paging in lists (e.g. like this: [1 2 3 4 ... 10])
+- DNS: Add Checkbox to switch dnssec_wanted between Y and N to templates and/or wizard. I recommend doing it in the wizard though.
 
 General tasks
 --------------------------------------

--
Gitblit v1.9.1