summaryrefslogtreecommitdiffstats
path: root/plugins/utils.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-19Project rename initial commit.Monitoring Plugins Development Team1-1/+1
2013-09-10Move global variables from .h to .c filesHolger Weiss1-2/+5
2012-06-29Die when asprintf failsAnders Kaseorg1-20/+47
2009-03-20Make alarm handler customisableThomas Guyot-Sionnest1-3/+3
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-18/+3
2008-01-31Bump plugins/ to GPLv3 (non-plugind files)Thomas Guyot-Sionnest1-12/+26
2007-11-23Add a max_state_alt function that put UNKNOWN and DEPENDENT ahead of OK.Thomas Guyot-Sionnest1-0/+27
2007-07-07Changed output order of print_revisionMatthias Eble1-6/+5
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss1-0/+7
2006-07-13Move new util_* functions to lib/Ton Voon1-190/+1
2006-07-13Using coreutils' base_name function because of portability issues withTon Voon1-27/+0
2006-06-18updating help and usage and licenseBenoit Mortier1-1/+1
2006-04-27Internal version of basename if one not found in systemTon Voon1-0/+27
2006-04-06Stop coredump on Solaris if arg not specified (Jason Kau - 1465288)Ton Voon1-1/+1
2006-03-29New function to for escaped strings from command line for send/quit.Ton Voon1-0/+30
2006-01-30Clearly defined thresholds & ranges in docs. Added get_status routine. AddedTon Voon1-20/+113
2006-01-30Added libtap tests for utils.c library functions. Removed redundantTon Voon1-0/+55
2005-10-24initial merging of ae's np_runcmd code into selected plugins.M. Sean Finney1-0/+11
2004-12-25various fixes for localizationBenoit Mortier1-4/+4
2004-12-03removing support fonctionBenoit Mortier1-15/+0
2004-12-02More internationalization workBenoit Mortier1-0/+7
2004-12-01standardize localization stringBenoit Mortier1-12/+0
2004-03-03begin writing some perfdata as floatKarl DeBisschop1-11/+16
2004-02-20add perfdata function for floats to complement ints, also spell fix "received"Karl DeBisschop1-0/+39
2003-08-28use single quotes per guideline, also quote when SPC or = are foundKarl DeBisschop1-2/+2
2003-08-28suppress quotes in perf data when not needed (some plugins need the space to ...Karl DeBisschop1-1/+4
2003-08-26function to make perfdata outputKarl DeBisschop1-0/+44
2003-08-10config.h is redundant (common.h includes it)Karl DeBisschop1-1/+0
2003-08-09more pedantic compiler warnsKarl DeBisschop1-3/+3
2003-08-09add function for elapsed tim ein microsecondsKarl DeBisschop1-0/+10
2003-08-09more pedantic compiler warningsKarl DeBisschop1-1/+1
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Karl DeBisschop1-36/+2
2003-08-07replace "terminate" with "die" for shorter name and better readabilityKarl DeBisschop1-13/+2
2003-08-02ifdef so utils.h can be header for utils.cKarl DeBisschop1-36/+4
2003-07-29clean up warnings about ill-formed comment and string concatenationKarl DeBisschop1-10/+11
2003-07-26checkins for internationalizationKarl DeBisschop1-2/+2
2003-07-03remove LABELLENKarl DeBisschop1-1/+0
2003-03-22declaration must precede printfKarl DeBisschop1-1/+1
2003-03-19make state_text a functionKarl DeBisschop1-1/+31
2003-03-15Spent the day working on backwards compatability using getaddrinfo()Jeremy T. Bouse1-81/+0
2003-03-13Updated cvs ignore files to reflect changesJeremy T. Bouse1-1/+0
2003-03-12Added autogen.sh script that rebuilds using autotools and runs configureJeremy T. Bouse1-0/+12
2003-03-08AF indepedent routines introduced.Jeremy T. Bouse1-30/+42
2003-01-16restore max() macroKarl DeBisschop1-0/+2
2003-01-13convert PROGANE from a define to a const charKarl DeBisschop1-13/+24
2003-01-03protect against some null strings, make formats more uniformKarl DeBisschop1-32/+52
2002-11-18more readable max_state() codeKarl DeBisschop1-27/+14
2002-11-14fix bug with gettimeofday test, improve version/release handling, update rpm ...Karl DeBisschop1-1/+1
2002-11-14remove call_getopt and ssprintfKarl DeBisschop1-2/+2
2002-11-13remove call_getopt and asprintfKarl DeBisschop1-67/+0