You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
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:
TrackMemory
Unicode
Kerberos
NTLM_WB
zstd
gsasl
For NTLM, the manpage list NTLM two times, probably one of them was supose to be NTLM_WB.
- 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
Fixescurl#6677
Closes #xxxx
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:
For NTLM, the manpage list NTLM two times, probably one of them was supose to be NTLM_WB.
curl/docs/cmdline-opts/version.d
Lines 53 to 56 in 24f850f
Also, the feature "krb4" still listed in manpage, but is deprecated and is not present in feats array.
The text was updated successfully, but these errors were encountered: