summaryrefslogtreecommitdiffstats
path: root/libgpo/gpo_fetch.c
Commit message (Collapse)AuthorAgeFilesLines
* libgpo: Fix some minor issues.Günther Deschner2009-04-201-1/+2
| | | | | | 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-0/+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/+1
| | | | | | It now makes use of lib/util/param.c to parse ini files. Signed-off-by: Günther Deschner <gd@samba.org>
* Move some headers around to avoid confusion.Wilco Baan Hofman2009-04-201-1/+1
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* Adjust samba 3 to the new gpo API. Still untested code.Wilco Baan Hofman2009-04-201-11/+10
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* Make the gpo files build for samba 4.Wilco Baan Hofman2009-04-201-1/+78
| | | | | | Only gpt.ini remaining. Not suitable for merge yet, samba 3 is currently broken due to some changed public API. Signed-off-by: Günther Deschner <gd@samba.org>
* Add nt_token_check_sid convenience function. Map NT_USER_TOKEN to struct ↵Wilco Baan Hofman2009-04-201-6/+12
| | | | | | security_token. Fix build errors. Signed-off-by: Günther Deschner <gd@samba.org>
* Move gpo_fetch to top-level.Jelmer Vernooij2009-04-201-0/+189
Signed-off-by: Günther Deschner <gd@samba.org>