summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* SECRETS: Make reading the config options more uniformJakub Hrozek2016-08-301-1/+1
* SECRETS: Make internal function staticJakub Hrozek2016-08-301-1/+2
* SECRETS: Return ENOENT when_deleting a non-existent secretFabiano Fidêncio2016-08-261-7/+2
* SECRETS: Use sss_atomic_read/write for better readabilityJakub Hrozek2016-08-171-3/+3
* NSS: Remove unused functionsPavel Březina2016-08-163-125/+0
* DP: Remove old data provider interfacePavel Březina2016-08-1617-114/+249
* sssctl: print active server and server listPavel Březina2016-08-166-1/+131
* sbus: add utility function to simplify message and reply handlingPavel Březina2016-08-161-73/+12
* sbus: add sbus_request_reply_error()Pavel Březina2016-08-161-8/+4
* rdp: add ability to forward reply to the client requestPavel Březina2016-08-163-138/+220
* NSS: Use correct name for invalidating memory cacheLukas Slebodnik2016-08-102-15/+18
* NSS: Do not check local users with disabled local_negative_timeoutLukas Slebodnik2016-08-091-18/+27
* PAM: Do not act on ldb_message in case of a failureJakub Hrozek2016-08-081-15/+18
* RESPONDERS: Pass errno to strerror() when SELINUX_getpeercon() failsFabiano Fidêncio2016-08-041-0/+1
* RESPONDERS: Show a bit more info in case of SELINUX_getpeercon() failureFabiano Fidêncio2016-08-041-0/+2
* RESPONDERS: Decrease debug level for failures in SELINUX_getpeercon()Fabiano Fidêncio2016-08-041-2/+2
* PAM: Fix domain for UPN based lookupsSumit Bose2016-07-291-0/+17
* NSS: use different neg cache name for UPN searchesSumit Bose2016-07-291-2/+10
* PAM: continue with UPN/email search if name was not foundSumit Bose2016-07-291-0/+39
* NSS: continue with UPN/email search if name was not foundSumit Bose2016-07-291-6/+6
* NSS: add user email to fill_orig()Sumit Bose2016-07-291-0/+2
* views: properly override group member namesSumit Bose2016-07-291-1/+6
* Amend debug messages after failure of unlinkLukas Slebodnik2016-07-252-1/+3
* SECRETS: Log message for failures with removing fileLukas Slebodnik2016-07-221-1/+7
* 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