网站公告列表

业界咨讯 安全新闻 软件咨讯 Q Q 技巧 病毒公告 VISTA
网络安全 WIN XP WIN2003 服 务 器 系统综合 Linux系统
手机咨讯 硬件咨讯 数码咨讯 设计技巧 网络组建 软件应用
专家评测 网站建设 数 据 库 下载中心 整站原码 养眼享受
您现在的位置: ChinaBeta.cn 中文IT资讯 >> 软件下载 >> 网络工具 >> 网络 >> 软件信息
下 载 排 行
普通软件 QQ2007II 正式版 (25033)
普通软件 Windows 流氓软 (4030)
推荐软件 网吧版迅雷1.3. (3925)
推荐软件 飞腾反黄软件 2 (249)
推荐软件 超级兔子 2008. (160)
推荐软件 Kaspersky Inte (104)
普通软件 腾讯RTX2007 Be (102)
普通软件 nVIDIA ForceWa (83)
普通软件 Zoom Player WM (78)
普通软件 Kaspersky Anti (75)
推荐软件 傲游(Maxthon)2 (73)
推荐软件 微软Vista系统还 (64)
普通软件 8800 GS专用For (63)
普通软件 Lava-Lava 2007 (60)
普通软件 新浪UC2008 贺岁 (57)
普通软件 eMule 0.48a Ve (54)
普通软件 phpMyAdmin v2. (47)
推荐软件 TM2008 Preview (46)
热 门 软 件
普通软件 Kaspersky Anti-
普通软件 Lava-Lava 2007 
推荐软件 网吧版迅雷1.3.1
普通软件 nVIDIA ForceWar
普通软件 新浪UC2008 贺岁
推荐软件 傲游(Maxthon)2.
普通软件 8800 GS专用Forc
普通软件 Zoom Player WMV
推荐软件 超级兔子 2008.0
普通软件 腾讯RTX2007 Bet
推 荐 软 件

推荐软件 Tor 0.2.0.20 RC最新软件
推荐软件 7-Zip 4.58 Alph最新软件
推荐软件 cFosSpeed v4.21最新软件
推荐软件 Visual Studio 2最新软件
推荐软件 Vista Visual Ma
推荐软件 网吧版迅雷1.3.1
推荐软件 傲游(Maxthon)2.
推荐软件 超级兔子 2008.0
推荐软件 飞腾反黄软件 2.
推荐软件 Media Player Cl

Tor 0.2.0.20 RC - 洋葱路由
运行环境: Win9x/NT/2000/XP/2003 文件大小: 0 K
软件等级: ★★★ 软件类别: 国产软件
开 发 商: 佚名 软件语言: 英文
相关链接: 软件演示地址  软件注册地址 软件属性:       
下载次数: 本日:   本周:
     本月:   总计:
授权方式: 免费版
解压密码:
软件添加: 审核:hahack 录入:hahack 添加时间: 2008-2-28
::软件简介:: 更多详情,参与讨论,请进入『AK网盟』论坛: http://ChinaBeta.Cn/bbs
Tor 是一个工具集,帮助各类组织和个人增强互联网上活动的安全. Tor 能够匿名 Web 浏览与发布、即时通讯、IRC、SSH 和其他基于 TCP 协议的应用.
Tor 同时提供了一个平台,软件开发人员能够在上面构建具有内建匿名性、安全性与隐私保护特性的新的应用程序.


Tor 0.2.0.20 RC

