Navigation Menu

Skip to content
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

update manpage to match curl -V features #6677

Closed
adgross opened this issue Mar 1, 2021 · 1 comment
Closed

update manpage to match curl -V features #6677

adgross opened this issue Mar 1, 2021 · 1 comment

Comments

@adgross
Copy link

adgross commented Mar 1, 2021

The manpage for curl -V list all available features and the available features are listed by feats array. Comparing both, the manpage and curl -V output, the manpage don't list:

  1. TrackMemory
  2. Unicode
  3. Kerberos
  4. NTLM_WB
  5. zstd
  6. gsasl

For NTLM, the manpage list NTLM two times, probably one of them was supose to be NTLM_WB.

.IP "NTLM"
NTLM authentication is supported.
.IP "NTLM"
NTLM authentication is supported.

Also, the feature "krb4" still listed in manpage, but is deprecated and is not present in feats array.

@adgross adgross changed the title update manpage to don't match curl -V features update manpage to match curl -V features Mar 1, 2021
jay added a commit to jay/curl that referenced this issue Mar 4, 2021
- Add missing entries for gsasl, Kerberos, NTLM_WB, TrackMemory,
  Unicode and zstd.

- Remove krb4 since it's no longer a feature.

Reported-by: Ádler Jonas Gross

Fixes curl#6677
Closes #xxxx
@jay jay closed this as completed in bde786b Mar 4, 2021
@jay
Copy link
Member

jay commented Mar 4, 2021

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants