Age | Commit message (Expand) | Author | Files | Lines |
2023-06-28 | Merge branch 'master' into compiler_warning_part_2 | waja | 1 | -4/+0 |
2023-04-18 | Refix spelling issues | RincewindsHat | 1 | -1/+1 |
2023-04-18 | Fixes for -Wuninitialized | RincewindsHat | 1 | -0/+1 |
2023-04-18 | Fixes for -Wunused-parameters | RincewindsHat | 2 | -6/+10 |
2023-04-18 | Fixes for -Wunused | RincewindsHat | 1 | -4/+0 |
2023-04-14 | Fix a lot of typos reported by codespell | Jan Wagner | 3 | -3/+3 |
2023-02-19 | Merge branch 'master' into check_icmp_cleanup | RincewindsHat | 2 | -9/+9 |
2023-02-19 | check_icmp: Fix compiler warning | RincewindsHat | 1 | -1/+1 |
2023-02-19 | check_icmp: Fix compiler warning | RincewindsHat | 1 | -2/+3 |
2023-02-01 | Link plugins against libcrypto to make hashes available | Lorenz Kästle | 1 | -1/+1 |
2022-11-29 | check_icmp: fix parsing help/version long options | Aksel Sjögren | 1 | -8/+8 |
2022-11-04 | Replace DBL_MAX with INFITY to check if value was set | RincewindsHat | 1 | -2/+3 |
2022-11-04 | Remove hardcoded DBL_MAX definition | RincewindsHat | 1 | -4/+0 |
2022-11-04 | Remove trailing whitespaces | RincewindsHat | 1 | -12/+12 |
2022-07-14 | Set msg_namelen to the size of the sockaddr struct for the appropriate addres... | eriksejr | 1 | -4/+8 |
2022-03-15 | check_icmp: buffer offerflow (#1733) | Lorenz | 2 | -30/+43 |
2022-01-29 | - delay set_source_ip() until address_family is detected | ghciv6 | 2 | -2/+11 |
2021-11-24 | More wrong printf formatting | RincewindsHat | 1 | -2/+2 |
2021-11-24 | Fix CodeQL checks | RincewindsHat | 1 | -2/+2 |
2021-11-15 | check_icmp: Fix pkt perfdata in check_host mode | Aksel Sjögren | 1 | -1/+1 |
2021-04-30 | Fix check_dhcp tests | Aksel Sjögren | 1 | -2/+7 |
2021-04-30 | Add test-debug for plugins-root | Aksel Sjögren | 1 | -0/+3 |
2020-12-19 | docs: fix simple typo, conspicuosly -> conspicuously | Tim Gates | 1 | -1/+1 |
2020-01-21 | Use size_t instead of int when calling sysctl(3). | Vadim Zhukov | 1 | -1/+2 |
2018-12-10 | check_icmp: Do not overwrite -4,-6 on lookup | Jacob Hansen | 1 | -2/+10 |
2018-12-10 | check_icmp: emit error if multiple protocol version | Jacob Hansen | 1 | -0/+4 |
2018-12-10 | check_icmp: move opts string into a variable | Jacob Hansen | 1 | -2/+3 |
2018-12-07 | check_icmp: Correctly set address_family on lookup | Jacob Hansen | 1 | -1/+2 |
2018-12-07 | check_icmp: removed outcommented code | Jacob Hansen | 1 | -7/+0 |
2018-12-07 | check_icmp: process protocol version args first | Jacob Hansen | 1 | -10/+22 |
2018-12-07 | check_icmp: Automatically detect IP protocol | Jacob Hansen | 1 | -26/+45 |
2018-12-07 | Fixed parameter handling after 01efbb2183d49c5082598d4799788fc385342f28 | Lars Michelsen | 1 | -38/+38 |
2018-12-07 | check_icmp: Add IPv6 support | Lars Michelsen | 1 | -161/+330 |
2017-01-10 | Apply another spelling fix | Holger Weiss | 1 | -1/+1 |
2017-01-10 | Merge branch 'spell_fix' | Jan Wagner | 1 | -1/+1 |
2016-12-07 | properly remove MSG_PEEK in check_dhcp.c. Fixes #1450. | Harald Koch | 1 | -1/+1 |
2016-12-01 | Spelling fixes suggested by lintian | Jan Wagner | 1 | -1/+1 |
2016-09-16 | check_dhcp: Make xid a bit more random | Holger Weiss | 1 | -3/+2 |
2016-09-14 | check_dhcp: Don't peek before reading response | Holger Weiss | 1 | -7/+1 |
2015-10-13 | Merge branch 'check_proc_1203' | Jan Wagner | 1 | -1/+3 |
2015-10-08 | Merge branch 'maint' | Holger Weiss | 1 | -31/+12 |
2015-10-05 | Fix for unclosed filehandle in pst3 on Solaris | abrist | 1 | -1/+3 |
2015-10-04 | use unknown exit code for help/version in plugins-root as well | Sven Nierlein | 2 | -4/+4 |
2015-10-02 | check_dhcp: Fix option parsing | Holger Weiss | 1 | -31/+12 |
2015-10-02 | Fixes segfaults when running via monitoring worker | Jan Wagner | 1 | -1/+1 |
2015-01-29 | make use of MSG_CONFIRM optional | Sven Nierlein | 1 | -0/+5 |
2014-12-02 | check_icmp: Cast size_t values for printf(3) | Holger Weiss | 1 | -2/+5 |
2014-11-28 | check_icmp: Fix a few type errors | Holger Weiss | 1 | -5/+5 |
2014-11-28 | Don't mix variable declarations and code | Holger Weiss | 1 | -15/+23 |
2014-11-28 | Use kernel reception time on ICMP packets to compute rtt. | Matthieu Kermagoret | 1 | -7/+48 |