curl - Search results
Mailing lists >> pgsql-hackers >> Thread
2025-06-23 18:32:26 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)
Curl needs to be isolated from the rest of the build. Let's focus on the error
Mailing lists >> pgsql-hackers >> Thread
2025-06-12 22:58:44 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)
Curl wants to make the order of operations, and the existing tests aren't always
Mailing lists >> pgsql-hackers >> Thread
2025-05-02 22:05:10 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)
Curl in this minimal build. Looks like it's coming from the sysroot. % ls -l /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/include/curl
Mailing lists >> pgsql-hackers >> Thread
2025-04-30 20:59:43 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)
dogfish and basilisk are the Curl-enabled animals that caught my attention most. Thanks! --Jacob
Mailing lists >> pgsql-hackers >> Thread
2025-04-30 15:55:07 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Daniel Gustafsson)
Curl dependency can simply choose not to +install this module.) We should either clarify that
Mailing lists >> pgsql-hackers >> Thread
2025-04-22 02:19:06 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)
curl.c. Separate object file builds are made using the same technique as libpq. Thanks
Mailing lists >> pgsql-hackers >> Thread
2025-04-20 20:12:01 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Ivan Kush)
curl -d "client_id=client_id&client_secret=client_secret& \ device_code=device_code& \ grant
Mailing lists >> pgsql-hackers >> Thread
2025-04-14 22:46:29 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Wolfgang Walther)
curl symbols in libpq.a either... ... which immediately explains what the libpq-oauth-18.a file is for, yes. But that
Mailing lists >> pgsql-hackers >> Thread
2025-04-14 22:14:20 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)
Curl symbols: $ nm src/interfaces/libpq/libpq.a | grep --count curl 0 $ nm src/interfaces/libpq-oauth/libpq-oauth-18.a | grep --count curl 116 That
Mailing lists >> pgsql-hackers >> Thread
2025-04-14 21:27:46 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Wolfgang Walther)
curl.o. Applying the v5 patch to the above meson build, will give me a different
Mailing lists >> pgsql-hackers >> Thread
2025-04-14 20:09:55 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Wolfgang Walther)
curl.o. OK. I will try to get meson running, at least enough to try this
Mailing lists >> pgsql-hackers >> Thread
2025-04-11 19:21:14 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Wolfgang Walther)
curl_multi_init in -lcurl... no configure: error: library 'curl' does not provide curl_multi
Mailing lists >> pgsql-hackers >> Thread
2025-04-10 02:08:33 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)
Curl stuff. I have isolated them in v4, with some additional m4 boilerplate. IMO this
Mailing lists >> pgsql-hackers >> Thread
2025-04-08 22:22:55 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)
Curl. But for Curl to be initialized server-side, the two peers still have to agree
Mailing lists >> pgsql-hackers >> Thread
2025-04-08 21:25:20 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Bruce Momjian)
curl CVEs regularly as part of Debian minor updates, which is why I had concerns