History log of /sssd/src/db/sysdb_gpo.c
Revision Date Author Comments Expand
04d138472cc086fb7961f0d378852b09961b1a33 11-Mar-2015 Lukas Slebodnik <lslebodn@redhat.com>

Log reason in debug message why ldb_modify failed Reviewed-by: Sumit Bose <sbose@redhat.com>

4f4d35e14b4dc35a8df0ba28d6bd26f9ce75f962 13-Jan-2015 Jakub Hrozek <jhrozek@redhat.com>

SYSDB: Reduce code duplication in sysdb_gpo.c Two places in sysdb_gpo.c were searching for the GPO result object while the only difference was the attributes searched for. Remove this duplication and make the search function static as it's not used outside the module. Reviewed-by: Pavel Reichl <preichl@redhat.com>

ee8dccf5f0a7de4aba16ab73a53872df9a65175c 08-Jan-2015 Jakub Hrozek <jhrozek@redhat.com>

TESTS: Cover sysdb_gpo.c with unit tests Untested code is risky to change. Reviewed-by: Pavel Reichl <preichl@redhat.com>

4611802d41d8954a3040f39403590adb920ca521 02-Oct-2014 Yassir Elley <yelley@redhat.com>

AD-GPO resolve conflicting policy settings correctly Resolves: https://fedorahosted.org/sssd/ticket/2437 Reviewed-by: Stephen Gallagher <sgallagh@redhat.com>

eb0cde4e6dfdbda08588860534f7ece5776ec3af 08-Sep-2014 Yassir Elley <yelley@redhat.com>

AD-GPO: delete stale GPOs https://fedorahosted.org/sssd/ticket/2431 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

9bda5ab39fc3429191e2272a8be62e230677ecb1 13-Aug-2014 Yassir Elley <yelley@redhat.com>

AD-GPO: sysdb_gpo changes for offline gpo support Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

ff4b603cc14ea6ea15caaf89a03e927920124af4 31-Jul-2014 Yassir Elley <yelley@redhat.com>

AD-GPO: add ad_gpo_cache_timeout option Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

64074e584a56611d7563667e0fcdadd215b0c922 30-Jul-2014 Yassir Elley <yelley@redhat.com>

AD-GPO: add sysdb_gpo support for caching gpo version Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>