summaryrefslogtreecommitdiffstats
path: root/src/responder/common
Commit message (Expand)AuthorAgeFilesLines
* Fix packet size calculation in sss_packet_newNikolai Kondrashov2016-07-071-1/+1
* SYSDB: Remove useless parameter from sysdb_init()Jakub Hrozek2016-07-071-1/+1
* RESPONDERS: Return the sysdb name from cache_reqJakub Hrozek2016-07-071-1/+1
* NCACHE: Store FQDNs internaly, check for shortnames in filesJakub Hrozek2016-07-072-8/+63
* RESPONDER: Add a helper function sss_resp_create_fqnameJakub Hrozek2016-07-072-0/+50
* RESPONDER: Use fqnames for cache_req lookups of users and groupsJakub Hrozek2016-07-071-12/+81
* Secrets: Add initial responder code for secrets serviceSimo Sorce2016-06-292-12/+11
* Responders: Add support for socket activationSimo Sorce2016-06-292-2/+74
* Responders: Make the client context more genericSimo Sorce2016-06-293-50/+97
* Downcast to errno_t after tevent_req_is_errorLukas Slebodnik2016-06-291-2/+8
* SYSDB: Search the timestamp caches in addition to the sysdb cacheJakub Hrozek2016-06-231-2/+8
* SYSDB: Open a timestamps cache for caching domainsJakub Hrozek2016-06-231-1/+2
* RESPONDER: New interface for client registrationPavel Březina2016-06-205-3/+360
* DP: Switch to new interfacePavel Březina2016-06-201-52/+35
* Remove braces from DEBUG statementsPavel Březina2016-06-181-2/+2
* RESPONDERS: Negative caching of local usersPetr Cech2016-06-105-15/+183
* cache_req: use overide aware call for lookup by certificateSumit Bose2016-06-091-2/+2
* RESPONDER: Fix error check in cache_req.cJakub Hrozek2016-06-091-1/+3
* RESPONDER: Removing of redudant functionPetr Cech2016-05-112-31/+0
* RESPONDERS: Negcache in resp_ctx preparingPetr Cech2016-05-112-0/+49
* RESPONDER: Removing neg_timeout from nss responderPetr Cech2016-05-111-1/+0
* RESPONDER: Removing neg_timeout from pam responderPetr Cech2016-05-112-44/+17
* NEGCACHE: Adding getter for timeoutPetr Cech2016-05-112-0/+7
* NEGCACHE: Removing timeout from sss_ncache_check_*Petr Cech2016-05-113-74/+65
* NEGCACHE: Adding timeout to struct sss_nc_ctxPetr Cech2016-05-114-2/+39
* NEGCACHE: Removing of condition for ttl = -1Petr Cech2016-04-201-6/+0
* Responders: Fix client destructorSimo Sorce2016-03-171-4/+7
* cache_req: remove old commentPavel Březina2016-03-141-5/+0
* cache_req: rename cache_req_input to cache_reqPavel Březina2016-03-141-209/+203
* cache_req: hide input and pass parameters in structPavel Březina2016-03-142-235/+303
* cache_req: add SID lookupsPavel Březina2016-03-142-13/+109
* cache_req: improve debuggingPavel Březina2016-03-143-48/+145
* cache_req: rename debug_fqn to debugobjPavel Březina2016-03-141-20/+22
* cache_req: break cache_req_input_create into more functionsPavel Březina2016-03-141-23/+46
* cache_req: fix typo in debug messagePavel Březina2016-03-141-1/+1
* cache_req: bring together search parametersPavel Březina2016-03-141-59/+59
* Fix typos reported by lintianLukas Slebodnik2016-02-231-1/+1
* cache_req: do not lookup views if possiblePavel Březina2016-01-281-6/+84
* cache_req: simplify cache_req_cache_check()Pavel Březina2016-01-281-31/+48
* Util: Improve code to get connection credentialsSimo Sorce2016-01-282-21/+44
* cache_req: check all domains for lookups by certificateSumit Bose2015-11-111-3/+4
* cache_req: Fix warning -WshadowLukas Slebodnik2015-11-101-4/+4
* util: Update get_next_domain's interfaceMichal Židek2015-10-234-14/+18
* REFACTOR: SCKT_RSP_UMASK constant in responder codePetr Cech2015-10-142-1/+5
* REFACTOR: DFL_RSP_UMASK constant in responder codePetr Cech2015-10-142-2/+3
* fix upn cache_req for sub-domain usersSumit Bose2015-10-081-2/+7
* cache_req: remove raw_name and do not touch orig_namePavel Březina2015-10-081-23/+29
* cache_req: add support for UPNPavel Březina2015-10-083-14/+127
* cache_req: provide extra flag for oob requestPavel Březina2015-10-081-5/+6
* UTIL: Convert domain->disabled into tri-state with domain statesJakub Hrozek2015-09-211-2/+3