summaryrefslogtreecommitdiffstats
path: root/source3/libgpo/gpo_sec.c
Commit message (Collapse)AuthorAgeFilesLines
* Pure cosmetics, trying to get my group policy diff smaller.Günther Deschner2008-02-291-4/+4
| | | | | Gunther (This used to be commit d7346e9360ffa97e44fa781293d32c707436193b)
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-2/+2
| | | | (This used to be commit bb35e794ec129805e874ceba882bcc1e84791a09)
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-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)
* r24413: Minor edits for libgpo.Günther Deschner2007-10-101-17/+19
| | | | | Guenther (This used to be commit 5dc791f4cfdee2bc350c1e65aeed5705c1745356)
* r23929: Deleting gpo_sd_check_trustee_in_sid_token() as nt_token_check_sid() ↵Günther Deschner2007-10-101-19/+2
| | | | | | | | | is what we need here. Guenther (This used to be commit 465c89ee4a0c287203121037052c875b1c6ca41e)
* r23921: Remove GPO_SID_TOKEN struct and use nt_user_token instead, that ↵Günther Deschner2007-10-101-20/+12
| | | | | | | | | already has S-1-5-11 in the token. Guenther (This used to be commit 83c734690ab09a0fe103ee9fdb855fbdd31db39c)
* r23826: Fix gpo security filtering by matching the security descriptor ace's ↵Günther Deschner2007-10-101-19/+48
| | | | | | | | | for the extended apply group policy right. Guenther (This used to be commit d832014a6fef657f484412372b5d09047552b183)
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r23354: Fix build warning.Günther Deschner2007-10-101-1/+2
| | | | | Guenther (This used to be commit 4ad456e988f0b9b65890b4cf6a4f1b63ef1585b8)
* r22803: Add some more flesh to the GPO security filtering (still very basic).Günther Deschner2007-10-101-1/+151
| | | | | Guenther (This used to be commit 8cfe32cb9cbe791308368f07b5bdbfcc84ac33d7)
* r22802: Add dummy gpo_apply_security_filtering() call.Günther Deschner2007-10-101-0/+30
Guenther (This used to be commit 61982d842288d880c24bc4808811452547c0b622)