diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-11-18 08:39:29 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-11-18 08:39:29 +0000 |
| commit | 2aeef954d5dbc4c2095f768336754d6116dea244 (patch) | |
| tree | 796c091c6c9154d12066cf2bdbfaab3bb49a4ea8 /ChangeLog | |
| parent | 3e648d93901e82fd0d1affc7000c2f96611486c7 (diff) | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +Fri Nov 18 17:35:09 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * 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 <usa@ruby-lang.org> * file.c (file_s_dirname): added checks for some patterns with drive |
