Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-28 | Merge pull request #2053 from klaernie/supportHEADmaster | Lorenz Kästle | 1 | -1/+1 | |
fix typo in SUPPORT | |||||
2024-11-28 | fix typo in SUPPORT | Andre Klaerner | 1 | -1/+1 | |
2024-11-28 | check_icmp: set rtmin initially | Lorenz Kästle | 1 | -1/+3 | |
2024-11-28 | check_icmp: Add some lines to introduce some readability | Lorenz Kästle | 1 | -1/+10 | |
2024-11-28 | check_icmp: clang-format | Lorenz Kästle | 1 | -106/+188 | |
2024-11-27 | Merge pull request #2050 from RincewindsHat/fix/ssl_version_documentation | Lorenz Kästle | 1 | -1/+1 | |
check_curl: update TLS notification notes, mention deprecation of TLSv1.0 and TLSv1.1 | |||||
2024-11-27 | check_curl: update TLS notification notes | Lorenz Kästle | 1 | -1/+1 | |
2024-11-09 | Merge pull request #2046 from RincewindsHat/fix/format_string | Lorenz Kästle | 1 | -1/+1 | |
Fix false formatting directive in printf | |||||
2024-11-09 | Merge pull request #2045 from RincewindsHat/fix/calloc_argument_order | Lorenz Kästle | 4 | -4/+4 | |
Fix argument order of calloc on several occasions | |||||
2024-11-09 | Fix false formatting directive in printf | Lorenz Kästle | 1 | -1/+1 | |
2024-11-09 | Fix argument order of calloc on several occasions | Lorenz Kästle | 4 | -4/+4 | |
2024-11-08 | Merge pull request #2043 from RincewindsHat/cleanup/leftovers | Lorenz Kästle | 11 | -209/+201 | |
Cleanup/leftovers | |||||
2024-11-08 | Merge pull request #2032 from RincewindsHat/cleanup/check_apt | Lorenz Kästle | 2 | -309/+356 | |
Cleanup/check apt | |||||
2024-11-08 | Merge branch 'master' into cleanup/check_apt | Lorenz Kästle | 1 | -6/+9 | |
2024-11-08 | Merge branch 'master' into cleanup/leftovers | Lorenz Kästle | 1 | -6/+9 | |
2024-11-08 | Merge pull request #2044 from RincewindsHat/fix/fedora-rpm-build | Lorenz Kästle | 1 | -6/+9 | |
Fix RPM build tests | |||||
2024-11-08 | Fix RPM build tests | Lorenz Kästle | 1 | -6/+9 | |
2024-11-08 | check_ups: do not declare print_usage static | Lorenz Kästle | 1 | -1/+1 | |
2024-11-08 | check_smtp: delare previously missed file local variables static | Lorenz Kästle | 1 | -2/+2 | |
2024-11-08 | check_ups: delare file local variables static | Lorenz Kästle | 1 | -6/+6 | |
2024-11-08 | check_smtp: delare file local variables static | Lorenz Kästle | 1 | -48/+46 | |
2024-11-08 | check_radius: delare file local variables static | Lorenz Kästle | 1 | -14/+14 | |
2024-11-08 | check_ide_smart: fix misleading static declaration | Lorenz Kästle | 1 | -4/+2 | |
2024-11-08 | check_procs: use proper escape for % | Lorenz Kästle | 1 | -1/+1 | |
2024-11-08 | check_procs: delare file local variables static | Lorenz Kästle | 1 | -29/+27 | |
2024-11-08 | check_nwstat: delare file local variables static | Lorenz Kästle | 1 | -24/+24 | |
2024-11-08 | check_ntp: delare file local variables static | Lorenz Kästle | 1 | -4/+4 | |
2024-11-08 | check_nt: delare file local variables static | Lorenz Kästle | 1 | -20/+19 | |
2024-11-08 | check_mysql: delare file local variables static | Lorenz Kästle | 1 | -21/+21 | |
2024-11-08 | check_ldap: delare file local variables static | Lorenz Kästle | 1 | -21/+21 | |
2024-11-08 | check_overcr: delare file local variables static | Lorenz Kästle | 1 | -16/+15 | |
2024-11-08 | check_apt: Purify run_upgrade function | Lorenz Kästle | 1 | -24/+42 | |
2024-11-08 | check_apt: clang-format | Lorenz Kästle | 1 | -30/+34 | |
2024-11-08 | check_apt: localize variables | RincewindsHat | 1 | -37/+28 | |
2024-11-08 | check_apt: declare local functions static | RincewindsHat | 1 | -8/+8 | |
2024-11-08 | clang-format: always add braces | RincewindsHat | 2 | -24/+46 | |
2024-11-08 | check_apt: mindless linter fixes | RincewindsHat | 1 | -10/+24 | |
2024-11-08 | check_apt: clang-format | Lorenz Kästle | 1 | -253/+251 | |
2024-11-08 | Merge pull request #2042 from Firstyear/20241108-fping-missed-changes | Lorenz Kästle | 1 | -2/+2 | |
Add missed changes for dontfrag | |||||
2024-11-08 | Add missed changes for dontfrag | William | 1 | -2/+2 | |
Due to a mistake with git the command line args were not properly updated. | |||||
2024-11-07 | Merge pull request #2036 from RincewindsHat/cleanup/tap | Lorenz Kästle | 17 | -171/+103 | |
tap: clang-format | |||||
2024-11-07 | Merge pull request #2041 from Firstyear/20241006-fping-dont-frag | Lorenz Kästle | 1 | -0/+19 | |
Add dontfrag / random to fping check | |||||
2024-11-06 | Add dontfrag/random for fping | William | 1 | -0/+19 | |
Support the dont fragment and randomise packet data options for check_fping | |||||
2024-11-06 | Merge pull request #2037 from RincewindsHat/update/gnulib-1.0 | Lorenz Kästle | 403 | -2888/+9650 | |
Sync with the latest Gnulib code (d4ec02b3cc) (gnulib v1.0) | |||||
2024-11-05 | Merge pull request #2039 from RincewindsHat/fix/check_disk_initialize_variables | Lorenz Kästle | 1 | -11/+11 | |
check_disk: Initialize most variables | |||||
2024-11-04 | check_disk: Initialize most variables | Lorenz Kästle | 1 | -11/+11 | |
2024-10-31 | check_rpc: recognize capitalized "Program" in rpcinfo output (fixes #1488) | Sven Nierlein | 1 | -3/+3 | |
Signed-off-by: Sven Nierlein <sven@consol.de> | |||||
2024-10-31 | Sync with the latest Gnulib code (d4ec02b3cc) | Lorenz Kästle | 403 | -2888/+9650 | |
2024-10-31 | Merge pull request #2016 from RincewindsHat/fix/check_ssh-variable-stuff | Lorenz Kästle | 1 | -220/+178 | |
* fix a bug in check_ssh where a variable was used before being set * clang-format on check_ssh * do not export local variables from check_ssh * several style and linter fixes in check_ssh | |||||
2024-10-31 | check_ssh: linter + style fixes | Lorenz Kästle | 1 | -42/+34 | |