summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* SSH-CERT: always initialize cert_verify_optsSumit Bose2016-07-071-8/+6
* Fix packet size calculation in sss_packet_newNikolai Kondrashov2016-07-071-1/+1
* fix some 'might be used uninitialized' warningsSumit Bose2016-07-071-0/+2
* SUDO: Add more low-level tracing messagesJakub Hrozek2016-07-071-3/+10
* sudo: solve problems with fully qualified namesPavel Březina2016-07-071-42/+227
* SYSDB: Remove useless parameter from sysdb_init()Jakub Hrozek2016-07-071-1/+1
* IFP: Amend the InfoPipe responder for fqdnsJakub Hrozek2016-07-075-22/+204
* RESPONDERS: Return the sysdb name from cache_reqJakub Hrozek2016-07-071-1/+1
* SSH: Use a qualified name for user searches in the SSH responderJakub Hrozek2016-07-072-2/+10
* PAM: Use qualified names internally in the PAM responderJakub Hrozek2016-07-072-19/+40
* NSS: Fix domain for UPN based lookupsSumit Bose2016-07-071-0/+29
* NSS: Fix NSS responder to cope with fully-qualified usernamesJakub Hrozek2016-07-071-387/+203
* NCACHE: Store FQDNs internaly, check for shortnames in filesJakub Hrozek2016-07-072-8/+63
* UTIL: expand_homedir_template manages usernames internallyJakub Hrozek2016-07-071-5/+6
* 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
* 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