summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
12 hoursMerge pull request #2080 from RincewindsHat/refactor/check_aptLorenz Kästle3-76/+120
13 hoursRefactor check_aptLorenz Kästle3-76/+120
24 hoursMerge pull request #2074 from RincewindsHat/refactor/check_gamecoverity/masterLorenz Kästle5-280/+376
25 hoursMerge branch 'master' into refactor/check_gameLorenz Kästle3-159/+251
32 hoursMerge pull request #2078 from RincewindsHat/refactor/check_dnsLorenz Kästle3-159/+251
32 hoursignore CNAMEs in RDNS-mode #1460Lorenz Kästle1-0/+3
35 hoursAdd check_dns to distribution filesLorenz Kästle1-1/+2
35 hoursMerge branch 'master' into refactor/check_dnsLorenz Kästle15-350/+643
35 hoursRemove redundant NULL checks and replace deprecated index functionLorenz Kästle1-6/+12
36 hourscheck_dns: some comments, small improvementsLorenz Kästle1-6/+13
36 hoursRefactor check_dnsLorenz Kästle2-116/+158
37 hoursMerge branch 'master' into refactor/check_gameLorenz Kästle21-720/+1035
37 hoursMerge pull request #2071 from RincewindsHat/refactor/check_sshLorenz Kästle13-144/+341
37 hoursAdd check_ssh config to distributable filesLorenz Kästle1-1/+6
38 hoursAdapt number of testsLorenz Kästle1-1/+1
38 hoursAdapt test regex to new outputLorenz Kästle1-1/+1
48 hoursRemove failing testLorenz Kästle1-1/+0
48 hoursfix accidently remove parentheses in testLorenz Kästle1-1/+1
2 daysMerge branch 'master' into refactor/check_sshLorenz Kästle3-207/+303
2 daysAdapt further test to changed outputLorenz Kästle4-4/+4
3 daysclang-formatLorenz Kästle1-42/+75
3 daysTransform output format to a global stateLorenz Kästle4-6/+17
3 daysSwitch timeout handler to new output infrastructureLorenz Kästle1-3/+11
3 daysRevert "Migrate check_users to new ouput infrastructure"Lorenz Kästle5-323/+130
3 daysnetutils.c: clang-format + do NOT print hereLorenz Kästle1-32/+47
3 dayscheck_ssh: adapt testsLorenz Kästle1-31/+83
3 dayscheck_ssh.c: clang-formatLorenz Kästle1-3/+4
3 dayscheck_ssh: exit properly if TCP connection failsLorenz Kästle1-1/+4
3 dayscheck_ssh: add missing break statementLorenz Kästle1-0/+1
3 dayscheck_ssh: fix typoLorenz Kästle1-2/+2
3 dayscheck_ssh: no more implicit conversionLorenz Kästle1-5/+5
3 dayscheck_ssh: Verify that timeout is a positive integerLorenz Kästle1-1/+1
3 dayscheck_ssh: move only time relevant stuff in timeout areaLorenz Kästle1-5/+4
3 dayscheck_ssh: Move default SSH constant around a bitLorenz Kästle2-6/+5
3 dayscheck_ssh: modify usage string to avoid old call syntaxLorenz Kästle1-1/+1
3 dayscheck_ssh: Migrate to new output infrastructureLorenz Kästle2-21/+84
3 dayscheck_ssh: centralize configuration in external headerLorenz Kästle2-27/+56
3 daysMigrate check_users to new ouput infrastructureLorenz Kästle5-130/+323
3 daysclang-formatLorenz Kästle1-13/+25
3 daysMerge pull request #2075 from RincewindsHat/refactor/check_dbiLorenz Kästle3-207/+303
3 daysMerge pull request #2077 from RincewindsHat/eval_instead_try_tiniLorenz Kästle1-5/+1
3 daysJust use eval instead of Try::Tiny in testsLorenz Kästle1-5/+1
3 dayscheck_game: Correct usage to only display the modern option variantLorenz Kästle1-5/+5
3 daysMore local variables, less implicit booleanLorenz Kästle1-2/+2
3 daysMake config constantLorenz Kästle1-1/+1
3 daysRefactor check_dbiLorenz Kästle3-173/+231
3 daysMerge pull request #2076 from RincewindsHat/feature/json_parsing_in_testsLorenz Kästle2-21/+22
3 daysUse Try::Tiny instead of experimental featureLorenz Kästle1-2/+2
3 daysDo not die in tests if JSON Parsing failsLorenz Kästle1-1/+5
3 daysImplement JSON output parsing for testsLorenz Kästle2-21/+18