mirror of
https://github.com/curl/curl.git
synced 2026-07-31 07:58:04 +03:00
fixups
This commit is contained in:
parent
a9bfe2d47b
commit
e186138d07
3 changed files with 4 additions and 4 deletions
2
README
2
README
|
|
@ -41,7 +41,7 @@ GIT
|
|||
|
||||
git clone https://github.com/curl/curl
|
||||
|
||||
(you get a directory named curl created, filled with the source code)
|
||||
(you get a directory named curl, filled with the source code)
|
||||
|
||||
SECURITY PROBLEMS
|
||||
|
||||
|
|
|
|||
|
|
@ -555,7 +555,7 @@ CURLcode Curl_auth_create_ntlm_type3_message(struct Curl_easy *data,
|
|||
12 LM/LMv2 Response security buffer
|
||||
20 NTLM/NTLMv2 Response security buffer
|
||||
28 Target Name security buffer
|
||||
36 username security buffer
|
||||
36 Username security buffer
|
||||
44 Workstation Name security buffer
|
||||
(52) Session Key security buffer (*)
|
||||
(60) Flags long (*)
|
||||
|
|
|
|||
|
|
@ -2575,7 +2575,7 @@ sub PASV_ftp {
|
|||
}
|
||||
|
||||
logmsg "Client has been notified that upcoming DATA connection ".
|
||||
"is accepted on port $pasvport\n";
|
||||
"is awaited on port $pasvport\n";
|
||||
|
||||
if($nodataconn) {
|
||||
my $str = nodataconn_str();
|
||||
|
|
@ -2765,7 +2765,7 @@ sub datasockf_state {
|
|||
}
|
||||
elsif($state eq 'PASSIVE_NODATACONN') {
|
||||
# Data sockfilter bound port without listening,
|
||||
# client is not able to establish data connection.
|
||||
# client is unable to establish data connection.
|
||||
$datasockf_state = $state;
|
||||
$datasockf_mode = 'passive';
|
||||
$datasockf_runs = 'yes';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue