index
:
monitoring-plugins
by_ssh_random_wait
master
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
parse_ini.c
Age
Commit message (
Expand
)
Author
2014-06-18
lib/parse_ini.c: Print proper read error message
Holger Weiss
2014-06-18
lib/parse_ini.c: Drop privileges for reading file
Holger Weiss
2014-06-18
lib/parse_ini.c: Add newline to die() calls
Holger Weiss
2014-06-18
lib/parse_ini.c: Cosmetic change
Holger Weiss
2014-06-18
lib/parse_ini.c: Search for INI file in subdirs
Holger Weiss
2014-06-18
lib/parse_ini.c: Add comment on NAGIOS_CONFIG_PATH
Holger Weiss
2014-06-18
lib/parse_ini.c: Cosmetic changes to comments
Holger Weiss
2014-06-18
lib/parse_ini.c: Fix Clang warnings
Holger Weiss
2014-06-18
lib/parse_ini.[ch]: Change code formatting
Holger Weiss
2014-06-18
lib/parse_ini.c: Don't cast malloc(3) result
Holger Weiss
2014-06-18
lib/parse_ini.c: Remove outdated comment and code
Holger Weiss
2014-06-18
lib/parse_ini.c: Read $MP_CONFIG_FILE
Holger Weiss
2014-06-18
lib/parse_ini.c: Read "monitoring-plugins.ini"
Holger Weiss
2014-06-18
lib/parse_ini.[ch]: Simplify code
Holger Weiss
2014-01-25
Clean up parse_ini error messages, add missing newlines
Thomas Guyot-Sionnest
2014-01-24
Use access() instead of stat() in parse_ini.c
Thomas Guyot-Sionnest
2014-01-20
Minor fixes to be amended into "rename" commit
Holger Weiss
2014-01-19
Project rename initial commit.
Monitoring Plugins Development Team
2009-01-22
Return UNKNOWN if none of the default files can be found.
Thomas Guyot-Sionnest
2008-11-23
Removing CVS/SVN tags and replacing with git-based versioning
Thomas Guyot-Sionnest
2008-11-19
Bulk EOL cleanup
Thomas Guyot-Sionnest
2008-11-04
Make extra-opts (C plugins) behave more like N::P:
Thomas Guyot-Sionnest
2008-08-21
Typos in comments
Thomas Guyot-Sionnest
2008-04-04
make parse_ini die like in N::P if section isn't found
Thomas Guyot-Sionnest
2008-04-02
- Add --enable-extra-opts configure option for compiling extra-opts support
Thomas Guyot-Sionnest
2008-04-01
fix the obvious...
Thomas Guyot-Sionnest
2008-03-31
Fix for last commit - I accidentaly broke my local Makefile and tests weren't...
Thomas Guyot-Sionnest
2008-03-26
write ini-file lookup function + tests
Thomas Guyot-Sionnest
2008-03-24
Replace broken usage of NAGIOS_CONFIG_PATH with a stub function (that will tr...
Thomas Guyot-Sionnest
2008-03-15
parse_ini now reads the default section if the request one can't be found.
Thomas Guyot-Sionnest
2008-03-15
Oops - this line shouldn't have been here (doesn't even work anyways) ;)
Thomas Guyot-Sionnest
2008-03-15
- Make equal-less parameters illegal
Thomas Guyot-Sionnest
2008-03-15
Fix handling of leading and trailing spaces in stanza
Thomas Guyot-Sionnest
2008-03-15
Fix segfault in test_ini.c and uncomment the affected tests
Thomas Guyot-Sionnest
2008-03-15
This commit consist of two changes:
Thomas Guyot-Sionnest
2008-01-30
Bump /lib to GPLv3
Thomas Guyot-Sionnest
2008-01-30
new standardized GPLv3 header (will be applied to all C files)
Thomas Guyot-Sionnest
2007-02-07
Added test files to test the parse_ini.c routines. Requires libtap
Ton Voon
2007-02-06
initial version of ini file parsing routines in C
M. Sean Finney