summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge branch 'master' into refactor/check_smtpLorenz Kästle5-280/+376
3 dayscheck_smtp: small style fixesLorenz Kästle1-5/+8
4 dayscheck_smtp: Remove unused enumLorenz Kästle1-5/+0
4 daysRefactor check_smtpLorenz Kästle3-270/+343
4 dayscheck_smtp: clang-formatLorenz Kästle1-440/+410
4 daysMerge branch 'master' into refactor/check_gameLorenz Kästle3-159/+251
4 daysignore CNAMEs in RDNS-mode #1460Lorenz Kästle1-0/+3
4 daysAdd check_dns to distribution filesLorenz Kästle1-1/+2
4 daysMerge branch 'master' into refactor/check_dnsLorenz Kästle13-346/+628
4 daysRemove redundant NULL checks and replace deprecated index functionLorenz Kästle1-6/+12
4 dayscheck_dns: some comments, small improvementsLorenz Kästle1-6/+13
4 daysRefactor check_dnsLorenz Kästle2-116/+158
4 daysMerge branch 'master' into refactor/check_gameLorenz Kästle16-714/+1013
4 daysAdd check_ssh config to distributable filesLorenz Kästle1-1/+6
4 daysAdapt number of testsLorenz Kästle1-1/+1
4 daysAdapt test regex to new outputLorenz Kästle1-1/+1
5 daysRemove failing testLorenz Kästle1-1/+0
5 daysfix accidently remove parentheses in testLorenz Kästle1-1/+1
5 daysMerge branch 'master' into refactor/check_sshLorenz Kästle3-207/+303
5 daysAdapt further test to changed outputLorenz Kästle4-4/+4
5 daysclang-formatLorenz Kästle1-42/+75
6 daysTransform output format to a global stateLorenz Kästle2-2/+2
6 daysSwitch timeout handler to new output infrastructureLorenz Kästle1-3/+11
6 daysRevert "Migrate check_users to new ouput infrastructure"Lorenz Kästle5-323/+130
6 daysnetutils.c: clang-format + do NOT print hereLorenz Kästle1-32/+47
6 dayscheck_ssh: adapt testsLorenz Kästle1-31/+83
6 dayscheck_ssh.c: clang-formatLorenz Kästle1-3/+4
6 dayscheck_ssh: exit properly if TCP connection failsLorenz Kästle1-1/+4
6 dayscheck_ssh: add missing break statementLorenz Kästle1-0/+1
6 dayscheck_ssh: fix typoLorenz Kästle1-2/+2
6 dayscheck_ssh: no more implicit conversionLorenz Kästle1-5/+5
6 dayscheck_ssh: Verify that timeout is a positive integerLorenz Kästle1-1/+1
6 dayscheck_ssh: move only time relevant stuff in timeout areaLorenz Kästle1-5/+4
6 dayscheck_ssh: Move default SSH constant around a bitLorenz Kästle2-6/+5
6 dayscheck_ssh: modify usage string to avoid old call syntaxLorenz Kästle1-1/+1
6 dayscheck_ssh: Migrate to new output infrastructureLorenz Kästle2-21/+84
6 dayscheck_ssh: centralize configuration in external headerLorenz Kästle2-27/+56
6 daysMigrate check_users to new ouput infrastructureLorenz Kästle5-130/+323
6 daysclang-formatLorenz Kästle1-13/+25
6 daysMerge pull request #2075 from RincewindsHat/refactor/check_dbiLorenz Kästle3-207/+303
6 dayscheck_game: Correct usage to only display the modern option variantLorenz Kästle1-5/+5
6 daysMore local variables, less implicit booleanLorenz Kästle1-2/+2
6 daysMake config constantLorenz Kästle1-1/+1
6 daysRefactor check_dbiLorenz Kästle3-173/+231
6 daysMerge pull request #2076 from RincewindsHat/feature/json_parsing_in_testsLorenz Kästle1-21/+14
6 daysImplement JSON output parsing for testsLorenz Kästle1-21/+14
6 daysMerge pull request #2068 from RincewindsHat/check_mysql_replica_checkLorenz Kästle2-347/+374
6 daysclang-format + add host option in usageLorenz Kästle1-5/+7
6 daysPack new check_game files into tarballLorenz Kästle1-1/+5
6 daysRefactor check_gameLorenz Kästle2-102/+139