summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
...
* IFP: Resolve group names from GIDs if requiredJakub Hrozek2017-05-311-26/+89
* IFP: Only format the output name to the short version before outputJakub Hrozek2017-05-311-46/+18
* RESP: Provide a reusable request to fully resolve incomplete groupsJakub Hrozek2017-05-312-0/+220
* BUILD: Fix build without sshLukas Slebodnik2017-05-251-0/+4
* KCM: Fix the per-client serialization queueJakub Hrozek2017-05-241-60/+122
* pam: properly support UPN logon namesSumit Bose2017-05-231-2/+2
* cache_req: use the right negative cache for initgroups by upnSumit Bose2017-05-231-2/+2
* CACHE_REQ: Ensure the domains are updated for "filter" related callsFabiano Fidêncio2017-05-171-5/+81
* CACHE_REQ: Avoid using of uninitialized valueFabiano Fidêncio2017-05-151-6/+6
* sss_nss_getlistbycert: return results from multiple domainsSumit Bose2017-05-103-2/+169
* CACHE_REQ: Make use of cache_req_ncache_filter_fn()Fabiano Fidêncio2017-05-108-39/+165
* CACHE_REQ_RESULT: Introduce cache_req_create_ldb_result_from_msg_list()Fabiano Fidêncio2017-05-102-0/+40
* CACHE_REQ: Add a new cache_req_ncache_filter_fn() plugin functionFabiano Fidêncio2017-05-1021-0/+33
* NSS: Move output name formatting to utilsNikolai Kondrashov2017-05-105-49/+11
* DP: Reduce Data Provider log level noiseJustin Stephenson2017-05-091-2/+11
* KCM: include missing header fileLukas Slebodnik2017-05-091-0/+1
* PAM: check matching certificates from all domainsSumit Bose2017-05-041-6/+63
* NSS: Fix typo inigroups -> initgroupsFabiano Fidêncio2017-05-022-2/+2
* cache_req: Avoid bool in switch/caseLukas Slebodnik2017-04-281-11/+7
* CACHE_REQ_DOMAIN: debug the set domain resolution orderFabiano Fidêncio2017-04-261-0/+11
* RESPONDER_COMMON: Improve domaiN_resolution_order debug messagesFabiano Fidêncio2017-04-261-0/+6
* CACHE_REQ_DOMAIN: Add some comments to cache_req_domain_new_list_from_string_...Fabiano Fidêncio2017-04-261-0/+4
* CACHE_REQ: Allow configurationless shortname lookupsFabiano Fidêncio2017-04-263-1/+50
* RESPONDER: Fallback to global domain resolution order in case the view doesn'...Fabiano Fidêncio2017-04-263-53/+74
* 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