metasploit-framework/lib/msf
Tod Beardsley 7e539332db Reverting disaster merge to 593363c5f with diff
There was a disaster of a merge at 6f37cf22eb that is particularly
difficult to untangle (it was a bad merge from a long-running local
branch).

What this commit does is simulate a hard reset, by doing thing:

 git checkout -b reset-hard-ohmu
 git reset --hard 593363c5f9
 git checkout upstream-master
 git checkout -b revert-via-diff
 git diff --no-prefix upstream-master..reset-hard-ohmy > patch
 patch -p0 < patch

Since there was one binary change, also did this:

 git checkout upstream-master data/exploits/CVE-2012-1535/Main.swf

Now we have one commit that puts everything back. It screws up
file-level history a little, but it's at least at a point where we can
move on with our lives. Sorry.
2013-07-29 21:47:52 -05:00
..
base Change name, change how data is passed, fix rspec 2013-07-24 17:15:56 -05:00
core Reverting disaster merge to 593363c5f with diff 2013-07-29 21:47:52 -05:00
scripts Refactor WindowsServices 2012-11-06 17:30:04 -06:00
ui Fix nil deref in spool command 2013-07-25 14:51:39 -05:00
util Fix indentation 2013-07-24 16:55:01 -05:00
LICENSE Updated to reflect the new license of Rex 2006-09-01 15:50:10 +00:00
base.rb Fix Undocumentable method, missing name YARD warning 2013-03-30 15:32:38 -05:00
core.rb Whitespace at EOL 2013-03-07 18:20:08 -06:00
events.rb Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
sanity.rb Whitespace at EOL 2013-03-07 18:20:08 -06:00
ui.rb Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
util.rb Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
windows_error.rb Remove $Id tags 2013-05-20 16:21:03 -05:00