]> granicus.if.org Git - curl/commitdiff
tests: Updated SMTP AUTH tests to use the new AUTH directive
authorSteve Holme <steve_holme@hotmail.com>
Thu, 19 Sep 2013 19:29:24 +0000 (20:29 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 19 Sep 2013 19:29:59 +0000 (20:29 +0100)
...rather than specify a customised EHLO response.

tests/data/test903
tests/data/test904
tests/data/test905
tests/data/test907
tests/data/test908

index c41ff3d569a6ef24a5ab78bd6b81db3cf563946c..b87b499f97125e60d5e2dbc92369f955a34e920f 100644 (file)
@@ -12,7 +12,7 @@ RFC4954
 # Server-side
 <reply>
 <servercmd>
-REPLY EHLO 250 AUTH PLAIN
+AUTH PLAIN
 REPLY AUTH 334 PLAIN supported
 REPLY dGVzdAB0ZXN0ADEyMzQ= 235 Authenticated\r
 </servercmd>
index 650181de054793c9bc57bacb3c16bb2bb5ae9399..66fc7addd672b7614e9db11a02d665c683b4cb2a 100644 (file)
@@ -11,7 +11,7 @@ RFC4954
 # Server-side
 <reply>
 <servercmd>
-REPLY EHLO 250 AUTH LOGIN
+AUTH LOGIN
 REPLY AUTH 334 LOGIN supported\r
 REPLY dGVzdA== 334 UGFzc3dvcmQ6
 REPLY MTIzNA== 235 Authenticated
index 0068f599107c235ff2b3b816fb6af020de0830b8..510e1c0ad34d343448e4ed9d08cd432e5415ebe7 100644 (file)
@@ -12,7 +12,7 @@ RFC4954
 # Server-side
 <reply>
 <servercmd>
-REPLY EHLO 250 AUTH CRAM-MD5
+AUTH CRAM-MD5
 REPLY AUTH 334 PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ+
 REPLY dGltIGI5MTNhNjAyYzdlZGE3YTQ5NWI0ZTZlNzMzNGQzODkw 235 Authenticated
 </servercmd>
index d191a287772d3dbb6892fae906b962750293a9e0..6a7f5820fa1704e7fe6b3d1cfeb4114d8b29380a 100644 (file)
@@ -12,7 +12,7 @@ RFC4954
 # Server-side
 <reply>
 <servercmd>
-REPLY EHLO 250 AUTH PLAIN
+AUTH PLAIN
 REPLY AUTH 235 Authenticated
 </servercmd>
 </reply>
index 3f4d4242afc9d17f40bf090ca7252f4d6a5531ff..0045d8bc07365a8e15cab461b294b13a08956d11 100644 (file)
@@ -11,7 +11,7 @@ RFC4954
 # Server-side
 <reply>
 <servercmd>
-REPLY EHLO 250 AUTH LOGIN
+AUTH LOGIN
 REPLY AUTH 334 UGFzc3dvcmQ6
 REPLY MTIzNA== 235 Authenticated
 </servercmd>