From ad8afce8e1205ca5d559099cd182084a5ce89f9f Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Wed, 6 Aug 2008 20:02:34 +0000 Subject: [PATCH] fixed osflags script, updated changelog --- CHANGELOG | 4 +++- src/osflags | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index dd545fd..1d42158 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,7 +11,9 @@ CHANGES: Debian bug #477692 by Vincent Bernat, controlled by -s switch - Applied a security patch from Andrew Griffiths, use setgroups() to limit the groups of the user - - Applied a patch to make iodine work on (Open)Solaris, from Albert Lee + - Applied a patch to make iodine build on (Open)Solaris, from Albert Lee + Needs TUN/TAP driver: http://www.whiteboard.ne.jp/~admin2/tuntap/ + Still needs some more code in tun.c for opening/closing the device - Added option in server (-c) to disable IP/port checking on each packet, will hopefully help when server is behind NAT - Fixed bug #21, now only IP address part of each packet is checked. diff --git a/src/osflags b/src/osflags index 693fa86..0f8665d 100755 --- a/src/osflags +++ b/src/osflags @@ -3,7 +3,7 @@ case $1 in link) - case $OSTYPE in + case `uname` in SunOS | solaris) echo '-lsocket -lnsl'; ;;