metasploit-framework/lib
HD Moore 1eceebc950 Fixes #697. This prevents a closed socket from being passed to select() and handles the case where a race condition allowed this to happen anyways (one thread closes, one thread selects). This should prevent most 'invalid handle' exceptions on Cygwin and prevent Win32 native from crashing due to the native exception.
git-svn-id: file:///home/svn/framework3/trunk@7922 4d416f70-5f16-0410-b530-b9f4589650da
2009-12-19 15:02:26 +00:00
..
bit-struct fixes #351. Forces data to ascii-8bit encoding, removes the 1.9 hack, fixes octet-field conversion 2009-10-05 23:12:35 +00:00
metasm slight fixes for ruby 1.9 compatibility (1.9 will stil not work) 2009-03-30 02:57:10 +00:00
msf change db_hosts and db_services output to be more thorough, see 619 2009-12-18 01:14:05 +00:00
net See #434. Some libraries used the wrong exception class 2009-11-02 18:20:02 +00:00
rabal Code cleanups 2008-10-19 21:03:39 +00:00
racket Minor typo fixed 2009-11-09 00:15:54 +00:00
rex Fixes #697. This prevents a closed socket from being passed to select() and handles the case where a race condition allowed this to happen anyways (one thread closes, one thread selects). This should prevent most 'invalid handle' exceptions on Cygwin and prevent Win32 native from crashing due to the native exception. 2009-12-19 15:02:26 +00:00
snmp Fixes #434. Always use Timeout.timeout() -- on Ruby 1.9 this results in the Timeout::TimeoutError exception vs RuntimeError 2009-11-02 18:14:57 +00:00
telephony Wardialer 2009-01-28 06:13:47 +00:00
bit-struct.rb Fixes #349 by upgrading to bit-struct trunk, however something is now causing a segv in the ruby VM (guessing the pcaprub code). 2009-10-03 18:45:32 +00:00
enumerable.rb Add the enumerable module as a standalone file 2009-03-28 18:56:31 +00:00
metasm.rb Fix mips encoders 2009-06-03 03:14:29 +00:00
racket.rb Force the Racket library to live under the Racket:: namespace, fixes a bug where tcp.payload was overwritten during fix!() 2009-07-17 18:12:18 +00:00
rbreadline.rb See #509 2009-11-16 18:30:07 +00:00
readline_compatible.rb Fixes #453 - 'spoof' the real readline to prevent future requires from loading it 2009-11-02 20:18:49 +00:00
rex.rb look for files in absolute paths. fixes #252 2008-11-16 21:10:35 +00:00
rex.rb.ts.rb Code cleanups 2008-10-19 21:03:39 +00:00
snmp.rb Import the ruby snmp library into the tree. Making a few adjustments to make it msf-friendly 2009-05-08 03:35:59 +00:00
telephony.rb Added missing telephony.rb 2009-01-11 07:17:57 +00:00