summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2008-04-04make parse_ini die like in N::P if section isn't foundThomas Guyot-Sionnest4-26/+26
2008-04-02Delete obsolete filesThomas Guyot-Sionnest2-8/+0
2008-04-02- Add --enable-extra-opts configure option for compiling extra-opts supportThomas Guyot-Sionnest5-7/+23
2008-04-01fix the obvious...Thomas Guyot-Sionnest1-3/+3
2008-04-01np_extra_opts now retain pointers from argv so that plugins can still overwri...Thomas Guyot-Sionnest2-4/+4
2008-03-31Fix bug with --extra-opts as last argument with no valueThomas Guyot-Sionnest2-4/+16
2008-03-31Fix for last commit - I accidentaly broke my local Makefile and tests weren't...Thomas Guyot-Sionnest6-17/+21
2008-03-30- Remove the last argument of np_extra_optsThomas Guyot-Sionnest3-86/+75
2008-03-26write ini-file lookup function + testsThomas Guyot-Sionnest4-17/+138
2008-03-24Add extra-opts argument parsing with testsThomas Guyot-Sionnest5-0/+398
2008-03-24Replace broken usage of NAGIOS_CONFIG_PATH with a stub function (that will tr...Thomas Guyot-Sionnest2-9/+71
2008-03-16Add tests:Thomas Guyot-Sionnest3-1/+42
2008-03-15parse_ini now reads the default section if the request one can't be found.Thomas Guyot-Sionnest1-7/+12
2008-03-15Oops - this line shouldn't have been here (doesn't even work anyways) ;)Thomas Guyot-Sionnest1-1/+0
2008-03-15- Make equal-less parameters illegalThomas Guyot-Sionnest3-5/+17
2008-03-15Fix handling of leading and trailing spaces in stanzaThomas Guyot-Sionnest1-5/+9
2008-03-15Fix segfault in test_ini.c and uncomment the affected testsThomas Guyot-Sionnest2-24/+27
2008-03-15This commit consist of two changes:Thomas Guyot-Sionnest4-42/+74
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-02-13Reverting patch to test 8-bit data: Still broken on Solaris (7-bit works as b...Thomas Guyot-Sionnest1-4/+2
2008-02-12Import Gnulib floorf and base64 and removed our old base64 library.Thomas Guyot-Sionnest5-61/+9
2008-01-30details...Thomas Guyot-Sionnest2-2/+2
2008-01-30Bump lib/tests to GPLv3Thomas Guyot-Sionnest6-114/+108
2008-01-30Bump /lib to GPLv3Thomas Guyot-Sionnest5-94/+107
2008-01-30new standardized GPLv3 header (will be applied to all C files)Thomas Guyot-Sionnest1-0/+28
2008-01-10Add a return-code check (also test cmd_run without out/err buffers)Thomas Guyot-Sionnest1-1/+11
2008-01-06Fix base64 test (known string wasn't null-terminated)Thomas Guyot-Sionnest1-2/+2
2008-01-06Fix tinderbox breakageThomas Guyot-Sionnest1-1/+1
2007-12-12Run tinderbox builds in a test debug mode using "make test-debug"Ton Voon2-2/+5
2007-12-11Fixed test so works on MacOSX (use /bin/sh instead of /bin/grep).Ton Voon1-4/+19
2007-12-11Add verbose flag so each test result is seen, rather than grouped by testTon Voon1-1/+1
2007-11-09Adding svn:keywords propsThomas Guyot-Sionnest1-1/+1
2007-11-09Adding test for base64 libThomas Guyot-Sionnest3-2/+364
2007-11-09Moved base64 function to /lib.Thomas Guyot-Sionnest3-2/+56
2007-11-09Nothing to see here...Thomas Guyot-Sionnest1-1/+1
2007-09-22substituted bool/true/false with int/TRUE/FALSE (discussed on np-devel)Matthias Eble2-5/+5
2007-09-22Added -i/-I to ignore pathes/partitions based on regular expressionsMatthias Eble3-2/+66
2007-09-21Stop double expansion of parameters for negate - works likeTon Voon6-4/+637
2007-07-29Don't use C++ style comments.Holger Weiss1-1/+1
2007-07-24Removing all .cvsignore filesTon Voon2-10/+0
2007-06-03Minor corrections to test_tcp.cMatthias Eble1-12/+8
2007-06-03Makefile.am changes for test_tcp.cMatthias Eble1-2/+7
2007-06-03Added test cases for utils_tcpMatthias Eble3-0/+69
2007-06-03Moved check_tcp's expect string testing into utils_tcp for testing purposes.Matthias Eble3-2/+66
2007-05-27added functions to utils_base:M. Sean Finney2-0/+22
2007-04-20Declare print_thresholds().Holger Weiss1-0/+1
2007-04-02Add libgnu.a as regex functions requiredTon Voon1-1/+1
2007-04-01utils_disk: fixed handling if check_disk -p is a device (np_set_best_match())Matthias Eble1-11/+12
2007-03-30Test Cases for check_disk's -r, -R, -C and -gMatthias Eble1-1/+58