curl - Search results , p.3
Mailing lists >> pgsql-hackers >> Thread
2025-04-07 19:41:25 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)
Curl installation, it is used. Newer libcurls don't need it. A future simplification could
Mailing lists >> pgsql-hackers >> Thread
2025-04-03 21:02:03 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)
Curl without having either epoll() or kqueue(), due to a silly mistake I made in the #ifdefs
Mailing lists >> pgsql-hackers >> Thread
2025-04-02 01:40:49 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)
Curl indirection works, that seems like it'd be kind of nice in theory. I'm not sure
Mailing lists >> pgsql-hackers >> Thread
2025-03-21 02:26:49 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Andres Freund)
curl and also a libpq-oauth.so that has curl support? If we do it right
Mailing lists >> pgsql-hackers >> Thread
2025-03-20 23:50:57 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Bruce Momjian)
curl dependency and look at any CSVs related to them and ask us, whether they
Mailing lists >> pgsql-hackers >> Thread
2025-03-20 23:33:26 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)
Curl early on because of the same tradeoffs. That said... Tom, I think the dependency
Mailing lists >> pgsql-hackers >> Thread
2025-03-20 02:59:28 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Bruce Momjian)
curl to handle OAUTH since curl has to simulate a browser. I assume we can't call
Mailing lists >> pgsql-hackers >> Thread
2025-03-20 02:11:28 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Bruce Momjian)
curl is being used just to honor the RFC and it is only for testing
Mailing lists >> pgsql-hackers >> Thread
2025-03-19 23:11:43 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Thomas Munro)
curl_easy_cleanup U curl_easy_escape U curl_easy_getinfo U curl_easy_init
Mailing lists >> pgsql-hackers >> Thread
2025-03-19 16:31:42 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Bruce Momjian)
curl security fixes in my Debian updates, so there is a security issue that any serious
Mailing lists >> pgsql-hackers >> Thread
2025-03-19 07:17:15 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Tom Lane)
curl.c:1392:49: error: data argument not used by format string [-Werror,-Wformat-extra
Mailing lists >> pgsql-hackers >> Thread
2025-03-17 18:08:30 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)
Curl should not have connected to ::1 (the test server isn't listening on IPv6
Mailing lists >> pgsql-hackers >> Thread
2025-03-06 23:57:24 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)
Curl tries to contact the issuer on IPv6, its Happy Eyeballs handling usually falls back
Mailing lists >> pgsql-hackers >> Thread
2025-03-05 01:44:48 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)
Curl doesn't mind if the IPv6 connection fails outright; it'll use the IPv4
Mailing lists >> pgsql-hackers >> Thread
2025-03-05 01:37:27 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Thomas Munro)
plan to dig further if it's harmless (maybe curl shouldn't really do that, IDK).