Skip to content

profiles: curl: allow ~/.netrc #6736

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 6, 2025
Merged

Conversation

kmk3
Copy link
Collaborator

@kmk3 kmk3 commented May 4, 2025

From curl(1):

-n, --netrc
Make curl scan the .netrc file in the user's home directory for
login name and password. This is typically used for FTP on
Unix. If used with HTTP, curl enables user authentication. See
netrc(5) and ftp(1) for details on the file format. curl does
not complain if that file does not have the right permissions
(it should be neither world- nor group-readable). The
environment variable "HOME" is used to find the home directory.

Environment: curl 8.13.0-2 on Artix Linux.

This is a follow-up to #6735.

From curl(1):

> -n, --netrc
>        Make curl scan the .netrc file in the user's home directory for
>        login name and password. This is typically used for FTP on
>        Unix.  If used with HTTP, curl enables user authentication. See
>        netrc(5) and ftp(1) for details on the file format. curl does
>        not complain if that file does not have the right permissions
>        (it should be neither world- nor group-readable). The
>        environment variable "HOME" is used to find the home directory.

Environment: curl 8.13.0-2 on Artix Linux.

This is a follow-up to netblue30#6735.
@kmk3 kmk3 merged commit a03c7f6 into netblue30:master May 6, 2025
3 checks passed
@kmk3 kmk3 deleted the curl-allow-netrc branch May 6, 2025 08:52
@github-project-automation github-project-automation bot moved this from Todo to Done in Release 0.9.76 May 6, 2025
kmk3 added a commit that referenced this pull request May 6, 2025
@kmk3 kmk3 moved this from Done to Done (on RELNOTES) in Release 0.9.76 May 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done (on RELNOTES)
Development

Successfully merging this pull request may close these issues.

1 participant