summaryrefslogtreecommitdiffstats
path: root/src/providers/ad/ad_gpo_ndr.c
Commit message (Collapse)AuthorAgeFilesLines
* GPO: Use argument ndg_flags instead of constantLukas Slebodnik2014-10-031-6/+6
| | | | | | | | | | | | Some internal gpo functions [1] were called just once and with constant NDR_SCALARS as 2nd argument(ndr_flags), but 2nd argument was not used in these functions[1]. They used constant NDR_SCALARS. [1] ndr_pull_security_ace_flags, ndr_pull_security_ace_type, ndr_pull_security_ace_object_flags, ndr_pull_security_acl_revision, ndr_pull_security_descriptor_revision, ndr_pull_security_descriptor_type Reviewed-by: Stephen Gallagher <sgallagh@redhat.com>
* AD-GPO: Remove dependency on libsamba-securityYassir Elley2014-05-231-0/+508
Reviewed-by: Sumit Bose <sbose@redhat.com>