Code

Fix for regex input of '|', being output causing problems with Nagios' parsing of
[nagiosplug.git] / plugins / utils.c
2009-03-20 Thomas Guyot-SionnestMake alarm handler customisable
2008-11-23 Thomas Guyot-SionnestRemoving CVS/SVN tags and replacing with git-based...
2008-01-31 Thomas Guyot-SionnestBump plugins/ to GPLv3 (non-plugind files)
2007-11-23 Thomas Guyot-SionnestAdd a max_state_alt function that put UNKNOWN and DEPEN...
2007-07-07 Matthias EbleChanged output order of print_revision
2007-01-28 Holger WeissDon't try to print `optarg' (which will be a NULL point...
2006-07-13 Ton VoonMove new util_* functions to lib/
2006-07-13 Ton VoonUsing coreutils' base_name function because of portabil...
2006-06-18 Benoit Mortierupdating help and usage and license
2006-04-27 Ton VoonInternal version of basename if one not found in system
2006-04-06 Ton VoonStop coredump on Solaris if arg not specified (Jason...
2006-03-29 Ton VoonNew function to for escaped strings from command line...
2006-01-30 Ton VoonClearly defined thresholds & ranges in docs. Added...
2006-01-30 Ton VoonAdded libtap tests for utils.c library functions. Remov...
2005-10-24 M. Sean Finneyinitial merging of ae's np_runcmd code into selected...
2004-12-25 Benoit Mortiervarious fixes for localization
2004-12-03 Benoit Mortierremoving support fonction
2004-12-02 Benoit MortierMore internationalization work
2004-12-01 Benoit Mortierstandardize localization string
2004-03-03 Karl DeBisschopbegin writing some perfdata as float
2004-02-20 Karl DeBisschopadd perfdata function for floats to complement ints...
2003-08-28 Karl DeBisschopuse single quotes per guideline, also quote when SPC...
2003-08-28 Karl DeBisschopsuppress quotes in perf data when not needed (some...
2003-08-26 Karl DeBisschopfunction to make perfdata output
2003-08-10 Karl DeBisschopconfig.h is redundant (common.h includes it)
2003-08-09 Karl DeBisschopmore pedantic compiler warns
2003-08-09 Karl DeBisschopadd function for elapsed tim ein microseconds
2003-08-09 Karl DeBisschopmore pedantic compiler warnings
2003-08-08 Karl DeBisschopfix a variety of compiler warnings about qualifier...
2003-08-07 Karl DeBisschopreplace "terminate" with "die" for shorter name and...
2003-08-02 Karl DeBisschopifdef so utils.h can be header for utils.c
2003-07-29 Karl DeBisschopclean up warnings about ill-formed comment and string...
2003-07-26 Karl DeBisschopcheckins for internationalization
2003-07-03 Karl DeBisschopremove LABELLEN
2003-03-22 Karl DeBisschopdeclaration must precede printf
2003-03-19 Karl DeBisschopmake state_text a function
2003-03-15 Jeremy T. BouseSpent the day working on backwards compatability using...
2003-03-13 Jeremy T. BouseUpdated cvs ignore files to reflect changes
2003-03-12 Jeremy T. BouseAdded autogen.sh script that rebuilds using autotools...
2003-03-08 Jeremy T. BouseAF indepedent routines introduced.
2003-01-16 Karl DeBisschoprestore max() macro
2003-01-13 Karl DeBisschopconvert PROGANE from a define to a const char
2003-01-03 Karl DeBisschopprotect against some null strings, make formats more...
2002-11-18 Karl DeBisschopmore readable max_state() code
2002-11-14 Karl DeBisschopfix bug with gettimeofday test, improve version/release...
2002-11-14 Karl DeBisschopremove call_getopt and ssprintf
2002-11-13 Karl DeBisschopremove call_getopt and asprintf
2002-11-08 Karl DeBisschoppatches required to build on solaris with asprintf...
2002-10-21 Karl DeBisschopuse asprintf to do strscpy
2002-10-18 Karl DeBisschophandle null src in strscat
2002-10-16 Karl DeBisschopmillisecond timimg where supported
2002-10-16 Karl DeBisschopuse asprintf to construct strscat
2002-10-16 Karl DeBisschopstart support for gettimeofday and tv_usec
2002-09-08 Karl DeBisschopclears up warnings in splint
2002-06-19 Subhendu Ghoshmore POSIX return value comparison related code fixes
2002-02-28 Ethan GalstadInitial revision