master
Add test data for basic types and append option.
Joining entries with the same name to one single entry if ECONF_JOIN_… (#138)
Add more test cases for login.defs and wrong arguments
Handling multiline strings ; Added libeconf_ext which returns more information about an entry: line_nr, comments,... (#136)
Make comment argument an array, so that we can support more than one comment character in the future.
Fix typos (#212)
parsing line with multi comments characters (#234)
Implementing Econftool (#133)
Fix crash in strcmp, if strchr returns NULL
Add tst-getconfdirs3: verify we can load original file without local changes
tst-getconfdirs4: make sure, only a file in /etc/ and not in /usr/etc works, too.
tests: tst-configdirs5: fix config dir paths
Rewrite econf_readDirs - don't assume suffix is ".conf" - Read files and directories in correct order
Add test case for crash with empty value keys
econf_err econf_set_conf_dirs (const char **dir_postfix_list) (#176)
Fix getGroups argument types and add several test cases for this.
Groups handled in an own list (#218)
Reading numbers with different bases (e.g. oktal) (bsc#1193632) (#157)
reading lines which have a length greater than BUFSIZE (#195)
Defining manual parsing directories (#209)
Add some basic tests
Adjust Makefiles and code to make "make distcheck" working
Add test cases for merge function
Improved error handling (#139)
Fix memory access if there are a comment character inside a comment (#231)
tests: add test for quoted strings
Parsing files which are containing keys only (#170)
Fulfill UAPI Group requirements (#191)
testcase for bug_1234405 (#229)
Do not try to parse files with name like ".." and "." (#227)
fixed errors while writing string to file
Add build options for the CMake build (#230)
Removed PATH_MAX (#226)
using econf_readConfig in econftool
Implement econf_*freep functions for automatic cleanup
check NULL for default string (#238)
Test econf_readConfig()
fixed memory leaks (#219)
Add ROOT_PREFIX as option to replace TESTSDIR hack
new call: econf_setExtValue (#239)
tests: use cleanup to free key_file for some tests