summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* Move SELinux processing to provider.Michal Zidek2013-03-191-309/+0
* Removing unused declaration of functions and variable.Lukas Slebodnik2013-03-191-1/+0
* Move sss_cmd_execute from client to responder code.Jakub Hrozek2013-03-083-7/+15
* Debug message in sss_mc_create_file.Michal Zidek2013-03-071-0/+5
* File descriptor leak in nss responder.Michal Zidek2013-03-071-18/+43
* Removing unused parameter type from sudosrv_get_sudorules_query_cache()Lukas Slebodnik2013-03-071-6/+4
* Remove the alt_db_path parameter of sysdb_initMichal Zidek2013-03-051-1/+1
* Use the same dbg level for all ncache hits.Michal Zidek2013-03-042-21/+28
* Remove unused functionsJakub Hrozek2013-03-044-36/+0
* autofs: fix invalid header 'number of entries' in packetPavel Březina2013-03-011-1/+5
* if selinux is disabled, ignore that selogin dir is missingPavel Březina2013-02-261-3/+15
* Fix uninitialized time_t var in responderOndrej Kos2013-02-211-1/+1
* Lower the DEBUG level if an entry cannot be deleted from memcacheJakub Hrozek2013-02-141-3/+3
* Introduce IS_SUBDOMAIN() macroSimo Sorce2013-02-104-8/+8
* Parent and subdomains use the same sysdbSimo Sorce2013-02-102-71/+8
* Change the way domains are linked.Simo Sorce2013-02-103-78/+32
* Add function get_next_domain()Simo Sorce2013-02-1011-101/+83
* Update main domain info in placeSimo Sorce2013-02-101-21/+4
* Avoid sysdb_subdom in sysdb_get_subdomains()Simo Sorce2013-02-101-30/+7
* Add realm info to sss_domain_infoSimo Sorce2013-02-101-0/+1
* NSS: Add original homedir to home directory template optionsStephen Gallagher2013-02-102-6/+7
* Check that strings do not go beyond the end of the packet body in autofs and ...Jan Cholasta2013-01-232-7/+7
* sudo responder: change num_rules type from size_t to uint32_tPavel Březina2013-01-225-20/+20
* Invalidate user entry even if there are no groupsJakub Hrozek2013-01-161-6/+1
* NSS: invalidate memcache user entry on initgr, tooJakub Hrozek2013-01-161-0/+11
* Add domain to some subdomain functionsSimo Sorce2013-01-151-1/+2
* Add domain arguments to sysdb sudo functionsSimo Sorce2013-01-151-4/+5
* Add domain arguments to sysdb ssh functionsSimo Sorce2013-01-151-3/+4
* Add domain arguments to sysdb services functionsSimo Sorce2013-01-151-6/+6
* Add domain argument to sysdb selinux functionsSimo Sorce2013-01-151-2/+4
* Add domain argument to sysdb autofs functionsSimo Sorce2013-01-151-2/+2
* Add domain argument to sysdb_delete_user()Simo Sorce2013-01-151-1/+1
* Add domain argument to sysdb_search_custom()Simo Sorce2013-01-151-3/+7
* Add domain argument to sysdb_cache_auth()Simo Sorce2013-01-151-1/+1
* Add domain argument to sysdb_store_user()Simo Sorce2013-01-151-1/+1
* Add domain argument to sysdb_set_user_attr()Simo Sorce2013-01-152-12/+10
* Add domain to sysdb_search_group_by_gid()Simo Sorce2013-01-151-1/+1
* Add domain to sysdb_search_user_by_uid()Simo Sorce2013-01-151-1/+2
* Add domain argument to sysdb_get_user_attr()Simo Sorce2013-01-152-3/+3
* Add domain argument to sysdb_initgroups()Simo Sorce2013-01-152-3/+4
* Add domain option to sysdb_get/netgr/attrs() fnsSimo Sorce2013-01-151-1/+1
* Pass domain to sysdb_enum<pw/gr>ebt() functionsSimo Sorce2013-01-151-4/+4
* Pass domain to sysdb_get<pwu/grg><id() functionsSimo Sorce2013-01-151-2/+2
* Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce2013-01-153-13/+7
* Make sysdb_domain_dn() require a domain.Simo Sorce2013-01-151-1/+1
* Make sysdb_user_dn() require a domain explictly.Simo Sorce2013-01-151-1/+1
* Refactor sysdb initializationSimo Sorce2013-01-152-2/+1
* Change pam data auth tokens.Simo Sorce2013-01-102-94/+94
* Code can only check for cached passwordsSimo Sorce2013-01-101-15/+24
* Refactor gid handling in the PAC responderSumit Bose2013-01-083-84/+202