summaryrefslogtreecommitdiff
path: root/libgpo/gpo_ini.c
Commit message (Expand)AuthorAgeFilesLines
* libgpo: Fix error check in gp_inifile_init_context_direct()Günther Deschner2017-01-201-2/+2
* libgpo: allow empty values in gp inifile parsing code.Günther Deschner2017-01-061-4/+5
* libgpo: default to empty values if none are thereGünther Deschner2017-01-061-1/+1
* libgpo: deal with non utf16-le ini files.Günther Deschner2017-01-061-14/+18
* libgpo: apply some const.Günther Deschner2017-01-061-4/+4
* libgpo: add gp_inifile_enum_section()Günther Deschner2017-01-061-0/+74
* libgpo: add gp_inifile_init_context_direct()Günther Deschner2017-01-061-0/+53
* libgpo: accept more boolean matches in gp_inifile_getbool().Günther Deschner2016-09-111-2/+4
* libgpo: support probing for parameters in gp_inifile_get functions.Günther Deschner2013-12-181-4/+12
* libgpo: check for talloc failures in ini file parsing routines.Günther Deschner2013-12-181-0/+18
* libgpo: add gp_inifile_getbool().Günther Deschner2013-12-121-0/+24
* Make sure to set umask() before calling mkstemp().Andreas Schneider2013-03-061-0/+3
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-201-1/+1
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-241-1/+1
* Fix a type-punned warningVolker Lendecke2009-04-281-1/+1
* libgpo: Fix some minor issues.Günther Deschner2009-04-201-0/+1
* Fix ini parsing in the s3 gpext modules. Fix ini parser API. Make the build workWilco Baan Hofman2009-04-201-4/+15
* Move gpo_ini stuff to the main libgpo. Make gpo_ini use a common parser.Wilco Baan Hofman2009-04-201-0/+269