summaryrefslogtreecommitdiff
path: root/src/responder
AgeCommit message (Expand)AuthorFilesLines
2013-05-07SSH: Do not skip domains with use_fully_qualified_names in host key requestsJan Cholasta1-6/+0
2013-05-07SSH: Use separate field for domain name in client requestsJan Cholasta1-27/+64
2013-05-07SSH: Fix parsing of names from client requestsJan Cholasta3-3/+30
2013-05-03Add SID related calls to the NSS responderSumit Bose2-3/+795
2013-05-02Add sss_ncache_set_sid() and sss_ncache_check_sid()Sumit Bose2-0/+31
2013-05-02Add responder_get_domain_by_id()Sumit Bose2-0/+52
2013-05-02Add idmap context to nss contextSumit Bose2-0/+22
2013-05-02Add two new request types to the data-provider interfaceSumit Bose2-1/+9
2013-05-02Add secid filter to responder-dp protocolSumit Bose1-4/+14
2013-05-02responder_get_domain(): remove timeout calculationSumit Bose1-10/+1
2013-05-02responder_get_domain: do not return disabled domainsSumit Bose1-0/+4
2013-05-02Remove unused TALLOC_CTX from responder_get_domain()Sumit Bose11-20/+16
2013-04-26DB: Switch to new libini_config APIOndrej Kos2-2/+1
2013-04-21Refactoring: remove duplicated code in nss responderSumit Bose2-622/+240
2013-04-21Fix and rename get_my_domain_data()Sumit Bose3-12/+14
2013-04-17Inform about function duplication.Michal Zidek1-0/+3
2013-04-10Allow using flatname for subdomain home dir templateJakub Hrozek2-5/+7
2013-04-08Allocate PAM DP request data on responder contextJakub Hrozek3-5/+54
2013-04-03Check for correct variable nameJakub Hrozek1-1/+1
2013-04-02Making the authtok structure really opaque.Lukas Slebodnik2-14/+12
2013-04-02Reusing create_pam_data() on the other places.Lukas Slebodnik1-1/+1
2013-03-20coding style fixPavel Březina1-1/+1
2013-03-20change responder contexts hierarchyPavel Březina6-65/+94
2013-03-20do not leak memory on failure in *_process_init()Pavel Březina7-35/+62
2013-03-19Move SELinux processing to provider.Michal Zidek1-309/+0
2013-03-19Removing unused declaration of functions and variable.Lukas Slebodnik1-1/+0
2013-03-08Move sss_cmd_execute from client to responder code.Jakub Hrozek3-7/+15
2013-03-07Debug message in sss_mc_create_file.Michal Zidek1-0/+5
2013-03-07File descriptor leak in nss responder.Michal Zidek1-18/+43
2013-03-07Removing unused parameter type from sudosrv_get_sudorules_query_cache()Lukas Slebodnik1-6/+4
2013-03-05Remove the alt_db_path parameter of sysdb_initMichal Zidek1-1/+1
2013-03-04Use the same dbg level for all ncache hits.Michal Zidek2-21/+28
2013-03-04Remove unused functionsJakub Hrozek4-36/+0
2013-03-01autofs: fix invalid header 'number of entries' in packetPavel Březina1-1/+5
2013-02-26if selinux is disabled, ignore that selogin dir is missingPavel Březina1-3/+15
2013-02-21Fix uninitialized time_t var in responderOndrej Kos1-1/+1
2013-02-14Lower the DEBUG level if an entry cannot be deleted from memcacheJakub Hrozek1-3/+3
2013-02-10Introduce IS_SUBDOMAIN() macroSimo Sorce4-8/+8
2013-02-10Parent and subdomains use the same sysdbSimo Sorce2-71/+8
2013-02-10Change the way domains are linked.Simo Sorce3-78/+32
2013-02-10Add function get_next_domain()Simo Sorce11-101/+83
2013-02-10Update main domain info in placeSimo Sorce1-21/+4
2013-02-10Avoid sysdb_subdom in sysdb_get_subdomains()Simo Sorce1-30/+7
2013-02-10Add realm info to sss_domain_infoSimo Sorce1-0/+1
2013-02-10NSS: Add original homedir to home directory template optionsStephen Gallagher2-6/+7
2013-01-23Check that strings do not go beyond the end of the packet body in autofs and ...Jan Cholasta2-7/+7
2013-01-22sudo responder: change num_rules type from size_t to uint32_tPavel Březina5-20/+20
2013-01-16Invalidate user entry even if there are no groupsJakub Hrozek1-6/+1
2013-01-16NSS: invalidate memcache user entry on initgr, tooJakub Hrozek1-0/+11
2013-01-15Add domain to some subdomain functionsSimo Sorce1-1/+2