Age | Commit message (Expand) | Author | Files | Lines |
2008-11-05 | Fix calculation of extra-opts parameters. | Thomas Guyot-Sionnest | 2 | -4/+3 |
2008-11-04 | Fixed the test (not the bug yet) and added similar one to test_ini (that one ... | Thomas Guyot-Sionnest | 2 | -12/+13 |
2008-11-04 | Corrected test_opts plan | Thomas Guyot-Sionnest | 1 | -1/+1 |
2008-11-04 | Adding extra-opts check that crash on my prod servers (*** glibc detected ***... | Thomas Guyot-Sionnest | 2 | -0/+31 |
2008-11-04 | Make extra-opts (C plugins) behave more like N::P: | Thomas Guyot-Sionnest | 2 | -5/+7 |
2008-08-21 | Correctly link to included libtap. Simplify invoking test scripts. | Ton Voon | 10 | -84/+58 |
2008-08-21 | Typos in comments | Thomas Guyot-Sionnest | 3 | -6/+6 |
2008-07-08 | check_procs captures stderr and adds to plugin output. This is | Ton Voon | 2 | -0/+19 |
2008-07-02 | Use tap.h from the libtap directory | Ton Voon | 1 | -3/+2 |
2008-06-26 | Adding libtap into distribution to help run C based tests | Ton Voon | 1 | -7/+9 |
2008-04-04 | make parse_ini die like in N::P if section isn't found | Thomas Guyot-Sionnest | 4 | -26/+26 |
2008-04-02 | Delete obsolete files | Thomas Guyot-Sionnest | 2 | -8/+0 |
2008-04-02 | - Add --enable-extra-opts configure option for compiling extra-opts support | Thomas Guyot-Sionnest | 5 | -7/+23 |
2008-04-01 | fix the obvious... | Thomas Guyot-Sionnest | 1 | -3/+3 |
2008-04-01 | np_extra_opts now retain pointers from argv so that plugins can still overwri... | Thomas Guyot-Sionnest | 2 | -4/+4 |
2008-03-31 | Fix bug with --extra-opts as last argument with no value | Thomas Guyot-Sionnest | 2 | -4/+16 |
2008-03-31 | Fix for last commit - I accidentaly broke my local Makefile and tests weren't... | Thomas Guyot-Sionnest | 6 | -17/+21 |
2008-03-30 | - Remove the last argument of np_extra_opts | Thomas Guyot-Sionnest | 3 | -86/+75 |
2008-03-26 | write ini-file lookup function + tests | Thomas Guyot-Sionnest | 4 | -17/+138 |
2008-03-24 | Add extra-opts argument parsing with tests | Thomas Guyot-Sionnest | 5 | -0/+398 |
2008-03-24 | Replace broken usage of NAGIOS_CONFIG_PATH with a stub function (that will tr... | Thomas Guyot-Sionnest | 2 | -9/+71 |
2008-03-16 | Add tests: | Thomas Guyot-Sionnest | 3 | -1/+42 |
2008-03-15 | parse_ini now reads the default section if the request one can't be found. | Thomas Guyot-Sionnest | 1 | -7/+12 |
2008-03-15 | Oops - this line shouldn't have been here (doesn't even work anyways) ;) | Thomas Guyot-Sionnest | 1 | -1/+0 |
2008-03-15 | - Make equal-less parameters illegal | Thomas Guyot-Sionnest | 3 | -5/+17 |
2008-03-15 | Fix handling of leading and trailing spaces in stanza | Thomas Guyot-Sionnest | 1 | -5/+9 |
2008-03-15 | Fix segfault in test_ini.c and uncomment the affected tests | Thomas Guyot-Sionnest | 2 | -24/+27 |
2008-03-15 | This commit consist of two changes: | Thomas Guyot-Sionnest | 4 | -42/+74 |
2008-03-11 | Fixed link -m64 problems on pst3 for solaris. Fixed _FILE_OFFSET_BITS | Ton Voon | 1 | -1/+1 |
2008-02-13 | set_thresholds now let the user free the thresolds. (P.S.: When you set twice... | Thomas Guyot-Sionnest | 1 | -4/+0 |
2008-02-13 | Reverting patch to test 8-bit data: Still broken on Solaris (7-bit works as b... | Thomas Guyot-Sionnest | 1 | -4/+2 |
2008-02-12 | Import Gnulib floorf and base64 and removed our old base64 library. | Thomas Guyot-Sionnest | 5 | -61/+9 |
2008-01-30 | details... | Thomas Guyot-Sionnest | 2 | -2/+2 |
2008-01-30 | Bump lib/tests to GPLv3 | Thomas Guyot-Sionnest | 6 | -114/+108 |
2008-01-30 | Bump /lib to GPLv3 | Thomas Guyot-Sionnest | 5 | -94/+107 |
2008-01-30 | new standardized GPLv3 header (will be applied to all C files) | Thomas Guyot-Sionnest | 1 | -0/+28 |
2008-01-10 | Add a return-code check (also test cmd_run without out/err buffers) | Thomas Guyot-Sionnest | 1 | -1/+11 |
2008-01-06 | Fix base64 test (known string wasn't null-terminated) | Thomas Guyot-Sionnest | 1 | -2/+2 |
2008-01-06 | Fix tinderbox breakage | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-12-12 | Run tinderbox builds in a test debug mode using "make test-debug" | Ton Voon | 2 | -2/+5 |
2007-12-11 | Fixed test so works on MacOSX (use /bin/sh instead of /bin/grep). | Ton Voon | 1 | -4/+19 |
2007-12-11 | Add verbose flag so each test result is seen, rather than grouped by test | Ton Voon | 1 | -1/+1 |
2007-11-09 | Adding svn:keywords props | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-11-09 | Adding test for base64 lib | Thomas Guyot-Sionnest | 3 | -2/+364 |
2007-11-09 | Moved base64 function to /lib. | Thomas Guyot-Sionnest | 3 | -2/+56 |
2007-11-09 | Nothing to see here... | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-09-22 | substituted bool/true/false with int/TRUE/FALSE (discussed on np-devel) | Matthias Eble | 2 | -5/+5 |
2007-09-22 | Added -i/-I to ignore pathes/partitions based on regular expressions | Matthias Eble | 3 | -2/+66 |
2007-09-21 | Stop double expansion of parameters for negate - works like | Ton Voon | 6 | -4/+637 |
2007-07-29 | Don't use C++ style comments. | Holger Weiss | 1 | -1/+1 |