metasploit-framework/lib/rex/ui/text
HD Moore 9b9bd2b7a7 Fixed bugs in io/stream:
1) no longer modify the buffer argument in send
 2) no longer duplicate the buffer argument in write

Added some basic telnet control character detection to socket:
 1) ^D closes a connection
 2) ^C closes a connection
 3) ^Z just prints it out

Problems with control character handling in msfd:
 1) The current handlers are signal based, could be more than one msfd client
 2) Calling ui._suspend isn't possible from the Input driver class (no context now)


git-svn-id: file:///home/svn/incoming/trunk@3462 4d416f70-5f16-0410-b530-b9f4589650da
2006-01-28 07:12:35 +00:00
..
input Fixed bugs in io/stream: 2006-01-28 07:12:35 +00:00
output msfd 2005-11-28 16:36:06 +00:00
color.rb updated comments to be more uniformed in class definition 2005-11-02 16:49:45 +00:00
color.rb.ut.rb /usr/bin/ruby vs /usr/bin/env ruby 2005-12-17 06:46:23 +00:00
dispatcher_shell.rb Recon modules and the recon event subsystem have been temporarily removed. 2006-01-24 03:59:44 +00:00
input.rb fix for suspending meterp 2005-12-07 03:40:09 +00:00
irb_shell.rb meterp/msfconsole irb mode 2005-12-06 04:39:14 +00:00
output.rb msfd 2005-11-28 16:36:06 +00:00
progress_tracker.rb major doc update 2005-11-15 05:22:13 +00:00
progress_tracker.rb.ut.rb /usr/bin/ruby vs /usr/bin/env ruby 2005-12-17 06:46:23 +00:00
shell.rb nasm shell 2005-12-08 15:37:10 +00:00
table.rb major doc update 2005-11-15 05:22:13 +00:00
table.rb.ut.rb * s/\t/ / doesn't always work... 2006-01-28 01:23:46 +00:00