summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
4 dayscheck_cluster: clang-formatLorenz Kästle1-8/+16
4 daysMerge pull request #2082 from RincewindsHat/refactor/check_digLorenz Kästle3-89/+137
Refactor/check dig
4 daysMerge branch 'master' into refactor/check_digLorenz Kästle3-599/+647
4 daysMerge pull request #2079 from RincewindsHat/refactor/check_smtpLorenz Kästle3-600/+648
Refactor/check smtp
4 daysAllow setting of port independent of argument position againLorenz Kästle1-1/+6
4 daysMerge branch 'master' into refactor/check_smtpLorenz Kästle5-202/+315
4 dayscheck_smtp: fix positional host logicLorenz Kästle2-1/+3
4 dayscheck_smtp: small improvementsLorenz Kästle1-2/+2
4 daysRefactor check_digLorenz Kästle3-84/+121
4 dayscheck_dig: clang-formatLorenz Kästle1-12/+23
4 daysMerge pull request #2081 from RincewindsHat/refactor/check_by_sshLorenz Kästle4-128/+197
Refactor check_by_ssh
4 daysRefactor check_by_sshLorenz Kästle4-128/+197
4 daysMerge pull request #2080 from RincewindsHat/refactor/check_aptLorenz Kästle3-76/+120
Refactor check_apt
4 daysRefactor check_aptLorenz Kästle3-76/+120
4 daysMerge branch 'master' into refactor/check_smtpLorenz Kästle5-280/+376
4 dayscheck_smtp: small style fixesLorenz Kästle1-5/+8
5 dayscheck_smtp: Remove unused enumLorenz Kästle1-5/+0
5 daysRefactor check_smtpLorenz Kästle3-270/+343
5 daysMerge pull request #2074 from RincewindsHat/refactor/check_gamecoverity/masterLorenz Kästle5-280/+376
Refactor/check game
5 dayscheck_smtp: clang-formatLorenz Kästle1-440/+410
5 daysMerge branch 'master' into refactor/check_gameLorenz Kästle3-159/+251
5 daysMerge pull request #2078 from RincewindsHat/refactor/check_dnsLorenz Kästle3-159/+251
Refactor check dns
5 daysignore CNAMEs in RDNS-mode #1460Lorenz Kästle1-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.
5 daysAdd check_dns to distribution filesLorenz Kästle1-1/+2
5 daysMerge branch 'master' into refactor/check_dnsLorenz Kästle15-350/+643
5 daysRemove redundant NULL checks and replace deprecated index functionLorenz Kästle1-6/+12
5 dayscheck_dns: some comments, small improvementsLorenz Kästle1-6/+13
5 daysRefactor check_dnsLorenz Kästle2-116/+158
5 daysMerge branch 'master' into refactor/check_gameLorenz Kästle21-720/+1035
5 daysMerge pull request #2071 from RincewindsHat/refactor/check_sshLorenz Kästle13-144/+341
Refactor/check ssh
5 daysAdd check_ssh config to distributable filesLorenz Kästle1-1/+6
5 daysAdapt number of testsLorenz Kästle1-1/+1
5 daysAdapt test regex to new outputLorenz Kästle1-1/+1
6 daysRemove failing testLorenz Kästle1-1/+0
6 daysfix accidently remove parentheses in testLorenz Kästle1-1/+1
6 daysMerge branch 'master' into refactor/check_sshLorenz Kästle3-207/+303
6 daysAdapt further test to changed outputLorenz Kästle4-4/+4
6 daysclang-formatLorenz Kästle1-42/+75
7 daysTransform output format to a global stateLorenz Kästle4-6/+17
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).
7 daysSwitch timeout handler to new output infrastructureLorenz Kästle1-3/+11
7 daysRevert "Migrate check_users to new ouput infrastructure"Lorenz Kästle5-323/+130
This reverts commit 10086edbf03fd807794bcfb3fff626da69a9fdb2.
7 daysnetutils.c: clang-format + do NOT print hereLorenz Kästle1-32/+47
7 dayscheck_ssh: adapt testsLorenz Kästle1-31/+83
7 dayscheck_ssh.c: clang-formatLorenz Kästle1-3/+4
7 dayscheck_ssh: exit properly if TCP connection failsLorenz Kästle1-1/+4
7 dayscheck_ssh: add missing break statementLorenz Kästle1-0/+1
7 dayscheck_ssh: fix typoLorenz Kästle1-2/+2
7 dayscheck_ssh: no more implicit conversionLorenz Kästle1-5/+5
7 dayscheck_ssh: Verify that timeout is a positive integerLorenz Kästle1-1/+1
7 dayscheck_ssh: move only time relevant stuff in timeout areaLorenz Kästle1-5/+4