|
From: <gne...@us...> - 2009-03-08 11:39:07
|
Update of /cvsroot/aolserver/aolserver In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv20803 Modified Files: ChangeLog Log Message: - document nsproxy fixes in Changelog Index: ChangeLog =================================================================== RCS file: /cvsroot/aolserver/aolserver/ChangeLog,v retrieving revision 1.389 retrieving revision 1.390 diff -C2 -d -r1.389 -r1.390 *** ChangeLog 1 Feb 2009 17:45:34 -0000 1.389 --- ChangeLog 8 Mar 2009 11:39:01 -0000 1.390 *************** *** 1,2 **** --- 1,13 ---- + 2009-03-08 Gustaf Neumann <ne...@wu...> + * Fix of two bugs with nsproxy: + + a) The initialize Tcl to avoid crash with Tcl8.5, when the + nsproxy binary is started (see + http://groups.google.com/group/aolserver/browse_thread/thread/28113c5324a6747e) + + b) Truncate name of proxy_id to avoid buffer overflows, + increase allowed length of proxy name from 16 to 64 (and + provide constant MAX_PROXY_ID_LEN to ease maintenance) + 2009-02-01 Gustaf Neumann <ne...@wu...> |