r15037: Adding iniParser (http://ndevilla.free.fr/iniparser/), a free inifile
commit6658e0a9886ee5a361361bc9b26c136ec91aea72
authorGünther Deschner <gd@samba.org>
Tue, 11 Apr 2006 14:34:40 +0000 (11 14:34 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:15:58 +0000 (10 11:15 -0500)
tree9be54c72ad0bd863fb20edf3dfe385d90401fe33
parentefc833dcba052e52c46eeba71a1ebe248be9cb05
r15037: Adding iniParser (ndevilla.free.fr/iniparser/), a free inifile
parsing library under the MIT licence.

This is required to have a configuration ini-file for pam_winbind
without using loadparm in the next step.

Guenther
21 files changed:
source/iniparser/AUTHORS [new file with mode: 0644]
source/iniparser/INSTALL [new file with mode: 0644]
source/iniparser/LICENSE [new file with mode: 0644]
source/iniparser/Makefile [new file with mode: 0644]
source/iniparser/README [new file with mode: 0644]
source/iniparser/html/dir_000000.html [new file with mode: 0644]
source/iniparser/html/dirs.html [new file with mode: 0644]
source/iniparser/html/doxygen.css [new file with mode: 0644]
source/iniparser/html/doxygen.png [new file with mode: 0644]
source/iniparser/html/globals_func.html [new file with mode: 0644]
source/iniparser/html/index.html [new file with mode: 0644]
source/iniparser/html/iniparser_8h.html [new file with mode: 0644]
source/iniparser/html/iniparser_8main.html [new file with mode: 0644]
source/iniparser/src/dictionary.c [new file with mode: 0644]
source/iniparser/src/dictionary.h [new file with mode: 0644]
source/iniparser/src/iniparser.c [new file with mode: 0644]
source/iniparser/src/iniparser.h [new file with mode: 0644]
source/iniparser/src/strlib.c [new file with mode: 0644]
source/iniparser/src/strlib.h [new file with mode: 0644]
source/iniparser/test/Makefile [new file with mode: 0644]
source/iniparser/test/iniexample.c [new file with mode: 0644]