summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.3
Commit message (Collapse)AuthorAgeFilesLines
* man pages: simplify the .TH sectionsDaniel Stenberg2023-04-261-1/+1
| | | | | | | | | | - remove the version numbers - simplify the texts The date and version number will be put there for releases when maketgz runs the updatemanpages.pl script. Closes #11029
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
| | | | | | | | | | | | - 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
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
| | | | | | | | | | | 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
* CURLOPT*TLSAUTH: they only work with OpenSSL or GnuTLSDaniel Stenberg2022-04-261-2/+2
| | | | Closes #8753
* docs: consistent manpage SYNOPSISDaniel Stenberg2021-11-261-1/+3
| | | | | | | | | | Make all libcurl related options use .nf (no fill) for the SYNOPSIS section - for consistent look. roffit then renders that section using <pre> (monospace font) in html for the website. Extended manpage-syntax (test 1173) with a basic check for it. Closes #8062
* docs: reduce/avoid English contractionsDaniel Stenberg2021-11-071-1/+1
| | | | | | | | | | | You're => You are Hasn't => Has not Doesn't => Does not Don't => Do not You'll => You will etc Closes #7930
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
| | | | Closes #6172
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-281-1/+1
| | | | | | | | | | | Updated terminology in docs, comments and phrases to refer to C strings as "null-terminated". Done to unify with how most other C oriented docs refer of them and what users in general seem to prefer (based on a single highly unscientific poll on twitter). Reported-by: coinhubs on github Fixes #5598 Closes #5608
* docs: TLS SRP doesn't work with TLS 1.3Daniel Stenberg2019-12-161-1/+3
| | | | | | Reported-by: sayrer on github Closes #4262 [skip ci]
* opts: more than 100 more examples for man pages...Daniel Stenberg2017-05-311-2/+12
|
* docs: Add note about libcurl copying strings to CURLOPT_* manpagesFrank Gevaerts2017-01-131-0/+3
| | | | Closes #1169
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* opts: Use common wording for TLS user/password option namesSteve Holme2014-11-021-1/+1
| | | | ...and revised the proxy wording a little as well.
* CURLOPT_TLSAUTH_*.3: fix reference typosDaniel Stenberg2014-10-141-1/+1
|
* opts: document CURLE_OUT_OF_MEMORY among other return valuesDan Fandrich2014-06-201-1/+2
|
* opts: various correctionsDaniel Stenberg2014-06-201-1/+1
|
* opts: the final bunch of options as man pagesDaniel Stenberg2014-06-201-0/+46
Now all current options have their own man pages.