summaryrefslogtreecommitdiffstats
path: root/src/providers/ad/ad_gpo.c
Commit message (Expand)AuthorAgeFilesLines
* UTIL: Remove more code duplication setting up child processesJakub Hrozek2014-11-051-21/+2
* UTIL: Remove code duplication of struct ioJakub Hrozek2014-11-051-40/+3
* GPO: Terminate request on errorJakub Hrozek2014-10-221-0/+2
* GPO: Do not use output argument if function failedLukas Slebodnik2014-10-131-4/+4
* GPO: Fail if we cannot retrieve gpo from cache.Lukas Slebodnik2014-10-131-0/+6
* GPO: fail if there is problem with storing gpo into sysdbLukas Slebodnik2014-10-131-0/+14
* GPO: remove unused talloc contextsLukas Slebodnik2014-10-031-11/+8
* AD-GPO resolve conflicting policy settings correctlyYassir Elley2014-10-021-499/+412
* AD GPO: Fix incorrect return of EACCESStephen Gallagher2014-10-021-2/+2
* AD: Add a missing break statement to the GPO codeJakub Hrozek2014-09-291-1/+2
* AD GPO: Fix incorrect sAMAccountName selectionStephen Gallagher2014-09-291-2/+2
* AD-GPO: delete stale GPOsYassir Elley2014-09-081-0/+36
* AD-GPO: processing changes for gpo_map_* optionsYassir Elley2014-09-081-21/+422
* AD-GPO: ad_gpo changes for offline gpo supportYassir Elley2014-08-131-23/+149
* AD-GPO: add ad_gpo_cache_timeout optionYassir Elley2014-07-311-97/+182
* AD-GPO: only download policy files if gpo version changesYassir Elley2014-07-301-119/+209
* AD: Increment som_index when advancing to the next GPOJakub Hrozek2014-07-291-0/+2
* AD: Check return value of ad_gpo_evaluate_daclJakub Hrozek2014-07-291-2/+7
* AD-GPO: Store policy settings in local filesYassir Elley2014-07-201-102/+264
* AD-GPO: Add support for gpo permissive modeYassir Elley2014-07-011-2/+18
* Use ldap_url_parse to extract hostname from ldap uriYassir Elley2014-07-011-5/+20
* AD-GPO: Add gpo-smb implementation in gpo_child processYassir Elley2014-07-011-11/+877
* AD-GPO: Fix some failure modes in ad_gpo.cYassir Elley2014-05-301-9/+18
* AD-GPO: Remove dependency on libsamba-securityYassir Elley2014-05-231-25/+77
* Implemented LDAP component of GPO-based access controlYassir Elley2014-05-131-0/+2248