History | View | Annotate | Download (2.9 kB)
Load from the absolute, not relative path
Remove xmlrpc support in this branch (only msgpack is supported)
Fix up bad line removals
Bump fastlib to 0.0.6, no longer need to push metasploit.fastlib into the include path
Adds fastlib and lib/metasploit.fastlib to the include path
Fix up SSL behavior (correctly, this time). Update the msfrpc tools to support the new ...
Move the fork AFTER the framework instance has been created...
See #4129. This patches up shell_read and shell_write to use the new ring buffer mechan...
Make -n option available to msfrpcd too....
don't stacktrace on an interrupt...
performance: parse args before loading everything...
Partial revert of r10207 due to cygwin infinite loop, crashes....
Initialize framework after forking when running msfrpcd as a daemon. Fixes #2465 by run...
more cleanups...
fixes #587; add http xmlrpc support from Ryan Linn, invoke it with 'load xmlrpc ServerT...
Use [-] instead of [*] for error messages...
Patch from Jonathan Steel to fix double-symlinks...
msfrpcd doesnt bind to loopback...
Set executable bit...
This patch introduces a really basic RPC service. It is still a long way from its final...