2006-07-11 08:54:28 +00:00
|
|
|
|
2007-06-07 18:06:07 +00:00
|
|
|
iodine - http://code.kryo.se/iodine
|
2006-07-11 08:54:28 +00:00
|
|
|
|
2007-06-07 18:06:07 +00:00
|
|
|
***********************************
|
2006-07-11 08:54:28 +00:00
|
|
|
|
|
|
|
CHANGES:
|
|
|
|
|
2008-08-07 13:22:30 +00:00
|
|
|
2008-xx-xx: 0.x.x
|
|
|
|
- Delayed sending responses in server to improve latency. Pings from
|
|
|
|
server to client are now always fast instead of cycling from
|
|
|
|
fast to 1000 ms.
|
|
|
|
- The server now replies to all received queries.
|
2008-08-07 14:16:12 +00:00
|
|
|
- Fixed segfault in server when sending version reject.
|
2008-08-07 14:40:39 +00:00
|
|
|
- The interval between "pings" from clients is now 5 seconds.
|
2008-08-07 15:05:51 +00:00
|
|
|
- Eliminited extra "ping" messages from client to server when server
|
|
|
|
sends data and gets data back directly.
|
2008-08-07 16:53:59 +00:00
|
|
|
- Applied patch to make iodine build on BeOS R5-BONE and Haiku,
|
|
|
|
from Francois Revol. Still work to do to get tun device working.
|
2008-08-07 21:18:15 +00:00
|
|
|
- Added capability to forward DNS queries outside tunnel domain to
|
|
|
|
a nameserver on localhost. Use -b port to enable.
|
2008-08-07 13:22:30 +00:00
|
|
|
|
2008-08-06 20:51:20 +00:00
|
|
|
2008-08-06: 0.4.2 "Opened Zone"
|
2008-07-12 11:50:42 +00:00
|
|
|
- Applied a few small patches from Maxim Bourmistrov and Gregor Herrmann
|
|
|
|
- Applied a patch for not creating and configuring the tun interface,
|
|
|
|
Debian bug #477692 by Vincent Bernat, controlled by -s switch
|
2008-07-12 12:06:56 +00:00
|
|
|
- Applied a security patch from Andrew Griffiths, use setgroups() to
|
|
|
|
limit the groups of the user
|
2008-08-06 20:02:34 +00:00
|
|
|
- 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
|
2008-07-12 22:39:29 +00:00
|
|
|
- Added option in server (-c) to disable IP/port checking on each packet,
|
|
|
|
will hopefully help when server is behind NAT
|
2008-08-05 14:56:11 +00:00
|
|
|
- Fixed bug #21, now only IP address part of each packet is checked.
|
|
|
|
Should remove the need for the -c option and also work with
|
|
|
|
bugfixed DNS servers worldwide.
|
2008-08-05 22:37:40 +00:00
|
|
|
- Added -D option on server to enable debugging. Debug level 1 now prints
|
|
|
|
info about each RX/TX datagram.
|
2008-07-12 11:50:42 +00:00
|
|
|
|
2007-11-30 22:02:21 +00:00
|
|
|
2007-11-30: 0.4.1 "Tea Online"
|
2007-06-24 10:34:10 +00:00
|
|
|
- Introduced encoding API
|
|
|
|
- Switched to new Base32 implementation
|
2007-11-27 20:11:55 +00:00
|
|
|
- Added Base64 implementation that only uses 63 chars (not used yet)
|
|
|
|
- Refined 'install' make target and use $(MAKE) for recursive calls
|
2007-07-11 22:16:55 +00:00
|
|
|
- All received error messages (RCODE field) are echoed
|
2007-07-12 08:31:29 +00:00
|
|
|
- Top domain limited to 128 chars
|
|
|
|
- Case preservation check sent after login to decide codec
|
2007-07-12 08:38:00 +00:00
|
|
|
- Fixed crash on incoming NULL query in server with bad top domain
|
2007-07-12 13:01:18 +00:00
|
|
|
- /etc/resolv.conf is consulted if no nameserver is given on commandline
|
2007-11-27 20:11:55 +00:00
|
|
|
- Applied patch from Matthew W. S. Bell (Detach before chroot/dropping priv)
|
2007-06-24 10:34:10 +00:00
|
|
|
|
2007-03-25 12:41:20 +00:00
|
|
|
2007-03-25: 0.4.0 "Run Home"
|
2007-03-01 21:07:33 +00:00
|
|
|
- Added multiuser support (up to 8 users simultaneously)
|
2006-11-18 16:08:47 +00:00
|
|
|
- Added authentication (password entered as argument or on stdin)
|
2007-03-01 21:07:33 +00:00
|
|
|
- Added manpage
|
|
|
|
- Added install/uninstall make target
|
|
|
|
- Cleanup of dns code, more test cases, use check library
|
2006-11-18 16:08:47 +00:00
|
|
|
- Changed directory structure
|
|
|
|
|
2006-11-08 21:45:28 +00:00
|
|
|
2006-11-08: 0.3.4
|
|
|
|
- Fixed handshake() buffer overflow
|
|
|
|
(Found by poplix, Secunia: SA22674 / FrSIRT/ADV-2006-4333)
|
|
|
|
- Added more tests
|
2006-11-07 23:12:02 +00:00
|
|
|
- More name parsing enhancements
|
|
|
|
- Now runs on Linux/AMD64
|
|
|
|
- Added setting to change server port
|
|
|
|
|
2006-11-05 13:18:57 +00:00
|
|
|
2006-11-05: 0.3.3
|
2006-11-05 11:47:40 +00:00
|
|
|
- Fixed possible buffer overflow
|
2006-11-07 23:12:02 +00:00
|
|
|
(Found by poplix, Bugtraq ID: 20883)
|
2006-11-05 11:47:40 +00:00
|
|
|
- Reworked dns hostname encoding
|
|
|
|
|
2006-09-11 19:12:20 +00:00
|
|
|
2006-09-11: 0.3.2
|
2006-08-25 15:34:20 +00:00
|
|
|
- Support for NetBSD
|
2006-09-11 19:12:20 +00:00
|
|
|
- Fixed potential security problems
|
2006-08-25 15:34:20 +00:00
|
|
|
- Name parsing routines rewritten, added regression tests
|
2006-08-13 19:18:35 +00:00
|
|
|
- New encoding, 25% more peak upstream throughput
|
|
|
|
- New -l option to set local ip to listen to on server
|
|
|
|
|
2006-07-11 08:54:28 +00:00
|
|
|
2006-07-11: 0.3.1
|
|
|
|
- Add Mac OSX support
|
|
|
|
- Add setting device name
|
|
|
|
- Use compression of domain name in reply (should allow setting MTU
|
|
|
|
approx 200 bytes higher)
|
|
|
|
|
|
|
|
2006-06-24: 0.3.0
|
|
|
|
- First public release
|
|
|
|
- Support for Linux, FreeBSD, OpenBSD
|