Code

Fix for regex input of '|', being output causing problems with Nagios' parsing of
[nagiosplug.git] / lib / tests /
2010-06-30 Ton VoonMerge branch 'master' of ssh://tonvoon@nagiosplug.git...
2010-06-25 tonvoonAdd test file directory
2010-06-24 Ton VoonCleanup some warnings displayed from IRIX tinderbox...
2010-06-23 Ton VoonAdded state retention APIs. Implemented for check_snmp...
2009-06-11 Matthias EbleMerge branch 'master' of ssh://PsychoTrahe@repo.or...
2009-06-11 Thomas Guyot-SionnestUse a more "natural" way of writing argument lists...
2009-01-26 Thomas Guyot-SionnestMake extract_value more generic:
2009-01-24 Thomas Guyot-SionnestRemove the commented out blocks
2009-01-24 Thomas Guyot-SionnestFix paths in test_ini tests
2009-01-23 Thomas Guyot-SionnestAdd die tests for parse_ini
2009-01-22 Thomas Guyot-SionnestReturn UNKNOWN if none of the default files can be...
2009-01-22 Thomas Guyot-SionnestAdd die tests for extra-opts
2009-01-21 Thomas Guyot-SionnestMove check_ntp's extract_value to utils_base.c.
2009-01-21 Thomas Guyot-SionnestAccidentally included built executables - also updated...
2009-01-21 Thomas Guyot-SionnestSome platform are missing setenv
2009-01-21 Thomas Guyot-SionnestFix (or try at least) for IRIX compile to tap tests
2009-01-18 Thomas Guyot-SionnestRe-apply "Cleanup; fix the way libraries are linked...
2009-01-15 Thomas Guyot-SionnestTypo
2009-01-09 Thomas Guyot-SionnestFix test from last commit
2009-01-09 Thomas Guyot-Sionnestbasename check in test_utils.c was accidentaly added...
2009-01-09 Thomas Guyot-SionnestRevert "Cleanup; fix the way libraries are linked;...
2009-01-08 Thomas Guyot-SionnestTry to make IRIX happy (this fixes a similar warning...
2009-01-07 Thomas Guyot-SionnestCleanup; fix the way libraries are linked; Make-It...
2008-11-29 Thomas Guyot-SionnestAdd Libtap as a bundled library (does not change any...
2008-11-28 Thomas Guyot-SionnestRevert inclusion of libtap into nagiosplugins
2008-11-23 Thomas Guyot-SionnestRemoving CVS/SVN tags and replacing with git-based...
2008-11-05 Ton VoonNeed to add in the libgnu.la for Solaris and other...
2008-11-05 Thomas Guyot-SionnestFix calculation of extra-opts parameters.
2008-11-04 Thomas Guyot-SionnestFixed the test (not the bug yet) and added similar...
2008-11-04 Thomas Guyot-SionnestCorrected test_opts plan
2008-11-04 Thomas Guyot-SionnestAdding extra-opts check that crash on my prod servers...
2008-11-04 Thomas Guyot-SionnestMake extra-opts (C plugins) behave more like N::P:
2008-08-21 Ton VoonCorrectly link to included libtap. Simplify invoking...
2008-08-21 Thomas Guyot-SionnestTypos in comments
2008-07-02 Ton VoonUse tap.h from the libtap directory
2008-06-26 Ton VoonAdding libtap into distribution to help run C based...
2008-04-04 Thomas Guyot-Sionnestmake parse_ini die like in N::P if section isn't found
2008-04-02 Thomas Guyot-SionnestDelete obsolete files
2008-04-02 Thomas Guyot-Sionnest- Add --enable-extra-opts configure option for compilin...
2008-03-31 Thomas Guyot-SionnestFix bug with --extra-opts as last argument with no...
2008-03-31 Thomas Guyot-SionnestFix for last commit - I accidentaly broke my local...
2008-03-30 Thomas Guyot-Sionnest- Remove the last argument of np_extra_opts
2008-03-26 Thomas Guyot-Sionnestwrite ini-file lookup function + tests
2008-03-24 Thomas Guyot-SionnestAdd extra-opts argument parsing with tests
2008-03-16 Thomas Guyot-SionnestAdd tests:
2008-03-15 Thomas Guyot-Sionnest- Make equal-less parameters illegal
2008-03-15 Thomas Guyot-SionnestFix segfault in test_ini.c and uncomment the affected...
2008-03-15 Thomas Guyot-SionnestThis commit consist of two changes:
2008-02-13 Thomas Guyot-SionnestReverting patch to test 8-bit data: Still broken on...
2008-02-12 Thomas Guyot-SionnestImport Gnulib floorf and base64 and removed our old...
2008-01-30 Thomas Guyot-SionnestBump lib/tests to GPLv3
2008-01-10 Thomas Guyot-SionnestAdd a return-code check (also test cmd_run without...
2008-01-06 Thomas Guyot-SionnestFix base64 test (known string wasn't null-terminated)
2008-01-06 Thomas Guyot-SionnestFix tinderbox breakage
2007-12-12 Ton VoonRun tinderbox builds in a test debug mode using "make...
2007-12-11 Ton VoonFixed test so works on MacOSX (use /bin/sh instead...
2007-12-11 Ton VoonAdd verbose flag so each test result is seen, rather...
2007-11-09 Thomas Guyot-SionnestAdding svn:keywords props
2007-11-09 Thomas Guyot-SionnestAdding test for base64 lib
2007-09-22 Matthias EbleAdded -i/-I to ignore pathes/partitions based on regula...
2007-09-21 Ton VoonStop double expansion of parameters for negate - works...
2007-07-24 Ton VoonRemoving all .cvsignore files
2007-06-03 Matthias EbleMinor corrections to test_tcp.c
2007-06-03 Matthias EbleMakefile.am changes for test_tcp.c
2007-06-03 Matthias EbleAdded test cases for utils_tcp
2007-04-02 Ton VoonAdd libgnu.a as regex functions required
2007-03-30 Matthias EbleTest Cases for check_disk's -r, -R, -C and -g
2007-02-07 Ton VoonAdded test files to test the parse_ini.c routines....
2007-01-24 Ton VoonSync with gnulib - lots of extraneous code removed...
2006-10-18 Ton VoonFix tests for exact matches when searching filesystems
2006-07-13 Ton VoonMajor fixes to check_disk. Now should return same data...
2006-07-13 Ton VoonMove new util_* functions to lib/