$Id: ChangeLog,v 1.8 2003/03/25 11:50:08 simsim Exp $ v0.1.4 (26/03/2003) : ** Major changes : * Russian translation for the v0.1.4 release (Alex DYATLOV). * Configure.in updated for Mac OS X, v10.2. ** Minor changes : * Added a diagram on the website (Alex DYATLOV). ** Minor corrections : * Corrected examples files settings errors when using proxy servers. --------------------- v0.1.3 (14/02/2003) : ** Major changes : * Automake/Autoconf support (Olivier DEMBOUR). * English translation for the v0.1.3 release (Hadi EL-KHOURY and Simon CASTRO). ** Minor changes : * Added an html page for the exemples. * Changed the website design. ** Minor corrections : * Updated the README.developpeurs file. * .h configuration moved from includes/definitions.h to includes/configuration.h --------------------- v0.1.2 (24/01/2003) : ** Major new functionnalities : * New directive : HTTP_PROXY_CHAIN => HTTP Proxy chain (CONNECT method) support. * When reading on a socket, server now stores data in a temporary buffer during a configurable delay. => Solves the problem of identification/request data in multiple read buffers. * New directive : CHANNEL_PROXY_DEL => allow setting timeout when using the CONNECT method. * New Channel type : client_only_with_http_proxy. * New directive : FAKE_WEBSERVER. ** Major corrections : * Rewriting of identification/proxy_request functions. Now sending a char * instead of a struct (:<). * A lot of corrections... ** Minor corrections : * HTTP proxy can now send responses in multiple buffers. * args.c : the umask is now correct. * Debug mode is now debug or ultra-debug. * Added and corrected some parts of the documentation files. * README.developpeurs explains the code better :). --------------------- v0.1.1 (18/01/2003) : ** Major new functionnalities : * UDP Protocol support for socket, socket_encode and socket_encode_A channels. * New directive in the server configuration file : PROXY_ONLY. * New directive in the server configuration file : PERM_USER_GROUP. * New directive in the server configuration file : PERM_CHROOT. * Added a legal notice in the LISEZMOI and Manuel files. * Added an exemples file explaining some means of using CCTT. * Command Line flag -l now saves the reverse-shell sessions. ** Minor corrections : * Functions definitions are now in a single file. * bzero calls have now a sizeof argument. * malloc calls are now (type) malloc (length). * server->client 'debug' call telling that identification is ok is now correct and added in send_proxy_list_and_close. * Moving some read/write calls to recvmsg/sendto calls. * Syslog Facilities/Priorities are now configurable in includes/definitions.h. * Server now sends its initialization parameters to the syslog even if the verbose option isn't set. * Added a FAQ. * Update the documentation (doc, conf and man) along with the website.