summaryrefslogtreecommitdiffstats
path: root/src/providers/ad/ad_gpo.c
Commit message (Expand)AuthorAgeFilesLines
* GPO: ignore non-KVP lines if possibleMichal Židek2016-06-221-1/+60
* Rename dp_backend.h to backend.hPavel Březina2016-06-201-1/+1
* GPO: Add "polkit-1" to ad_gpo_map_allowStephen Gallagher2016-06-031-1/+3
* Do not leak fds in case of failures setting up a child processJakub Hrozek2016-05-311-17/+19
* UTIL: exit() the forked process if exec()-ing a child process failsJakub Hrozek2016-05-191-7/+7
* GPO: Add "unity" to ad_gpo_map_interactiveStephen Gallagher2016-05-061-1/+2
* GPO: Process GPOS in offline mode if ldap search failedLukas Slebodnik2016-04-121-0/+20
* GPO: log specific ini parse error messagesMichal Židek2016-03-231-1/+20
* GPO: Add other display managers to interactive logonStephen Gallagher2016-02-291-1/+6
* GPO: Add Cockpit to the Remote Interactive defaultsStephen Gallagher2016-02-291-1/+3
* UTIL: allow to skip default options for child processesSumit Bose2016-01-191-1/+1
* DEBUG: Add missing new linesLukas Slebodnik2015-12-141-3/+3
* Changes to allow SSSD to be used for access control with a machine account be...Mathieu Deaudelin-Lemay2015-11-261-1/+6
* GPO: use SDAP_SASL_AUTHID as samAccountNameSumit Bose2015-09-141-3/+4
* GPO: fix memory leakPavel Reichl2015-09-071-3/+3
* 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