From 1fe022b590ff24c83cf77aba7586b511be6f768b Mon Sep 17 00:00:00 2001 From: nagai Date: Fri, 18 Nov 2005 08:39:29 +0000 Subject: * ext/tk/lib/multi-tk.rb: add restriction to access the entried command table and manipulate other IPs (for reason of security). Now, a IP object can be controlled by only its master IP or the default IP. * ext/tk/lib/remote-tk.rb: add restriction to manipulate. * ext/tk/tcltklib.c (ip_is_slave_of_p): add TclTkIp#slave_of?(ip) to check manipulability. * ext/tk/lib/tk.rb: bug fix on handling of Tcl's namespaces. * ext/tk/lib/tk/namespace.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e80533f2a..dc04f84ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Fri Nov 18 17:35:09 2005 Hidetoshi NAGAI + + * ext/tk/lib/multi-tk.rb: add restriction to access the entried + command table and manipulate other IPs (for reason of security). + Now, a IP object can be controlled by only its master IP or the + default IP. + + * ext/tk/lib/remote-tk.rb: add restriction to manipulate. + + * ext/tk/tcltklib.c (ip_is_slave_of_p): add TclTkIp#slave_of?(ip) + to check manipulability. + + * ext/tk/lib/tk.rb: bug fix on handling of Tcl's namespaces. + + * ext/tk/lib/tk/namespace.rb: ditto. + Fri Nov 18 16:47:33 2005 NAKAMURA Usaku * file.c (file_s_dirname): added checks for some patterns with drive -- cgit