Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c
Parent Directory
| Revision Log
| Patch
| 5926 |
buffer_free(msg); |
buffer_free(msg); |
| 5927 |
|
|
| 5928 |
// パスワードの破棄 (2006.8.3 yutaka) |
// パスワードの破棄 (2006.8.3 yutaka) |
| 5929 |
if (pvar->auth_state.cur_cred.remeber_password == 0) { |
if (pvar->settings.remember_password == 0) { |
| 5930 |
destroy_malloced_string(&pvar->auth_state.cur_cred.password); |
destroy_malloced_string(&pvar->auth_state.cur_cred.password); |
| 5931 |
} |
} |
| 5932 |
|
|
| 6234 |
buffer_free(msg); |
buffer_free(msg); |
| 6235 |
|
|
| 6236 |
// パスワードの破棄 (2006.8.3 yutaka) |
// パスワードの破棄 (2006.8.3 yutaka) |
| 6237 |
if (pvar->auth_state.cur_cred.remeber_password == 0) { |
if (pvar->settings.remember_password == 0) { |
| 6238 |
destroy_malloced_string(&pvar->auth_state.cur_cred.password); |
destroy_malloced_string(&pvar->auth_state.cur_cred.password); |
| 6239 |
} |
} |
| 6240 |
|
|
| 6875 |
|
|
| 6876 |
/* |
/* |
| 6877 |
* $Log: not supported by cvs2svn $ |
* $Log: not supported by cvs2svn $ |
| 6878 |
|
* Revision 1.48 2006/08/03 15:04:37 yutakakn |
| 6879 |
|
* パスワードをメモリ上に保持するかどうかを決めるチェックボックスを認証ダイアログに追加した。 |
| 6880 |
|
* |
| 6881 |
* Revision 1.47 2006/06/26 13:26:49 yutakakn |
* Revision 1.47 2006/06/26 13:26:49 yutakakn |
| 6882 |
* TTSSHのsetupダイアログの変更内容が次回接続時から反映されるようにした。 |
* TTSSHのsetupダイアログの変更内容が次回接続時から反映されるようにした。 |
| 6883 |
* |
* |
|
|
Legend:
| Removed from v.2890 |
|
| changed lines |
| |
Added in v.2891 |
|
|
|