Changes in version 0.2.0.20-rc - 2008-02-24
  Tor 0.2.0.20-rc is the first release candidate for the 0.2.0 series. It
  makes more progress towards normalizing Tor's TLS handshake, makes
  hidden services work better again, helps relays bootstrap if they don't
  know their IP address, adds optional support for linking in openbsd's
  allocator or tcmalloc, allows really fast relays to scale past 15000
  sockets, and fixes a bunch of minor bugs reported by Veracode.

  o Major features:
    - Enable the revised TLS handshake based on the one designed by
      Steven Murdoch in proposal 124, as revised in proposal 130. It
      includes version negotiation for OR connections as described in
      proposal 105. The new handshake is meant to be harder for censors
      to fingerprint, and it adds the ability to detect certain kinds of
      man-in-the-middle traffic analysis attacks. The version negotiation
      feature will allow us to improve Tor's link protocol more safely
      in the future.
    - Choose which bridge to use proportional to its advertised bandwidth,
      rather than uniformly at random. This should speed up Tor for
      bridge users. Also do this for people who set StrictEntryNodes.
    - When a TrackHostExits-chosen exit fails too many times in a row,
      stop using it. Bugfix on 0.1.2.x; fixes bug 437.

  o Major bugfixes:
    - Resolved problems with (re-)fetching hidden service descriptors.
      Patch from Karsten Loesing; fixes problems with 0.2.0.18-alpha
      and 0.2.0.19-alpha.
    - If we only ever used Tor for hidden service lookups or posts, we
      would stop building circuits and start refusing connections after
      24 hours, since we falsely believed that Tor was dormant. Reported
      by nwf; bugfix on 0.1.2.x.
    - Servers that don't know their own IP address should go to the
      authorities for their first directory fetch, even if their DirPort
      is off or if they don't know they're reachable yet. This will help
      them bootstrap better. Bugfix on 0.2.0.18-alpha; fixes bug 609.
    - When counting the number of open sockets, count not only the number
      of sockets we have received from the socket() call, but also
      the number we've gotten from accept() and socketpair(). This bug
      made us fail to count all sockets that we were using for incoming
      connections. Bugfix on 0.2.0.x.
    - Fix code used to find strings within buffers, when those strings
      are not in the first chunk of the buffer. Bugfix on 0.2.0.x.
    - Fix potential segfault when parsing HTTP headers. Bugfix on 0.2.0.x.
    - Add a new __HashedControlSessionPassword option for controllers
      to use for one-off session password hashes that shouldn't get
      saved to disk by SAVECONF --- Vidalia users were accumulating a
      pile of HashedControlPassword lines in their torrc files, one for
      each time they had restarted Tor and then clicked Save. Make Tor
      automatically convert "HashedControlPassword" to this new option but
      only when it's given on the command line. Partial fix for bug 586.

  o Minor features (performance):
    - Tune parameters for cell pool allocation to minimize amount of
      RAM overhead used.
    - Add OpenBSD malloc code from phk as an optional malloc
      replacement on Linux: some glibc libraries do very poorly
      with Tor's memory allocation patterns. Pass
      --enable-openbsd-malloc to get the replacement malloc code.
    - Add a --with-tcmalloc option to the configure script to link
      against tcmalloc (if present). Does not yet search for
      non-system include paths.
    - Stop imposing an arbitrary maximum on the number of file descriptors
      used for busy servers. Bug reported by Olaf Selke; patch from
      Sebastian Hahn.

  o Minor features (other):
    - When SafeLogging is disabled, log addresses along with all TLS
      errors.
    - When building with --enable-gcc-warnings, check for whether Apple's
      warning "-Wshorten-64-to-32" is available.
    - Add a --passphrase-fd argument to the tor-gencert command for
      scriptability.

  o Minor bugfixes (memory leaks and code problems):
    - We were leaking a file descriptor if Tor started with a zero-length
      cached-descriptors file. Patch by freddy77; bugfix on 0.1.2.
    - Detect size overflow in zlib code. Reported by Dan Kaminsky.
    - We were comparing the raw BridgePassword entry with a base64'ed
      version of it, when handling a "/tor/networkstatus-bridges"
      directory request. Now compare correctly. Noticed by Veracode.
    - Recover from bad tracked-since value in MTBF-history file.
      Should fix bug 537.
    - Alter the code that tries to recover from unhandled write
      errors, to not try to flush onto a socket that's given us
      unhandled errors. Bugfix on 0.1.2.x.
    - Make Unix controlsockets work correctly on OpenBSD. Patch from
      tup. Bugfix on 0.2.0.3-alpha.

  o Minor bugfixes (other):
    - If we have an extra-info document for our server, always make
      it available on the control port, even if we haven't gotten
      a copy of it from an authority yet. Patch from mwenge.
    - Log the correct memory chunk sizes for empty RAM chunks in mempool.c.
    - Directory mirrors no longer include a guess at the client's IP
      address if the connection appears to be coming from the same /24
      network; it was producing too many wrong guesses.
    - Make the new hidden service code respect the SafeLogging setting.
      Bugfix on 0.2.0.x. Patch from Karsten.
    - When starting as an authority, do not overwrite all certificates
      cached from other authorities. Bugfix on 0.2.0.x. Fixes bug 606.
    - If we're trying to flush the last bytes on a connection (for
      example, when answering a directory request), reset the
      time-to-give-up timeout every time we manage to write something
      on the socket. Bugfix on 0.1.2.x.
    - Change the behavior of "getinfo status/good-server-descriptor"
      so it doesn't return failure when any authority disappears.
    - Even though the man page said that "TrackHostExits ." should
      work, nobody had ever implemented it. Bugfix on 0.1.0.x.
    - Report TLS "zero return" case as a "clean close" and "IO error"
      as a "close". Stop calling closes "unexpected closes": existing
      Tors don't use SSL_close(), so having a connection close without
      the TLS shutdown handshake is hardly unexpected.
    - Send NAMESERVER_STATUS messages for a single failed nameserver
      correctly.

  o Code simplifications and refactoring:
    - Remove the tor_strpartition function: its logic was confused,
      and it was only used for one thing that could be implemented far
      more easily.



