Autor Thema: Neue Tor-Version: sicherer und anonymer  (Gelesen 65090 mal)

0 Mitglieder und 4 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Vidalia 0.3.1
« Antwort #105 am: 28 März, 2012, 13:13 »
Grafische Oberfläche für den Internet-Anonymisierer Tor; benötigt das "Tor Browser Bundle"



Lizenz: Open Source

Changelog:

  o Draw the bandwidth graph curves based on the local maximum, not
    the global maximum. Fixes bug 2188.
  o Make the default data directory in windows be located in the Local
    AppData instead of the Roaming one. Fixes bug 2319.
  o Displays a warning to notify users that the passphrase will be
    stored as plaintext. Fixes bug 3064.
  o Add a way to use the autoconfiguration for ControlPort and SocksPort.
    Tor can now autoconfigure Control and Socks Ports when the default ones
    are in use. This makes it easier to run several different instances of
    TBB at the same time. Resolves bug 3077.
  o Make the AutoPort setting default to false, so that it doesn't
    break backwards compatibility for people that aren't using Vidalia
    inside Tor Browser Bundle.
  o Check tor version and that settings are sanitized before trying to
    use the port autoconfiguration feature. Fixes bug 3843.
  o Provide the necessary fields (Control password, ControlPort) to let
    TorButton NEWNYM. Vidalia provides these in env vars when it launches
    the Firefox instance. Resolves bug 2659.
  o Add an option in the Tor menu to exit the application. Fixes bug
    3146.
  o Display the message "Connected to the Tor network!" centered in
    the main window. Fixes bug 3147.
  o Explicitly notifies the user that her clock is wrong and tor will
    probably malfuntion because of it. Fixes bug 3156.
  o Make the main window visible when opening a tab through the system
    tray menu. Fixes bug 3165.
  o Fixes wrong spelling in the method showBandwidthTab inside
    MainWindow. Resolves ticket 3166.
  o Fix wrong behavior when trying to connect to an already running
    tor instance. Fixes bug 3168.
  o Prevent restarting Tor when it hasn't been started yet. Fixes bug
    3171.
  o Make Vidalia hide its main window when the tray icon is
    doubleclicked. Resolves ticket 3194.
  o Display time statistics for bridges in UTC time, rather than local
    time. Fixes bug 3342.
  o Uses TAKEOWNERSHIP and __OwningControllerProcess to avoid leaving
    tor running in background if Vidalia exits unexpectedly. Fixes bug
    3463.
  o Change the parameter for ordering the entries in the Basic Log
    list from currentTime to currentDateTime to avoid missplacing
    entries from different days.
  o Check tor version and that settings are sanitized before trying to
    use the port autoconfiguration feature. Fixes bug 3843.
  o Try Cookie authentication if available in tor based on
    ProtocolInfo. If that fails, fall back to HashedPassword if
    supported. Fixes bug 3898.
  o Remember the previously used random socks/control ports so Firefox
    keeps working after restarting tor. Fixes bug 4031.
  o Attempt to remove port.conf file before using it to avoid a race
    condition between tor and Vidalia. Fixes bug 4048.
  o Do not allow users to check the "My ISP blocks..." checkbox
    without entering any bridges. Also updates the
    documentation. Fixes bug 4290.
  o Check that the authentication-cookie file length is exactly 32
    bytes long. Fixes bug 4304.
  o Explicitly disable ControlPort auto. Fixes bug 4379.
  o Adds a checkbox to remember the answer of a VMessageBox::question
    easily. It is used to remember how the user wants to terminate tor
    when running a relay. Fixes bug 4577.
  o Explicitly disable SocksPort auto by setting it to its default
    (9050). Fixes bug 4598.
  o Make the non exit relay option backward compatible with Vidalia <
    0.2.14 so that it doesn't confuse users. Fixes bug 4642.
  o Sets the preferred size for the GUI layout so it doesn't squeeze
    widges when the size isn't big enough. Fixes bug 4656.
  o Removes the option to have only HTTPProxy since it does not work
    any more as it used to do with older tor versions. Users should
    use HTTP/HTTPSProxy instead. Fixes bug 4724.
  o Add a hidden configuration option called SkipVersionCheck so
    systems like Tails can force Vidalia to skip checking tor's
    version. Resolves ticket 4736.
  o When Tor has cached enough information it bootstraps faster than
    what takes Vidalia connect to it, so Vidalia does not see the
    event to update the progress bar. Now Vidalia explicitly asks for
    bootstrap-phase when it connects to Tor, and updates the progress
    to what is actually happening instead of hanging in
    "Authenticating to Tor". Fixes bug 4827.
  o Sets __ReloadTorrcOnSIGHUP to 0 if SAVECONF failed, which means
    the user can't write the torrc file. Fixes bug 4833.
  o Improve search in the router list from the Network Map with a
    search field. Resolves ticket 3144.
  o Add a plugin framework based on QtScript. This gives the abbility
    to create extensions for Vidalia with all Qt's functionality and
    interfaces to interact with tor and with Vidalia itself. Resolves
    ticket 3215
  o Add a way to detach a tab from Vidalia's main window. This will
    provide more flexibility with plugins that might be intended to be
    displayed apart from Vidalia.
  o Vidalia only validates IPv4 bridge lines. IPv6 bridges are now
    available, and there will be pluggable transport bridge lines. So
    the validation is now delegated to Tor through SETCONF.
  o Improve dist-osx* targets to be able to distribute qtscript
    extensions properly, and also handle deploying Qt with the
    macdeployqt tool instead of a macro.

