summaryrefslogtreecommitdiffstats
path: root/lib/utils_base.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-06Revert "Make use of xasprintf instead of asprintf"Holger Weiss1-3/+3
2014-07-30Make use of xasprintf instead of asprintfrefs/pull/1278/headJan Wagner1-3/+3
2014-07-30lib/utils_base.c: if asprintf fails, string is undefinedRicardo Maraschini1-5/+10
2014-07-06check_icmp/check_dhcp: disable check, if we are rootJan Wagner1-13/+0
2014-06-21Add UID to state retention file pathHolger Weiss1-1/+3
2014-01-29Move negate' translate_state() to utils_base.h mp_translate_state()Thomas Guyot-Sionnest1-0/+17
2014-01-27Rename MP_STATE_DIRECTORY to MP_STATE_PATHThomas Guyot-Sionnest1-2/+2
2014-01-27And release notes for previous change (MP_STATE_DIRECTORY)Thomas Guyot-Sionnest1-1/+0
2014-01-25Ignore MP_STATE_DIRECTORY in suid pluginsThomas Guyot-Sionnest1-8/+14
2014-01-25Rename ENV variable, keep backward compatibilityThomas Guyot-Sionnest1-0/+6
2014-01-19Project rename initial commit.Monitoring Plugins Development Team1-50/+50
2013-09-10Fix GCC's -Wimplicit-function-declaration warningsHolger Weiss1-0/+3
2013-08-20added missing header to fix build on freebsdSven Nierlein1-0/+1
2012-11-03lib/utils_base.c: Stop dumping core on bad args to check_snmpAndreas Ericsson1-8/+8
2010-06-24Cleanup some warnings displayed from IRIX tinderbox serverTon Voon1-4/+1
2010-06-23Added state retention APIs. Implemented for check_snmp with --rate option.Ton Voon1-1/+353
2009-06-01Fix the memory allocation for the thresholds dataHolger Weiss1-1/+3
2009-01-26Make extract_value more generic:Thomas Guyot-Sionnest1-3/+3
2009-01-21Move check_ntp's extract_value to utils_base.c.Thomas Guyot-Sionnest1-0/+57
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-3/+0
2008-11-19Bulk EOL cleanupThomas Guyot-Sionnest1-2/+2
2008-03-11Fixed link -m64 problems on pst3 for solaris. Fixed _FILE_OFFSET_BITSTon Voon1-1/+1
2008-02-13set_thresholds now let the user free the thresolds. (P.S.: When you set twice...Thomas Guyot-Sionnest1-4/+0
2008-01-30Bump /lib to GPLv3Thomas Guyot-Sionnest1-12/+27
2007-07-29Don't use C++ style comments.Holger Weiss1-1/+1
2007-05-27added functions to utils_base:M. Sean Finney1-0/+15
2007-01-27Change the variable names `true' and `false' (which are keywords in C99)Holger Weiss1-11/+11
2006-10-18Cater for different errors when setting thresholdsTon Voon1-4/+8
2006-07-14Missing header filesTon Voon1-0/+1
2006-07-13Major fixes to check_disk. Now should return same data as dfTon Voon1-0/+225