History log of /sssd/src/responder/secrets/proxy.c
Revision Date Author Comments Expand
41cd6072648bb7a9e14e56ed38004a2947f67657 04-Oct-2016 Jakub Hrozek <jhrozek@redhat.com>

SECRETS: Use HTTP error code 504 when a proxy server cannot be reached Previously, a generic 500 error code was returned. This patch adds a new error message on a failure to contact the proxy server and returns 504, "Gateway timeout" instead. Resolves: https://fedorahosted.org/sssd/ticket/3212 Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>

8fe4f98192aa23729d3607bf23c451270b320368 04-Oct-2016 Jakub Hrozek <jhrozek@redhat.com>

SECRETS: Use a better data type for ret Normally we use errno_t for return codes and size_t for counting objects. Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>

7128fadade544efcd86b113a5090b00d20993671 04-Oct-2016 Jakub Hrozek <jhrozek@redhat.com>

SECRETS: Add DEBUG messages to the sssd-secrets provider Previously, it was not possible to follow the flow of the secrets responder or find out what went wrong on error. This patch adds DEBUG messages so that most failure cases have their own message. At the same time, running sssd-secrets with debug_level <= 3 does not emit any messages at all. Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>

8f2a34cc6964a1f80a1434e05315a7ae0bb5774e 29-Jun-2016 Simo Sorce <simo@redhat.com>

Secrets: Add Proxy backend Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>