fwknop-2.0.2 release

This commit is contained in:
Michael Rash 2012-08-18 15:03:04 -04:00
parent 38feb8d7b9
commit f7e84da340
4 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,4 @@
fwknop-2.0.2 (08//2012):
fwknop-2.0.2 (08/18/2012):
- [server] For GPG mode, added a new access.conf variable
"GPG_ALLOW_NO_PW" to make it possible to leverage a server-side GPG key
pair that has no associated password. This comes in handy when a system

View File

@ -1 +1 @@
fwknop-2.0.2-pre3
fwknop-2.0.2

View File

@ -11,7 +11,7 @@ AC_PREREQ(2.62)
dnl Define our name, version and email.
m4_define(my_package, [fwknop])
m4_define(my_version, [2.0.2-pre3])
m4_define(my_version, [2.0.2])
m4_define(my_bug_email, [dstuart@dstuart.org])
AC_INIT(my_package, my_version, my_bug_email)

View File

@ -6,6 +6,9 @@
:CLOSED: <2012-08-16 Thu>
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.
*** Release fwknop-2.0.2
:CLOSED: <2012-08-18 Sat>
Make the fwknop-2.0.2 release.
*** Update fwknopd man page for GPG_ALLOW_NO_PW
:CLOSED: <2012-08-14 Tue>
*** Preserve existing configs under 'make install'
@ -22,6 +25,9 @@
*** Set restrictive permissions on /etc/fwknop/ directory and /etc/fwknop/* files
:CLOSED: <2012-08-12 Sun>
Current default permissions on /etc/fwknop/ and /etc/fwknop/* are too lax.
** Add 'enable' to ipfw active set at init time
Currently fwknopd does not do a check to ensure that the active set is
enabled at init time ('ipfw set enable 1').
** Update fwknopd man page to include IPFW* vars
None of the ipfw variables are currently documented in the fwknopd man
page.