summaryrefslogtreecommitdiff
path: root/libgpo/gpo_ini.h
Commit message (Collapse)AuthorAgeFilesLines
* libgpo: apply some const.Günther Deschner2017-01-061-3/+3
| | | | | | | Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* libgpo: add gp_inifile_enum_section()Günther Deschner2017-01-061-0/+5
| | | | | | | Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* libgpo: add gp_inifile_init_context_direct()Günther Deschner2017-01-061-1/+3
| | | | | | | | | | This varient ignores the group policy flags and does not try to find the right unix path. Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* libgpo: add gp_inifile_getbool().Günther Deschner2013-12-121-0/+1
| | | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* libgpo: fix the build of gpext plugins.Günther Deschner2009-04-201-0/+3
| | | | Guenther
* Fix ini parsing in the s3 gpext modules. Fix ini parser API. Make the build workWilco Baan Hofman2009-04-201-1/+1
| | | | 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/+42
It now makes use of lib/util/param.c to parse ini files. Signed-off-by: Günther Deschner <gd@samba.org>