Search
Items tagged with: curl
Out of the 561,454 projects OpenSSF has listed in their criticality_score project, for which they generate a "criticality score" for each single one, a certain hobby project is currently clocking in as number 100. (yeah, I mean #curl)
github.com/ossf/criticality_sc…
GitHub - ossf/criticality_score: Gives criticality score for an open source project
Gives criticality score for an open source project - ossf/criticality_scoreGitHub
20241126-wolf-opensslcoexist-expansion by douzzer · Pull Request #15650 · curl/curl
Fixes for wolfSSL OPENSSL_COEXIST expansion for MD4, MD5, and DES. The wolf-native APIs and types used in the changes are all old/preexisting -- there wasn't any need for version gating on any ...GitHub
libssh: use libssh sftp_aio to upload file by zuoxiaofeng · Pull Request #15625 · curl/curl
use libssh 0.11.0 new aio api to support async sftp upload for the curl built with libssh.GitHub
On Thursday Dec 5 I will run a webinar and tell you all about Rock-solid #curl long-term support releases.
Sign up here:
us02web.zoom.us/webinar/regist…
Welcome! You are invited to join a webinar: Rock-Solid curl. After registering, you will receive a confirmation email about joining the webinar.
Join wolfSSL for an exclusive live webinar on December 5th at 10 AM PT featuring Daniel Stenberg, founder and lead developer of curl, to explore the launch of Rock-Solid curl, a long-term support version designed for users who prioritize security, st…Zoom
Here's the latest #curl hackerone issue I mentioned the other day: hackerone.com/reports/2871792 another one of those "we found a function call so therefore your program must be vulnerable".
Disclosed for educational purposes. Don't do this.
curl disclosed on HackerOne: Buffer Overflow Vulnerability in...
## Summary: The vulnerability in the program arises from a classic buffer overflow, triggered by the unsafe use of the strcpy() function without bounds checking. The program copies data from a...HackerOne
Document default `User-Agent` by br3ndonland · Pull Request #15608 · curl/curl
Description curl offers a --user-agent option for modifying the User-Agent header supplied in its requests. The man page section for this option explains how to use the --user-agent option, but doe...GitHub
Geeks of Mastodon, C writers and API whisperers, are you bored and without a short project?
I would love for #CURL to be able to list Samba directories. Last year I made a PR allowing for local directories listing and wanted to do the the same for smb, but without success. I think succeeding requires knowledge of Windows APIs.
I can provide some help getting it merged.
This is where I got stuck: github.com/colinleroy/curl/com…
(the magic should happen in smb_send_open_directory)
Skeleton for SMB directory listing · colinleroy/curl@b27c3d8
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
Ten years ago I explained why #curl defaults to stdout:
daniel.haxx.se/blog/2014/11/17…
Why curl defaults to stdout
(Recap: I founded the curl project, I am still the lead developer and maintainer) When asking curl to get a URL it'll send the output to stdout by default.daniel.haxx.se
Nine years ago I found out a #windows malware downloaded #curl from the curl website in order to spread itself...
daniel.haxx.se/blog/2015/11/16…
The most popular curl download – by a malware
During October 2015 the curl web site sent out 1127 gigabytes of data. This was the first time we crossed the terabyte limit within a single month.daniel.haxx.se
Docs: Add result code on prereqfunction failure by oantby · Pull Request #15542 · curl/curl
Pretty trivial change, but I had to search the code (or just try it out) to find the answer to this, so I figure someone else will have to at some point, too. Most (all?) other callbacks that can a...GitHub
It all started on November 11, 1996:
everything.curl.dev/project/st…
#curl
How it started - everything curl
everything there is to know about curl, libcurl and the cURL projecteverything.curl.dev
nghttp2: use custom memory functions by eeverettrbx · Pull Request #15527 · curl/curl
Provide libcurl's memory functions as callbacks to replace nghttp2's own memory functions. This allows custom memory callbacks provided by users of libcurl to be used by nghttp2 as well.GitHub
#curl is now officially running more than 200 CI jobs per PR.
Most of them run about 2000 tests each.
Almost 400K test runs in total.
#slowember is coming
I will travel three weeks this month making me (much) slower than usual this period.
This affects my ability to do a quick patch release for #curl, so we might ship one on December 11 instead: curl.se/mail/lib-2024-11/0019.…
Fixing HTTP content decoding enabled (broken in commit 30da1f5) by jmalopoy · Pull Request #15510 · curl/curl
Hi I found the logic handling CURLOPT_HTTP_CONTENT_DECODING was broken in setopt: split Curl_vsetopt() into several sub functions. This PR should fix itGitHub
FLOSS Weekly Episode 808: #curl
Me. Blabbing. Again.
hackaday.com/2024/11/06/floss-…
FLOSS Weekly Episode 808: Curl – Gotta Download ’em All
This week, Jonathan Bennett and Randal Schwartz chat with Daniel Stenberg about curl! How many curl installs are there?! What’s the deal with CVEs? How has curl managed to not break its ABI f…Hackaday
Rock-solid #curl: long-term support releases
daniel.haxx.se/blog/2024/11/07…
Rock-solid curl
I am thrilled to announce: Rock-Solid curl: long term supported curl releases Basics We make long term support releases of curl that we call Rock-solid curl. We support each release branch for at least five years.daniel.haxx.se
curl disclosed on HackerOne: CVE-2024-9681: HSTS subdomain...
## Summary: Suppose my HSTS cache file has the following content: ``` .domain.com "20241107 01:02:03" .sub.domain.com "unlimited" ``` Now, I connect to https://sub.domain.com/. Suppose this domain...HackerOne
curlhacker - Twitch
I'm Daniel Stenberg, maintainer and lead developer in the curl project. I stream curl related stuff. Release presentations, curl development and related topics.Twitch
Let me introduce you to my new friend #curl 8.11.0
One vulnerability fixed, five changes, 266 bugfixes.
daniel.haxx.se/blog/2024/11/06…
curl 8.11.0
curl 8.11.0 is released, featuring one security fix, five changes and 265 bugfixes.daniel.haxx.se
Hey,
#curl -v google.com as a metal song is a must see and hear experience. A masterpiece. I just love it.
youtube.com/watch?v=atcqMWqB3h…
curl -v google.com
The little men in your computer do this every time you open google.com0:00 Shell0:11 DNS Lookup0:21 TCP Connect0:30 TLS Negotiation1:14 Guitar Solo1:23 X509 ...YouTube
Support operating systems with only getaddrinfo(3) by sortie · Pull Request #15475 · curl/curl
The gethostbyname(3) family was removed in POSIX-1.2008 in favor of getaddrinfo(3) introduced in POSIX-1.2001. Modern POSIX systems such as Sortix does not have gethostbyname nor the related defini...GitHub
everything.curl.dev/usingcurl/…
TELNET - everything curl
everything there is to know about curl, libcurl and the cURL projecteverything.curl.dev
#curl source code age
daniel.haxx.se/blog/2024/10/31…
(what happened live here on mastodon converted into a blog post)
curl source code age
In every software project that has been around for a while there is of course newer code and older code.daniel.haxx.se
#curl source code age, raw line numbers
Next I'll see if I can make a version where the early code stays at the bottom of the graph.
#curl source code age (take 2)
How large share of the code was written after a certain date, over time.
mqtt: Fixed mqtt.md wording and added clearer explanation. by Marwan141 · Pull Request #15451 · curl/curl
Some of the wording in the MQTT.md file was confusing in terms of how the commands were used and what they did, so I cleared up some of the wording to better explain the use case of each command.GitHub
The videos on my YouTube channel have now been viewed 250,000 times combined
Mastering the #curl command line alone has had more than 54K views to date:
Mastering the curl command line with Daniel Stenberg
The slides = https://www.slideshare.net/DanielStenberg7/mastering-the-curl-command-linepdf0:00 Mastering the curl command line0:16 Daniel Stenberg0:36 curl s...YouTube
decomplexifying #curl
daniel.haxx.se/blog/2024/10/27…
decomplexifying curl
(I wrote about this topic in my weekly email this week. This is the blog version, somewhat extended.) Easy to read Two contributing factors that make code hard to read are function length and function complexity.daniel.haxx.se