summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* AD ID lookups - choose GC or LDAP as appropriateJakub Hrozek2013-06-071-1/+262
* AD: Add additional service to support Global Catalog lookupsJakub Hrozek2013-06-073-33/+178
* LDAP: Do not store separate GID for subdomain usersJakub Hrozek2013-06-071-10/+18
* Split generating primary GID for ID mapped users into a separate functionJakub Hrozek2013-06-071-41/+70
* LDAP: store FQDNs for trusted users and groupsJakub Hrozek2013-06-075-12/+36
* LDAP: split a function to create search basesJakub Hrozek2013-06-072-29/+73
* Move domain_to_basedn outside IPA subtreeJakub Hrozek2013-06-072-65/+0
* LDAP: return sdap search return code to IDJakub Hrozek2013-06-075-50/+126
* LDAP: new SDAP domain structureJakub Hrozek2013-06-0725-145/+315
* LDAP: Pass in a connection to ID functionsJakub Hrozek2013-06-078-31/+64
* LDAP: Refactor account info handler into a tevent requestJakub Hrozek2013-06-072-163/+210
* LDAP: sdap_id_ctx might contain several connectionsJakub Hrozek2013-06-0723-115/+175
* Do not obfuscate calls with booleansJakub Hrozek2013-06-074-31/+93
* Always send the PAC to the PAC responderSumit Bose2013-06-061-20/+18
* Intermittent fix for get_user_and_group_users_doneSumit Bose2013-06-061-3/+0
* Use queue for get_subdomainsSumit Bose2013-06-041-3/+7
* Add be request queueSumit Bose2013-06-042-0/+130
* Use deep copy for dns_domain and discovery_domainLukas Slebodnik2013-06-031-2/+4
* Set canonicalize flag if enterprise principals are usedSumit Bose2013-05-311-1/+6
* Prevent segfault while processing ASQ requestLukas Slebodnik2013-05-301-0/+6
* Add utility functions for formatting fully-qualified namesJakub Hrozek2013-05-301-4/+4
* AD dyndns: extract the host name from URIJakub Hrozek2013-05-281-9/+31
* FO: Fix setting status of duplicatesJakub Hrozek2013-05-281-9/+18
* Remove unneeded commentJakub Hrozek2013-05-281-1/+0
* IPA: Check for ENOMEMJakub Hrozek2013-05-281-0/+3
* Fix dyndns timer initializationJakub Hrozek2013-05-276-10/+34
* Fail with misconfigured id-mapping rangesOndrej Kos2013-05-271-1/+2
* Add SID related requests to the LDAP providerSumit Bose2013-05-271-5/+230
* IPA: read user and group SIDSumit Bose2013-05-271-2/+2
* Handle SID strings in sdap_attrs_get_sid_str() as wellSumit Bose2013-05-271-9/+20
* IPA: Always initialize ID mappingSumit Bose2013-05-271-4/+10
* Adding option to disable retrieving large AD groups.Lukas Slebodnik2013-05-238-13/+51
* Removing unused functions.Lukas Slebodnik2013-05-232-36/+0
* Fix return code for AD subdomain requestSumit Bose2013-05-221-1/+3
* Remove unneeded parameter of setup_child and namespace itJakub Hrozek2013-05-205-5/+5
* Fixing critical format string issues.Lukas Slebodnik2013-05-207-9/+15
* Fix segfault in AD Subdomains ModuleLukas Slebodnik2013-05-151-0/+2
* Fix segfault in DYNDNSOndrej Kos2013-05-141-1/+1
* Always update cached upn if enterprise principals are usedSumit Bose2013-05-141-3/+4
* Fix broken build with selinux.Lukas Slebodnik2013-05-142-2/+4
* Re-add a useful DEBUG messageJakub Hrozek2013-05-131-0/+2
* Fixes compilation without selinux.Lukas Slebodnik2013-05-131-1/+0
* LDAP: Always initialize idmap objectJakub Hrozek2013-05-131-5/+3
* Enable the AD dynamic DNS updates by defaultJakub Hrozek2013-05-131-1/+1
* AD: read flat name and SID of the AD domainSumit Bose2013-05-073-0/+590
* Only check UPN if enterprise principals are not usedJakub Hrozek2013-05-031-0/+5
* AD: Always initialize ID mappingJakub Hrozek2013-05-031-5/+3
* Active Directory dynamic DNS updatesJakub Hrozek2013-05-035-0/+306
* Split out the common code from timed DNS updatesJakub Hrozek2013-05-033-60/+133
* dyndns: new option dyndns_authJakub Hrozek2013-05-036-21/+93