Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-10 | s4:lib/policy/gp_filesys.c - remove dead code | Matthias Dieter Wallnöfer | 1 | -2/+0 | |
Found out by Solaris cc | |||||
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -6/+6 | |
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-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 | Refactor policy filesystem code. | Wilco Baan Hofman | 1 | -97/+244 | |
* It now uses reusable code to download the GPT. * It creates a list before copying for better error handling. * String_replace is now used instead of manually replacing '\\' with '/' for local paths. * A security check has been added for file names with "../". * It adheres to the 80 column rule, if at all possible. Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Fix memory allocation with error handling. | Wilco Baan Hofman | 1 | -0/+21 | |
Also moved pypolicy.c headers around so as not to generate compile warnings Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Fix 'magic' numbers to be strlen(something) | Wilco Baan Hofman | 1 | -2/+3 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Remove iconv convenience in used functions, which were deleted in commit ↵ | Wilco Baan Hofman | 1 | -1/+0 | |
f9ca9e46ad24036bf00cb361a6cef4b2e7e98d7d Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Fix set GPT security descriptor to match windows' behaviour. | Wilco Baan Hofman | 1 | -1/+1 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Add preliminary NT ACL support for GPT (GPO on filesystem). | Wilco Baan Hofman | 1 | -25/+95 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Add gpo create functionality. Also fix gPLink handling bugs | Wilco Baan Hofman | 1 | -1/+160 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Fix mode_t in mkdir. | Wilco Baan Hofman | 1 | -1/+1 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Optimize the backslash logic in the path traversal. | Wilco Baan Hofman | 1 | -24/+9 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Fix error in logic, making recursion work past the first level. | Wilco Baan Hofman | 1 | -1/+1 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Add fetch function for GPO which fetches all relevant files from the sysvol ↵ | Wilco Baan Hofman | 1 | -0/+263 | |
share. Signed-off-by: Jelmer Vernooij <jelmer@samba.org> |