summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* PAC responder: check if existing user differsSumit Bose2013-01-083-13/+64
* Use hash table to collect GIDs from PAC to avoid dupsSumit Bose2013-01-081-18/+86
* Read remote groups from PACSumit Bose2013-01-081-3/+52
* Remote groups do not have an original DN attributeSumit Bose2013-01-081-40/+34
* Save domain and GID for groups from the configured domainSumit Bose2013-01-083-17/+47
* Always get user data from PACSumit Bose2013-01-081-7/+7
* Update domain ID for local domain as wellSumit Bose2013-01-081-2/+14
* Add find_domain_by_id()Sumit Bose2013-01-082-0/+42
* Use struct pac_grp instead of gid_t for groups from PACSumit Bose2013-01-083-18/+25
* memcache: add macro that validates record lengthPavel Březina2013-01-071-2/+1
* sss_userdel and sss_groupdel with use_fully_qualified_namesMichal Zidek2013-01-071-15/+50
* failover: Protect against empty host namesMichal Zidek2013-01-021-1/+2
* mmap cache: invalidate cache on fatal errorSimo Sorce2012-12-203-10/+30
* Carefully check records when forcibly invalidatingSimo Sorce2012-12-201-18/+101
* Update free table when records are invalidated.Simo Sorce2012-12-201-14/+23
* nss_mc: Add extra checks when dereferencing recordsSimo Sorce2012-12-201-0/+12
* sssd_nss: Plug memory leaksSimo Sorce2012-12-191-2/+11
* responder_dp: Add timeout to side requetsSimo Sorce2012-12-181-1/+25
* AUTOFS: Clear enum cache if a request comes in from the sss_cacheJakub Hrozek2012-12-181-0/+22
* RESPONDERS: Create a common file with service names and versionsJakub Hrozek2012-12-1810-16/+49
* AUTOFS: remove all maps from hash if request for auto.master comes inJakub Hrozek2012-12-182-3/+59
* AUTOFS: allow removing entries from hash tableJakub Hrozek2012-12-183-1/+32
* sssd_pam: Cleanup requests cache on sbus reconectSimo Sorce2012-12-141-1/+4
* Allow mmap calls to gracefully return absent ctxSimo Sorce2012-12-141-0/+25
* sssd_nss: Remove entries from memory cache if not found in sysdbMichal Zidek2012-12-131-0/+23
* NSS: Fix the error handler in sss_mc_create_fileJakub Hrozek2012-12-111-10/+16
* PAC: check the return value of diff_git_listsJakub Hrozek2012-12-101-0/+4
* SSH: Reject requests for authorized keys of rootJan Cholasta2012-12-101-0/+5
* sudo: print rule name if notBefore or notAfter attribute is missingPavel Březina2012-12-061-1/+1