aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-03-30- Remove the last argument of np_extra_optsGravatar Thomas Guyot-Sionnest
2008-03-26write ini-file lookup function + testsGravatar Thomas Guyot-Sionnest
2008-03-24Add extra-opts argument parsing with testsGravatar Thomas Guyot-Sionnest
2008-03-24Replace broken usage of NAGIOS_CONFIG_PATH with a stub function (that will tr...Gravatar Thomas Guyot-Sionnest
2008-03-16Add tests:Gravatar Thomas Guyot-Sionnest
2008-03-15parse_ini now reads the default section if the request one can't be found.Gravatar Thomas Guyot-Sionnest
2008-03-15Oops - this line shouldn't have been here (doesn't even work anyways) ;)Gravatar Thomas Guyot-Sionnest
2008-03-15- Make equal-less parameters illegalGravatar Thomas Guyot-Sionnest
2008-03-15Fix handling of leading and trailing spaces in stanzaGravatar Thomas Guyot-Sionnest
2008-03-15Fix segfault in test_ini.c and uncomment the affected testsGravatar Thomas Guyot-Sionnest
2008-03-15This commit consist of two changes:Gravatar Thomas Guyot-Sionnest
2008-03-11Fixed link -m64 problems on pst3 for solaris. Fixed _FILE_OFFSET_BITSGravatar Ton Voon
2008-02-13set_thresholds now let the user free the thresolds. (P.S.: When you set twice...Gravatar Thomas Guyot-Sionnest
2008-02-13Reverting patch to test 8-bit data: Still broken on Solaris (7-bit works as b...Gravatar Thomas Guyot-Sionnest
2008-02-12Import Gnulib floorf and base64 and removed our old base64 library.Gravatar Thomas Guyot-Sionnest
2008-01-30details...Gravatar Thomas Guyot-Sionnest
2008-01-30Bump lib/tests to GPLv3Gravatar Thomas Guyot-Sionnest
2008-01-30Bump /lib to GPLv3Gravatar Thomas Guyot-Sionnest
2008-01-30new standardized GPLv3 header (will be applied to all C files)Gravatar Thomas Guyot-Sionnest
2008-01-10Add a return-code check (also test cmd_run without out/err buffers)Gravatar Thomas Guyot-Sionnest
2008-01-06Fix base64 test (known string wasn't null-terminated)Gravatar Thomas Guyot-Sionnest
2008-01-06Fix tinderbox breakageGravatar Thomas Guyot-Sionnest
2007-12-12Run tinderbox builds in a test debug mode using "make test-debug"Gravatar Ton Voon
2007-12-11Fixed test so works on MacOSX (use /bin/sh instead of /bin/grep).Gravatar Ton Voon
2007-12-11Add verbose flag so each test result is seen, rather than grouped by testGravatar Ton Voon
2007-11-09Adding svn:keywords propsGravatar Thomas Guyot-Sionnest
2007-11-09Adding test for base64 libGravatar Thomas Guyot-Sionnest
2007-11-09Moved base64 function to /lib.Gravatar Thomas Guyot-Sionnest
2007-11-09Nothing to see here...Gravatar Thomas Guyot-Sionnest
2007-09-22substituted bool/true/false with int/TRUE/FALSE (discussed on np-devel)Gravatar Matthias Eble
2007-09-22Added -i/-I to ignore pathes/partitions based on regular expressionsGravatar Matthias Eble
2007-09-21Stop double expansion of parameters for negate - works likeGravatar Ton Voon
2007-07-29Don't use C++ style comments.Gravatar Holger Weiss
2007-07-24Removing all .cvsignore filesGravatar Ton Voon
2007-06-03Minor corrections to test_tcp.cGravatar Matthias Eble
2007-06-03Makefile.am changes for test_tcp.cGravatar Matthias Eble
2007-06-03Added test cases for utils_tcpGravatar Matthias Eble
2007-06-03Moved check_tcp's expect string testing into utils_tcp for testing purposes.Gravatar Matthias Eble
2007-05-27added functions to utils_base:Gravatar M. Sean Finney
2007-04-20Declare print_thresholds().Gravatar Holger Weiss
2007-04-02Add libgnu.a as regex functions requiredGravatar Ton Voon
2007-04-01utils_disk: fixed handling if check_disk -p is a device (np_set_best_match())Gravatar Matthias Eble
2007-03-30Test Cases for check_disk's -r, -R, -C and -gGravatar Matthias Eble
2007-03-30check_disk: added regex functionality -r and -R. see np-devel mail (2007-02-10)Gravatar Matthias Eble
2007-03-30check_disk: added grouping functionality. see np-devel mail (2007-02-10)Gravatar Matthias Eble
2007-03-30check_disk -C is more flexible now. See np-devel post (2007-02-10)Gravatar Matthias Eble
2007-02-07Added test files to test the parse_ini.c routines. Requires libtapGravatar Ton Voon
2007-02-06initial version of ini file parsing routines in CGravatar M. Sean Finney
2007-01-27Change the variable names `true' and `false' (which are keywords in C99)Gravatar Holger Weiss
2007-01-24Sync with gnulib - lots of extraneous code removed in preference to GNU codeGravatar Ton Voon