portkey-0.9b/145
Changes for the 0.9b/145 build
2005/11/29: Change 145 by tony
Released 0.9(beta).
2005/11/29: Change 143 by tony
Doc updates: thanks to R Hannes Beinert for comments and
suggestions.
No functional change.
2005/11/29: Change 142 by tony
Finally got round to figuring out how to detect the frame type so
(untested) support for PPP interfaces is now included as standard.
I haven't tested it since I don't use any PPP interfaces, but it's
a small enough change and it should work well.
2005/11/29: Change 141 by tony
Tweak build rules to make the default build an optimized build, while
passing -sTYPE=g on the jam command line gets you a debug build. The
builds are kept separate too so you won't end up mixing debug and
non-debug output.
2004/08/26: Change 122 by tony
If the firewall was restarted after portkeyd had been started,
then the process for recreating the KNOCKERS_<dev> chain and
splicing it into the INPUT chain was faulty. It would use
the client's IP address as the destination address instead
of using the local IP address. This change alters the interface
to the supporting scripts to ensure that the device IP address is
always supplied so that the rule can be recreated accurately.
(Bug#000001)
2004/08/25: Change 121 by tony
Minor bug fix: forgot to #include <unistd.h>. This broke compilation
on some distro's.
2004/08/24: Change 120 by tony
Release the beta at last.