Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | More curl status codes and messages. | onefang | 2019-11-25 | 1 | -90/+95 | |
| | | | | Plus some white space clean up of that table. | |||||
* | Clean up the timeout code. | onefang | 2019-11-25 | 1 | -16/+40 | |
| | | | | | | | Make it a command line parameter. Re-factor the code somewhat. Comment out the timeout backoff, for now. Reduce the retry sleep time. | |||||
* | git ignore all the results directories. | onefang | 2019-11-24 | 1 | -0/+1 | |
| | ||||||
* | Tidy up the column names. | onefang | 2019-11-24 | 1 | -1/+1 | |
| | ||||||
* | Move the test names to the table header. | onefang | 2019-11-24 | 1 | -5/+6 | |
| | ||||||
* | No "-" in the middle of test names, it confuses the option parsing. | onefang | 2019-11-24 | 1 | -6/+6 | |
| | ||||||
* | Implement DNS-RR test fully. | onefang | 2019-11-24 | 2 | -7/+11 | |
| | ||||||
* | Space sentences properly on the web. | onefang | 2019-11-24 | 1 | -6/+6 | |
| | ||||||
* | Mark DNS entries that are in DNS-RR. | onefang | 2019-11-24 | 1 | -10/+15 | |
| | ||||||
* | Reverese lookup the DNS-RR names. | onefang | 2019-11-24 | 1 | -3/+23 | |
| | ||||||
* | Missing DNS-RR IPs is a warningish, so make it maroon. | onefang | 2019-11-24 | 1 | -2/+2 | |
| | ||||||
* | Mark missing DNS-RR IPs. | onefang | 2019-11-24 | 1 | -1/+7 | |
| | ||||||
* | Clean up DNS-RR report spacing. | onefang | 2019-11-24 | 1 | -3/+12 | |
| | ||||||
* | Add DNS-RR report. | onefang | 2019-11-24 | 1 | -3/+21 | |
| | ||||||
* | Curl status 28 and 7 should both be treated as timeouts. | onefang | 2019-11-24 | 1 | -7/+7 | |
| | | | | | | | 28 is the actual timeout status code, 7 means it could not connect, though it still takes a long time to get there. Also clean up thi code a bit. | |||||
* | Uncomment the util-linux file test. | onefang | 2019-11-23 | 1 | -1/+1 | |
| | ||||||
* | Decode curl command return status. | onefang | 2019-11-23 | 1 | -4/+99 | |
| | ||||||
* | Use --connect-to properly. | onefang | 2019-11-23 | 1 | -2/+2 | |
| | ||||||
* | Add a warning about large error / warning counts. | onefang | 2019-11-14 | 2 | -2/+6 | |
| | ||||||
* | Clean up. | onefang | 2019-11-14 | 1 | -1/+1 | |
| | ||||||
* | Oops-- | onefang | 2019-11-13 | 1 | -1/+1 | |
| | ||||||
* | Count the errors / warnings in the log files, and mention them on the web page. | onefang | 2019-11-13 | 1 | -43/+56 | |
| | ||||||
* | Also make links for top level logs. | onefang | 2019-11-13 | 1 | -1/+8 | |
| | ||||||
* | Protect command listing in log files. | onefang | 2019-11-13 | 1 | -2/+2 | |
| | ||||||
* | Some more sprucing up of the email and web reports. | onefang | 2019-11-13 | 2 | -5/+12 | |
| | ||||||
* | Polish the web page a bit. | onefang | 2019-11-13 | 1 | -10/+14 | |
| | ||||||
* | Actually show the IPv6 logs. | onefang | 2019-11-13 | 1 | -2/+2 | |
| | | | | | Didn't need to tave [IPv6] in the log file names after all, or anywhere else. | |||||
* | Clean up the reports, and merge the DNS report into the web report. | onefang | 2019-11-13 | 3 | -161/+80 | |
| | | | | | | | | Include links to the logs. Tweak the colours a little. Put the results into a table, for better readability. | |||||
* | HTMLize the logs. | onefang | 2019-11-13 | 1 | -5/+26 | |
| | ||||||
* | Clean up a nil issue. | onefang | 2019-11-13 | 1 | -0/+3 | |
| | ||||||
* | Make the email and web reports similar, reporting the same tests. | onefang | 2019-11-13 | 2 | -16/+33 | |
| | ||||||
* | Rewrite execute(), and also write a fork(). Now execute() properly returns ↵ | onefang | 2019-11-12 | 1 | -24/+37 | |
| | | | | the status. | |||||
* | Reduce the timeout to 15 seconds. | onefang | 2019-11-12 | 1 | -1/+1 | |
| | ||||||
* | Hide the cat and rm errors, though we probably should log them instead. | onefang | 2019-11-12 | 1 | -2/+2 | |
| | ||||||
* | Rewrite the lua-sec checks using command line curl instead. | onefang | 2019-11-12 | 2 | -31/+76 | |
| | | | | Works better with SNI. | |||||
* | Move the execute function to near the checkExes function. | onefang | 2019-11-12 | 1 | -5/+5 | |
| | ||||||
* | Oops, wrong quote mark. | onefang | 2019-11-06 | 1 | -1/+1 | |
| | ||||||
* | Add my preferred web colours. | onefang | 2019-11-06 | 1 | -1/+1 | |
| | ||||||
* | Add a web page output generator. | onefang | 2019-11-06 | 1 | -0/+200 | |
| | ||||||
* | Not being able to open lua resalts files for the output generators isn't ↵ | onefang | 2019-11-06 | 1 | -1/+1 | |
| | | | | critical. | |||||
* | Don't run report generators in the background. | onefang | 2019-11-06 | 1 | -1/+1 | |
| | ||||||
* | Clear out more stuff on startup. | onefang | 2019-11-06 | 1 | -1/+5 | |
| | ||||||
* | Disable Prometheus output. | onefang | 2019-11-06 | 1 | -1/+1 | |
| | ||||||
* | Add the email report. | onefang | 2019-11-06 | 1 | -0/+186 | |
| | ||||||
* | Another attempt to tame timeouts. | onefang | 2019-11-05 | 1 | -7/+9 | |
| | ||||||
* | Tidy up some loose ends with "test name and host included on log lines". | onefang | 2019-11-05 | 1 | -11/+18 | |
| | ||||||
* | Don't stick a _ at the end of the results file name for the no IP case. | onefang | 2019-11-05 | 1 | -1/+3 | |
| | ||||||
* | Make DNS report prettier. | onefang | 2019-11-05 | 1 | -5/+5 | |
| | ||||||
* | Less dumb DNS report. | onefang | 2019-11-05 | 1 | -23/+29 | |
| | ||||||
* | Generic reports, including a dumb example. | onefang | 2019-11-05 | 2 | -0/+170 | |
| |