fwknop/README
Damien Stuart 0022ffa617 Added more source files. Split out libfwknop functions to a static lib. Misc updates.
git-svn-id: file:///home/mbr/svn/fwknop/trunk@5 510a4753-2344-4c79-9c09-4d669213fbeb
2008-11-30 22:21:15 +00:00

38 lines
1.2 KiB
Plaintext

This is the top-level directory for the C version of fwknop.
Additionl information and details can be found on the fwknop-c site at
http://devmetrix.org/trac/fwknop-c.
libfwnop source files:
======================
These will be compiled into libfwknop.a (static for now).
spa_random_number.c - Generate a string of 16 random hex digits.
spa_user.c - Get or spoof the current user.
spa_timestamp.c - Get the current timestamp with optional offset.
spa_version.c - Get the fwknop-client version number.
spa_message_type.c -
spa_message.c -
spa_nat_access.c -
spa_server_auth.c -
spa_client_timeout.c -
spa_digest.c -
-more to come-
Executables:
============
fwknop - Soon to be the fwknop client. At present, it just
dumps some internal data for functional verification
during development.
fko_test - A temp program for testing libfwknop functions during
during development. This will go away once we have
a fair amount of progress in developing the client
(and maybe the server).
-more to come-
###EOF###