Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Log of /trunk/ttssh2/ttxssh/auth.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 3227 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 24 15:10:33 2009 UTC (15 years, 1 month ago) by maya
File length: 53381 byte(s)
Diff to previous 3221
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換

Revision 3221 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 24 09:37:20 2009 UTC (15 years, 1 month ago) by maya
File length: 51840 byte(s)
Diff to previous 3207
CVS から SVN へ移行: trunk に集約

Revision 3207 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 30 17:01:22 2009 UTC (15 years, 3 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 51840 byte(s)
Diff to previous 3183
ホスト確認ダイアログから認証ダイアログに戻ったときに、コマンドラインで渡された認証方式がデフォルトの認証方式で上書きされることがある問題を修正した。


Revision 3183 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 3 16:13:27 2008 UTC (15 years, 5 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 51605 byte(s)
Diff to previous 3154
SSH Authentication ダイアログにエージェント転送のチェックボックスを追加した


Revision 3154 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 11 16:27:20 2008 UTC (15 years, 7 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 51021 byte(s)
Diff to previous 3152
自動ログインが動かなくなっていたので修正


Revision 3152 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 4 12:37:29 2008 UTC (15 years, 7 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 50518 byte(s)
Diff to previous 3138
CheckAuthListFirst が有効な場合には、"none"認証の返事が返ってくるまで
OKボタンを押しても何も起こらないようにした。


Revision 3138 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 28 14:55:17 2008 UTC (15 years, 9 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 50207 byte(s)
Diff to previous 3128
no message


Revision 3128 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 21 01:05:36 2008 UTC (15 years, 11 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 50002 byte(s)
Diff to previous 3113
認証ダイアログで Pageant が国際化対応されていなかったのを修正した。


Revision 3113 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 16 11:26:57 2008 UTC (16 years, 2 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 49635 byte(s)
Diff to previous 3108
Pageant のときにも認証ダイアログのフォーカスがどこかに行ってしまうので、フォーカスをセットする。


Revision 3108 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 12 23:11:49 2008 UTC (16 years, 3 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 49536 byte(s)
Diff to previous 3073
Pageant 対応処理を追加した。
SSH2 はひととおり対応済み。
SSH1 は実装途中。


Revision 3073 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 11 19:33:02 2007 UTC (16 years, 5 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 46969 byte(s)
Diff to previous 3063
デフォルトユーザ名を指定しておらず、認証方式を challenge にしており、/ask4passwd を指定している場合、SSH2_MSG_SERVICE_REQUESTを2回送信してしまう問題を修正した。
認証方式を challenge にしており、CheckAuthListFirst が off で、/ask4passwd を指定している場合、TIS 認証ダイアログが自動的に出現しない問題を修正した。
CheckAuthListFirst が on で、ユーザ名を送信できる状態になる前にユーザ名を入力してフォーカスを外した場合、OKボタンを押したあとに認証が行われない問題を修正した。


Revision 3063 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 3 13:34:24 2007 UTC (16 years, 6 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 46590 byte(s)
Diff to previous 3036
"CheckAuthListFirst" のためのチェックボックスを "SSH Authentication" ダイアログに追加した。


Revision 3036 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 16 15:28:14 2007 UTC (16 years, 7 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 46075 byte(s)
Diff to previous 3029
SSH2 の暗号方式として AES256 をサポートした。


Revision 3029 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 5 02:08:13 2007 UTC (16 years, 7 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 46106 byte(s)
Diff to previous 3028
SSH1 でうまく動かないのを修正した。
TIS で OK ボタンを自動的に押すタイミングを修正した。


Revision 3028 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 4 15:41:56 2007 UTC (16 years, 7 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 45713 byte(s)
Diff to previous 3026
Fix typo.


Revision 3026 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 4 15:18:31 2007 UTC (16 years, 7 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 45713 byte(s)
Diff to previous 3025
no message


Revision 3025 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 4 15:15:04 2007 UTC (16 years, 7 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 45715 byte(s)
Diff to previous 3023
/auth=challange コマンドラインパラメータを追加した。


Revision 3023 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 3 16:19:17 2007 UTC (16 years, 7 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 45055 byte(s)
Diff to previous 3016
認証リストの取得前にユーザ名の長さもチェックするようにした。


Revision 3016 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 1 06:22:57 2007 UTC (16 years, 7 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 44933 byte(s)
Diff to previous 3015
ホスト鍵が確認されるまで認証情報を送らないよう変更した。


Revision 3015 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 30 14:03:02 2007 UTC (16 years, 7 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 44696 byte(s)
Diff to previous 3011
サポートされていない認証メソッドをはじめから無効にする機能を追加した。


Revision 3011 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 22 16:10:45 2007 UTC (16 years, 7 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 42777 byte(s)
Diff to previous 3003
password 認証で keyboard-interactive を使用するのをやめた。
明示的に challange/response を選択する必要がある。


Revision 3003 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 20 14:21:57 2007 UTC (16 years, 8 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 44047 byte(s)
Diff to previous 3001
インデントを変更した。


Revision 3001 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 20 08:32:12 2007 UTC (16 years, 8 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 42893 byte(s)
Diff to previous 2995
TERATERM32 マクロを削除した。


Revision 2995 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 15 04:03:26 2007 UTC (16 years, 9 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 42935 byte(s)
Diff to previous 2994
$Log$ を削除した。


Revision 2994 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 13 22:30:03 2007 UTC (16 years, 9 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 47243 byte(s)
Diff to previous 2992
国際化関数を修正した。
NO_I18N マクロを削除した。


Revision 2992 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 8 16:04:09 2007 UTC (16 years, 9 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 52238 byte(s)
Diff to previous 2980
安全な関数を使用するように変更した。


Revision 2980 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 6 14:10:12 2007 UTC (16 years, 11 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 51371 byte(s)
Diff to previous 2968
プリプロセッサにより構造体が変わってしまうので、INET6 と I18N の #define を逆転させた。


Revision 2968 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 17 11:53:29 2007 UTC (17 years, 2 months ago) by doda
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 50981 byte(s)
Diff to previous 2963
プレインテキスト認証と一緒にキーボードインタラクティブ認証を使用するように設定している時、SSH認証ダイアログでプレインテキスト認証がrhosts認証と表示されるのを修正した。


Revision 2963 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 17 17:31:55 2007 UTC (17 years, 2 months ago) by yasuhide
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 50792 byte(s)
Diff to previous 2962
コマンドラインでask4passwd が指定された時、ログインダイアログのパスフレーズ入力にフォーカスする


Revision 2962 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 17 16:20:21 2007 UTC (17 years, 2 months ago) by yasuhide
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 50565 byte(s)
Diff to previous 2961
SSH2 鍵を用いた認証でパスフレーズを間違えた際、パスフレーズダイアログにフォーカスを移す


Revision 2961 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 17 14:01:03 2007 UTC (17 years, 2 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 50155 byte(s)
Diff to previous 2956
表示メッセージの読み込み対応


Revision 2956 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 31 13:15:08 2007 UTC (17 years, 3 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 49720 byte(s)
Diff to previous 2952
言語ファイルがないときに \0 が正しく認識されないバグを修正した。


Revision 2952 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 27 14:29:59 2007 UTC (17 years, 3 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 49645 byte(s)
Diff to previous 2949
英語版と日本語版のアクセラレータキーをあわせた。


Revision 2949 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 22 13:45:19 2007 UTC (17 years, 3 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 49566 byte(s)
Diff to previous 2946
表示メッセージの読み込み対応


Revision 2946 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 4 08:36:42 2007 UTC (17 years, 4 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 48573 byte(s)
Diff to previous 2944
フォントを変更する部分を追加した。


Revision 2944 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 6 14:31:13 2006 UTC (17 years, 5 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 47462 byte(s)
Diff to previous 2943
表示メッセージの読み込み対応


Revision 2943 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 6 14:25:40 2006 UTC (17 years, 5 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 47401 byte(s)
Diff to previous 2939
表示メッセージの読み込み対応


Revision 2939 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 29 16:58:52 2006 UTC (17 years, 5 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 42784 byte(s)
Diff to previous 2937
表示メッセージの読み込み対応


Revision 2937 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 23 02:19:30 2006 UTC (17 years, 5 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 42058 byte(s)
Diff to previous 2908
表示メッセージを言語ファイルから読み込みむコードの作成を開始した。


Revision 2908 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 18 05:08:04 2006 UTC (17 years, 7 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 32967 byte(s)
Diff to previous 2891
コマンドラインパラメータ '/ask4passwd' を追加した。


Revision 2891 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 5 03:47:49 2006 UTC (17 years, 9 months ago) by yutakakn
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 32557 byte(s)
Diff to previous 2890
パスワードをメモリ上に覚えておくかどうかの設定は teraterm.ini に反映させるようにした。


Revision 2890 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 3 15:05:02 2006 UTC (17 years, 9 months ago) by yutakakn
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 32460 byte(s)
Diff to previous 2844
パスワードをメモリ上に保持するかどうかを決めるチェックボックスを認証ダイアログに追加した。


Revision 2844 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 5 10:46:22 2005 UTC (18 years, 8 months ago) by yutakakn
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 31626 byte(s)
Diff to previous 2841
'/I' 指定があるときのみ認証ダイアログを最小化するようにした。


Revision 2841 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 26 16:26:02 2005 UTC (18 years, 8 months ago) by yutakakn
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 31421 byte(s)
Diff to previous 2835
自動ログイン時にSSH認証ダイアログを最小化するようにした。


Revision 2835 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 15 14:58:04 2005 UTC (18 years, 10 months ago) by yutakakn
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 31193 byte(s)
Diff to previous 2818
SSH1接続で一度ユーザ認証に失敗すると、その後認証ができなくなるバグを修正。


Revision 2818 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 26 13:57:57 2005 UTC (19 years ago) by yutakakn
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 31043 byte(s)
Diff to previous 2811
private keyファイルダイアログに3ファイルフィルタを追加した。


Revision 2811 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 8 14:55:03 2005 UTC (19 years, 1 month ago) by yutakakn
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 30837 byte(s)
Diff to previous 2804
"Duplicate session"においてSSH自動ログインを行うようにした。


Revision 2804 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 23 12:39:35 2005 UTC (19 years, 1 month ago) by yutakakn
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 30554 byte(s)
Diff to previous 2800
SSH2認証ダイアログの Use challenge/response to log in にアクセラレータキーを割り当てた。


Revision 2800 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 12 15:07:34 2005 UTC (19 years, 2 months ago) by yutakakn
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 30442 byte(s)
Diff to previous 2799
SSH2 keyboard-interactive認証をTISダイアログに実装した。


Revision 2799 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 12 12:08:05 2005 UTC (19 years, 2 months ago) by yutakakn
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 29560 byte(s)
Diff to previous 2789
パスワード認証の前に行うkeyboard-interactiveメソッドで、デフォルト設定値を無効(0)にした。
また、認証ダイアログのラベル名を設定の有無により変更するようにした。


Revision 2789 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 22 08:48:11 2005 UTC (19 years, 2 months ago) by yutakakn
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 29106 byte(s)
Diff to previous 2784
TTSSH setupダイアログに HeartBeat 設定を追加。
TTSSH authentication setupダイアログに keyboard-interactive 設定を追加。


Revision 2784 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 27 13:30:33 2005 UTC (19 years, 3 months ago) by yutakakn
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 28416 byte(s)
Diff to previous 2783
公開鍵認証自動ログインをサポート。
/auth=publickey, /keyfile オプションを新規追加した。
また、空白を含む引数をサポート。


Revision 2783 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 25 13:38:22 2005 UTC (19 years, 3 months ago) by yutakakn
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 27834 byte(s)
Diff to previous 2782
SSH認証ダイアログで、Rhosts/TISがグレーになる前に、Enterキーを押下すると、
アプリケーションエラーとなる現象に対処した。


Revision 2782 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 24 14:07:07 2005 UTC (19 years, 3 months ago) by yutakakn
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 27428 byte(s)
Diff to previous 2769
・keyboard-interactive認証をサポートした。
 それに伴い、teraterm.iniに "KeyboardInteractive" エントリを追加した。
・バージョンダイアログに OpenSSLバージョン を追加


Revision 2769 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 27 14:35:41 2004 UTC (19 years, 4 months ago) by yutakakn
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 27139 byte(s)
Diff to previous 2762
SSH2秘密鍵読み込み失敗時のエラーメッセージを強化した。


Revision 2762 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 22 17:28:14 2004 UTC (19 years, 4 months ago) by yutakakn
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 26862 byte(s)
Diff to previous 2752
SSH2公開鍵認証(RSA/DSA)をサポートした。


Revision 2752 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 16 13:01:09 2004 UTC (19 years, 5 months ago) by yutakakn
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 25580 byte(s)
Diff to previous 2739
SSH自動ログインでアプリケーションエラーとなる現象を修正した。


Revision 2739 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 1 15:37:49 2004 UTC (19 years, 5 months ago) by yutakakn
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 25165 byte(s)
Diff to previous 2729
SSH2自動ログイン機能を追加。
現状、パスワード認証のみに対応。
・コマンドライン
  /ssh /auth=認証メソッド /user=ユーザ名 /passwd=パスワード


Revision 2729 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 14 15:53:21 2004 UTC (19 years, 6 months ago) by yutakakn
Original Path: ttssh2/trunk/ttxssh/auth.c
File length: 23829 byte(s)
Copied from: ttssh2/branches/avendor/ttxssh/auth.c revision 2728
Diff to previous 2728
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.


Revision 2728 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sun Nov 14 15:53:21 2004 UTC (19 years, 6 months ago) by yutakakn
Original Path: ttssh2/branches/avendor/ttxssh/auth.c
File length: 23829 byte(s)
no message


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26