/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test933
56 строк
1 KB
Viktor Szakats
tidy-up: miscellaneous
14 июн 2026, 21:10
14 июн 2026, 21:10
0ffab25
Код
Авторство
О чём код?
<?xml version="1.0" encoding="US-ASCII"?> <testcase> <info> <keywords> SMTP SASL SASL AUTH NTLM SASL CANCELLATION RFC4954 </keywords> </info> # Server-side <reply> <servercmd> AUTH NTLM REPLY AUTH 334 NTLM supported REPLY %b64[NTLMSSP%00%01%00%00%00%06%82%08%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00]b64% 334 Rubbish REPLY * 501 AUTH exchange cancelled by client </servercmd> </reply> # Client-side <client> <server> smtp </server> <features> NTLM SSL !SSPI </features> <name> SMTP NTLM graceful cancellation </name> <command> smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient@example.com --mail-from sender@example.com -u testuser:testpass -T - </command> </client> # Verify data after the test has been "shot" <verify> # 67 - CURLE_LOGIN_DENIED <errorcode> 67 </errorcode> # The multi interface considers a broken "CONNECT" as a prematurely broken # transfer and such a connection does not get a "QUIT" <protocol crlf="yes"> EHLO %TESTNUMBER AUTH NTLM %b64[NTLMSSP%00%01%00%00%00%06%82%08%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00]b64% * </protocol> </verify> </testcase>