Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 9125 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 16 05:20:14 2021 UTC (3 years, 2 months ago) by zmatsuo
File length: 5279 byte(s)
Diff to previous 9048
dnsapi.dll の DnsQuery_A(), DnsFree() を遅延ロード指定なしで使えるようにした

- compat_win に追加

Revision 9048 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 16 12:24:13 2020 UTC (3 years, 3 months ago) by nmaya
File length: 5230 byte(s)
Diff to previous 6841
ソースファイルの著作権表記の "最後の発行の年" を削除

ticket #40996

Revision 6841 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 4 15:02:28 2017 UTC (6 years, 9 months ago) by doda
File length: 5234 byte(s)
Diff to previous 6809
TeraTerm Project としてのライセンス表記を追加

・Tera Term 本体分を横 80 桁に収まるように改行位置を調整
・ttssh 関連の分を追加

Revision 6809 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 19 12:50:42 2017 UTC (6 years, 9 months ago) by doda
File length: 5166 byte(s)
Diff to previous 6808
ログ関連を見直し。

・_snprintf_s() + notify_verbose_message() を logprintf() に置き換え。
・固定メッセージの notify_verbose_message() を logputs() に置き換え。

pvar を渡す必要が無くなったので、pvar が使えない状況でもログ出力が行える。

全体的に LOGLEVEL を見直したい……

Revision 6808 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 19 12:50:21 2017 UTC (6 years, 9 months ago) by doda
File length: 5248 byte(s)
Diff to previous 6801
logprintf, logprintf_hexdump で引数で pvar を渡すのを廃止した。

Revision 6801 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 13 10:30:12 2017 UTC (6 years, 9 months ago) by doda
File length: 5272 byte(s)
Diff to previous 6286
eliminate FAR keyword.

Revision 6286 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 1 15:14:14 2016 UTC (8 years, 2 months ago) by yutakapon
File length: 5276 byte(s)
Diff to previous 6120
チケット #35744 VS2015の警告除去

下記ブランチからマージした。
svn+ssh://yutakapon@svn.sourceforge.jp/svnroot/ttssh2/branches/vs2015_warn
リビジョン6194 - 6260


Revision 6120 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 13 05:06:34 2015 UTC (8 years, 4 months ago) by maya
File length: 5382 byte(s)
Diff to previous 6064
SSH key fingerprint の 出力時に、使用しているハッシュアルゴリズム名を表示するようにした

Revision 6064 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 26 23:29:25 2015 UTC (8 years, 5 months ago) by maya
File length: 5348 byte(s)
Diff to previous 6055
Copyright 表記を調整

Revision 6055 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 20 13:49:17 2015 UTC (8 years, 5 months ago) by doda
File length: 5354 byte(s)
Diff to previous 6052
デバッグメッセージを増やした。
# デバッグログを出力するのに pvar が必要なのはイマイチだけれどしょうがないかなあ


Revision 6052 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 20 08:27:26 2015 UTC (8 years, 5 months ago) by doda
File length: 4279 byte(s)
Diff to previous 4679
SSHFP で ED25519 鍵に対応。[RFC7479]


Revision 4679 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 17 13:48:29 2011 UTC (12 years, 5 months ago) by doda
File length: 4192 byte(s)
Diff to previous 4573
SSHFP RR が引けない時に落ちるのを修正。
# デバッグビルドでは構造体が 0 で初期化されるため問題が出ないので気づかなかった… orz


Revision 4573 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 4 11:27:56 2011 UTC (12 years, 8 months ago) by doda
File length: 4191 byte(s)
Diff to previous 4572
RSA/DSA 鍵で SHA-1 と SHA-256 の両方の SSHFP RR があった場合、両方と比較するようにした。
片方でも一致しなかった場合は、不一致とする。
# ECDSA 鍵では SJA-1 の SSHFP RR は無視する


Revision 4572 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 4 10:59:57 2011 UTC (12 years, 8 months ago) by doda
File length: 4164 byte(s)
Diff to previous 4570
RSA/DSA で SHA-256 な SSHFP RR に対応


Revision 4570 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 4 06:40:46 2011 UTC (12 years, 8 months ago) by maya
File length: 3646 byte(s)
Diff to previous 4569
Widnows 2000 未満の場合には SSHFP を見に行かないようにした

Revision 4569 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Aug 4 06:00:17 2011 UTC (12 years, 8 months ago) by doda
File length: 3427 byte(s)
DNS(SSHFP) 関連を別ファイルに分離。
# BIND の libresolv 等の OS 標準以外のリゾルバに対応し易くする為だけれど
# libresolv 対応は挫折中…


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