summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
8 daysMerge pull request #2058 from weiss/update-autoconfcoverity/masterLorenz Kästle2-70/+37
Update configure.ac to Autoconf 2.71 syntax
9 daysconfigure.ac: Lower required Autoconf versionHolger Weiss1-1/+1
Revert the bump to requiring Autoconf 2.71, as some of our CI images don't offer that version yet. Keep the remaining changes though, as they should be compatible with Autoconf 2.64.
9 daysAdd new Gnulib file to .gitignoreHolger Weiss1-0/+1
9 daysDon't check for TIME_WITH_SYS_TIMEHolger Weiss2-22/+3
Follow the suggestion made by the autoupdate(1) tool: | All current systems provide time.h; it need not be checked for. Not | all systems provide sys/time.h, but those that do, all allow you to | include it and time.h simultaneously. Therefore, include sys/time.h if available, and include time.h unconditionally.
9 daysconfigure.ac: Bump Autoconf to version 2.71Holger Weiss1-62/+48
Apply all changes suggested by the autoupdate(1) tool.
11 daysMerge pull request #1976 from RincewindsHat/check_swap_againLorenz Kästle10-537/+887
Refactor check_swap
11 daysMerge branch 'master' into check_swap_againLorenz Kästle4-111/+210
11 daysMerge pull request #2057 from RincewindsHat/fix/test_rpm_buildLorenz Kästle1-1/+1
Fix breakage in rpm build test due to changes in mock
11 daysFix breakage in rpm build test due to changes in mockLorenz Kästle1-1/+1
2024-12-02check_curl: enable internal cookie handlingAndre Klärner1-1/+7
This enables us to enable curl cookie engine by specifying an empty filename as the cookie jar file. This works, since curl's CURLOPT_COOKIEFILE option allows passing an empty string as filename, which it interprets as a request to enable the cookie processing. But since CURLOPT_COOKIEJAR would now attempt to write to a file named by an empty filename, it would break again (or at least produce a warning in verbose output). Overall this is allows to handle checking URLs with cookie based sessions without persisting the cookies to disk, by using the curl-internal redirect following.
2024-11-28Merge pull request #2053 from klaernie/supportLorenz Kästle1-1/+1
fix typo in SUPPORT
2024-11-28fix typo in SUPPORTAndre Klaerner1-1/+1
2024-11-28check_icmp: set rtmin initiallyLorenz Kästle1-1/+3
2024-11-28check_icmp: Add some lines to introduce some readabilityLorenz Kästle1-1/+10
2024-11-28check_icmp: clang-formatLorenz Kästle1-106/+188
2024-11-27Merge pull request #2050 from RincewindsHat/fix/ssl_version_documentationLorenz Kästle1-1/+1
check_curl: update TLS notification notes, mention deprecation of TLSv1.0 and TLSv1.1
2024-11-27check_curl: update TLS notification notesLorenz Kästle1-1/+1
2024-11-15check_swap stuff: Error out if meminfo file can not be openedLorenz Kästle1-0/+7
2024-11-15check_swap stuff: make type casts explicit instead of implicitLorenz Kästle1-10/+10
2024-11-15check_swap stuff: improve error handlingLorenz Kästle1-19/+40
2024-11-15check_swap stuff: Add comments to ifdef stuff to improve readabilityLorenz Kästle1-4/+4
2024-11-15check_swap stuff: Use pragma once instead of include guardLorenz Kästle1-4/+1
2024-11-10check_swap: change threshold handling againLorenz Kästle3-18/+24
2024-11-10check_swap: stricter error handlingLorenz Kästle2-1/+13
2024-11-10check_swap: Use sscanf more precisely to avoid false matchesLorenz Kästle1-1/+1
2024-11-10check_swap: Make check_swap work without thresholdsLorenz Kästle3-12/+9
2024-11-10check_swap: Fix text in old school testsLorenz Kästle1-3/+3
2024-11-10test_check_swap: declare verbose in tests for nowLorenz Kästle1-0/+2
2024-11-10test_check_swap: improvements and updates to unit test codeLorenz Kästle1-6/+4
2024-11-10check_swap: Small improvementsLorenz Kästle1-8/+6
2024-11-10Merge branch 'master' into check_swap_againLorenz Kästle442-3604/+10359
2024-11-09Merge pull request #2046 from RincewindsHat/fix/format_stringLorenz Kästle1-1/+1
Fix false formatting directive in printf
2024-11-09Merge pull request #2045 from RincewindsHat/fix/calloc_argument_orderLorenz Kästle4-4/+4
Fix argument order of calloc on several occasions
2024-11-09Fix false formatting directive in printfLorenz Kästle1-1/+1
2024-11-09Fix argument order of calloc on several occasionsLorenz Kästle4-4/+4
2024-11-08Merge pull request #2043 from RincewindsHat/cleanup/leftoversLorenz Kästle11-209/+201
Cleanup/leftovers
2024-11-08Merge pull request #2032 from RincewindsHat/cleanup/check_aptLorenz Kästle2-309/+356
Cleanup/check apt
2024-11-08Merge branch 'master' into cleanup/check_aptLorenz Kästle1-6/+9
2024-11-08Merge branch 'master' into cleanup/leftoversLorenz Kästle1-6/+9
2024-11-08Merge pull request #2044 from RincewindsHat/fix/fedora-rpm-buildLorenz Kästle1-6/+9
Fix RPM build tests
2024-11-08Fix RPM build testsLorenz Kästle1-6/+9
2024-11-08check_ups: do not declare print_usage staticLorenz Kästle1-1/+1
2024-11-08check_smtp: delare previously missed file local variables staticLorenz Kästle1-2/+2
2024-11-08check_ups: delare file local variables staticLorenz Kästle1-6/+6
2024-11-08check_smtp: delare file local variables staticLorenz Kästle1-48/+46
2024-11-08check_radius: delare file local variables staticLorenz Kästle1-14/+14
2024-11-08check_ide_smart: fix misleading static declarationLorenz Kästle1-4/+2
2024-11-08check_procs: use proper escape for %Lorenz Kästle1-1/+1
2024-11-08check_procs: delare file local variables staticLorenz Kästle1-29/+27
2024-11-08check_nwstat: delare file local variables staticLorenz Kästle1-24/+24