Code

check_host: Allocate a large-enough buffer for the host table.
[nagiosplug.git] / lib / parse_ini.c
2009-01-22 Thomas Guyot-SionnestReturn UNKNOWN if none of the default files can be...
2008-11-23 Thomas Guyot-SionnestRemoving CVS/SVN tags and replacing with git-based...
2008-11-19 Thomas Guyot-SionnestBulk EOL cleanup
2008-11-04 Thomas Guyot-SionnestMake extra-opts (C plugins) behave more like N::P:
2008-08-21 Thomas Guyot-SionnestTypos in comments
2008-04-04 Thomas Guyot-Sionnestmake parse_ini die like in N::P if section isn't found
2008-04-02 Thomas Guyot-Sionnest- Add --enable-extra-opts configure option for compilin...
2008-04-01 Thomas Guyot-Sionnestfix the obvious...
2008-03-31 Thomas Guyot-SionnestFix for last commit - I accidentaly broke my local...
2008-03-26 Thomas Guyot-Sionnestwrite ini-file lookup function + tests
2008-03-24 Thomas Guyot-SionnestReplace broken usage of NAGIOS_CONFIG_PATH with a stub...
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-01-30 Thomas Guyot-SionnestBump /lib to GPLv3
2008-01-30 Thomas Guyot-Sionnestnew standardized GPLv3 header (will be applied to all...
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