Updated changelog. Made the fwknop.man.asciidoc match the changes made to the fwknopd.8 manpage.

git-svn-id: file:///home/mbr/svn/fwknop/trunk@188 510a4753-2344-4c79-9c09-4d669213fbeb
This commit is contained in:
Damien Stuart
2010-01-05 00:06:56 +00:00
parent 11cedcf3eb
commit be37cecda1
2 changed files with 21 additions and 0 deletions
+16
View File
@@ -1,9 +1,25 @@
2010-01-03 Damien Stuart <dstuart@dstuart.org>
* Added access.conf file, parsing, and processing.
* Added a new acces.conf parameter, RESTRICT_PORTS for specifying 1 or more
proto/ports that are explicitly not allowed.
* Upon startup, fwknopd will now create the path to the configured run direcory
and/or the basename of the digest cache file if they do not already exist.
2010-01-02 Michael Rash <mbr@cipherdyne.org>
* Added --packet-limit to fwknopd so that the number of incoming candidate
SPA packets can be limited from the command line. When this limit is
reached (any packet that contains application layer data and passes the
pcap filter is included in the count) then fwknopd exits.
2009-12-28 Damien Stuart <dstuart@dstuart.org>
* Updated autoconf to look for local external executables like iptables,
ipfw, sendmail, mail, and sh in the PATH and set corresponding
definitions in config.h (only if the server is being built).
* Added ability to set the path to the executables listed above via
"--with-xx=<path>" arguments to configure. The arg will force the
given value whether it exists or not (though it will issue a warning
if the path does not exist).
2009-11-01 Michael Rash <mbr@cipherdyne.org>
* (Legacy code) Applied patch from Jonthan Bennett to support the usage of
the http_proxy environmental variable for sending SPA packets through an
+5
View File
@@ -164,6 +164,11 @@ SPA OPTIONS
a GPG recipient (see *--gpg-recipient* along with other GPG-related
options below).
*-H, --http-proxy*='<proxy-URL>'::
Specify an HTTP *fwknopd* client will use to send the SPA packet through.
Using this option will automatically set the SPA packet transmission mode
(usually set via the *--server-proto* argument) to ``http''.
*-m, --digest-type*='<digest>'::
Specify the message digest algorithm to use in the SPA data. Choices
are: *md5*, *sha1*, *sha256* (the default), *sha384*, and *sha512*.