summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* Fix recv sizesmartcardSumit Bose2016-10-191-1/+1
* pam: enhance Smartcard authentication tokenSumit Bose2016-10-191-7/+2
* p11: return name of PKCS#11 module to pam_sssSumit Bose2016-10-193-11/+50
* PAM: forward Smartcard credentials to backendsSumit Bose2016-10-191-6/+34
* PAM: store user object in the preq contextSumit Bose2016-10-192-6/+7
* nss: allow UPNs in SSS_NSS_GETSIDBYNAME and SSS_NSS_GETORIGBYNAMESumit Bose2016-10-101-10/+66
* SECRETS: Add a configurable limit of secrets that can be storedFabiano Fidêncio2016-10-055-0/+65
* SECRETS: Use HTTP error code 504 when a proxy server cannot be reachedJakub Hrozek2016-10-043-1/+6
* SECRETS: Fix a typo in function nameJakub Hrozek2016-10-041-7/+7
* SECRETS: Use a better data type for retJakub Hrozek2016-10-041-2/+2
* SECRETS: Add DEBUG messages to the sssd-secrets providerJakub Hrozek2016-10-044-59/+441
* SECRETS: Add a configurable depth limit for nested containersFabiano Fidêncio2016-10-034-0/+41
* SECRETS: Use a tmp_context on local_db_check_containers()Fabiano Fidêncio2016-10-031-7/+23
* SECRETS: Make functions from local.c staticFabiano Fidêncio2016-10-031-43/+43
* IFP: expose user and group unique IDs through DBusThomas Equeter2016-09-228-0/+60
* Remove double semicolon at the end of lineLukas Slebodnik2016-09-211-1/+1
* NSS: Fix offline resolution of netgroupsJakub Hrozek2016-09-211-0/+9
* AUTOFS: Fix offline resolution of autofs mapsJakub Hrozek2016-09-211-4/+12
* SECRETS: Don't remove a container when it has childrenFabiano Fidêncio2016-09-161-2/+31
* p11: return a fully-qualified nameSumit Bose2016-09-161-11/+9
* p11: only set PKCS11_LOGIN_TOKEN_NAME if gdm-smartcard is usedSumit Bose2016-09-161-13/+20
* SECRETS: Search by the right type when checking containersFabiano Fidêncio2016-09-131-1/+2
* 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