Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement a Lua 5.3 plugin loader plugin | Přemysl Janouch | 2015-01-18 | 1 | -1/+9 |
| | | | | | | | | | Also implemented SOCKS detection in said language. There are probably going to be some bugs. The program is no longer Valgrind-clean, as that would require plugin deinitialization, in which there is very little point. | ||||
* | Rewrite to use CMake | Přemysl Janouch | 2015-01-17 | 1 | -2/+1 |
| | | | | | | | | Now the project is at least installable. Added a LICENSE file. Likely about to implement Lua plugins. | ||||
* | -Wpedantic/scan-build stuff | Přemysl Janouch | 2014-09-26 | 1 | -5/+5 |
| | |||||
* | Fix subnet targets | Přemysl Janouch | 2014-09-26 | 1 | -1/+1 |
| | |||||
* | The targets are not always hostnames | Přemysl Janouch | 2014-09-26 | 1 | -2/+4 |
| | | | | | If a target specified on the command line equals its IP address string, don't put the string as a hostname in the results. | ||||
* | Fix the indicator | Přemysl Janouch | 2014-09-25 | 1 | -0/+1 |
| | |||||
* | Fix hiding the indicator | Přemysl Janouch | 2014-09-25 | 1 | -0/+1 |
| | |||||
* | Get rid of some memory holes on x86_64 | Přemysl Janouch | 2014-09-24 | 1 | -7/+6 |
| | |||||
* | Fix the epoll poller | Přemysl Janouch | 2014-09-24 | 1 | -1/+1 |
| | | | | Setting the fd to -1 broke poller_remove_from_dispatch(). | ||||
* | Order the results by port | Přemysl Janouch | 2014-09-24 | 1 | -3/+5 |
| | |||||
* | Identified a hot-spot | Přemysl Janouch | 2014-09-24 | 1 | -2/+0 |
| | |||||
* | Avoid spinning in a loop | Přemysl Janouch | 2014-09-24 | 1 | -3/+17 |
| | | | | This also helps reduce a lot of noice in strace. | ||||
* | Simplify the plugin API | Přemysl Janouch | 2014-09-23 | 1 | -4/+4 |
| | |||||
* | Don't initialize the service before connecting | Přemysl Janouch | 2014-09-23 | 1 | -4/+10 |
| | |||||
* | Fix on_unit_ready() | Přemysl Janouch | 2014-09-23 | 1 | -15/+19 |
| | | | | Got it wrong and lighttpd doesn't have any mercy. | ||||
* | Show some stats at the end | Přemysl Janouch | 2014-09-21 | 1 | -1/+12 |
| | |||||
* | Fix the TLS/SSL transport | Přemysl Janouch | 2014-09-21 | 1 | -2/+3 |
| | |||||
* | Group the output properly | Přemysl Janouch | 2014-09-21 | 1 | -6/+12 |
| | | | | Somehow I must have forgotten about transports at some point. | ||||
* | Fix terminal output for multiple ports per service | Přemysl Janouch | 2014-09-21 | 1 | -0/+2 |
| | |||||
* | Fix output of results for multiple services | Přemysl Janouch | 2014-09-21 | 1 | -2/+2 |
| | |||||
* | Fix the IRC plugin, and not only that | Přemysl Janouch | 2014-09-21 | 1 | -16/+12 |
| | |||||
* | TLS transport: output some certificate information | Přemysl Janouch | 2014-09-21 | 1 | -0/+24 |
| | |||||
* | Fix error message | Přemysl Janouch | 2014-09-21 | 1 | -1/+1 |
| | |||||
* | Implement more of the services | Přemysl Janouch | 2014-09-20 | 1 | -21/+21 |
| | | | | | | - SSH: ready for action - IRC: ready for action - HTTP: needs some work | ||||
* | Filter out any garbage in the scan output | Přemysl Janouch | 2014-09-20 | 1 | -2/+18 |
| | |||||
* | Generate a manpage | Přemysl Janouch | 2014-09-20 | 1 | -3/+3 |
| | | | | help2man should be enough so far. | ||||
* | Fix timers | Přemysl Janouch | 2014-09-20 | 1 | -4/+4 |
| | | | | Fucking hell. We're still having some event scheduling issues. | ||||
* | Save a syscall per connection | Přemysl Janouch | 2014-09-20 | 1 | -3/+6 |
| | |||||
* | Rework the poller | Přemysl Janouch | 2014-09-19 | 1 | -64/+64 |
| | | | | | | | | It's about time we stopped fucking ourselves in the butt. The scanning should be much faster now. Thanks to libuv for inspiration. | ||||
* | Raise the file descriptor limit to the maximum | Přemysl Janouch | 2014-09-19 | 1 | -0/+12 |
| | |||||
* | First set of fixes | Přemysl Janouch | 2014-09-19 | 1 | -33/+62 |
| | | | | There are still some problems but at least it does something now. | ||||
* | Implement the indicator etc. | Přemysl Janouch | 2014-09-18 | 1 | -13/+95 |
| | |||||
* | Add regular tree-like output | Přemysl Janouch | 2014-09-17 | 1 | -2/+144 |
| | | | | This ended up rather nice. | ||||
* | JSON output support | Přemysl Janouch | 2014-09-17 | 1 | -4/+121 |
| | | | | This was rather simple. | ||||
* | Even more stuff | Přemysl Janouch | 2014-09-14 | 1 | -172/+330 |
| | | | | Some reorganisation has taken place. | ||||
* | More stuff | Přemysl Janouch | 2014-09-14 | 1 | -237/+263 |
| | | | | | | | - renamed *_func to *_fn - some initial code for the indicator (needs curses) - moved option handler to utils - more work on unit generation & processing | ||||
* | Stuff | Přemysl Janouch | 2014-09-12 | 1 | -118/+327 |
| | |||||
* | Write stubs for the plugins | Přemysl Janouch | 2014-09-11 | 1 | -3/+0 |
| | | | | Make them compile. | ||||
* | Random crystallisation | Přemysl Janouch | 2014-09-10 | 1 | -34/+365 |
| | | | | Don't worry, there will be better commit messages eventually. | ||||
* | Initial commit | Přemysl Janouch | 2014-09-08 | 1 | -0/+875 |
Nothing's working yet, only some supporting code has been put in place. |