iodine/CHANGELOG

47 lines
1.2 KiB
Plaintext
Raw Normal View History

2006-07-11 08:54:28 +00:00
iodine - IP over DNS is now easy
http://code.kryo.se/iodine
********************************
CHANGES:
2007-03-01 21:07:33 +00:00
xxxx-xx-xx: 0.4.0 "Run Home"
- 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: 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