summaryrefslogtreecommitdiff
path: root/src/responder
AgeCommit message (Expand)AuthorFilesLines
2013-06-27Do not call sss_cmd_done in function check_cache.Lukas Slebodnik1-6/+0
2013-06-27Handle too many results from getnetgr.Lukas Slebodnik1-1/+13
2013-06-27SSH: Update known_hosts file after unsuccessful requests as well.Jan Cholasta1-20/+36
2013-06-27sudo responder: use different callback for oob refreshPavel Březina1-6/+8
2013-06-24PAC: do not delete originalDN or cached password if presentSumit Bose1-1/+26
2013-06-19PAC: do not expect that sysdb_search_object_by_sid() return ENOENTSumit Bose1-8/+8
2013-06-07New utility function sss_get_domain_nameJakub Hrozek2-19/+10
2013-06-06Enhance PAC responder for AD usersSumit Bose3-927/+659
2013-06-04Lookup domains at startupSumit Bose8-0/+89
2013-05-30Remove branching to improve readabilityJakub Hrozek1-23/+11
2013-05-30Allow flat name in the FQname formatJakub Hrozek1-3/+3
2013-05-30Add utility functions for formatting fully-qualified namesJakub Hrozek3-34/+22
2013-05-20Fixing critical format string issues.Lukas Slebodnik7-14/+25
2013-05-10sudo responder: search rules for subdomains in parent domain subtreePavel Březina1-0/+5
2013-05-10Add missing \n to debug stringSumit Bose1-1/+1
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