summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_NETRC.3
Commit message (Collapse)AuthorAgeFilesLines
* url: given a user in the URL, find pwd for that user in netrcbagder/netrc-userDaniel Stenberg2022-01-081-17/+13
| | | | | | | | Add test 380 and 381 to verify, edited test 133 Reported-by: Manfred Schwarb Fixes #8241 Closes #8243
* docs: consistent manpage SYNOPSISDaniel Stenberg2021-11-261-0/+2
| | | | | | | | | | 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: NAME fixes in easy option man pagesDaniel Stenberg2021-11-081-2/+2
| | | | Closes #7975
* 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
* 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
* netrc: don't ignore the login name specified with "--user"Michael Kaufmann2018-11-051-8/+9
| | | | | | | | | | | | - for "--netrc", don't ignore the login/password specified with "--user", only ignore the login/password in the URL. This restores the netrc behaviour of curl 7.61.1 and earlier. - fix the documentation of CURL_NETRC_REQUIRED - improve the detection of login/password changes when reading .netrc - don't read .netrc if both login and password are already set Fixes #3213 Closes #3224
* docs: remove extraneous commas in man pagesDenis Ollier2018-05-031-1/+1
| | | | Closes #2544
* CURLOPT_NETRC.3: fix typo in 7e48aa386156f9c2Daniel Stenberg2017-08-021-2/+2
| | | | Reported-by: Viktor Szakats
* CURLOPT_NETRC.3: mention the file name on windowsDaniel Stenberg2017-08-021-2/+4
| | | | ... and CURLOPT_NETRC_FILE(3).
* opts: more than 100 more examples for man pages...Daniel Stenberg2017-05-311-2/+10
|
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* opts: 29 more options as man pagesDaniel Stenberg2014-06-181-0/+73