Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/auth.c
Parent Directory
| Revision Log
| Patch
| 410 |
pvar->auth_state.user = |
pvar->auth_state.user = |
| 411 |
alloc_control_text(GetDlgItem(dlg, IDC_SSHUSERNAME)); |
alloc_control_text(GetDlgItem(dlg, IDC_SSHUSERNAME)); |
| 412 |
} |
} |
| 413 |
if (method == SSH_AUTH_PASSWORD) { |
|
| 414 |
|
// 公開鍵認証の場合、セッション複製時にパスワードを使い回したいので解放しないようにする。 |
| 415 |
|
// (2005.4.8 yutaka) |
| 416 |
|
if (method == SSH_AUTH_PASSWORD || method == SSH_AUTH_RSA) { |
| 417 |
pvar->auth_state.cur_cred.password = password; |
pvar->auth_state.cur_cred.password = password; |
| 418 |
} else { |
} else { |
| 419 |
destroy_malloced_string(&password); |
destroy_malloced_string(&password); |
| 1040 |
|
|
| 1041 |
/* |
/* |
| 1042 |
* $Log: not supported by cvs2svn $ |
* $Log: not supported by cvs2svn $ |
| 1043 |
|
* Revision 1.12 2005/03/23 12:39:35 yutakakn |
| 1044 |
|
* SSH2認証ダイアログの Use challenge/response to log in にアクセラレータキーを割り当てた。 |
| 1045 |
|
* |
| 1046 |
* Revision 1.11 2005/03/12 15:07:33 yutakakn |
* Revision 1.11 2005/03/12 15:07:33 yutakakn |
| 1047 |
* SSH2 keyboard-interactive認証をTISダイアログに実装した。 |
* SSH2 keyboard-interactive認証をTISダイアログに実装した。 |
| 1048 |
* |
* |
|
|
Legend:
| Removed from v.2804 |
|
| changed lines |
| |
Added in v.2811 |
|
|
|