summaryrefslogtreecommitdiff
path: root/lib/firefox-db2pem.sh
Commit message (Collapse)AuthorAgeFilesLines
* scripts: move three scripts from lib/ to scripts/Daniel Stenberg2022-03-231-53/+0
| | | | | | | | | | 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
* firefox-db2pem.sh: make the shell script saferPhilip H2022-03-221-7/+7
| | | | | | Reported by lift Closes #8616
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
| | | | Closes #6172
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-241-1/+1
| | | | | | | | | Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyright headers. Removed three (mostly usesless) README files from docs/ Closes #5141
* whitespace fixesViktor Szakats2018-09-231-1/+0
| | | | | | | | | | | - replace tabs with spaces where possible - remove line ending spaces - remove double/triple newlines at EOF - fix a non-UTF-8 character - cleanup a few indentations/line continuations in manual examples Closes https://github.com/curl/curl/pull/3037
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* firefox-db2pem: fix wildcard to find Firefox default profileDaniel Stenberg2015-04-131-2/+2
| | | | | | | | At some point, Firefox has changed and generates different directory names for the default profile that made this script fail to find them. Bug: https://github.com/bagder/curl/issues/207 Reported-by: sneakyimp
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* removed trailing whitespaceYang Tse2010-02-141-3/+3
|
* - Running 'make ca-firefox' in the root build dir will now run the newDaniel Stenberg2008-08-231-0/+55
firefox-db2pem.sh conversion script that converts a local Firefox db of ca certs into PEM format, suitable for use with a OpenSSL or GnuTLS built libcurl.