History log of /sssd-io/src/providers/ad/ad_gpo_ndr.c
Revision Date Author Comments Expand
1f2756f065e789ec9e9c9f6f11f3bfc8208ae7bf 03-Oct-2014 Lukas Slebodnik <lslebodn@redhat.com>

GPO: Use argument ndg_flags instead of constant 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>

28c155e20d3ebf53581821572c6c3fe1724582c9 23-May-2014 Yassir Elley <yelley@redhat.com>

AD-GPO: Remove dependency on libsamba-security Reviewed-by: Sumit Bose <sbose@redhat.com>