summaryrefslogtreecommitdiff
path: root/src/responder
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-15Add domain arguments to sysdb sudo functionsSimo Sorce1-4/+5
2013-01-15Add domain arguments to sysdb ssh functionsSimo Sorce1-3/+4
2013-01-15Add domain arguments to sysdb services functionsSimo Sorce1-6/+6
2013-01-15Add domain argument to sysdb selinux functionsSimo Sorce1-2/+4
2013-01-15Add domain argument to sysdb autofs functionsSimo Sorce1-2/+2
2013-01-15Add domain argument to sysdb_delete_user()Simo Sorce1-1/+1
2013-01-15Add domain argument to sysdb_search_custom()Simo Sorce1-3/+7
2013-01-15Add domain argument to sysdb_cache_auth()Simo Sorce1-1/+1
2013-01-15Add domain argument to sysdb_store_user()Simo Sorce1-1/+1
2013-01-15Add domain argument to sysdb_set_user_attr()Simo Sorce2-12/+10
2013-01-15Add domain to sysdb_search_group_by_gid()Simo Sorce1-1/+1
2013-01-15Add domain to sysdb_search_user_by_uid()Simo Sorce1-1/+2
2013-01-15Add domain argument to sysdb_get_user_attr()Simo Sorce2-3/+3
2013-01-15Add domain argument to sysdb_initgroups()Simo Sorce2-3/+4
2013-01-15Add domain option to sysdb_get/netgr/attrs() fnsSimo Sorce1-1/+1
2013-01-15Pass domain to sysdb_enum<pw/gr>ebt() functionsSimo Sorce1-4/+4
2013-01-15Pass domain to sysdb_get<pwu/grg><id() functionsSimo Sorce1-2/+2
2013-01-15Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce3-13/+7
2013-01-15Make sysdb_domain_dn() require a domain.Simo Sorce1-1/+1
2013-01-15Make sysdb_user_dn() require a domain explictly.Simo Sorce1-1/+1
2013-01-15Refactor sysdb initializationSimo Sorce2-2/+1
2013-01-10Change pam data auth tokens.Simo Sorce2-94/+94
2013-01-10Code can only check for cached passwordsSimo Sorce1-15/+24
2013-01-08Refactor gid handling in the PAC responderSumit Bose3-84/+202