summaryrefslogtreecommitdiffstats
path: root/libgpo/gpo_ini.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a type-punned warningVolker Lendecke2009-04-281-1/+1
|
* libgpo: Fix some minor issues.Günther Deschner2009-04-201-0/+1
| | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org>
* Fix ini parsing in the s3 gpext modules. Fix ini parser API. Make the build workWilco Baan Hofman2009-04-201-4/+15
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* Move gpo_ini stuff to the main libgpo. Make gpo_ini use a common parser.Wilco Baan Hofman2009-04-201-0/+269
It now makes use of lib/util/param.c to parse ini files. Signed-off-by: Günther Deschner <gd@samba.org>