aboutsummaryrefslogtreecommitdiff
path: root/lib/parse_ini.c
AgeCommit message (Expand)Author
2014-06-18lib/parse_ini.c: Print proper read error messageGravatar Holger Weiss
2014-06-18lib/parse_ini.c: Drop privileges for reading fileGravatar Holger Weiss
2014-06-18lib/parse_ini.c: Add newline to die() callsGravatar Holger Weiss
2014-06-18lib/parse_ini.c: Cosmetic changeGravatar Holger Weiss
2014-06-18lib/parse_ini.c: Search for INI file in subdirsGravatar Holger Weiss
2014-06-18lib/parse_ini.c: Add comment on NAGIOS_CONFIG_PATHGravatar Holger Weiss
2014-06-18lib/parse_ini.c: Cosmetic changes to commentsGravatar Holger Weiss
2014-06-18lib/parse_ini.c: Fix Clang warningsGravatar Holger Weiss
2014-06-18lib/parse_ini.[ch]: Change code formattingGravatar Holger Weiss
2014-06-18lib/parse_ini.c: Don't cast malloc(3) resultGravatar Holger Weiss
2014-06-18lib/parse_ini.c: Remove outdated comment and codeGravatar Holger Weiss
2014-06-18lib/parse_ini.c: Read $MP_CONFIG_FILEGravatar Holger Weiss
2014-06-18lib/parse_ini.c: Read "monitoring-plugins.ini"Gravatar Holger Weiss
2014-06-18lib/parse_ini.[ch]: Simplify codeGravatar Holger Weiss
2014-01-25Clean up parse_ini error messages, add missing newlinesGravatar Thomas Guyot-Sionnest
2014-01-24Use access() instead of stat() in parse_ini.cGravatar Thomas Guyot-Sionnest
2014-01-20Minor fixes to be amended into "rename" commitGravatar Holger Weiss
2014-01-19Project rename initial commit.Gravatar Monitoring Plugins Development Team
2009-01-22Return UNKNOWN if none of the default files can be found.Gravatar Thomas Guyot-Sionnest
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningGravatar Thomas Guyot-Sionnest
2008-11-19Bulk EOL cleanupGravatar Thomas Guyot-Sionnest
2008-11-04Make extra-opts (C plugins) behave more like N::P:Gravatar Thomas Guyot-Sionnest
2008-08-21Typos in commentsGravatar Thomas Guyot-Sionnest
2008-04-04make parse_ini die like in N::P if section isn't foundGravatar Thomas Guyot-Sionnest
2008-04-02- Add --enable-extra-opts configure option for compiling extra-opts supportGravatar Thomas Guyot-Sionnest
2008-04-01fix the obvious...Gravatar Thomas Guyot-Sionnest
2008-03-31Fix for last commit - I accidentaly broke my local Makefile and tests weren't...Gravatar Thomas Guyot-Sionnest
2008-03-26write ini-file lookup function + testsGravatar Thomas Guyot-Sionnest
2008-03-24Replace broken usage of NAGIOS_CONFIG_PATH with a stub function (that will tr...Gravatar Thomas Guyot-Sionnest
2008-03-15parse_ini now reads the default section if the request one can't be found.Gravatar Thomas Guyot-Sionnest
2008-03-15Oops - this line shouldn't have been here (doesn't even work anyways) ;)Gravatar Thomas Guyot-Sionnest
2008-03-15- Make equal-less parameters illegalGravatar Thomas Guyot-Sionnest
2008-03-15Fix handling of leading and trailing spaces in stanzaGravatar Thomas Guyot-Sionnest
2008-03-15Fix segfault in test_ini.c and uncomment the affected testsGravatar Thomas Guyot-Sionnest
2008-03-15This commit consist of two changes:Gravatar Thomas Guyot-Sionnest
2008-01-30Bump /lib to GPLv3Gravatar Thomas Guyot-Sionnest
2008-01-30new standardized GPLv3 header (will be applied to all C files)Gravatar Thomas Guyot-Sionnest
2007-02-07Added test files to test the parse_ini.c routines. Requires libtapGravatar Ton Voon
2007-02-06initial version of ini file parsing routines in CGravatar M. Sean Finney