summaryrefslogtreecommitdiff
path: root/source4/lib/policy/gp_manage.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-03s4-policy: Expose gp_ads_to_dir_access_mask() functionAmitay Isaacs1-1/+1
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-1/+1
this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-06-20Add preliminary support for storing changed Group Policies.Wilco Baan Hofman1-0/+41
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2010-06-20Fix memory allocation with error handling.Wilco Baan Hofman1-1/+22
Also moved pypolicy.c headers around so as not to generate compile warnings Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2010-06-20Code cleanups: GUID generation, lp_dnsdomain instead of lp_realm, missing ↵Wilco Baan Hofman1-7/+4
spaces. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2010-06-20Add net gpo setacl support. Create gp_set_acl function. Show ACL in net gpo ↵Wilco Baan Hofman1-0/+52
show. Cleanup memory allocation of gp_create_gpo Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2010-06-20Fix crash when get_gpo_info returns incorrect data.Wilco Baan Hofman1-0/+1
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2010-06-20Add preliminary NT ACL support for GPT (GPO on filesystem).Wilco Baan Hofman1-12/+23
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2010-06-20Add gpo create functionality. Also fix gPLink handling bugsWilco Baan Hofman1-0/+172
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>