summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-06-07AD: Store trusted AD domains as subdomainsJakub Hrozek1-2/+364
2013-06-07AD ID lookups - choose GC or LDAP as appropriateJakub Hrozek1-1/+262
2013-06-07AD: Add additional service to support Global Catalog lookupsJakub Hrozek3-33/+178
2013-06-07LDAP: Do not store separate GID for subdomain usersJakub Hrozek1-10/+18
2013-06-07Split generating primary GID for ID mapped users into a separate functionJakub Hrozek1-41/+70
2013-06-07LDAP: store FQDNs for trusted users and groupsJakub Hrozek5-12/+36
2013-06-07LDAP: split a function to create search basesJakub Hrozek2-29/+73
2013-06-07New utility function sss_get_domain_nameJakub Hrozek6-41/+42
2013-06-07Move domain_to_basedn outside IPA subtreeJakub Hrozek4-65/+37
2013-06-07LDAP: return sdap search return code to IDJakub Hrozek5-50/+126
2013-06-07LDAP: new SDAP domain structureJakub Hrozek25-145/+315
2013-06-07LDAP: Pass in a connection to ID functionsJakub Hrozek8-31/+64
2013-06-07LDAP: Refactor account info handler into a tevent requestJakub Hrozek2-163/+210
2013-06-07LDAP: sdap_id_ctx might contain several connectionsJakub Hrozek23-115/+175
2013-06-07Do not obfuscate calls with booleansJakub Hrozek4-31/+93
2013-06-06Implicitly activate the PAC responder for AD providerSumit Bose1-1/+2
2013-06-06Always send the PAC to the PAC responderSumit Bose1-20/+18
2013-06-06Intermittent fix for get_user_and_group_users_doneSumit Bose1-3/+0
2013-06-06Enhance PAC responder for AD usersSumit Bose6-1476/+716
2013-06-06Read SIDs of groups with sysdb_initgroups() as wellSumit Bose1-0/+1
2013-06-04Use queue for get_subdomainsSumit Bose1-3/+7
2013-06-04Add be request queueSumit Bose2-0/+130
2013-06-04Lookup domains at startupSumit Bose8-0/+89
2013-06-03Use deep copy for dns_domain and discovery_domainLukas Slebodnik1-2/+4
2013-05-31Set canonicalize flag if enterprise principals are usedSumit Bose1-1/+6
2013-05-30Prevent segfault while processing ASQ requestLukas Slebodnik1-0/+6
2013-05-30MAN: state default dyndns interfaceOndrej Kos2-2/+8
2013-05-30Remove branching to improve readabilityJakub Hrozek1-23/+11
2013-05-30Allow flat name in the FQname formatJakub Hrozek6-24/+564
2013-05-30Check the validity of FQname format prior to using itJakub Hrozek1-3/+43
2013-05-30Add utility functions for formatting fully-qualified namesJakub Hrozek8-44/+70
2013-05-30Remove empty directories after tests run.Lukas Slebodnik3-27/+12
2013-05-30Making order in tests.Lukas Slebodnik2-1/+0
2013-05-28AD dyndns: extract the host name from URIJakub Hrozek1-9/+31
2013-05-28FO: Fix setting status of duplicatesJakub Hrozek1-9/+18
2013-05-28Remove unneeded commentJakub Hrozek1-1/+0
2013-05-28IPA: Check for ENOMEMJakub Hrozek1-0/+3
2013-05-27Fix dyndns timer initializationJakub Hrozek7-11/+39
2013-05-27Fail with misconfigured id-mapping rangesOndrej Kos1-1/+2
2013-05-27Add SID related requests to the LDAP providerSumit Bose1-5/+230
2013-05-27IPA: read user and group SIDSumit Bose1-2/+2
2013-05-27Handle SID strings in sdap_attrs_get_sid_str() as wellSumit Bose1-9/+20
2013-05-27IPA: Always initialize ID mappingSumit Bose1-4/+10
2013-05-23Add a domain config attribute for realmdStef Walter3-2/+14
2013-05-23Add 'description' attribute to SSSDConfig APIStephen Gallagher2-1/+4
2013-05-23Adding option to disable retrieving large AD groups.Lukas Slebodnik11-13/+74
2013-05-23Removing unused functions.Lukas Slebodnik2-36/+0
2013-05-23pysss_nss_idmap: do not treat strings as sequencesSumit Bose1-1/+1
2013-05-22Fix return code for AD subdomain requestSumit Bose1-1/+3
2013-05-21Check NSCD configuration fileOndrej Kos4-6/+171