Aesop-0.5: - Added secure multihop authentication: - Protocol changes. - Syntax changes for aesoptunnel and aesopd. - Protocol security improvements: - Encrypted control headers. - Signed DH between each hop. - Better anonimity - Completely changed routefile syntax. - Added a configuration file parser for aesopd and aesoptunnel. - Updated libaesop to the new protocol. - Added logging capacibilities. - Added manual pages. - Aesopd/Aesoptunnel don't use syslog anymore. - Many other things. Aesop-0.4: - Added libaesop (--enable-libaesop) (supported on Linux, *BSD and Solaris), which provides an LD_PRELOAD wrapper around connect() to automatically redirect connections to go over an aesop proxy. - Added extra mode of operation to aesoptunnel where it reads destination headers from the listening socket, if the destination is not specified on the commandline. In order to support libaesop. - More robust EOF handling. - Added advisory and mandatory sourceport specification. Changes in aesopd and aesoptunnel. - Added commandline option to override default hardcoded random seedfile in both aesopd and aesoptunnel. - Added support for AIX, QNX and MacOS-X - Removed support for OpenUNIX/UnixWare (was not working, strange logical errors, i need access on such a box in order to debug it). - Various minor bugfixes. Aesop-0.3: - Added IPv6 support (--enable-ipv6). - Created configure script. - Fixed up makefiles. - Added special support for debugging (--enable-debug). - Various minor bugfixes. - Ported to many other UNIX systems on different architectures. - etc.. Aesop-0.2: - Added handling of Out-of-Band data, implemented by a dynamically sized stream byte position queue. Updates in io.c and connection.c and added oob_queue.[ch] and sockatmark.[ch]. - Fixed bug in probe.c. - Fixed various compiler warning with compilers stricter than gcc :). - Ported to IRIX. - Fixed various minor bugs. Aesop-0.1: - Initial release.