Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 185 |
SSHCipher stoc_cipher; |
SSHCipher stoc_cipher; |
| 186 |
enum hmac_type ctos_hmac; |
enum hmac_type ctos_hmac; |
| 187 |
enum hmac_type stoc_hmac; |
enum hmac_type stoc_hmac; |
| 188 |
|
int ctos_compression; |
| 189 |
|
int stoc_compression; |
| 190 |
int we_need; |
int we_need; |
| 191 |
int key_done; |
int key_done; |
| 192 |
int rekeying; |
int rekeying; |
| 221 |
int keyboard_interactive_done; |
int keyboard_interactive_done; |
| 222 |
int keyboard_interactive_password_input; |
int keyboard_interactive_password_input; |
| 223 |
int userauth_retry_count; |
int userauth_retry_count; |
| 224 |
|
buffer_t *decomp_buffer; |
| 225 |
} TInstVar; |
} TInstVar; |
| 226 |
|
|
| 227 |
#define LOG_LEVEL_FATAL 5 |
#define LOG_LEVEL_FATAL 5 |
| 247 |
|
|
| 248 |
/* |
/* |
| 249 |
* $Log: not supported by cvs2svn $ |
* $Log: not supported by cvs2svn $ |
| 250 |
|
* Revision 1.13 2005/07/09 05:16:06 yutakakn |
| 251 |
|
* OpenSSL 0.9.8でビルドできるようにした。 |
| 252 |
|
* |
| 253 |
* Revision 1.12 2005/04/23 17:26:57 yutakakn |
* Revision 1.12 2005/04/23 17:26:57 yutakakn |
| 254 |
* キー作成ダイアログの追加。 |
* キー作成ダイアログの追加。 |
| 255 |
* |
* |
|
|
Legend:
| Removed from v.2831 |
|
| changed lines |
| |
Added in v.2833 |
|
|
|