mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
2bc1d775f5
- 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
15 lines
555 B
Makefile
15 lines
555 B
Makefile
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
SPDX-License-Identifier: curl
|
|
Long: socks5-gssapi-nec
|
|
Help: Compatibility with NEC SOCKS5 server
|
|
Added: 7.19.4
|
|
Category: proxy auth
|
|
Example: --socks5-gssapi-nec --socks5 hostname:4096 $URL
|
|
See-also: socks5
|
|
Multi: boolean
|
|
---
|
|
As part of the GSS-API negotiation a protection mode is negotiated. RFC 1961
|
|
says in section 4.3/4.4 it should be protected, but the NEC reference
|
|
implementation does not. The option --socks5-gssapi-nec allows the
|
|
unprotected exchange of the protection mode negotiation.
|