summaryrefslogtreecommitdiffstats
path: root/source/iniparser
Commit message (Collapse)AuthorAgeFilesLines
* r23166: Bring samba.org's iniparser copy in sync with the upstream version 2.17.Lars Müller2007-10-1019-588/+652
|
* r19928: Fix klokwork id 4509, 4573, 4574.Volker Lendecke2007-10-102-3/+14
|
* r18928: Some more const for iniparser.Günther Deschner2007-10-102-2/+2
| | | | Guenther
* r18922: Apply some const.Günther Deschner2007-10-102-10/+10
| | | | Guenther
* r18921: Fix some c++ warnings.Günther Deschner2007-10-101-7/+7
| | | | Guenther
* r15037: Adding iniParser (http://ndevilla.free.fr/iniparser/), a free inifileGünther Deschner2007-10-1021-0/+3405
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