Age | Commit message (Expand) | Author | Files | Lines |
2010-06-24 | s4-python: python is not always in /usr/bin | Andrew Tridgell | 1 | -1/+1 |
2010-06-20 | s4:libpolicy - fix printf output specifiers to suppress warning | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-06-20 | s4:libpolicy - Solaris compatibility fix | Matthias Dieter Wallnöfer | 1 | -1/+5 |
2010-06-20 | libpolicy: Fix the build. | Jelmer Vernooij | 2 | -2/+2 |
2010-06-20 | Add preliminary support for storing changed Group Policies. | Wilco Baan Hofman | 3 | -0/+101 |
2010-06-20 | Refactor policy filesystem code. | Wilco Baan Hofman | 1 | -97/+244 |
2010-06-20 | Fix memory allocation with error handling. | Wilco Baan Hofman | 5 | -21/+135 |
2010-06-20 | Code cleanups: GUID generation, lp_dnsdomain instead of lp_realm, missing spa... | Wilco Baan Hofman | 2 | -9/+6 |
2010-06-20 | Set inherit flag type to bool. | Wilco Baan Hofman | 1 | -1/+1 |
2010-06-20 | Fix 'magic' numbers to be strlen(something) | Wilco Baan Hofman | 2 | -4/+6 |
2010-06-20 | Change talloc_steal to strdup because function might not expect it. | Wilco Baan Hofman | 1 | -5/+5 |
2010-06-20 | Add GP ini functions. | Wilco Baan Hofman | 2 | -2/+134 |
2010-06-20 | Remove iconv convenience in used functions, which were deleted in commit f9ca... | Wilco Baan Hofman | 2 | -3/+0 |
2010-06-20 | Add ini parser for GPO's. | Wilco Baan Hofman | 3 | -2/+17 |
2010-06-20 | Add net gpo setacl support. Create gp_set_acl function. Show ACL in net gpo s... | Wilco Baan Hofman | 3 | -1/+101 |
2010-06-20 | Fix set GPT security descriptor to match windows' behaviour. | Wilco Baan Hofman | 1 | -1/+1 |
2010-06-20 | Fix crash when get_gpo_info returns incorrect data. | Wilco Baan Hofman | 2 | -5/+12 |
2010-06-20 | Add preliminary NT ACL support for GPT (GPO on filesystem). | Wilco Baan Hofman | 3 | -37/+119 |
2010-06-20 | samba4: Add python bindings for samba.policy.get_gplink_options. | Jelmer Vernooij | 2 | -0/+52 |
2010-06-20 | policy: Add samba.policy.get_gpo_flags binding. | Jelmer Vernooij | 3 | -0/+122 |
2010-06-20 | Add gpo create functionality. Also fix gPLink handling bugs | Wilco Baan Hofman | 6 | -18/+473 |
2010-06-20 | Fix mode_t in mkdir. | Wilco Baan Hofman | 1 | -1/+1 |
2010-06-20 | Optimize the backslash logic in the path traversal. | Wilco Baan Hofman | 1 | -24/+9 |
2010-06-20 | Fix error in logic, making recursion work past the first level. | Wilco Baan Hofman | 1 | -1/+1 |
2010-06-20 | Add fetch function for GPO which fetches all relevant files from the sysvol s... | Wilco Baan Hofman | 5 | -5/+277 |
2010-06-20 | Add getinheritance and setinheritance to net gpo util and library. | Wilco Baan Hofman | 2 | -0/+65 |
2010-06-20 | Implemented delete group policy link function and corresponding feature in ne... | Wilco Baan Hofman | 1 | -1/+69 |
2010-06-20 | Changed add_gplink to set_gplink, so we can change gPLink options as well. | Wilco Baan Hofman | 2 | -7/+16 |
2010-06-20 | Add add gPLink function and corresponding net gpo linkadd call. | Wilco Baan Hofman | 2 | -47/+89 |
2010-06-20 | Rename files to reflect the libpolicy naming convention. Also fix the GNU mak... | Wilco Baan Hofman | 4 | -4/+6 |
2010-06-20 | Rename libgpo to lib/policy to avoid confusion with samba3 and add waf build | Wilco Baan Hofman | 5 | -0/+671 |