b09cd3072153663bfcce902633b5e6f9134e72e0 |
|
29-Mar-2018 |
Fabiano Fidêncio <fidencio@redhat.com> |
KCM: Adjust REPLY_MAX to the one used in krb5
krb5 has its MAX_REPLY_SIZE set as 10*1024*1024, as seen in:
https://github.com/krb5/krb5/blob/master/src/lib/krb5/ccache/cc_kcm.c#L53
Related:
https://pagure.io/SSSD/sssd/issue/3386
Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
a02a5ed51178b2cbede0396d66aed716b8898096 |
|
25-Oct-2017 |
René Genz <liebundartig@freenet.de> |
Fix minor spelling mistakes
Merges: https://pagure.io/SSSD/sssd/pull-request/3556
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> |
f3a306cf76d4e72688b750a668ee93de3aad2945 |
|
24-Jul-2017 |
Lukas Slebodnik <lslebodn@redhat.com> |
KCM: temporary increase hardcoded buffers
Temporary workaround:
https://pagure.io/SSSD/sssd/issue/3386
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
c2ea75da72b426d98ba489039e220d417bfb4c2a |
|
30-Mar-2017 |
Pavel Březina <pbrezina@redhat.com> |
tcurl: add support for http basic auth
Reviewed-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
300b9e9217ee1ed8d845ed2370c5ccf5c87afb36 |
|
30-Mar-2017 |
Pavel Březina <pbrezina@redhat.com> |
tcurl: add support for ssl and raw output
At first, this patch separates curl_easy handle from the multi-handle
processing and makes it encapsulated in custom tcurl_request structure.
This allows us to separate protocol initialization from its asynchonous
logic which gives us the ability to set different options for each
request without over-extending the parameter list.
In this patch we implement options for peer verification for TLS-enabled
protocols and to return response with body and headers together.
Reviewed-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
c9db8b8b19827c3d492b8d2769aa77a37dbc12d3 |
|
27-Mar-2017 |
Jakub Hrozek <jhrozek@redhat.com> |
TCURL: Support HTTP POST for creating containers
The curl integration must allow us to create containers, therefore we
also add support of the POST HTTP request type.
Reviewed-by: Michal Židek <mzidek@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com> |
ca90f2102a43a3d49a2ef26610d7b4ff3062a823 |
|
14-Mar-2017 |
Jakub Hrozek <jhrozek@redhat.com> |
UTIL: Add a libtevent libcurl wrapper
Adds a request that enables the caller to issue an asynchronous request
with libcurl. Currently only requests towards UNIX sockets are
supported.
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> |