Search
Items tagged with: Curl
sami-lehtinen.net/blog/curl-cl…
Sami Lehtinen - cURL + Cloudflare = Information leak - But why
cURL + Cloudflare = Information leak - But why? To be honest, I really don't know. But I'm pretty sure, it will be figured out. I created a few unique URLs for my specific friends only.www.sami-lehtinen.net
Stop Deleting Core Operating System Components!!
Windows users will be Windows users and sometimes that means deleting things that shouldn't be deleted and basically ruining the operating system, such as de...YouTube
Corrected and Added Item in Simple Usage Section by nobedee · Pull Request #11077 · curl/curl
Change Line Range - 21 to 27 PROPOSED CHANGE ONE: Changed the description of an example in the "Simple Usage" section on line 21. The command original returned all matches for "curl" and did not r...GitHub
Disable quiche pacing while is not actually performed by curl by francoismichel · Pull Request #11068 · curl/curl
Hi, Just a one-line commit that disables pacing in the quiche library as currently curl does not perform pacing when sending the QUIC packets. When pacing is enabled, quiche assumes that packet are...GitHub
All existing #curl CVEs are now available as #JSON: curl.se/docs/vuln.json
All individual issues are also available as JSON, like for example CVE-2023-27538 like this: curl.se/docs/CVE-2023-27538.js…
Enjoy!
docs/vuln.json by bagder · Pull Request #237 · curl/curl-www
Generate and provide CVE information in JSON format Sample: vuln.txt Interested in feedback on all details of this.GitHub
cf-socket: turn off IPV6_V6ONLY on Windows if it is supported by lifenjoiner · Pull Request #10975 · curl/curl
It makes support for IPv4-mapped IPv6 addresses. IPV6_V6ONLY refs: https://en.wikipedia.org/wiki/IPv6#IPv4-mapped_IPv6_addresses https://github.com/golang/go/blob/master/src/net/ipsock_posix.go htt...GitHub
curl - openfourm europe.pdf
Daniel Stenberg's keynote at the Openforum Europe event "Open Source Driving the European Digital Decade" on April 18, 2023www.slideshare.net
I'll bring some #curl stickers to the open forum event tomorrow as well. If you see me there, ask me for one. I'll keynote.
openforumeurope.org/event/oss-…
Open Source Driving the European Digital Decade | Sweden
Due to high demand to participate, we only accept registrations for in-person to a waiting list. The event will be live streamed. On 18 April, 2023, OpenForum Europe, the Swedish […]OpenForum Europe
Update CURLOPT_PROXY_SSL_VERIFYPEER.3 by colman-mbuya · Pull Request #10968 · curl/curl
Fix minor grammar mistake in libcurl docsGitHub
curl: add --proxy-http2 by bagder · Pull Request #10926 · curl/curl
For trying HTTP/2 with an HTTPS proxy.GitHub
GitHub - curl/curl: A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, T
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP...GitHub
Again NVD lists the wrong info for a #curl advisory in nvd.nist.gov/vuln/detail/CVE-2… which now has the ripple effect that #Debian also lists the wrong versions as affected, in security-tracker.debian.org/tr…
I wish more orgs just read our canonical sources instead.
Great documentation!
Are there planned EOLs for older #curl versions? If so, having these information here might be useful for others: endoflife.date/
What do you think?
Home
Check end-of-life, support schedule, and release timelines for more than 200 products at one place.endoflife.date
fix typo in http2 by JoshMcCullough · Pull Request #10940 · curl/curl
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS…GitHub
http2: Remove unused Curl_http2_strerror function declaration by Biswa96 · Pull Request #10912 · curl/curl
Curl_http2_strerror was renamed to http2_strerror in 05b100aee247bb9bec8e9a1b0166496aa4248d1c and then http2_strerror was removed in 5808a0d0f5ea0399d4a2a22285f78c66f302c173 This also fixes the fo...GitHub
fix compilation for MS-DOS/DJGPP by SuperIlu · Pull Request #10910 · curl/curl
This change fixed #10905 for me. curl is compiled with mbedTLS. The change was briefly tested with https://github.com/SuperIlu/DOStodon and seems to work.GitHub
Update write-out.d:typo fix , merging 10892 & 10893 by AliKhodkar · Pull Request #10897 · curl/curl
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS…GitHub
lists.haxx.se/pipermail/daniel…
#trurl, webinar, #curl, #Fossified
Welcome! You are invited to join a webinar: All Things QUIC. After registering, you will receive a confirmation email about joining the webinar.
Join us to hear from QUIC expert Stefan Eissing, and cURL founder and lead developer Daniel Stenberg and learn about all things QUIC.Zoom
Bloomberg sponsors curl with 10K USD
url: mastodon.social/@bagder/110102…
discussions: news.ycombinator.com/item?id=3…
48 minutes ago|26 points|3 comments
summary: Bloomberg has donated $10,000 to sponsor #curl, according to a tweet by daniel:// stenberg://.
openssl: interop with AWS-LC by jeking3 · Pull Request #10320 · curl/curl
This pull request adds support for building against AWS-LC. AWS-LC is a BoringSSL/OpenSSL derivative. For more information see https://github.com/awslabs/aws-lc/ This is my first PR into curl - pl...GitHub
rtsp: skip the malformed RTSP interleaved frame data by dengjfzh · Pull Request #10808 · curl/curl
Some IP camera send malformed RTSP interleaved frames sometimes, which can cause curl_easy_perform return 1 (CURLE_UNSUPPORTED_PROTOCOL). This commit attempts to skip clearly incorrect RTSP interle...GitHub