X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=ChangeLog;h=08dc7f82a267cd234b5834520d75b304fab54a45;hb=refs%2Fheads%2Fbranch-0-8-x;hp=793832bbd8c99f41bb56eff623dd09378ed01192;hpb=59b903f3bbfb470f37ae2c36f53dc0c988f79837;p=ngircd.git diff --git a/ChangeLog b/ChangeLog index 793832bb..08dc7f82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ ngIRCd - Next Generation IRC Server - (c)2001-2004 by Alexander Barton, + (c)2001-2005 Alexander Barton, alex@barton.de, http://www.barton.de/ ngIRCd is free software and published under the @@ -10,8 +10,53 @@ -- ChangeLog -- -ngIRCd CVSHEAD - +ngIRCd 0.8.3 (2005-02-03) + + - Fixed a bug that could case a root exploit when the daemon is compiled + to do IDENT lookups and is logging to syslog. Bug discovered by CoKi, + , thanks a lot! + (http://www.nosystem.com.ar/advisories/advisory-11.txt) + +ngIRCd 0.8.2 (2005-01-26) + + - Added doc/SSL.txt to distribution. + - Fixed a buffer overflow that could cause the daemon to crash. Bug found + by Florian Westphal, . + - Fixed a possible buffer underrun when reading the MOTD file. Thanks + to Florian Westphal, . + - Fixed detection of IRC lines which are too long to send. Detected by + Florian Westphal, . + - Fixed return values of our own implementation of strlcpy(). The code has + been taken from rsync and they fixed it, but we didn't until today :-/ + It has only been used when the system didn't implement strlcpy by itself, + not on "modern" systems. Florian Westphal, . + +nIRCd 0.8.1 (2004-12-25) + + - Autoconf: Updated config.guess and config.sub + - Added some more debug code ... + - Fixed wrong variable names in output of "ngircd --configtest". + - Debian: Fxied the name of the "default file" in the init script for + ngircd-full packages. And do the test if the binary is executable after + reading this file. + - Enhanced the "test suite": please have a look at src/testsuite/README! + +ngIRCd 0.8.0 (2004-06-26) + + - Fixed wrong buffer size calculation for results of the resolver. + + ngIRCd 0.8.0-pre2 (2004-05-16) + - Enhanced logging to console when running in "no-detached mode": added + PID and log messages of resolver sub-processes. + - Fixed host name lookups when using IDENT user lookups. + - "make clean" and "make maintainer-clean" remove more files mow. + + ngIRCd 0.8.0-pre1 (2004-05-07) + - Two new configuration options: "ChrootDir" and "MotdPhrase", thanks to + Benjamin Pineau . Now you can force the daemon to change + its root and working directory to something "safe". MotdPhrase is used + to define an "MOTD string" instead of a whole file, useful if the + "real" MOTD file would be outside the "jail". - INVITE- and BAN-lists become synchronized between IRC+ servers when establishing new connections, if the peer supports this as well. - Reorganized autogen.sh and configure scripts. @@ -516,4 +561,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: ChangeLog,v 1.233 2004/04/25 15:51:15 alex Exp $ +$Id: ChangeLog,v 1.233.2.20 2005/02/03 10:16:25 alex Exp $