summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* SSH: Do not print an error message if sss_ssh_authorizedkeys is asked for a l...Jakub Hrozek2016-07-011-4/+18
* Secrets: Fix format stringLukas Slebodnik2016-07-011-1/+1
* Secrets: Add local container entries supportSimo Sorce2016-06-291-7/+102
* Local secrets provider Content-Type handlingSimo Sorce2016-06-293-8/+68
* Secrets: Add Proxy backendSimo Sorce2016-06-299-60/+1199
* Secrets: Add encryption at restSimo Sorce2016-06-292-30/+165
* Add initial providers infrastructure.Simo Sorce2016-06-295-59/+1058
* Secrets: Add initial responder code for secrets serviceSimo Sorce2016-06-295-12/+750
* Responders: Add support for socket activationSimo Sorce2016-06-292-2/+74
* Responders: Make the client context more genericSimo Sorce2016-06-2920-358/+622
* Downcast to errno_t after tevent_req_is_errorLukas Slebodnik2016-06-291-2/+8
* IFP: Provide domain and failover statusPavel Březina2016-06-277-0/+218
* IFP: new header file that contains interface definitionsPavel Březina2016-06-276-19/+45
* IFP: Add domain nodesPavel Březina2016-06-273-1/+44
* 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-2012-24/+367
* DP: Switch to new interfacePavel Březina2016-06-204-94/+69
* SBUS: Add sbus_conn_register_iface_mapPavel Březina2016-06-201-18/+2
* Remove braces from DEBUG statementsPavel Březina2016-06-184-22/+22
* ssh: skip invalid certificatesSumit Bose2016-06-161-45/+134
* RESPONDERS: Negative caching of local usersPetr Cech2016-06-105-15/+183
* nss-idmap: add sss_nss_getnamebycert()Sumit Bose2016-06-091-0/+1
* NSS: add SSS_NSS_GETNAMEBYCERT requestSumit Bose2016-06-091-0/+116
* nss: return user certificate base64 encodedSumit Bose2016-06-091-5/+20
* nss: include certificates in full result listSumit Bose2016-06-091-0/+2
* cache_req: use overide aware call for lookup by certificateSumit Bose2016-06-091-2/+2
* p11: add PKCS11_LOGIN_TOKEN_NAME environment variableSumit Bose2016-06-091-0/+25
* p11: add no_verification optionSumit Bose2016-06-091-3/+4
* RESPONDER: Fix error check in cache_req.cJakub Hrozek2016-06-091-1/+3
* Do not leak fds in case of failures setting up a child processJakub Hrozek2016-05-311-19/+25
* UTIL: exit() the forked process if exec()-ing a child process failsJakub Hrozek2016-05-191-8/+6
* RESPONDER: Removing of redudant functionPetr Cech2016-05-112-31/+0
* RESPONDER: Removing ncache from sudo_ctxPetr Cech2016-05-113-15/+3
* RESPONDER: Removing ncache from pam_ctxPetr Cech2016-05-113-18/+8
* RESPONDER: Removing ncache from pac_ctxPetr Cech2016-05-113-14/+1
* RESPONDER: Removing ncache from ifp_ctxPetr Cech2016-05-115-23/+13
* RESPONDER: Removing ncache from nss_ctxPetr Cech2016-05-115-60/+40
* RESPONDERS: Negcache in resp_ctx preparingPetr Cech2016-05-112-0/+49
* RESPONDER: Removing neg_timeout from nss responderPetr Cech2016-05-114-9/+5
* RESPONDER: Removing neg_timeout from ifp repsonderPetr Cech2016-05-113-16/+4
* RESPONDER: Removing neg_timeout from sudo resp.Petr Cech2016-05-112-10/+0
* RESPONDER: Removing neg_timeout from pac_ctxPetr Cech2016-05-112-11/+0
* RESPONDER: Removing neg_timeout from pam responderPetr Cech2016-05-1110-75/+28
* NEGCACHE: Adding getter for timeoutPetr Cech2016-05-112-0/+7
* NEGCACHE: Removing timeout from sss_ncache_check_*Petr Cech2016-05-116-118/+86
* NEGCACHE: Adding timeout to struct sss_nc_ctxPetr Cech2016-05-119-7/+64
* Internal: Rename CONFDB_DEFAULT_CONFIG_FILEStephen Gallagher2016-05-111-4/+4
* IFP: Do not crash on invalid arguments to GetUserAttrJakub Hrozek2016-05-101-2/+2
* AUTOFS: Removing of redudant debug messagePetr Cech2016-04-281-7/+1