summaryrefslogtreecommitdiffstats
path: root/src/providers/ad
Commit message (Expand)AuthorAgeFilesLines
* AD: Use ad_domain to match forest root domain, not the configured domain from...Jakub Hrozek2017-02-081-2/+11
* Suppres implicit-fallthrough from gcc 7Lukas Slebodnik2017-02-011-0/+1
* gpo: Improve debug messagesMichal Židek2017-01-251-3/+6
* GPO: Skip GPOs without gPCFunctionalityVersionMichal Židek2017-01-251-3/+19
* IPA/AD: check auth ctx before using itSumit Bose2016-11-101-2/+11
* Remove double semicolon at the end of lineLukas Slebodnik2016-09-211-1/+1
* dyndns: fix typo and unify ipa with ad debug message when offPavel Březina2016-08-301-1/+1
* AD_PROVIDER: ad_enabled_domains - other then masterPetr Cech2016-08-171-3/+37
* AD_PROVIDER: ad_enabled_domains - only masterPetr Cech2016-08-171-0/+16
* AD_PROVIDER: Initializing of ad_enabled_domainsPetr Cech2016-08-171-0/+82
* AD_PROVIDER: Add ad_enabled_domains optionPetr Cech2016-08-172-0/+2
* Warn if IP address is used as option for ipa_server/ad_serverJustin Stephenson2016-08-161-0/+9
* failover: mark subdomain service with sd_ prefixPavel Březina2016-08-161-2/+9
* gpo: gPCMachineExtensionNames with just whitespacesMichal Židek2016-08-111-1/+20
* LDAP: new attribute option ldap_user_emailSumit Bose2016-07-291-0/+1
* AD: replace ad_get_client_site_parse_ndr() with netlogon_get_domain_info()Sumit Bose2016-07-251-120/+33
* AD: netlogon_get_domain_info() allow missing arguments and empty resultsSumit Bose2016-07-254-51/+65
* AD: avoid memory leak in netlogon_get_domain_info() and make it publicSumit Bose2016-07-252-9/+26
* sysdb: make subdomain calls aware of upn_suffixesSumit Bose2016-07-181-1/+1
* sysdb: add UPN suffix support for the master domainSumit Bose2016-07-182-2/+2
* DP: rename be_acct_req to dp_id_dataPavel Březina2016-07-155-13/+13
* AD: No need to separately qualify subdomain users anymoreJakub Hrozek2016-07-071-11/+2
* IPA/AD: globally set krb5 canonicalization flagSumit Bose2016-07-061-1/+6
* GPO: ignore non-KVP lines if possibleMichal Židek2016-06-221-1/+60
* DP: Switch to new interfacePavel Březina2016-06-2010-1138/+1348
* Rename dp_backend.h to backend.hPavel Březina2016-06-205-5/+5
* Rename dp_dyndns.h to be_dyndns.hPavel Březina2016-06-203-3/+3
* Rename dp_ptask to be_ptaskPavel Březina2016-06-201-1/+1
* Remove braces from DEBUG statementsPavel Březina2016-06-181-1/+1
* AD: read user certificate if availableSumit Bose2016-06-091-1/+1
* AD: use krb5_keytab for subdomain initializationSumit Bose2016-06-093-14/+20
* AD_PROVIDER: Fix constant char *Petr Cech2016-06-071-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-312-21/+25
* AD: Do not leak file descriptors during machine password renewalJakub Hrozek2016-05-311-13/+15
* AD: Do not schedule the machine renewal task if adcli is not executableJakub Hrozek2016-05-191-0/+9
* UTIL: exit() the forked process if exec()-ing a child process failsJakub Hrozek2016-05-192-16/+14
* GPO: Add "unity" to ad_gpo_map_interactiveStephen Gallagher2016-05-061-1/+2
* AD: process PAC during initgroups requestSumit Bose2016-04-134-8/+878
* GPO: Process GPOS in offline mode if ldap search failedLukas Slebodnik2016-04-121-0/+20
* GPO_CHILD: Create directories in gpo_cache with right permissionsLukas Slebodnik2016-04-071-1/+1
* GPO: Soften umask in gpo_childLukas Slebodnik2016-04-071-4/+12
* GPO: log specific ini parse error messagesMichal Židek2016-03-232-2/+40
* 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
* Add a new option ldap_group_external_memberJakub Hrozek2016-02-241-0/+1
* IDMAP: Add support for automatic adding of rangesPavel Reichl2016-01-201-0/+1
* AD: try to use current server in the renewal taskSumit Bose2016-01-191-3/+23
* AD: add task to renew the machine account password if neededSumit Bose2016-01-194-0/+386
* UTIL: allow to skip default options for child processesSumit Bose2016-01-191-1/+1