curl/tests/data/test1282
alhudz 2f8fb98c5f
pingpong: reject nul byte in server response line
Add test 2108 covering the rejection over FTP. Drop the now-vestigial
nul bytes from test 1282; they exercised the removed Kerberos FTP
security buffer check and now trip this rejection before the 633
login-denied path is reached.

Closes #21996
2026-06-18 14:17:27 +02:00

43 lines
555 B
XML

<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<info>
<keywords>
FTP
PASV
RETR
</keywords>
</info>
# Server-side
<reply>
<servercmd>
REPLY PASS 633 XXXXXXXXXXXXXXXX
</servercmd>
</reply>
# Client-side
<client>
<server>
ftp
</server>
<name>
FTP with 633 response to auth
</name>
<command>
ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<protocol crlf="yes">
USER anonymous
PASS ftp@example.com
</protocol>
# 67 == CURLE_LOGIN_DENIED
<errorcode>
67
</errorcode>
</verify>
</testcase>