summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* IPA: Look up AD users directly if IPA server mode is onJakub Hrozek2013-06-286-6/+168
* IPA: Create and remove AD id_ctx for subdomains discovered in server modeJakub Hrozek2013-06-281-0/+182
* AD: Move storing sdap_domain for subdomain to generic LDAP codeJakub Hrozek2013-06-283-65/+78
* IPA: Initialize server mode ctx if server mode is onJakub Hrozek2013-06-284-0/+62
* AD: initialize failover with custom realm, domain and failover serviceJakub Hrozek2013-06-283-28/+41
* AD: decouple ad_id_ctx initializationJakub Hrozek2013-06-283-102/+285
* LDAP: Add utility function sdap_copy_mapJakub Hrozek2013-06-282-0/+45
* IPA: Add a server mode optionJakub Hrozek2013-06-282-0/+2
* Save mpg state for subdomainsSumit Bose2013-06-282-4/+13
* IPA: read ranges before subdomainsSumit Bose2013-06-281-29/+27
* Replace new_subdomain() with find_subdomain_by_name()Sumit Bose2013-06-285-16/+11
* Add support for new ipaRangeType attributeSumit Bose2013-06-283-6/+36
* Add ipa_idmap_init()Sumit Bose2013-06-283-1/+275
* Replace SDAP_ID_MAPPING checks with sdap_idmap_domain_has_algorithmic_mappingSumit Bose2013-06-285-14/+38
* Add sdap_idmap_domain_has_algorithmic_mapping()Sumit Bose2013-06-282-0/+62
* Allow different methods to find new domains for idmappingSumit Bose2013-06-282-3/+24
* SDAP IDMAP: Add configured domain to idmap contextSumit Bose2013-06-281-0/+70
* Add now options ldap_min_id and ldap_max_idSumit Bose2013-06-284-0/+8
* SSH: When host is removed from LDAP, remove it from the cache as wellJan Cholasta2013-06-271-1/+8
* Fix compilation warningJakub Hrozek2013-06-271-1/+1
* AD: Write out domain-realm mappingsJakub Hrozek2013-06-273-165/+10
* KRB5: guess UPN for subdomain usersJakub Hrozek2013-06-277-18/+43
* AD: kinit with the local DC even when talking to a GCJakub Hrozek2013-06-262-4/+21
* Use forest for GC SRV lookupsSumit Bose2013-06-261-12/+40
* Do not switch to credentials everytime.Lukas Slebodnik2013-06-261-4/+69
* Every time return directory for krb5 cache collection.Lukas Slebodnik2013-06-262-4/+64
* fix dead code in fail_over_srv.cPavel Březina2013-06-251-11/+12
* krb5: do not use enterprise principals for renewalsSumit Bose2013-06-251-1/+6
* krb5: do not send pac for IPA users from the local domainSumit Bose2013-06-255-10/+20
* Revert "Always send the PAC to the PAC responder"Sumit Bose2013-06-251-18/+20
* Fix typo in pack_authtok()Sumit Bose2013-06-241-1/+1
* KRB5: use the right authtok type for renewalsSumit Bose2013-06-241-3/+20
* IPA: Do not download or store the member attribute of host groupsJakub Hrozek2013-06-242-2/+0
* LDAP: Retry SID search based on result of LDAP search, not the return codeJakub Hrozek2013-06-241-2/+13
* failover: if expanded server is marked as neutral, invoke srv collapsePavel Březina2013-06-211-0/+7
* collapse_srv_lookup may free the server, make it clear from the APIPavel Březina2013-06-211-6/+9
* failover: return error when SRV lookup returned only duplicatesPavel Březina2013-06-211-2/+21
* failover: do not return invalid pointer when server is already presentPavel Březina2013-06-211-2/+6
* FO: Check the return value of send_fnJakub Hrozek2013-06-211-0/+4
* Fix dp_copy_optionsJakub Hrozek2013-06-211-1/+1
* nested groups: do not expect any particular number of groupsPavel Březina2013-06-181-19/+10
* nested groups: do not return ENOMEM if num_groups is 0Pavel Březina2013-06-181-6/+10
* Set default realm for enterprise principalsSumit Bose2013-06-171-0/+12
* Use principal from the ticket to find validation entrySumit Bose2013-06-171-1/+1
* handle ERR_ACCOUNT_EXPIRED properlyPavel Březina2013-06-173-1/+13
* Fix allocation checkJakub Hrozek2013-06-171-1/+1
* nested groups: allocate more space if deref returns more membersPavel Březina2013-06-171-0/+21
* subdomains: touch krb5.conf when creating new domain-realm mappingsPavel Březina2013-06-161-0/+8
* AD: Remove ad_options->auth options referenceJakub Hrozek2013-06-141-1/+0
* AD: Fix segfault in DEBUG messageJakub Hrozek2013-06-141-1/+1