Age | Commit message (Expand) | Author | Files | Lines |
2023-10-16 | Fixes for compiler warning -Wparentheses | RincewindsHat | 1 | -2/+2 |
2023-10-15 | Replace all old school booleans in lib witch C99 ones | RincewindsHat | 1 | -26/+25 |
2023-10-15 | Whitespace fixes in lib | RincewindsHat | 1 | -12/+12 |
2023-07-23 | Use memory on stack instead of heap for temporary variables | RincewindsHat | 1 | -5/+1 |
2023-06-28 | Merge branch 'master' into compiler_warning_part_3 | waja | 1 | -4/+4 |
2023-04-18 | Fix hash creation | RincewindsHat | 1 | -3/+15 |
2023-04-18 | Use default OPENSSL sha functions if available | RincewindsHat | 1 | -8/+19 |
2023-04-18 | Fixes for -Wunused | RincewindsHat | 1 | -4/+4 |
2023-01-31 | Replace sha1 with sha256 in utils_base | RincewindsHat | 1 | -4/+4 |
2021-11-17 | check_snmp: fix performance thresholds when using multiple oids | Sven Nierlein | 1 | -1/+1 |
2019-02-15 | check_by_ssh: fix child process leak on timeouts | Sven Nierlein | 1 | -0/+19 |
2018-09-29 | Avoid passing NULL to vprintf(). | Guido Falsi | 1 | -4/+7 |
2014-10-06 | Revert "Make use of xasprintf instead of asprintf" | Holger Weiss | 1 | -3/+3 |
2014-07-30 | Make use of xasprintf instead of asprintf | Jan Wagner | 1 | -3/+3 |
2014-07-30 | lib/utils_base.c: if asprintf fails, string is undefined | Ricardo Maraschini | 1 | -5/+10 |
2014-07-06 | check_icmp/check_dhcp: disable check, if we are root | Jan Wagner | 1 | -13/+0 |
2014-06-21 | Add UID to state retention file path | Holger Weiss | 1 | -1/+3 |
2014-01-29 | Move negate' translate_state() to utils_base.h mp_translate_state() | Thomas Guyot-Sionnest | 1 | -0/+17 |
2014-01-27 | Rename MP_STATE_DIRECTORY to MP_STATE_PATH | Thomas Guyot-Sionnest | 1 | -2/+2 |
2014-01-27 | And release notes for previous change (MP_STATE_DIRECTORY) | Thomas Guyot-Sionnest | 1 | -1/+0 |
2014-01-25 | Ignore MP_STATE_DIRECTORY in suid plugins | Thomas Guyot-Sionnest | 1 | -8/+14 |
2014-01-25 | Rename ENV variable, keep backward compatibility | Thomas Guyot-Sionnest | 1 | -0/+6 |
2014-01-19 | Project rename initial commit. | Monitoring Plugins Development Team | 1 | -50/+50 |
2013-09-10 | Fix GCC's -Wimplicit-function-declaration warnings | Holger Weiss | 1 | -0/+3 |
2013-08-20 | added missing header to fix build on freebsd | Sven Nierlein | 1 | -0/+1 |
2012-11-02 | lib/utils_base.c: Stop dumping core on bad args to check_snmp | Andreas Ericsson | 1 | -8/+8 |
2010-06-24 | Cleanup some warnings displayed from IRIX tinderbox server | Ton Voon | 1 | -4/+1 |
2010-06-23 | Added state retention APIs. Implemented for check_snmp with --rate option. | Ton Voon | 1 | -1/+353 |
2009-06-02 | Fix the memory allocation for the thresholds data | Holger Weiss | 1 | -1/+3 |
2009-01-26 | Make extract_value more generic: | Thomas Guyot-Sionnest | 1 | -3/+3 |
2009-01-21 | Move check_ntp's extract_value to utils_base.c. | Thomas Guyot-Sionnest | 1 | -0/+57 |
2008-11-23 | Removing CVS/SVN tags and replacing with git-based versioning | Thomas Guyot-Sionnest | 1 | -3/+0 |
2008-11-19 | Bulk EOL cleanup | Thomas Guyot-Sionnest | 1 | -2/+2 |
2008-03-11 | Fixed link -m64 problems on pst3 for solaris. Fixed _FILE_OFFSET_BITS | Ton Voon | 1 | -1/+1 |
2008-02-13 | set_thresholds now let the user free the thresolds. (P.S.: When you set twice... | Thomas Guyot-Sionnest | 1 | -4/+0 |
2008-01-30 | Bump /lib to GPLv3 | Thomas Guyot-Sionnest | 1 | -12/+27 |
2007-07-29 | Don't use C++ style comments. | Holger Weiss | 1 | -1/+1 |
2007-05-27 | added functions to utils_base: | M. Sean Finney | 1 | -0/+15 |
2007-01-27 | Change the variable names `true' and `false' (which are keywords in C99) | Holger Weiss | 1 | -11/+11 |
2006-10-18 | Cater for different errors when setting thresholds | Ton Voon | 1 | -4/+8 |
2006-07-14 | Missing header files | Ton Voon | 1 | -0/+1 |
2006-07-13 | Major fixes to check_disk. Now should return same data as df | Ton Voon | 1 | -0/+225 |