curl - Search results , p.5
Mailing lists >> pgsql-hackers >> Thread
2024-09-16 22:13:28 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)
Curl, HTTP, JSON, and OAuth, the specifications of which are spread across several separate standards
Mailing lists >> pgsql-hackers >> Thread
2024-08-05 17:53:24 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)
curl-library about my use of curl_multi_socket_all(), which seems like it's exactly
Mailing lists >> pgsql-hackers >> Thread
2024-07-10 00:05:18 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)
Curl, which seems like something we may want in the very near future, so I'm taking
Mailing lists >> pgsql-hackers >> Thread
2024-03-28 22:34:02 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Daniel Gustafsson)
curl_err, return false); CURLOPT_ERRORBUFFER is the old and finicky way of extracting error
Mailing lists >> pgsql-hackers >> Thread
2024-03-01 17:46:27 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)
curl_multi_socket_action() reports that no handles are running, I treated that as an error
Mailing lists >> pgsql-hackers >> Thread
2024-02-29 21:08:44 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Daniel Gustafsson)
curl_handles()? --- /dev/null +++ b/src/interfaces/libpq/fe-auth-oauth-iddawc.c As discussed off-list I think we should leave iddawc support
Mailing lists >> pgsql-hackers >> Thread
2024-02-28 17:40:23 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Daniel Gustafsson)
cURL operations */ Nitpick, but curl is not capitalized cURL anymore (for some value of "anymore
Mailing lists >> pgsql-hackers >> Thread
2023-12-05 09:43:48 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Daniel Gustafsson)
curl developers to see if it could be fixed we instead decided to deprecate the whole
Mailing lists >> pgsql-hackers >> Thread
2023-07-01 04:28:52 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Thomas Munro)
cURL guys[1] whose blog is widely cited, so people still do it. Possibly some
Mailing lists >> pgsql-hackers >> Thread
2023-05-19 22:01:11 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)
cURL! And many more questions to answer. This is a full reimplementation of the client