2 iodine - http://code.kryo.se/iodine
4 ***********************************
8 2007-11-30: 0.4.1 "Tea Online"
9 - Introduced encoding API
10 - Switched to new Base32 implementation
11 - Added Base64 implementation that only uses 63 chars (not used yet)
12 - Refined 'install' make target and use $(MAKE) for recursive calls
13 - All received error messages (RCODE field) are echoed
14 - Top domain limited to 128 chars
15 - Case preservation check sent after login to decide codec
16 - Fixed crash on incoming NULL query in server with bad top domain
17 - /etc/resolv.conf is consulted if no nameserver is given on commandline
18 - Applied patch from Matthew W. S. Bell (Detach before chroot/dropping priv)
20 2007-03-25: 0.4.0 "Run Home"
21 - Added multiuser support (up to 8 users simultaneously)
22 - Added authentication (password entered as argument or on stdin)
24 - Added install/uninstall make target
25 - Cleanup of dns code, more test cases, use check library
26 - Changed directory structure
29 - Fixed handshake() buffer overflow
30 (Found by poplix, Secunia: SA22674 / FrSIRT/ADV-2006-4333)
32 - More name parsing enhancements
33 - Now runs on Linux/AMD64
34 - Added setting to change server port
37 - Fixed possible buffer overflow
38 (Found by poplix, Bugtraq ID: 20883)
39 - Reworked dns hostname encoding
43 - Fixed potential security problems
44 - Name parsing routines rewritten, added regression tests
45 - New encoding, 25% more peak upstream throughput
46 - New -l option to set local ip to listen to on server
50 - Add setting device name
51 - Use compression of domain name in reply (should allow setting MTU
52 approx 200 bytes higher)
55 - First public release
56 - Support for Linux, FreeBSD, OpenBSD