summaryrefslogtreecommitdiff
path: root/source3/libgpo/gpo_sec.c
AgeCommit message (Collapse)AuthorFilesLines
2008-02-29Pure cosmetics, trying to get my group policy diff smaller.Günther Deschner1-4/+4
Gunther (This used to be commit d7346e9360ffa97e44fa781293d32c707436193b)
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-2/+2
(This used to be commit bb35e794ec129805e874ceba882bcc1e84791a09)
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-4/+4
bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
2007-10-10r24413: Minor edits for libgpo.Günther Deschner1-17/+19
Guenther (This used to be commit 5dc791f4cfdee2bc350c1e65aeed5705c1745356)
2007-10-10r23929: Deleting gpo_sd_check_trustee_in_sid_token() as nt_token_check_sid() ↵Günther Deschner1-19/+2
is what we need here. Guenther (This used to be commit 465c89ee4a0c287203121037052c875b1c6ca41e)
2007-10-10r23921: Remove GPO_SID_TOKEN struct and use nt_user_token instead, that ↵Günther Deschner1-20/+12
already has S-1-5-11 in the token. Guenther (This used to be commit 83c734690ab09a0fe103ee9fdb855fbdd31db39c)
2007-10-10r23826: Fix gpo security filtering by matching the security descriptor ace's ↵Günther Deschner1-19/+48
for the extended apply group policy right. Guenther (This used to be commit d832014a6fef657f484412372b5d09047552b183)
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
(This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
2007-10-10r23354: Fix build warning.Günther Deschner1-1/+2
Guenther (This used to be commit 4ad456e988f0b9b65890b4cf6a4f1b63ef1585b8)
2007-10-10r22803: Add some more flesh to the GPO security filtering (still very basic).Günther Deschner1-1/+151
Guenther (This used to be commit 8cfe32cb9cbe791308368f07b5bdbfcc84ac33d7)
2007-10-10r22802: Add dummy gpo_apply_security_filtering() call.Günther Deschner1-0/+30
Guenther (This used to be commit 61982d842288d880c24bc4808811452547c0b622)