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
2024-01-07
Ini Parser: Avoid freeing symbols from text section by remembering where they...
refs/pull/1982/head
RincewindsHat
1
-9/+23
2023-10-15
Replace all old school booleans in lib witch C99 ones
refs/pull/1937/head
RincewindsHat
1
-3/+4
2023-10-15
Whitespace fixes in lib
RincewindsHat
1
-7/+7
2023-04-14
Fix a lot of typos reported by codespell
refs/pull/1864/head
Jan Wagner
1
-2/+2
2014-06-18
lib/parse_ini.c: Print proper read error message
Holger Weiss
1
-1/+2
2014-06-18
lib/parse_ini.c: Drop privileges for reading file
Holger Weiss
1
-0/+10
2014-06-18
lib/parse_ini.c: Add newline to die() calls
Holger Weiss
1
-2/+2
2014-06-18
lib/parse_ini.c: Cosmetic change
Holger Weiss
1
-4/+1
2014-06-18
lib/parse_ini.c: Search for INI file in subdirs
Holger Weiss
1
-0/+2
2014-06-18
lib/parse_ini.c: Add comment on NAGIOS_CONFIG_PATH
Holger Weiss
1
-15/+17
2014-06-18
lib/parse_ini.c: Cosmetic changes to comments
Holger Weiss
1
-16/+20
2014-06-18
lib/parse_ini.c: Fix Clang warnings
Holger Weiss
1
-8/+7
2014-06-18
lib/parse_ini.[ch]: Change code formatting
Holger Weiss
1
-155/+191
2014-06-17
lib/parse_ini.c: Don't cast malloc(3) result
Holger Weiss
1
-2/+2
2014-06-17
lib/parse_ini.c: Remove outdated comment and code
Holger Weiss
1
-15/+10
2014-06-17
lib/parse_ini.c: Read $MP_CONFIG_FILE
Holger Weiss
1
-1/+2
2014-06-17
lib/parse_ini.c: Read "monitoring-plugins.ini"
Holger Weiss
1
-0/+4
2014-06-17
lib/parse_ini.[ch]: Simplify code
Holger Weiss
1
-70/+49
2014-01-25
Clean up parse_ini error messages, add missing newlines
Thomas Guyot-Sionnest
1
-5/+5
2014-01-24
Use access() instead of stat() in parse_ini.c
Thomas Guyot-Sionnest
1
-3/+2
2014-01-20
Minor fixes to be amended into "rename" commit
Holger Weiss
1
-1/+1
2014-01-19
Project rename initial commit.
Monitoring Plugins Development Team
1
-2/+2
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