summaryrefslogtreecommitdiffstats
path: root/src/responder/secrets
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* SECRETS: Shutdown the responder in case it becomes idleFabiano Fidêncio2017-03-081-0/+5
* RESPONDER: Make clear {reset_,}idle_timer() are related to clientFabiano Fidêncio2017-01-231-1/+1
* RESPONDER: Make responders' common code ready for socket activationFabiano Fidêncio2017-01-231-0/+2
* SECRETS: Add configurable payload size limit of a secretFabiano Fidêncio2016-11-245-0/+50
* 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
* SECRETS: Don't remove a container when it has childrenFabiano Fidêncio2016-09-161-2/+31
* 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
* Amend debug messages after failure of unlinkLukas Slebodnik2016-07-251-0/+1
* SECRETS: Log message for failures with removing fileLukas Slebodnik2016-07-221-1/+7
* 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-293-0/+739