Code

Support "--without-pgsql" (reported by Alex Songe via IRC).
[nagiosplug.git] / lib /
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-04-01 Thomas Guyot-Sionnestfix the obvious...
2008-04-01 Thomas Guyot-Sionnestnp_extra_opts now retain pointers from argv so that...
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-24 Thomas Guyot-SionnestReplace broken usage of NAGIOS_CONFIG_PATH with a stub...
2008-03-16 Thomas Guyot-SionnestAdd tests:
2008-03-15 Thomas Guyot-Sionnestparse_ini now reads the default section if the request...
2008-03-15 Thomas Guyot-SionnestOops - this line shouldn't have been here (doesn't...
2008-03-15 Thomas Guyot-Sionnest- Make equal-less parameters illegal
2008-03-15 Thomas Guyot-SionnestFix handling of leading and trailing spaces in stanza
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-03-11 Ton VoonFixed link -m64 problems on pst3 for solaris. Fixed...
2008-02-13 Thomas Guyot-Sionnestset_thresholds now let the user free the thresolds...
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-Sionnestdetails...
2008-01-30 Thomas Guyot-SionnestBump lib/tests to GPLv3
2008-01-30 Thomas Guyot-SionnestBump /lib to GPLv3
2008-01-30 Thomas Guyot-Sionnestnew standardized GPLv3 header (will be applied to all...
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-11-09 Thomas Guyot-SionnestMoved base64 function to /lib.
2007-11-09 Thomas Guyot-SionnestNothing to see here...
2007-09-22 Matthias Eblesubstituted bool/true/false with int/TRUE/FALSE (discus...
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-29 Holger WeissDon't use C++ style comments.
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-06-03 Matthias EbleMoved check_tcp's expect string testing into utils_tcp...
2007-05-27 M. Sean Finneyadded functions to utils_base:
2007-04-20 Holger WeissDeclare print_thresholds().
2007-04-02 Ton VoonAdd libgnu.a as regex functions required
2007-04-01 Matthias Ebleutils_disk: fixed handling if check_disk -p is a device...
2007-03-30 Matthias EbleTest Cases for check_disk's -r, -R, -C and -g
2007-03-30 Matthias Eblecheck_disk: added regex functionality -r and -R. see...
2007-03-30 Matthias Eblecheck_disk: added grouping functionality. see np-devel...
2007-03-30 Matthias Eblecheck_disk -C is more flexible now. See np-devel post...
2007-02-07 Ton VoonAdded test files to test the parse_ini.c routines....
2007-02-06 M. Sean Finneyinitial version of ini file parsing routines in C
2007-01-27 Holger WeissChange the variable names `true' and `false' (which...
2007-01-24 Ton VoonSync with gnulib - lots of extraneous code removed...
2007-01-23 Holger WeissAdd support for statvfs(2) which is needed in order...
2006-12-20 Ton VoonFixed inode thresholds, regressed from previous release
2006-11-03 Ton VoonAdd alloca files, required for *BSD
2006-10-18 Ton VoonFix tests for exact matches when searching filesystems
2006-10-18 Ton VoonCater for different errors when setting thresholds
2006-09-02 M. Sean Finney- explicitly include utils_base.h from utils.h
2006-07-14 Ton VoonMissing header files
2006-07-13 Ton VoonMajor fixes to check_disk. Now should return same data...
2006-07-13 Ton VoonMove new util_* functions to lib/
2006-07-13 Ton VoonUsing coreutils' base_name function because of portabil...
2006-07-11 Ton VoonExtra files from coreutils required for getloadavg...
2006-07-10 Ton VoonDidn't add intprops.h into distribution correctly
2006-07-05 Ton VoonMissing intprops.h for Tru64 (Ciro Iriarte - 1517379)
2006-07-03 Ton VoonFixed compile on Tru64 5.1b (Ciro Iriarte - 1515435)
2006-05-25 Ton VoonRemoved unnecessary file
2006-05-25 Ton VoonGettext fixes to sync with coreutils
2006-05-25 Ton VoonUse coreutils' regexp libraries, so regexp always avail...
2006-05-18 Ton VoonSynchronise with coreutils 2.95. Gettext now synced...
2004-12-22 Ton VoonFile required from coreutils
2004-12-21 Ton VoonFixed compile problem on Sol2.6 with stdbool.h
2004-12-15 Ton VoonMoving m4 files into m4/. Added extra coreutils files...
2004-11-29 Ton VoonExtra files required from coreutils
2004-11-19 Ton VoonI think getloadavg.m4 is no longer required (as autocon...
2004-11-19 Ton VoonRemoved getloadavg.m4 (built-in function in autoconf...
2004-11-19 Ton VoonFiles required for getloadavg.c
2004-11-12 Ton VoonUpdate to using coreutils 5.2.1 libraries and snprintf...
2004-05-24 Ton VoonMissed getloadavg.c (Ben Clewett)
2004-02-18 Karl DeBisschopunderquoted defines cause warning on FC2
2003-10-23 Ton VoonNeed to include intl/ for systems without libintl.h
2003-10-20 Ton VoonFix for config.h at top level. Required for intl/
2003-09-29 Ton VoonMissed GNU files for AIX 5.1
2003-09-17 Ton VoonRequired if strtod not GNU compilant
2003-09-17 Ton VoonSupport to compile on AIX
2003-08-08 Karl DeBisschopinclude getloadvag.m4 in distrib
2003-08-06 Karl DeBisschopignore ulonglong.m4
2003-07-29 Karl DeBisschopbump to gettext 0.11.5 and cleanup GNU toolchain
2003-07-28 Ton VoonReadded getloadavg.m4 as using autoconf 2.50+. This...
2003-07-26 Karl DeBisschopskip gettext files
2003-07-26 Karl DeBisschopcheckins for internationalization
2003-07-26 Karl DeBisschopcheckins for internationalization
2003-07-26 Karl DeBisschopcheckins for internationalization
2003-03-24 Ton VoonUsing coreutils 4.5.11 version to fix Darwin problem
2003-03-23 Jeremy T. BouseSolaris package build system
next