Marty Kuhrt's VMS updates
authorDaniel Stenberg <daniel@haxx.se>
Mon, 15 Mar 2004 10:11:34 +0000 (10:11 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 15 Mar 2004 10:11:34 +0000 (10:11 +0000)
src/curlmsg.h
src/curlmsg.msg
src/curlmsg.sdl

index 5aae019..79280df 100755 (executable)
Binary files a/src/curlmsg.h and b/src/curlmsg.h differ
index 33b0db1..ae40d37 100755 (executable)
@@ -1,10 +1,15 @@
 ! 
-! VMS error codes are generated by editing the curl.h file and putting all the
-! CURLE_* enum stuff into this file.  With the exception of CURLE_OK, all 
-! of the messages are at the error severity level.  With the exception of
+! These VMS error codes are generated by taking apart the curl.h 
+! file and putting all the CURLE_* enum stuff into this file, 
+! CURLMSG.MSG.  An .SDL file is created from this file with 
+! MESSAGE/SDL.  The .H file is created using the freeware SDL tool
+! against the .SDL file. 
+!
+! With the exception of CURLE_OK, all of the messages are at 
+! the error severity level.  With the exception of 
 ! FTP_USER_PWD_INCORRECT, which is a shortened form of 
-! FTP_USER_PASSWORD_INCORRECT, these are the same names as the CURLE_ ones
-! in include/curl.h
+! FTP_USER_PASSWORD_INCORRECT, these are the same names as the 
+! CURLE_ ones in include/curl.h
 ! 
 .TITLE         CURLMSG Message files
 .FACILITY      CURL,1793       /PREFIX=CURL_
@@ -76,6 +81,7 @@ SSL_CACERT            <SSL CACERT, problem with the CA cert (path?)>
 BAD_CONTENT_ENCODING   <unrecognized transfer encoding>
 LDAP_INVALID_URL       <LDAP invalid url>
 FILESIZE_EXCEEDED      <maximum file size exceeded>
+FTP_SSL_FAILED         <requested FTP SSL level failed>
 CURL_LAST              <CURLMSG.MSG is out of sync with the source code>
 
 .END
index 68800d6..91c21e5 100755 (executable)
Binary files a/src/curlmsg.sdl and b/src/curlmsg.sdl differ