summaryrefslogtreecommitdiffstats
path: root/src/providers/ad
Commit message (Expand)AuthorAgeFilesLines
* GPO: Extract server hostname after connectingJakub Hrozek2015-01-131-29/+29
* GPO: Don't use stdout for output in gpo_childJakub Hrozek2015-01-133-6/+12
* UTIL: Allow dup-ing child pipe to a different FDJakub Hrozek2015-01-131-1/+1
* GPO: Set libsmb debugging to stderrJakub Hrozek2015-01-131-0/+1
* GPO: Ignore ENOENT result from sysdb_gpo_get_gpo_result_setting()Jakub Hrozek2015-01-131-1/+4
* Skip CHAUTHTOK_PRELIM when using OTPsJakub Hrozek2014-12-131-0/+1
* Add extra_args to exec_child()Jakub Hrozek2014-12-031-1/+1
* AD/IPA: add krb5_confd_path configuration optionSumit Bose2014-11-253-0/+10
* Revert "LDAP: Remove unused option ldap_group_uuid"Sumit Bose2014-11-191-0/+1
* Revert "LDAP: Remove unused option ldap_user_uuid"Sumit Bose2014-11-191-0/+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
* UTIL: Always write capathsJakub Hrozek2014-10-161-1/+1
* 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
* GPO: Use argument ndg_flags instead of constantLukas Slebodnik2014-10-031-6/+6
* 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
* Add alternative objectClass to group attribute mapsMichal Zidek2014-09-151-0/+1
* AD-GPO: delete stale GPOsYassir Elley2014-09-081-0/+36
* AD-GPO: processing changes for gpo_map_* optionsYassir Elley2014-09-085-23/+460
* AD-GPO: config changes for gpo_map_* optionsYassir Elley2014-09-082-0/+17
* AD: Ignore all errors if gpo is in permissive mode.Lukas Slebodnik2014-09-021-1/+18
* SDAP: new option - DN to ppolicy on LDAPPavel Reichl2014-08-271-0/+1
* AD-GPO: ad_gpo changes for offline gpo supportYassir Elley2014-08-131-23/+149
* AD-GPO: add ad_gpo_cache_timeout optionYassir Elley2014-07-315-97/+191
* AD-GPO: only download policy files if gpo version changesYassir Elley2014-07-302-197/+560
* case_sensitivity = preservingMichal Zidek2014-07-291-3/+27
* 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
* LDAP: Remove unused option ldap_user_uuidLukas Slebodnik2014-07-251-1/+0
* LDAP: Remove unused option ldap_group_uuidLukas Slebodnik2014-07-251-1/+0
* LDAP: Remove unused option ldap_netgroup_uuidLukas Slebodnik2014-07-251-2/+0
* UTIL: rename find_subdomain_by_namePavel Reichl2014-07-223-5/+5
* UTIL: rename find_subdomain_by_sidPavel Reichl2014-07-221-1/+1
* ad_handle_acct_info_step: fix typoPavel Březina2014-07-211-1/+1
* AD-GPO: Store policy settings in local filesYassir Elley2014-07-202-350/+403
* AD: add missing debug-to-stderr option to gpo_childSumit Bose2014-07-201-0/+3
* PROVIDERS: Add ldap_common.h to opts.h of each providerJakub Hrozek2014-07-081-0/+1
* 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-012-11/+1514
* AD: cleanup redundant #define statementsPavel Reichl2014-06-184-17/+11
* SDAP: Add option to disable use of Token-GroupsPavel Reichl2014-06-021-0/+1
* AD-GPO: Fix some failure modes in ad_gpo.cYassir Elley2014-05-301-9/+18