summaryrefslogtreecommitdiffstats
path: root/lib/parse_ini.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-04make parse_ini die like in N::P if section isn't foundThomas Guyot-Sionnest1-6/+2
2008-04-02- Add --enable-extra-opts configure option for compiling extra-opts supportThomas Guyot-Sionnest1-2/+2
2008-04-01fix the obvious...Thomas Guyot-Sionnest1-3/+3
2008-03-31Fix for last commit - I accidentaly broke my local Makefile and tests weren't...Thomas Guyot-Sionnest1-1/+1
2008-03-26write ini-file lookup function + testsThomas Guyot-Sionnest1-12/+66
2008-03-24Replace broken usage of NAGIOS_CONFIG_PATH with a stub function (that will tr...Thomas Guyot-Sionnest1-6/+35
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-Sionnest1-1/+4
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-Sionnest1-7/+18
2008-03-15This commit consist of two changes:Thomas Guyot-Sionnest1-37/+39
2008-01-30Bump /lib to GPLv3Thomas Guyot-Sionnest1-9/+8
2008-01-30new standardized GPLv3 header (will be applied to all C files)Thomas Guyot-Sionnest1-0/+28
2007-02-07Added test files to test the parse_ini.c routines. Requires libtapTon Voon1-9/+0
2007-02-06initial version of ini file parsing routines in CM. Sean Finney1-0/+247