Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | samba4: Add python bindings for samba.policy.get_gplink_options. | Jelmer Vernooij | 2010-06-20 | 2 | -0/+52 | |
| | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
* | policy: Add samba.policy.get_gpo_flags binding. | Jelmer Vernooij | 2010-06-20 | 3 | -0/+122 | |
| | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
* | Add gpo create functionality. Also fix gPLink handling bugs | Wilco Baan Hofman | 2010-06-20 | 6 | -18/+473 | |
| | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
* | Fix mode_t in mkdir. | Wilco Baan Hofman | 2010-06-20 | 1 | -1/+1 | |
| | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
* | Optimize the backslash logic in the path traversal. | Wilco Baan Hofman | 2010-06-20 | 1 | -24/+9 | |
| | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
* | Fix error in logic, making recursion work past the first level. | Wilco Baan Hofman | 2010-06-20 | 1 | -1/+1 | |
| | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
* | Add fetch function for GPO which fetches all relevant files from the sysvol ↵ | Wilco Baan Hofman | 2010-06-20 | 5 | -5/+277 | |
| | | | | | | share. Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
* | Add getinheritance and setinheritance to net gpo util and library. | Wilco Baan Hofman | 2010-06-20 | 2 | -0/+65 | |
| | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
* | Implemented delete group policy link function and corresponding feature in ↵ | Wilco Baan Hofman | 2010-06-20 | 1 | -1/+69 | |
| | | | | | | net gpo. Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
* | Changed add_gplink to set_gplink, so we can change gPLink options as well. | Wilco Baan Hofman | 2010-06-20 | 2 | -7/+16 | |
| | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
* | Add add gPLink function and corresponding net gpo linkadd call. | Wilco Baan Hofman | 2010-06-20 | 2 | -47/+89 | |
| | | | | | | Also added some definitions for future functions in policy.h Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
* | Rename files to reflect the libpolicy naming convention. Also fix the GNU ↵ | Wilco Baan Hofman | 2010-06-20 | 4 | -4/+6 | |
| | | | | | | make build. Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
* | Rename libgpo to lib/policy to avoid confusion with samba3 and add waf build | Wilco Baan Hofman | 2010-06-20 | 5 | -0/+671 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> |