From a087b11887ff4fffb4057198e559d448b016ac0e Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Sun, 12 Aug 2012 15:23:38 -0400 Subject: [PATCH] todo update --- todo.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/todo.org b/todo.org index 3941f2fc..78ca6831 100644 --- a/todo.org +++ b/todo.org @@ -8,3 +8,11 @@ include other files in which access stanzas can be specified. This makes it easy to wrap additional controls around access information particularly in multi-user environments. +** Remove lib check for test suite when running in --enable-recompile mode + When creating a release tarball under 'make dist', the test suite performs + a check for existing lib/ directory even under --enable-recompile. +** ipfw active/expire sets cannot be the same + Add a check to ensure that active and expire sets are not the same value in + fwknopd.conf, and add a corresponding test in the test suite. +** Set restrictive permissions on /etc/fwknop/ directory and /etc/fwknop/* files. + Current default permissions on /etc/fwknop/ and /etc/fwknop/* are too lax.