summaryrefslogtreecommitdiffstats
path: root/src/providers/ad/ad_subdomains.c
Commit message (Expand)AuthorAgeFilesLines
* AD/IPA: add krb5_confd_path configuration optionSumit Bose2014-11-251-0/+8
* UTIL: Always write capathsJakub Hrozek2014-10-161-1/+1
* UTIL: rename find_subdomain_by_namePavel Reichl2014-07-221-2/+2
* AD: cleanup redundant #define statementsPavel Reichl2014-06-181-7/+2
* Implemented LDAP component of GPO-based access controlYassir Elley2014-05-131-1/+2
* AD: Do not remove non-root domains when looking up root domainJakub Hrozek2014-05-131-3/+22
* AD Provider: bug-fix uninitialized variablePavel Reichl2014-04-301-1/+2
* AD Provider: Fix crash looking up forest on Samba 4Stephen Gallagher2014-04-101-1/+2
* AD: connect to forest root when downloading the list of subdomainsJakub Hrozek2014-04-021-9/+362
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-51/+51
* AD: Establish cross-domain memberships after enumeration finishesJakub Hrozek2014-01-291-11/+0
* LDAP: Pass a private context to enumeration ptask instead of hardcoded connec...Jakub Hrozek2014-01-291-3/+5
* AD: Store info on whether a subdomain is set to enumerateJakub Hrozek2014-01-291-5/+33
* responder: Set forest attribute in AD domainsPavel Reichl2014-01-091-3/+6
* AD: Refresh subdomain data structures on startupJakub Hrozek2013-12-181-17/+32
* AD: use LDAP for group lookupsSumit Bose2013-12-131-1/+132
* SUBDOMAINS: Reuse cached results if DP is offlineJakub Hrozek2013-12-091-0/+7
* Initialize sid_str to NULL to avoid freeing random dataJakub Hrozek2013-11-081-1/+1
* free idmapped SIDs correctlyPavel Březina2013-11-071-0/+2
* ad_subdom_store: check ID mapping of the domain not of the parentSumit Bose2013-10-291-2/+2
* ad: destroy ptasks when subdomain is removedPavel Březina2013-10-251-0/+3
* dp: free sdap domain if subdomain is removedPavel Březina2013-10-251-0/+11
* dp: make subdomains refresh interval configurablePavel Březina2013-10-251-4/+4
* sdap_idmap_domain_has_algorithmic_mapping: add domain name argumentSumit Bose2013-10-251-0/+1
* AD: talk to GC first even for local domain objectsJakub Hrozek2013-09-271-1/+7
* ipa_server_mode: write capaths to krb5 include fileSumit Bose2013-09-271-1/+1
* IPA: store forest name for forest member domainsSumit Bose2013-09-271-1/+1
* AD: Failure to get flat name is not fatalJakub Hrozek2013-09-201-3/+0
* AD: async request to retrieve master domain infoJakub Hrozek2013-09-181-213/+22
* util: add sss_idmap_talloc[_free]Pavel Březina2013-09-171-11/+3
* SYSDB: Store enumerate flag for subdomainJakub Hrozek2013-08-281-2/+2
* DB: remove unused realm parameter from sysdb_master_domain_add_infoJakub Hrozek2013-08-281-1/+1
* AD: Move storing sdap_domain for subdomain to generic LDAP codeJakub Hrozek2013-06-281-65/+1
* Save mpg state for subdomainsSumit Bose2013-06-281-1/+3
* AD: Write out domain-realm mappingsJakub Hrozek2013-06-271-0/+7
* Use the correct talloc context when creating AD subdomainsJakub Hrozek2013-06-121-1/+1
* AD: Store trusted AD domains as subdomainsJakub Hrozek2013-06-071-2/+364
* LDAP: new SDAP domain structureJakub Hrozek2013-06-071-1/+3
* LDAP: sdap_id_ctx might contain several connectionsJakub Hrozek2013-06-071-1/+1
* Fix return code for AD subdomain requestSumit Bose2013-05-221-1/+3
* Fix segfault in AD Subdomains ModuleLukas Slebodnik2013-05-151-0/+2
* AD: read flat name and SID of the AD domainSumit Bose2013-05-071-0/+522