index
:
monitoring-plugins
archive/avendor
archive/maint-1.4
archive/release-1.3.0
archive/state_file
hw/http-connect
hw/output/functions
hw/output/plugins
iputils
maint-2.1
maint-2.2
maint-2.3
maint-2.3.2
maint-2.4
master
tg/ntp_rework
tv/new_threshold_syntax
Monitoring Plugins
Monitoring Plugins
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
parse_ini.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-22
Return UNKNOWN if none of the default files can be found.
Thomas Guyot-Sionnest
1
-0/+3
2008-11-23
Removing CVS/SVN tags and replacing with git-based versioning
Thomas Guyot-Sionnest
1
-4/+0
2008-11-19
Bulk EOL cleanup
Thomas Guyot-Sionnest
1
-3/+3
2008-11-04
Make extra-opts (C plugins) behave more like N::P:
Thomas Guyot-Sionnest
1
-4/+3
2008-08-21
Typos in comments
Thomas Guyot-Sionnest
1
-4/+4
2008-04-04
make parse_ini die like in N::P if section isn't found
Thomas Guyot-Sionnest
1
-6/+2
2008-04-02
- Add --enable-extra-opts configure option for compiling extra-opts support
Thomas Guyot-Sionnest
1
-2/+2
2008-04-01
fix the obvious...
Thomas Guyot-Sionnest
1
-3/+3
2008-03-31
Fix for last commit - I accidentaly broke my local Makefile and tests weren't...
Thomas Guyot-Sionnest
1
-1/+1
2008-03-26
write ini-file lookup function + tests
Thomas Guyot-Sionnest
1
-12/+66
2008-03-24
Replace broken usage of NAGIOS_CONFIG_PATH with a stub function (that will tr...
Thomas Guyot-Sionnest
1
-6/+35
2008-03-15
parse_ini now reads the default section if the request one can't be found.
Thomas Guyot-Sionnest
1
-7/+12
2008-03-15
Oops - this line shouldn't have been here (doesn't even work anyways) ;)
Thomas Guyot-Sionnest
1
-1/+0
2008-03-15
- Make equal-less parameters illegal
Thomas Guyot-Sionnest
1
-1/+4
2008-03-15
Fix handling of leading and trailing spaces in stanza
Thomas Guyot-Sionnest
1
-5/+9
2008-03-15
Fix segfault in test_ini.c and uncomment the affected tests
Thomas Guyot-Sionnest
1
-7/+18
2008-03-15
This commit consist of two changes:
Thomas Guyot-Sionnest
1
-37/+39
2008-01-30
Bump /lib to GPLv3
Thomas Guyot-Sionnest
1
-9/+8
2008-01-30
new standardized GPLv3 header (will be applied to all C files)
Thomas Guyot-Sionnest
1
-0/+28
2007-02-07
Added test files to test the parse_ini.c routines. Requires libtap
Ton Voon
1
-9/+0
2007-02-06
initial version of ini file parsing routines in C
M. Sean Finney
1
-0/+247