42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
To whom it may concern, this is -*- outline -*- mode.
|
|
|
|
* The library - libfko:
|
|
** C-based test suite.
|
|
** Get it out there and get feedback.
|
|
|
|
* The fwknop C client:
|
|
** Config file support (~/.fwknoprc ?).
|
|
** Server Auth support (maybe).
|
|
|
|
* The fwknopd server:
|
|
** Sniffer support to acquire SPA packet data ala the fwknopd Perl server:
|
|
** SPA packet decryption:
|
|
*** Add support for ipfw and pf support eventually.
|
|
** Test on embedded platforms - especially OpenWRT on a Linksys router.
|
|
|
|
* Nice to haves:
|
|
** Binary packages:
|
|
*** Redhat RPMS
|
|
*** Debian .deb
|
|
** Linux/Unix platform:
|
|
*** A GNOME or KDE GUI app for the client.
|
|
** Windows platform:
|
|
*** VB and/or C# class wrappers around libfko.dll.
|
|
*** A Windows GUI app that uses the dll or wrapper classes.
|
|
** Misc:
|
|
*** Python module wrapping libfko.
|
|
*** Ruby module wrapping libfko.
|
|
*** PHP module wrapping libfko.
|
|
|
|
|
|
Copyright 2009-2010 - Damien Stuart
|
|
|
|
This file is free software; as a special exception the author gives
|
|
unlimited permission to copy and/or distribute it, with or without
|
|
modifications, as long as this notice is preserved.
|
|
|
|
This file is distributed in the hope that it will be useful, but
|
|
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
|
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
|
PURPOSE.
|