summaryrefslogtreecommitdiffstats
path: root/libgpo
Commit message (Collapse)AuthorAgeFilesLines
* Fix a type-punned warningVolker Lendecke2009-04-281-1/+1
|
* libgpo: use shared access bits in gpo_sd_check_agp_object().Günther Deschner2009-04-211-4/+0
| | | | Guenther
* libgpo: fix the build of gpext plugins.Günther Deschner2009-04-201-0/+3
| | | | Guenther
* libgpo: Fix some minor issues.Günther Deschner2009-04-202-1/+3
| | | | | | 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-204-6/+19
| | | | 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-203-0/+312
| | | | | | 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-202-1/+2
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* Adjust samba 3 to the new gpo API. Still untested code.Wilco Baan Hofman2009-04-204-27/+29
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* Make the gpo files build for samba 4.Wilco Baan Hofman2009-04-205-58/+126
| | | | | | 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>
* Mark the places where work needs to be done.Wilco Baan Hofman2009-04-202-4/+9
| | | | 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-207-38/+66
| | | | | | security_token. Fix build errors. Signed-off-by: Günther Deschner <gd@samba.org>
* Make gpo_ldap.c compatible with samba 4. Add ads_get_ldap_server_name() ↵Wilco Baan Hofman2009-04-205-17/+178
| | | | | | | | function to samba 3. Move prototypes to root libgpo where appropriate. gpo_ldap.c now compiles for both samba 3 and 4. Signed-off-by: Günther Deschner <gd@samba.org>
* Add ads convenience functions to samba 4. Move gpo_ldap.c to root libgpo.Wilco Baan Hofman2009-04-202-1/+870
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* Move gpo_fetch to top-level.Jelmer Vernooij2009-04-202-1/+190
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* Move gpo_sec to top-level.Jelmer Vernooij2009-04-203-1/+193
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* Move some libgpo files to root.Jelmer Vernooij2009-04-205-0/+1873
Signed-off-by: Günther Deschner <gd@samba.org>