Age | Commit message (Expand) | Author | Files | Lines |
2023-10-15 | fix compiler warnings for unused variables | RincewindsHat | 2 | -5/+12 |
2023-10-15 | Merge pull request #1937 from RincewindsHat/replace_booleans_in_lib | Lorenz Kästle | 17 | -222/+208 |
2023-10-15 | Replace all old school booleans in lib witch C99 ones | RincewindsHat | 8 | -116/+104 |
2023-10-15 | Whitespace fixes in lib | RincewindsHat | 16 | -106/+104 |
2023-10-15 | Merge pull request #1936 from RincewindsHat/Compiler_warnings_cast_function_type | Lorenz Kästle | 1 | -10/+8 |
2023-10-15 | Whitespace fixes | RincewindsHat | 1 | -4/+4 |
2023-10-15 | Fix -Wcast-function-type compiler warnings | RincewindsHat | 1 | -6/+4 |
2023-10-13 | Merge pull request #1906 from monitoring-plugins/check_dhcp_rogue_detection | Lorenz Kästle | 4 | -17/+62 |
2023-10-13 | Merge branch 'master' into check_dhcp_rogue_detection | Lorenz Kästle | 14 | -151/+835 |
2023-10-13 | Merge pull request #1927 from RincewindsHat/autoconf_fix | Lorenz Kästle | 1 | -6/+10 |
2023-10-13 | Update configure.ac | Lorenz Kästle | 1 | -1/+1 |
2023-10-13 | Merge pull request #1928 from datamuc/merge-jitter | Lorenz Kästle | 7 | -113/+699 |
2023-10-13 | Fix spelling stuff | RincewindsHat | 2 | -2/+2 |
2023-10-13 | Add some more comments about the MOS score | RincewindsHat | 1 | -0/+22 |
2023-10-09 | Even more code formatting and cleanup | RincewindsHat | 1 | -21/+26 |
2023-10-09 | Do some more formatting | RincewindsHat | 1 | -107/+107 |
2023-10-09 | Remove preprocessor macro | RincewindsHat | 1 | -6/+5 |
2023-10-09 | Do some code formatting | RincewindsHat | 1 | -16/+17 |
2023-10-09 | More consequent booleans | RincewindsHat | 1 | -2/+2 |
2023-10-08 | fix unused variables compiler warning | RincewindsHat | 1 | -0/+2 |
2023-10-08 | fix sign compare compiler warnings | RincewindsHat | 1 | -2/+2 |
2023-10-08 | Initialise threshold variables properly | RincewindsHat | 1 | -1/+16 |
2023-10-08 | Merge branch 'master' into datamuc-merge-jitter | RincewindsHat | 1 | -0/+2 |
2023-10-08 | Merge pull request #1933 from RincewindsHat/compiler-warnings-werror | Lorenz Kästle | 1 | -0/+2 |
2023-10-07 | Fix missing include in plugins/runcmd.c | RincewindsHat | 1 | -0/+2 |
2023-10-07 | Fix typo | RincewindsHat | 1 | -1/+1 |
2023-10-07 | Refactor new threshold parser | RincewindsHat | 1 | -37/+45 |
2023-10-07 | Do some actual error checking on the threshold parser | RincewindsHat | 1 | -6/+32 |
2023-10-06 | Remove useless return after crash | RincewindsHat | 1 | -1/+0 |
2023-10-06 | Change function type of get_thresholds to better reflect the options and desc... | RincewindsHat | 1 | -7/+14 |
2023-10-06 | Update comment | RincewindsHat | 1 | -2/+2 |
2023-10-06 | Refactor get_threshold2 to be barely understandable | RincewindsHat | 1 | -35/+65 |
2023-10-06 | Merge branch 'master' into merge-jitter | Lorenz Kästle | 1 | -3/+1 |
2023-10-06 | Merge pull request #1932 from RincewindsHat/check-ircd-pack-sockaddr | Lorenz Kästle | 1 | -3/+1 |
2023-10-06 | use pack_sockaddr_in rather than hand-rolled | Stuart Henderson | 1 | -3/+1 |
2023-10-06 | Merge branch 'master' into merge-jitter | datamuc | 6 | -30/+123 |
2023-10-06 | check malloc | Danijel Tasov | 1 | -0/+4 |
2023-10-06 | do not introduce new ints as bools | Danijel Tasov | 1 | -14/+16 |
2023-10-05 | Merge pull request #1904 from Al2Klimov/1857 | Lorenz Kästle | 6 | -30/+123 |
2023-10-04 | Merge branch 'master' into merge-jitter | datamuc | 8 | -347/+339 |
2023-10-04 | unnecessary space | Danijel Tasov | 1 | -1/+1 |
2023-10-04 | readability improvements | Danijel Tasov | 1 | -3/+21 |
2023-10-04 | remove sun ifdef | Danijel Tasov | 1 | -5/+0 |
2023-10-04 | add some basic tests for the new modes | Danijel Tasov | 1 | -1/+47 |
2023-10-04 | update failure regex | Danijel Tasov | 1 | -1/+1 |
2023-10-04 | fix host count on when checking multiple hosts | Danijel Tasov | 1 | -21/+24 |
2023-10-04 | adjust check_icmp tests | Danijel Tasov | 2 | -6/+6 |
2023-10-03 | Merge pull request #1411 from glensc/pld/nagios-plugins-check_disk_smb-zero-c... | Lorenz Kästle | 1 | -1/+2 |
2023-10-03 | Merge branch 'master' into check_dhcp_rogue_detection | Lorenz Kästle | 6 | -6/+6 |
2023-10-03 | Merge pull request #1931 from RincewindsHat/fix/typos | Lorenz Kästle | 6 | -6/+6 |