add erlang files
This commit is contained in:
parent
e191e494a0
commit
b15b278263
@ -1,4 +1,4 @@
|
|||||||
fwknop-2.6.10 (11//2016):
|
fwknop-2.6.10 (08/06/2018):
|
||||||
- [server] Add MAX_FW_TIMEOUT to access.conf stanzas to allow a maximum
|
- [server] Add MAX_FW_TIMEOUT to access.conf stanzas to allow a maximum
|
||||||
number of seconds for client-specified timeouts in SPA packets. This
|
number of seconds for client-specified timeouts in SPA packets. This
|
||||||
fixes issue #226 which was spotted by Jeremiah Rothschild.
|
fixes issue #226 which was spotted by Jeremiah Rothschild.
|
||||||
@ -9,6 +9,8 @@ fwknop-2.6.10 (11//2016):
|
|||||||
- [build] Jérémie Courrèges-Anglas and Ingo Feinerer contributed a patch
|
- [build] Jérémie Courrèges-Anglas and Ingo Feinerer contributed a patch
|
||||||
to fix endian detection on OpenBSD systems based on information
|
to fix endian detection on OpenBSD systems based on information
|
||||||
contained here: https://www.opengroup.org/austin/docs/austin_514.txt
|
contained here: https://www.opengroup.org/austin/docs/austin_514.txt
|
||||||
|
- [client/server] (Michael Stair) Added client and server infrastructure
|
||||||
|
written in Erlang. See the erlang/ directory.
|
||||||
|
|
||||||
fwknop-2.6.9 (06/08/2016):
|
fwknop-2.6.9 (06/08/2016):
|
||||||
- (Jonathan Bennett) Added support for the SHA3 "Keccak" algorithm
|
- (Jonathan Bennett) Added support for the SHA3 "Keccak" algorithm
|
||||||
|
|||||||
@ -101,6 +101,13 @@ EXTRA_DIST = \
|
|||||||
iphone/Classes/bridge_fwknop.c \
|
iphone/Classes/bridge_fwknop.c \
|
||||||
iphone/Classes/logutils.h \
|
iphone/Classes/logutils.h \
|
||||||
m4/gpgme.m4 \
|
m4/gpgme.m4 \
|
||||||
|
erlang/LICENSE \
|
||||||
|
erlang/README.md \
|
||||||
|
erlang/rebar.config \
|
||||||
|
erlang/src/fwknop.app.src \
|
||||||
|
erlang/src/fwknop.erl \
|
||||||
|
erlang/src/fwknop_tests.erl \
|
||||||
|
erlang/src/server.erl \
|
||||||
perl/FKO/README \
|
perl/FKO/README \
|
||||||
perl/FKO/inc/Devel/CheckLib.pm \
|
perl/FKO/inc/Devel/CheckLib.pm \
|
||||||
perl/FKO/MANIFEST \
|
perl/FKO/MANIFEST \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user