svnno****@sourc*****
svnno****@sourc*****
2014年 10月 1日 (水) 14:09:59 JST
Revision: 5669 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5669 Author: maya Date: 2014-10-01 14:09:56 +0900 (Wed, 01 Oct 2014) Log Message: ----------- RFC4250,4253 に定義されているメッセージが定義されていないので追加 Modified Paths: -------------- trunk/ttssh2/ttxssh/ssh.h -------------- next part -------------- Modified: trunk/ttssh2/ttxssh/ssh.h =================================================================== --- trunk/ttssh2/ttxssh/ssh.h 2014-09-27 13:41:03 UTC (rev 5668) +++ trunk/ttssh2/ttxssh/ssh.h 2014-10-01 05:09:56 UTC (rev 5669) @@ -191,6 +191,10 @@ #define SSH2_DISCONNECT_HOST_KEY_NOT_VERIFIABLE 9 #define SSH2_DISCONNECT_CONNECTION_LOST 10 #define SSH2_DISCONNECT_BY_APPLICATION 11 +#define SSH2_DISCONNECT_TOO_MANY_CONNECTIONS 12 +#define SSH2_DISCONNECT_AUTH_CANCELLED_BY_USER 13 +#define SSH2_DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE 14 +#define SSH2_DISCONNECT_ILLEGAL_USER_NAME 15 #define SSH2_OPEN_ADMINISTRATIVELY_PROHIBITED 1 #define SSH2_OPEN_CONNECT_FAILED 2