2009-04-29 20:00:14 +02:00
|
|
|
# Editor droppings
|
2009-04-29 15:19:18 +02:00
|
|
|
\#*\#
|
|
|
|
.#*
|
2009-04-29 20:00:14 +02:00
|
|
|
*~
|
2009-05-27 18:10:37 +02:00
|
|
|
*.swp
|
2009-04-29 20:00:14 +02:00
|
|
|
# C stuff
|
|
|
|
*.o
|
2012-05-14 18:35:10 +02:00
|
|
|
*.obj
|
2009-04-29 20:00:14 +02:00
|
|
|
# Diff droppings
|
2009-04-29 15:19:18 +02:00
|
|
|
*.orig
|
|
|
|
*.rej
|
|
|
|
# gcov stuff
|
|
|
|
*.gcno
|
|
|
|
*.gcov
|
|
|
|
*.gcda
|
|
|
|
# Autotools stuff
|
|
|
|
.deps
|
2012-08-27 16:11:55 +02:00
|
|
|
.dirstamp
|
2014-04-30 19:19:19 +02:00
|
|
|
*.trs
|
|
|
|
*.log
|
2017-03-26 12:28:00 +02:00
|
|
|
# Calltool stuff
|
|
|
|
.*.graph
|
2009-04-29 15:19:18 +02:00
|
|
|
# Stuff made by our makefiles
|
|
|
|
*.bak
|
2012-12-08 06:57:19 +01:00
|
|
|
# Python droppings
|
|
|
|
*.pyc
|
2014-04-28 17:59:55 +02:00
|
|
|
*.pyo
|
2014-09-08 21:07:54 +02:00
|
|
|
# Cscope
|
|
|
|
cscope.*
|
2015-08-06 03:41:31 +02:00
|
|
|
# OSX junk
|
|
|
|
*.dSYM
|
2015-10-02 10:51:53 +02:00
|
|
|
.DS_Store
|
Add Fallback Directory Candidate Selection Script
"Tor has included a feature to fetch the initial consensus from nodes
other than the authorities for a while now. We just haven't shipped a
list of alternate locations for clients to go to yet.
Reasons why we might want to ship tor with a list of additional places
where clients can find the consensus is that it makes authority
reachability and BW less important.
We want them to have been around and using their current key, address,
and port for a while now (120 days), and have been running, a guard,
and a v2 directory mirror for most of that time."
Features:
* whitelist and blacklist for an opt-in/opt-out trial.
* excludes BadExits, tor versions that aren't recommended, and low
consensus weight directory mirrors.
* reduces the weighting of Exits to avoid overloading them.
* places limits on the weight of any one fallback.
* includes an IPv6 address and orport for each FallbackDir, as
implemented in #17327. (Tor won't bootstrap using IPv6 fallbacks
until #17840 is merged.)
* generated output includes timestamps & Onionoo URL for traceability.
* unit test ensures that we successfully load all included default
fallback directories.
Closes ticket #15775. Patch by "teor".
OnionOO script by "weasel", "teor", "gsathya", and "karsten".
2015-05-12 20:10:39 +02:00
|
|
|
# updateFallbackDirs.py temp files
|
|
|
|
details-*.json
|
|
|
|
uptime-*.json
|
|
|
|
*.full_url
|
|
|
|
*.last_modified
|
2009-04-29 15:19:18 +02:00
|
|
|
|
|
|
|
# /
|
|
|
|
/Makefile
|
|
|
|
/Makefile.in
|
|
|
|
/aclocal.m4
|
2016-12-15 17:15:42 +01:00
|
|
|
/ar-lib
|
2009-04-29 15:19:18 +02:00
|
|
|
/autom4te.cache
|
|
|
|
/build-stamp
|
2010-09-30 22:41:12 +02:00
|
|
|
/compile
|
2009-04-29 15:19:18 +02:00
|
|
|
/configure
|
|
|
|
/Doxyfile
|
|
|
|
/orconfig.h
|
|
|
|
/orconfig.h.in
|
|
|
|
/config.cache
|
|
|
|
/config.log
|
|
|
|
/config.status
|
|
|
|
/config.guess
|
|
|
|
/config.sub
|
|
|
|
/conftest*
|
2012-08-27 16:11:55 +02:00
|
|
|
/micro-revision.*
|
2009-04-29 15:19:18 +02:00
|
|
|
/patch-stamp
|
|
|
|
/stamp-h
|
|
|
|
/stamp-h.in
|
|
|
|
/stamp-h1
|
2016-10-03 20:08:50 +02:00
|
|
|
/TAGS
|
2013-01-16 07:56:35 +01:00
|
|
|
/test-driver
|
2009-04-29 15:19:18 +02:00
|
|
|
/tor.sh
|
|
|
|
/tor.spec
|
|
|
|
/depcomp
|
|
|
|
/install-sh
|
|
|
|
/missing
|
|
|
|
/mkinstalldirs
|
|
|
|
/Tor*Bundle.dmg
|
|
|
|
/tor-*-win32.exe
|
2014-09-10 17:14:05 +02:00
|
|
|
/coverage_html/
|
2009-04-29 15:19:18 +02:00
|
|
|
|
|
|
|
# /contrib/
|
2014-04-28 17:59:55 +02:00
|
|
|
/contrib/dist/tor.sh
|
|
|
|
/contrib/dist/torctl
|
2014-04-30 16:58:18 +02:00
|
|
|
/contrib/dist/tor.service
|
2014-04-28 17:59:55 +02:00
|
|
|
/contrib/operator-tools/tor.logrotate
|
|
|
|
/contrib/dist/suse/tor.sh
|
2009-04-29 15:19:18 +02:00
|
|
|
|
|
|
|
# /debian/
|
|
|
|
/debian/files
|
2009-09-21 14:51:26 +02:00
|
|
|
/debian/micro-revision.i
|
2009-04-29 15:19:18 +02:00
|
|
|
/debian/patched
|
|
|
|
/debian/tor
|
|
|
|
/debian/tor.postinst.debhelper
|
|
|
|
/debian/tor.postrm.debhelper
|
|
|
|
/debian/tor.prerm.debhelper
|
|
|
|
/debian/tor.substvars
|
|
|
|
|
|
|
|
# /doc/
|
|
|
|
/doc/Makefile
|
|
|
|
/doc/Makefile.in
|
|
|
|
/doc/doxygen
|
2010-01-19 14:53:38 +01:00
|
|
|
/doc/tor.1
|
|
|
|
/doc/tor.1.in
|
|
|
|
/doc/tor.html
|
|
|
|
/doc/tor.html.in
|
2010-02-01 04:53:40 +01:00
|
|
|
/doc/tor.1.xml
|
2010-01-18 08:42:48 +01:00
|
|
|
/doc/tor-gencert.1
|
|
|
|
/doc/tor-gencert.1.in
|
|
|
|
/doc/tor-gencert.html
|
|
|
|
/doc/tor-gencert.html.in
|
2010-02-01 04:53:40 +01:00
|
|
|
/doc/tor-gencert.1.xml
|
2010-01-19 14:51:10 +01:00
|
|
|
/doc/tor-resolve.1
|
|
|
|
/doc/tor-resolve.1.in
|
|
|
|
/doc/tor-resolve.html
|
|
|
|
/doc/tor-resolve.html.in
|
2010-02-01 04:53:40 +01:00
|
|
|
/doc/tor-resolve.1.xml
|
2010-01-19 04:35:04 +01:00
|
|
|
/doc/torify.1
|
2014-04-30 16:58:18 +02:00
|
|
|
/doc/torify.1.in
|
2010-01-19 04:35:04 +01:00
|
|
|
/doc/torify.html
|
2014-04-30 16:58:18 +02:00
|
|
|
/doc/torify.html.in
|
2010-02-01 04:53:40 +01:00
|
|
|
/doc/torify.1.xml
|
2009-04-29 15:19:18 +02:00
|
|
|
|
|
|
|
# /doc/spec/
|
|
|
|
/doc/spec/Makefile
|
|
|
|
/doc/spec/Makefile.in
|
|
|
|
|
2015-03-14 18:04:03 +01:00
|
|
|
# /scripts
|
|
|
|
/scripts/maint/checkOptionDocs.pl
|
|
|
|
/scripts/maint/updateVersions.pl
|
|
|
|
|
2009-04-29 15:19:18 +02:00
|
|
|
# /src/
|
|
|
|
/src/Makefile
|
|
|
|
/src/Makefile.in
|
|
|
|
|
|
|
|
# /src/common/
|
|
|
|
/src/common/Makefile
|
|
|
|
/src/common/Makefile.in
|
|
|
|
/src/common/libor.a
|
2013-06-06 20:56:05 +02:00
|
|
|
/src/common/libor-testing.a
|
2012-05-14 18:35:10 +02:00
|
|
|
/src/common/libor.lib
|
2016-04-13 00:59:40 +02:00
|
|
|
/src/common/libor-ctime.a
|
|
|
|
/src/common/libor-ctime-testing.a
|
|
|
|
/src/common/libor-ctime.lib
|
2009-04-29 15:19:18 +02:00
|
|
|
/src/common/libor-crypto.a
|
2013-06-06 20:56:05 +02:00
|
|
|
/src/common/libor-crypto-testing.a
|
2012-05-14 18:35:10 +02:00
|
|
|
/src/common/libor-crypto.lib
|
2009-06-04 07:05:23 +02:00
|
|
|
/src/common/libor-event.a
|
2013-06-06 20:56:05 +02:00
|
|
|
/src/common/libor-event-testing.a
|
2012-05-14 18:35:10 +02:00
|
|
|
/src/common/libor-event.lib
|
2012-12-08 06:57:19 +01:00
|
|
|
/src/common/libcurve25519_donna.a
|
|
|
|
/src/common/libcurve25519_donna.lib
|
2009-04-29 15:19:18 +02:00
|
|
|
|
|
|
|
# /src/config/
|
|
|
|
/src/config/Makefile
|
|
|
|
/src/config/Makefile.in
|
|
|
|
/src/config/sample-server-torrc
|
|
|
|
/src/config/torrc
|
|
|
|
/src/config/torrc.sample
|
2014-09-03 01:10:42 +02:00
|
|
|
/src/config/torrc.minimal
|
2009-04-29 15:19:18 +02:00
|
|
|
|
2013-09-29 19:30:24 +02:00
|
|
|
# /src/ext/
|
|
|
|
/src/ext/ed25519/ref10/libed25519_ref10.a
|
|
|
|
/src/ext/ed25519/ref10/libed25519_ref10.lib
|
2015-07-06 11:40:28 +02:00
|
|
|
/src/ext/ed25519/donna/libed25519_donna.a
|
|
|
|
/src/ext/ed25519/donna/libed25519_donna.lib
|
2015-12-20 22:23:42 +01:00
|
|
|
/src/ext/keccak-tiny/libkeccak-tiny.a
|
|
|
|
/src/ext/keccak-tiny/libkeccak-tiny.lib
|
2013-09-29 19:30:24 +02:00
|
|
|
|
2009-04-29 15:19:18 +02:00
|
|
|
# /src/or/
|
|
|
|
/src/or/Makefile
|
|
|
|
/src/or/Makefile.in
|
|
|
|
/src/or/tor
|
2010-02-25 23:02:02 +01:00
|
|
|
/src/or/tor.exe
|
2013-07-09 18:37:11 +02:00
|
|
|
/src/or/tor-cov
|
|
|
|
/src/or/tor-cov.exe
|
2009-09-22 18:31:15 +02:00
|
|
|
/src/or/libtor.a
|
2013-06-06 20:56:05 +02:00
|
|
|
/src/or/libtor-testing.a
|
2012-05-14 18:35:10 +02:00
|
|
|
/src/or/libtor.lib
|
2009-09-22 18:31:15 +02:00
|
|
|
|
|
|
|
# /src/test
|
|
|
|
/src/test/Makefile
|
|
|
|
/src/test/Makefile.in
|
2011-11-11 18:34:03 +01:00
|
|
|
/src/test/bench
|
|
|
|
/src/test/bench.exe
|
2009-09-22 18:31:15 +02:00
|
|
|
/src/test/test
|
2015-01-23 17:15:53 +01:00
|
|
|
/src/test/test-slow
|
2013-07-30 03:56:31 +02:00
|
|
|
/src/test/test-bt-cl
|
2010-10-10 19:12:23 +02:00
|
|
|
/src/test/test-child
|
2015-03-24 21:04:28 +01:00
|
|
|
/src/test/test-memwipe
|
2012-12-08 06:57:19 +01:00
|
|
|
/src/test/test-ntor-cl
|
2015-11-06 21:35:15 +01:00
|
|
|
/src/test/test-switch-id
|
2016-04-13 21:30:59 +02:00
|
|
|
/src/test/test-timers
|
2013-09-25 17:36:02 +02:00
|
|
|
/src/test/test_workqueue
|
2011-07-21 14:40:25 +02:00
|
|
|
/src/test/test.exe
|
2015-01-23 17:15:53 +01:00
|
|
|
/src/test/test-slow.exe
|
2013-07-30 03:56:31 +02:00
|
|
|
/src/test/test-bt-cl.exe
|
2011-07-21 14:40:25 +02:00
|
|
|
/src/test/test-child.exe
|
2012-12-08 06:57:19 +01:00
|
|
|
/src/test/test-ntor-cl.exe
|
2015-06-17 19:01:39 +02:00
|
|
|
/src/test/test-memwipe.exe
|
2015-11-06 21:35:15 +01:00
|
|
|
/src/test/test-switch-id.exe
|
2016-04-13 21:30:59 +02:00
|
|
|
/src/test/test-timers.exe
|
2013-09-25 17:36:02 +02:00
|
|
|
/src/test/test_workqueue.exe
|
2009-04-29 15:19:18 +02:00
|
|
|
|
2016-12-14 02:24:54 +01:00
|
|
|
# /src/test/fuzz
|
|
|
|
/src/test/fuzz/fuzz-*
|
2016-12-19 21:17:42 +01:00
|
|
|
/src/test/fuzz/lf-fuzz-*
|
2016-12-14 02:24:54 +01:00
|
|
|
|
2009-04-29 15:19:18 +02:00
|
|
|
# /src/tools/
|
|
|
|
/src/tools/tor-checkkey
|
|
|
|
/src/tools/tor-resolve
|
2015-03-22 04:21:08 +01:00
|
|
|
/src/tools/tor-cov-resolve
|
2009-04-29 15:19:18 +02:00
|
|
|
/src/tools/tor-gencert
|
2015-03-22 04:21:08 +01:00
|
|
|
/src/tools/tor-cov-gencert
|
2010-02-25 23:02:02 +01:00
|
|
|
/src/tools/tor-checkkey.exe
|
|
|
|
/src/tools/tor-resolve.exe
|
2015-03-22 04:21:08 +01:00
|
|
|
/src/tools/tor-cov-resolve.exe
|
2010-02-25 23:02:02 +01:00
|
|
|
/src/tools/tor-gencert.exe
|
2015-03-22 04:21:08 +01:00
|
|
|
/src/tools/tor-cov-gencert.exe
|
2009-04-29 15:19:18 +02:00
|
|
|
/src/tools/Makefile
|
|
|
|
/src/tools/Makefile.in
|
|
|
|
|
2014-09-24 16:51:39 +02:00
|
|
|
# /src/trunnel/
|
|
|
|
/src/trunnel/libor-trunnel-testing.a
|
|
|
|
/src/trunnel/libor-trunnel.a
|
|
|
|
|
2009-04-29 15:19:18 +02:00
|
|
|
# /src/win32/
|
|
|
|
/src/win32/Makefile
|
|
|
|
/src/win32/Makefile.in
|