http://www.torproject.org/projects/vidalia.html.en

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Advanced Onion Router 0.3.0.7b
« Antwort #106 am: 22 April, 2012, 19:00 »
2012-04-22 Advanced Onion Router 0.3.0.7b

- added an exception handler that can save a full stack backtrace to help reporting crashes (seh.c)
- new command line parameter: --no-seh which disables the built-in exception handler
- geoip_c.h was updated with GeoIPCountryWhois.csv released on April 3rd
- updated language strings: 46

http://sourceforge.net/projects/advtor/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Advanced Onion Router 0.3.0.7c
« Antwort #107 am: 27 April, 2012, 14:08 »
2012-04-27 Advanced Onion Router 0.3.0.7c

- corrected: possible buffer overflow when writing cookies
- if StackWalk64() is available, it will be used instead of StackWalk() when saving crash reports

http://sourceforge.net/projects/advtor/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Tor Browser Bundle 2.2.35-9
« Antwort #108 am: 28 April, 2012, 17:00 »
Tor Browser Bundle (2.2.35-9)

  * Update Firefox to 12.0
  * Update OpenSSL to 1.0.1b
  * Update Libevent to 2.0.18-stable
  * Update Qt to 4.8.1
  * Update Libpng to 1.5.10
  * Update HTTPS Everywhere to 2.0.2
  * Update NoScript to 2.3.9
  * Rebrand Firefox to TorBrowser (closes: #2176)
  * New Firefox patches
    - Make Download Manager memory-only (closes: #4017)
    - Add DuckDuckGo and Startpage to Omnibox (closes: #4902)

https://www.torproject.org/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Advanced Onion Router 0.3.0.7d
« Antwort #109 am: 28 April, 2012, 20:00 »
2012-04-28 Advanced Onion Router 0.3.0.7d

- corrected: integer overflow when parsing an invalid chunk size (thanks to connor011 for reporting this error)
- updated language strings: 3203

http://sourceforge.net/projects/advtor/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Advanced Onion Router 0.3.0.7e
« Antwort #110 am: 29 April, 2012, 17:00 »
2012-04-29 Advanced Onion Router 0.3.0.7e

- corrected: integer overflow when parsing an invalid chunk size in server data (thanks to connor011 for reporting this error)
- updated language strings: 3204

http://sourceforge.net/projects/advtor/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Advanced Onion Router 0.3.0.7f
« Antwort #111 am: 29 April, 2012, 18:30 »
2012-04-29 Advanced Onion Router 0.3.0.7f

- chunk sizes and content lengths are now 64-bit; AdvOR now supports downloading/uploading files larger than 2 GB
- added more verifications for negative chunk sizes and content lengths

http://sourceforge.net/projects/advtor/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Tor Browser Bundle 2.2.35-11
« Antwort #112 am: 04 Mai, 2012, 13:31 »
Tor Browser Bundle (2.2.35-11)

    Security release to stop TorBrowser from bypassing SOCKS proxy DNS configuration
    New Firefox patches:
        Prevent WebSocket DNS leak (closes: #5741)
        Fix a race condition that could be used to link browsing sessions together when using new identity from Tor Browser (closes: #5715)
    Remove extraneous BetterPrivacy settings from prefs.js (closes: #5722)
    Fix the mozconfig options for OS X so that it really builds everything with clang instead of llvm-gcc (closes: #5740)

https://www.torproject.org/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Advanced Onion Router 0.3.0.7g
« Antwort #113 am: 07 Mai, 2012, 19:02 »
2012-05-07 Advanced Onion Router 0.3.0.7g

- updated libraries: libevent-2.0.19-stable, openssl-1.0.1b
- geoip_c.h was updated with GeoIPCountryWhois.csv released on May 1st

http://sourceforge.net/projects/advtor/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Tor Browser Bundle 2.2.35-12
« Antwort #114 am: 13 Mai, 2012, 07:00 »
Tor Browser Bundle (2.2.35-12)

    Update OpenSSL to 1.0.1c
    Update Libevent to 2.0.19-stable
    Update zlib to 1.2.7
    Update NoScript to 2.4.1

https://www.torproject.org/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Tor Browser Bundle (2.2.35-13)
« Antwort #115 am: 25 Mai, 2012, 20:00 »
Windows Tor Browser Bundle (2.2.35-13)

    Fix Firefox build to sanitize file paths (closes: #5922)

https://www.torproject.org/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Advanced Onion Router 0.3.0.8
« Antwort #116 am: 25 Mai, 2012, 21:00 »
2012-05-25 Advanced Onion Router 0.3.0.8

- corrected: a wrong timestamp verification prevented new introduction circuits from being built when accessing hidden services
- corrected: when calculating circuit build times, time() was used instead of get_time()
- address lengths in proxy requests are no longer limited to 256 bytes
- the list with directory authorities is no longer limited to 65536 bytes
- the list with banned hosts is no longer limited to 65536 bytes
- address policies are stored as a hash table instead of keeping the hash table separately
- all memory allocations are handled by tor_malloc() and tor_free() which checks for buffer overflows when freeing allocated memory
- all assertion failures are handled by tor_assert() which allows a crash report to be saved
- the exception handler can also save a list with all buffers allocated by tor_malloc()

http://sourceforge.net/projects/advtor/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Advanced Onion Router 0.3.0.8a
« Antwort #117 am: 28 Mai, 2012, 11:00 »
2012-05-27 Advanced Onion Router 0.3.0.8a

- corrected: the buffer allocated for socks requests was not initialized when calling AdvOR.dll (thanks to anonymous for reporting this error on sf.net)

http://sourceforge.net/projects/advtor/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Advanced Onion Router 0.3.0.8b
« Antwort #118 am: 01 Juni, 2012, 19:00 »
Whats new: >>

- corrected: APPEND_STRING() used a maximum buffer size lower than MAX_HTTP_HEADERS causing some User-Agent strings to be filtered out if the total size of the adjusted headers exceeded 1024 bytes
- corrected: buffer size was not adjusted when appending accepted encodings (thanks to anonymous for reporting this error on sf.net)
- the crash notification message box shows application name and version (requested by Adem0x on sf.net)
- if AdvOR is started from a read-only location or file creation fails when writing a crash report, a file save dialog will ask for another location for AdvOR-crash.txt (requested by Adem0x on sf.net)
- to ease error reporting, the crash report will only have information about overwritten sentinels instead of having information about all allocated memory

http://sourceforge.net/projects/advtor/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Tor Browser Bundle 2.2.36-1
« Antwort #119 am: 05 Juni, 2012, 12:53 »
Tor Browser Bundle (2.2.36-1)

    Update Tor to 0.2.2.36
    Update NoScript to 2.3.4
    Update HTTPS Everywhere to 2.0.5

https://www.torproject.org/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )