From 2aeef954d5dbc4c2095f768336754d6116dea244 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/branches/ruby_1_8@9562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 13e313398..787834ce9 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 17:26:06 2005 NAKAMURA Usaku * file.c (file_s_dirname): added checks for some patterns with drive -- cgit