summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* SECRETS: remove unused variableLukas Slebodnik2017-04-211-5/+0
* IFP: Use sized_domain_name to format the groups the user is a member ofJakub Hrozek2017-04-211-14/+15
* Move sized_output_name() and sized_domain_name() into responder common codeJakub Hrozek2017-04-215-99/+112
* responders: do not leak selinux context on clients destructionPavel Březina2017-04-031-1/+19
* secrets: always add Content-Length headerPavel Březina2017-03-301-4/+68
* secrets: fix debug messagePavel Březina2017-03-301-1/+2
* secrets: support HTTP basic authentication with proxy providerPavel Březina2017-03-301-0/+9
* secrets: allow to configure certificate checkPavel Březina2017-03-301-0/+55
* secrets: remove http-parser code in proxy providerPavel Březina2017-03-301-581/+0
* secrets: use tcurl in proxy providerPavel Březina2017-03-303-84/+189
* KCM: Fix off-by-one error in secrets key parsingJakub Hrozek2017-03-301-17/+26
* PAM: Add application servicesJakub Hrozek2017-03-303-2/+62
* PAM: Remove unneeded memory contextJakub Hrozek2017-03-301-4/+4
* IFP: ListByName: Don't crash when no results are foundJakub Hrozek2017-03-301-7/+9
* IFP: Search both POSIX and non-POSIX domainsJakub Hrozek2017-03-303-105/+194
* CACHE_REQ: Domain type selection in cache_reqJakub Hrozek2017-03-3028-36/+195
* ssh: add support for certificates from non-default viewsSumit Bose2017-03-291-1/+19
* ssh: handle binary keys correctlySumit Bose2017-03-291-1/+7
* Add domain_resolution_order config optionFabiano Fidêncio2017-03-292-0/+28
* CACHE_REQ: Make use of domainResolutionOrderFabiano Fidêncio2017-03-296-37/+436
* CACHE_REQ: Descend into subdomains on lookupsFabiano Fidêncio2017-03-2910-10/+10
* SUBDOMAINS: Allow use_fully_qualified_names for subdomainsMichal Židek2017-03-291-4/+5
* KCM: Idle-terminate the responder if the secrets back end is usedJakub Hrozek2017-03-271-0/+9
* KCM: Queue requests by the same UIDJakub Hrozek2017-03-276-5/+331
* KCM: Make the secrets ccache back end configurable, make secrets the defaultJakub Hrozek2017-03-275-11/+54
* KCM: Store ccaches in secretsJakub Hrozek2017-03-273-0/+3139
* SECRETS: Store ccaches in secrets for the KCM responderJakub Hrozek2017-03-273-11/+86
* SECRETS: Return a nicer error message on request with no PUT dataJakub Hrozek2017-03-271-0/+6
* SECRETS: Create DB path before the operation itselfJakub Hrozek2017-03-271-85/+83
* KCM: Implement KCM server operationsJakub Hrozek2017-03-273-9/+2141
* KCM: Add a in-memory credential storageJakub Hrozek2017-03-273-4/+816
* KCM: Implement an internal ccache storage and retrieval APIJakub Hrozek2017-03-275-0/+1996
* KCM: request parsing and sending a replyJakub Hrozek2017-03-272-13/+473
* KCM: Initial responder build and packagingJakub Hrozek2017-03-274-0/+474
* nss: allow larger buffer for certificate based requestsSumit Bose2017-03-232-1/+21
* nss-idmap: add sss_nss_getlistbycert()Sumit Bose2017-03-233-0/+76
* CACHE_REQ: shortcut if object is foundPavel Březina2017-03-141-0/+12
* CACHE_REQ: Check the caches firstFabiano Fidêncio2017-03-145-35/+145
* CACHE_REQ: Move cache_req_next_domain() into a new tevent requestFabiano Fidêncio2017-03-141-148/+279
* CACHE_REQ: Move result manipulation into a separate modulePavel Březina2017-03-143-219/+254
* CACHE_REQ: Make cache_req_{create_and_,}add_result() more genericPavel Březina2017-03-141-19/+34
* nss: ensure that SSS_NSS_GETNAMEBYCERT only returns a unique matchSumit Bose2017-03-103-1/+22
* PAM: allow muliple users mapped to a certificateSumit Bose2017-03-102-59/+76
* ifp: add FindByNameAndCertificateSumit Bose2017-03-106-0/+360
* ifp: add ListByCertificateSumit Bose2017-03-106-0/+165
* cache_req: allow multiple matches for searches by certificateSumit Bose2017-03-101-2/+2
* NSS: Fix invalidating memory cache for subdomain usersJakub Hrozek2017-03-101-1/+3
* SECRETS: Shutdown the responder in case it becomes idleFabiano Fidêncio2017-03-081-0/+5
* RESPONDER: Wrap up the code to setup the idle timeoutFabiano Fidêncio2017-03-082-35/+54
* cache_req: use rctx as memory context during midpoint refreshPavel Březina2017-03-081-1/+1