summaryrefslogtreecommitdiffstats
path: root/src/providers/ad/ad_gpo.c
Commit message (Expand)AuthorAgeFilesLines
* AD: Handle cases where no GPOs applyStephen Gallagher2015-07-261-3/+43
* GPO: Fix incorrect strerror on GPO access denialStephen Gallagher2015-06-231-8/+8
* AD GPO: Support processing referralsStephen Gallagher2015-05-281-41/+404
* GPO: Do not ignore missing attrs for GPOsLukas Slebodnik2015-04-301-3/+9
* AD GPO: Always look up GPOs from machine domainStephen Gallagher2015-04-151-21/+33
* AD: Clean up ad_access_gpoStephen Gallagher2015-04-151-7/+5
* GPO: Check return value of ad_gpo_store_policy_settingsLukas Slebodnik2015-04-011-0/+6
* GPO: error out instead of leaving array element uninitializedSumit Bose2015-03-231-1/+4
* GPO: add systemd-user to gpo default permit listPavel Reichl2015-01-151-1/+3
* UTIL: Unify the fd_nonblocking implementationJakub Hrozek2015-01-151-2/+2
* GPO: Extract server hostname after connectingJakub Hrozek2015-01-131-29/+29
* GPO: Don't use stdout for output in gpo_childJakub Hrozek2015-01-131-3/+4
* UTIL: Allow dup-ing child pipe to a different FDJakub Hrozek2015-01-131-1/+1
* GPO: Ignore ENOENT result from sysdb_gpo_get_gpo_result_setting()Jakub Hrozek2015-01-081-1/+4
* Add extra_args to exec_child()Jakub Hrozek2014-12-031-1/+1
* 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