This commit is contained in:
Viktor Szakats 2026-07-30 11:19:39 +02:00
parent a9bfe2d47b
commit e186138d07
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

2
README
View file

@ -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

View file

@ -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 (*)

View file

@ -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';