::下载地址:: 一切资源均是免费,为了更好的为大家服务,支持本站!

<% Dim flashgetUrl,Url Url = "/Soft/wl/download/200712/3546.html" '此处为文件实际下载地址 flashgetUrl = FlashgetEncode(Url,8970) %> [使用网际快车高速下载软件]
下载地址1  
::相关软件::
  • Tor v0.2.0.13 Alpha for Windows + v0.2.0.14 Alpha 

  • Tor v0.2.0.9 Alpha + v0.1.2.18 Final

  • Tor for Windows 0.2.0.8 Alpha

  • Tor v0.2.0.7 Alpha

  • Tor for Windows v0.2.0.6 Alpha+v0.1.2.16 Final 多国

  • ::下载说明::(如果有暂时不能下载的,可能为下载高峰,请开单线程梢后在下载。谢谢!)

    * 为了达到最快的下载速度,推荐使用 网际快车.讯雷下载 软件,站统一解压密码: www.akhack.org www.chinabeta.cn
    * 如果您发现该软件不能下载,请通知管理员或点击【此处报错】,谢谢!
    * 未经本站明确许可,任何网站不得非法盗链及抄袭本站资源;如引用页面,请注明来自本站,谢谢您的支持! 为确保所下软件能正常使用,请使用 WinRAR v3.5 或以上版本解压本站软件,ISO、BIN等格式为光盘镜像请安装 Daemon Tools 后使用,下载后请自行查毒.
    请勿在本站下载任何内容用于商业目的,并且在您下载完成那一刻起,24小时内删除你在本站下载的软件或者其它内容!您保证做到本页中要求的全部内容,下载本站或者任何资源就表示您全部同意这个协议,并且免除本站的一切责任,否则请勿下载任何资源

    网友评论:(评论内容只代表网友观点,与本站立场无关!) 发表评论

    关于我们  中国·国家信息产业部{粤ICP备06006652号}{陇ICP备06002562号}
    版权所有:『AK网盟基地』站长:Hahack | QQ:80505955 | E-mail:Hahack@Gmail.com
    Copyright (C) 2005-2007  akhack.org|chinabeta.cn All Rights Reserved