summaryrefslogtreecommitdiffstats
path: root/lib/utils_base.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-22Added np_set_args, to set arguments after np_extra_opts has been runTon Voon1-2/+13
2010-06-21Invalid chars in keyname now die()Ton Voon1-3/+3
2010-06-21Use NP_STATE_DIR_PREFIX as compile variableTon Voon1-1/+1
2010-06-21Check return codes from malloc and strdupTon Voon1-9/+25
2010-06-21Added sha1 from gnulib. Also filled out _np_state_generate_key()Ton Voon1-2/+23
2010-06-21Convert bad chars to underscoreTon Voon1-4/+19
2010-06-21Change np_state_write_string() to not be a pointerTon Voon1-3/+3
2010-06-18Implemented writes to state fileTon Voon1-8/+79
2010-06-18More testsTon Voon1-8/+103
2010-06-17np_init() with this_nagios_pluginTon Voon1-16/+65
2010-06-17Added calculate location directoryTon Voon1-1/+7
2010-06-17Add skeleton testsTon Voon1-2/+9
2010-06-17Added skeletonTon Voon1-0/+61
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