#
8a3740bc |
| 29-Jun-2024 |
Viktor Szakats |
curl: support embedding a CA bundle Add the ability to embed a CA bundle into the curl binary. It is used when no other runtime or build-time option set one. This helps curl-for
curl: support embedding a CA bundle Add the ability to embed a CA bundle into the curl binary. It is used when no other runtime or build-time option set one. This helps curl-for-win macOS and Linux builds to run standalone, and also helps Windows builds to avoid picking up the CA bundle from an arbitrary (possibly world-writable) location (though this behaviour is not currently disablable). Usage: - cmake: `-DCURL_CA_EMBED=/path/to/curl-ca-bundle.crt` - autotools: `--with-ca-embed=/path/to/curl-ca-bundle.crt` - Makefile.mk: `CURL_CA_EMBED=/path/to/curl-ca-bundle.crt` Also add new command-line option `--dump-ca-embed` to dump the embedded CA bundle to standard output. Closes #14059
show more ...
|
#
2bc1d775 |
| 02-Jan-2023 |
Daniel Stenberg |
copyright: update all copyright lines and remove year ranges - they are mostly pointless in all major jurisdictions - many big corporations and projects already don't use them - save
copyright: update all copyright lines and remove year ranges - they are mostly pointless in all major jurisdictions - many big corporations and projects already don't use them - saves us from pointless churn - git keeps history for us - the year range is kept in COPYING checksrc is updated to allow non-year using copyright statements Closes #10205
show more ...
|
#
ad9bc597 |
| 17-May-2022 |
max.mehl |
copyright: make repository REUSE compliant Add licensing and copyright information for all files in this repository. This either happens in the file itself as a comment header or in the
copyright: make repository REUSE compliant Add licensing and copyright information for all files in this repository. This either happens in the file itself as a comment header or in the file `.reuse/dep5`. This commit also adds a Github workflow to check pull requests and adapts copyright.pl to the changes. Closes #8869
show more ...
|
#
8e22fc68 |
| 23-Mar-2022 |
Daniel Stenberg |
scripts: move three scripts from lib/ to scripts/ Move checksrc.pl, firefox-db2pem.sh and mk-ca-bundle.pl since they don't particularly belong in lib/ Also created an EXTRA_DIST
scripts: move three scripts from lib/ to scripts/ Move checksrc.pl, firefox-db2pem.sh and mk-ca-bundle.pl since they don't particularly belong in lib/ Also created an EXTRA_DIST= in scripts/Makefile.am instead of specifying those files in the root Makefile.am Closes #8625
show more ...
|
Revision tags: curl-7_76_1, curl-7_76_0, curl-7_75_0, curl-7_74_0 |
|
#
4d2f8006 |
| 04-Nov-2020 |
Daniel Stenberg |
curl.se: new home Closes #6172
|
Revision tags: curl-7_73_0, tiny-curl-7_72_0, curl-7_72_0, curl-7_71_1, curl-7_71_0, curl-7_70_0, curl-7_69_1, curl-7_69_0 |
|
#
511e0c19 |
| 07-Feb-2020 |
Steve Holme |
checksrc.bat: Fix not being able to run script from the main curl directory If the script was ran from the main curl directory rather then the projects directory then the script would si
checksrc.bat: Fix not being able to run script from the main curl directory If the script was ran from the main curl directory rather then the projects directory then the script would simply exit without error: C:\url> projects\checksrc.bat The user would either need to change to the projects directory, explicitly specify the current working directory, or perform a oneline hacky workaround: C:\url> cd projects C:\url\projects> checksrc.bat C:\url> checksrc.bat %cd% C:\url> pushd projects & checksrc.bat & popd Closes #4894
show more ...
|
Revision tags: curl-7_68_0 |
|
#
8d2dac7d |
| 24-Nov-2019 |
Jay Satiro |
checksrc.bat: Add a check for vquic and vssh directories Ref: https://github.com/curl/curl/pull/4607
|
Revision tags: curl-7_67_0, curl-7_66_0, curl-7_65_3, curl-7_65_2, curl-7_65_1, curl-7_65_0 |
|
#
edf2f6a6 |
| 10-May-2019 |
Jay Satiro |
checksrc.bat: Ignore snprintf warnings in docs/examples .. because we allow snprintf use in docs/examples. Closes https://github.com/curl/curl/pull/3862
|
Revision tags: curl-7_64_1, curl-7_64_0, curl-7_63_0, curl-7_62_0, curl-7_61_1 |
|
#
220cd241 |
| 11-Aug-2018 |
Jay Satiro |
projects: Improve Windows perl detection in batch scripts - Determine if perl is in the user's PATH by running perl.exe. Prior to this change detection was done by checking the PATH
projects: Improve Windows perl detection in batch scripts - Determine if perl is in the user's PATH by running perl.exe. Prior to this change detection was done by checking the PATH for perl/ but that did not work in all cases (eg git install includes perl but not in perl/ path). Bug: https://github.com/curl/curl/pull/2865 Reported-by: Daniel Jeliński
show more ...
|
Revision tags: curl-7_61_0, curl-7_60_0, curl-7_59_0, curl-7_58_0, curl-7_57_0, curl-7_56_1, curl-7_56_0, curl-7_55_1, curl-7_55_0, curl-7_54_1, curl-7_54_0 |
|
#
14cd405d |
| 02-Mar-2017 |
Jay Satiro |
checksrc.bat: Ignore curl_config.h.in, curl_config.h
|
Revision tags: curl-7_53_1, curl-7_53_0, curl-7_52_1, curl-7_52_0, curl-7_51_0, curl-7_50_3, curl-7_50_2, curl-7_50_1, curl-7_50_0, curl-7_49_1, curl-7_49_0 |
|
#
a3a8bba3 |
| 03-Apr-2016 |
Steve Holme |
checksrc.bat: Added support for the examples
|
#
e729aa99 |
| 03-Apr-2016 |
Steve Holme |
checksrc.bat: Re-enabled the tests directory by default Following the recent changes to the source in the tests directory, re-enabled tests for the default scan.
|
#
6264f617 |
| 03-Apr-2016 |
Steve Holme |
checksrc.bat: Added tests/server directory support In addition to commit 83b174b3f0 and following the recent changes.
|
#
e805fb98 |
| 03-Apr-2016 |
Steve Holme |
checksrc.bat: Disable tests by default until warnings are fixed
|
#
83b174b3 |
| 03-Apr-2016 |
Steve Holme |
checksrc.bat: Added support for the tests directory
|
Revision tags: curl-7_48_0, curl-7_47_1, curl-7_47_0, curl-7_46_0, curl-7_45_0 |
|
#
709991d5 |
| 12-Sep-2015 |
Steve Holme |
checksrc.bat: Added support for checking the new vauth directory
|
#
b5ecc43f |
| 23-Mar-2016 |
Steve Holme |
checksrc.bat: Updated the help to be consistent with generate.bat Follow up to commit a8c7f0fcbf prior to release.
|
#
a8c7f0fc |
| 13-Mar-2016 |
Steve Holme |
checksrc.bat: Added the ability to scan src and lib source independently
|
#
8f9be011 |
| 06-Mar-2016 |
Steve Holme |
build-openssl/checksrc.bat: Fixed prepend vs append of Perl path Fixed inconsistency from commit 1eae114065 and 0ad6c72227 of the order in which Perl was added to the PATH.
|
#
0ad6c722 |
| 05-Mar-2016 |
Steve Holme |
checksrc.bat: Fixed cannot find perl if installed but not in path
|
#
4af40b36 |
| 02-Feb-2016 |
Daniel Stenberg |
URLs: change all http:// URLs to https://
|
Revision tags: curl-7_44_0 |
|
#
d712da78 |
| 08-Aug-2015 |
Steve Holme |
checksrc.bat: Fixed error when missing *.c and *.h files File Not Found
|
#
2b743dcf |
| 08-Aug-2015 |
Steve Holme |
checksrc.bat: Fixed incorrect 'lib\vtls' path check in commit 333c36b276
|
#
333c36b2 |
| 08-Aug-2015 |
Steve Holme |
checksrc.bat: Fixed error when [directory] isn't a curl source directory The system cannot find the file specified.
|
#
1ab763ac |
| 08-Aug-2015 |
Steve Holme |
checksrc.bat: Added check for unknown arguments
|