summaryrefslogtreecommitdiff
path: root/source4/lib/policy/gp_filesys.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-10s4:lib/policy/gp_filesys.c - remove dead codeMatthias Dieter Wallnöfer1-2/+0
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-6/+6
2010-06-20s4:libpolicy - fix printf output specifiers to suppress warningMatthias Dieter Wallnöfer1-1/+1
2010-06-20s4:libpolicy - Solaris compatibility fixMatthias Dieter Wallnöfer1-1/+5
2010-06-20Refactor policy filesystem code.Wilco Baan Hofman1-97/+244
2010-06-20Fix memory allocation with error handling.Wilco Baan Hofman1-0/+21
2010-06-20Fix 'magic' numbers to be strlen(something)Wilco Baan Hofman1-2/+3
2010-06-20Remove iconv convenience in used functions, which were deleted in commit f9ca...Wilco Baan Hofman1-1/+0
2010-06-20Fix set GPT security descriptor to match windows' behaviour.Wilco Baan Hofman1-1/+1
2010-06-20Add preliminary NT ACL support for GPT (GPO on filesystem).Wilco Baan Hofman1-25/+95
2010-06-20Add gpo create functionality. Also fix gPLink handling bugsWilco Baan Hofman1-1/+160
2010-06-20Fix mode_t in mkdir.Wilco Baan Hofman1-1/+1
2010-06-20Optimize the backslash logic in the path traversal.Wilco Baan Hofman1-24/+9
2010-06-20Fix error in logic, making recursion work past the first level.Wilco Baan Hofman1-1/+1
2010-06-20Add fetch function for GPO which fetches all relevant files from the sysvol s...Wilco Baan Hofman1-0/+263