Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
39 hours | Merge branch 'master' into refactor/check_dig | Lorenz Kästle | 3 | -599/+647 | |
40 hours | Allow setting of port independent of argument position again | Lorenz Kästle | 1 | -1/+6 | |
40 hours | Merge branch 'master' into refactor/check_smtp | Lorenz Kästle | 5 | -202/+315 | |
40 hours | check_smtp: fix positional host logic | Lorenz Kästle | 2 | -1/+3 | |
40 hours | check_smtp: small improvements | Lorenz Kästle | 1 | -2/+2 | |
44 hours | Refactor check_dig | Lorenz Kästle | 3 | -84/+121 | |
44 hours | check_dig: clang-format | Lorenz Kästle | 1 | -12/+23 | |
45 hours | Refactor check_by_ssh | Lorenz Kästle | 4 | -128/+197 | |
2 days | Refactor check_apt | Lorenz Kästle | 3 | -76/+120 | |
2 days | Merge branch 'master' into refactor/check_smtp | Lorenz Kästle | 5 | -280/+376 | |
2 days | check_smtp: small style fixes | Lorenz Kästle | 1 | -5/+8 | |
2 days | check_smtp: Remove unused enum | Lorenz Kästle | 1 | -5/+0 | |
2 days | Refactor check_smtp | Lorenz Kästle | 3 | -270/+343 | |
3 days | check_smtp: clang-format | Lorenz Kästle | 1 | -440/+410 | |
3 days | Merge branch 'master' into refactor/check_game | Lorenz Kästle | 3 | -159/+251 | |
3 days | ignore CNAMEs in RDNS-mode #1460 | Lorenz Kästle | 1 | -0/+3 | |
Suppose your provider uses RFC 2317 (or RFC 4183 for that matter). The output of nslookup could look like the following: 2.120.22.172.in-addr.arpa canonical name = 2.0/26.120.22.172.in-addr.arpa. 2.0/26.120.22.172.in-addr.arpa name = rajesh.intern.prauscher.de. Without this filter, check_dns would check the string against "2.0/26.120.22.172.in-addr.arpa., rajesh.intern.prauscher.de." which will fail for obvious reasons. In forward DNS, this is achieved in line 165, as nslookup will print the address separate from the CNAME-resolving. Original commit by Patrick Rauscher (prauscher@prauscher.de), adapted here. | |||||
3 days | Add check_dns to distribution files | Lorenz Kästle | 1 | -1/+2 | |
3 days | Merge branch 'master' into refactor/check_dns | Lorenz Kästle | 13 | -346/+628 | |
3 days | Remove redundant NULL checks and replace deprecated index function | Lorenz Kästle | 1 | -6/+12 | |
3 days | check_dns: some comments, small improvements | Lorenz Kästle | 1 | -6/+13 | |
3 days | Refactor check_dns | Lorenz Kästle | 2 | -116/+158 | |
3 days | Merge branch 'master' into refactor/check_game | Lorenz Kästle | 16 | -714/+1013 | |
3 days | Add check_ssh config to distributable files | Lorenz Kästle | 1 | -1/+6 | |
3 days | Adapt number of tests | Lorenz Kästle | 1 | -1/+1 | |
3 days | Adapt test regex to new output | Lorenz Kästle | 1 | -1/+1 | |
4 days | Remove failing test | Lorenz Kästle | 1 | -1/+0 | |
4 days | fix accidently remove parentheses in test | Lorenz Kästle | 1 | -1/+1 | |
4 days | Merge branch 'master' into refactor/check_ssh | Lorenz Kästle | 3 | -207/+303 | |
4 days | Adapt further test to changed output | Lorenz Kästle | 4 | -4/+4 | |
4 days | clang-format | Lorenz Kästle | 1 | -42/+75 | |
5 days | Transform output format to a global state | Lorenz Kästle | 2 | -2/+2 | |
This commit removes the format parameter from the mp_check object and creates a module global variable instead. This prevents thread safe usage of different mp_check objects which should likely not present a big problem for now. The reason for this change is effectively the very same, the format was lost if an exit was triggered by a signal handler (timeout in this example). | |||||
5 days | Switch timeout handler to new output infrastructure | Lorenz Kästle | 1 | -3/+11 | |
5 days | Revert "Migrate check_users to new ouput infrastructure" | Lorenz Kästle | 5 | -323/+130 | |
This reverts commit 10086edbf03fd807794bcfb3fff626da69a9fdb2. | |||||
5 days | netutils.c: clang-format + do NOT print here | Lorenz Kästle | 1 | -32/+47 | |
5 days | check_ssh: adapt tests | Lorenz Kästle | 1 | -31/+83 | |
5 days | check_ssh.c: clang-format | Lorenz Kästle | 1 | -3/+4 | |
5 days | check_ssh: exit properly if TCP connection fails | Lorenz Kästle | 1 | -1/+4 | |
5 days | check_ssh: add missing break statement | Lorenz Kästle | 1 | -0/+1 | |
5 days | check_ssh: fix typo | Lorenz Kästle | 1 | -2/+2 | |
5 days | check_ssh: no more implicit conversion | Lorenz Kästle | 1 | -5/+5 | |
5 days | check_ssh: Verify that timeout is a positive integer | Lorenz Kästle | 1 | -1/+1 | |
5 days | check_ssh: move only time relevant stuff in timeout area | Lorenz Kästle | 1 | -5/+4 | |
5 days | check_ssh: Move default SSH constant around a bit | Lorenz Kästle | 2 | -6/+5 | |
5 days | check_ssh: modify usage string to avoid old call syntax | Lorenz Kästle | 1 | -1/+1 | |
5 days | check_ssh: Migrate to new output infrastructure | Lorenz Kästle | 2 | -21/+84 | |
5 days | check_ssh: centralize configuration in external header | Lorenz Kästle | 2 | -27/+56 | |
5 days | Migrate check_users to new ouput infrastructure | Lorenz Kästle | 5 | -130/+323 | |
5 days | clang-format | Lorenz Kästle | 1 | -13/+25 | |
5 days | Merge pull request #2075 from RincewindsHat/refactor/check_dbi | Lorenz Kästle | 3 | -207/+303 | |
Refactor/check dbi | |||||
5 days | check_game: Correct usage to only display the modern option variant | Lorenz Kästle | 1 | -5/+5 | |