summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-05-15 15:27:13 -0400
committerNick Mathewson <nickm@torproject.org>2017-05-15 15:27:13 -0400
commitf98f5ca40bfd5cc53b8265488df74b31d6e96141 (patch)
tree7175a85c691e13dfc8c0b32dec4ceabe98a22f0a
parent480f966a74846179894f25093c6f99d286641902 (diff)
downloadtor-f98f5ca40bfd5cc53b8265488df74b31d6e96141.tar.gz
tor-f98f5ca40bfd5cc53b8265488df74b31d6e96141.zip
fix a bunch of lintchanges complaints
-rw-r--r--changes/21662_21663_216642
-rw-r--r--changes/bug167062
-rw-r--r--changes/bug168614
-rw-r--r--changes/bug175924
-rw-r--r--changes/bug176044
-rw-r--r--changes/bug211552
-rw-r--r--changes/bug212932
-rw-r--r--changes/bug213292
-rw-r--r--changes/bug215862
-rw-r--r--changes/bug216414
-rw-r--r--changes/bug216542
-rw-r--r--changes/bug217152
-rw-r--r--changes/bug217882
-rw-r--r--changes/bug220603
-rw-r--r--changes/fast_channel_lookup2
-rw-r--r--changes/test214702
-rw-r--r--changes/ticket219532
-rw-r--r--changes/ticket49982
18 files changed, 23 insertions, 22 deletions
diff --git a/changes/21662_21663_21664 b/changes/21662_21663_21664
index 6712b0faf4..da47c6d073 100644
--- a/changes/21662_21663_21664
+++ b/changes/21662_21663_21664
@@ -1,4 +1,4 @@
- o Major features:
+ o Major features (directory system):
- Tor's compression module now includes support for the zstd and lzma2
compression algorithms, if the libzstd and liblzma libraries are
available when Tor is compiled. Once these features are exposed in the
diff --git a/changes/bug16706 b/changes/bug16706
index 9c1e315321..b0b3351fb5 100644
--- a/changes/bug16706
+++ b/changes/bug16706
@@ -1,3 +1,3 @@
o Minor bugfixes (hidden service):
- Stop printing cryptic warning when a client tries to connect on an
- invalid port of the service. Fixes #16706.; bugfix on tor-0.2.6.3-alpha.
+ invalid port of the service. Fixes bug 16706; bugfix on 0.2.6.3-alpha.
diff --git a/changes/bug16861 b/changes/bug16861
index 7fc8d05740..f540254946 100644
--- a/changes/bug16861
+++ b/changes/bug16861
@@ -1,4 +1,4 @@
- o Major features (traffic analysis)
+ o Major features (traffic analysis resistance):
- Relays and clients will now send a padding cell on idle OR
connections every 1.5 to 9.5 seconds (tunable via consensus
parameters). Directory connections and inter-relay connections
@@ -9,7 +9,7 @@
by setting ConnectionPadding 0 in torrc. Padding may be minimized
for mobile users with the torrc option ReducedConnectionPadding.
Implements Proposal 251 and Section 2 of Proposal 254; closes ticket
- #16861.
+ 16861.
- Relays will publish 24 hour totals of padding and non-padding cell
counts to their extra-info descriptors, unless PaddingStatistics 0
is set in torrc. These 24 hour totals are also rounded to multiples
diff --git a/changes/bug17592 b/changes/bug17592
index 4b5f22c330..856e75b622 100644
--- a/changes/bug17592
+++ b/changes/bug17592
@@ -1,9 +1,9 @@
- o Minor bugfixes (connection lifespan)
+ o Minor bugfixes (connection lifespan):
- Allow more control over how long TLS connections are kept open: unify
CircuitIdleTimeout and PredictedPortsRelevanceTime into a single option
called CircuitsAvailableTimeout. Also, allow the consensus to control
the default values for both this preference, as well as the lifespan
- of relay-to-relay connections. Fixes bug #17592.
+ of relay-to-relay connections. Fixes bug 17592.
- Increase the intial circuit build timeout testing frequency, to help
ensure that ReducedConnectionPadding clients finish learning a timeout
before their orconn would expire. The initial testing rate was set back
diff --git a/changes/bug17604 b/changes/bug17604
index 20ac2c38e9..0c7b983a78 100644
--- a/changes/bug17604
+++ b/changes/bug17604
@@ -1,4 +1,4 @@
- o Minor bugfixes (connection usage)
+ o Minor bugfixes (connection usage):
- Use NETINFO cells to try to determine if both relays involved in
a connection will agree on the canonical status of that connection.
Prefer the connections where this is the case for extend cells,
@@ -6,7 +6,7 @@
status early. Also, additionally alter the connection selection
logic to prefer the oldest valid connection for extend cells.
These two changes should reduce the number of long-term connections
- that are kept open between relays. Fixes bug #17604.
+ that are kept open between relays. Fixes bug 17604.
- Relays will now log hourly statistics on the total number of
connections to other relays. If the number of connections per relay
unexpectedly large, this log message is at notice level. Otherwise
diff --git a/changes/bug21155 b/changes/bug21155
index f2a34dbd0f..33c0cd10d2 100644
--- a/changes/bug21155
+++ b/changes/bug21155
@@ -2,4 +2,4 @@
- Warn user if multiple entries in EntryNodes and at least one
HiddenService are used together. Pinning EntryNodes along with an hidden
service can be possibly harmful for instance see ticket 14917 or 21155.
- Closes bug 21155.
+ Fixes bug 21155.
diff --git a/changes/bug21293 b/changes/bug21293
index 23a7547951..37e0c8c28c 100644
--- a/changes/bug21293
+++ b/changes/bug21293
@@ -2,4 +2,4 @@
- Downgrade a log statement from bug to protocol warning because there is
at least one use case where it can be triggered by a buggy tor
implementation on the Internet for instance. Fixes bug 21293; bugfix on
- tor-0.1.1.14-alpha.
+ 0.1.1.14-alpha.
diff --git a/changes/bug21329 b/changes/bug21329
index 60b936393e..c25c98fbf7 100644
--- a/changes/bug21329
+++ b/changes/bug21329
@@ -1,3 +1,3 @@
o Minor bugfixes (controller):
- GETINFO onions/current and onions/detached no longer 551 on empty lists
- Fixes bug 21329
+ Fixes bug 21329.
diff --git a/changes/bug21586 b/changes/bug21586
index 200d55a8e8..29701d94c6 100644
--- a/changes/bug21586
+++ b/changes/bug21586
@@ -1,4 +1,4 @@
o Minor bugfix (directory authority):
- Prevent the shared randomness subsystem from asserting when initialized
by a bridge authority with an incomplete configuration file. Fixes bug
- #21856; bugfix on 0.2.9.8.
+ 21586; bugfix on 0.2.9.8.
diff --git a/changes/bug21641 b/changes/bug21641
index 96fdf5fe22..559af5769b 100644
--- a/changes/bug21641
+++ b/changes/bug21641
@@ -1,5 +1,5 @@
o Minor feature (defaults, directory):
- Onion key rotation and expiry intervals are now defined as a network
- consensus parameter as per proposal #274. The default lifetime of an
+ consensus parameter as per proposal 274. The default lifetime of an
onion key is bumped from 7 to 28 days. Old onion keys will expire after 7
- days by default. Fixes bug #21641.
+ days by default. Fixes bug 21641.
diff --git a/changes/bug21654 b/changes/bug21654
index fd1c650710..6b225877b2 100644
--- a/changes/bug21654
+++ b/changes/bug21654
@@ -1,4 +1,4 @@
- o Code simplifications and refactoring
+ o Minor bugfixes (testing):
- Use unbuffered I/O for utility functions around the process_handle_t
type. This fixes unit test failures reported on OpenBSD and FreeBSD.
Fixes bug 21654.
diff --git a/changes/bug21715 b/changes/bug21715
index ad9d8bfdaf..f8b5ae23a7 100644
--- a/changes/bug21715
+++ b/changes/bug21715
@@ -1,4 +1,4 @@
- o Documentation (man page):
+ o Minor bugfixes (documentation):
- Default of NumEntryGuards is 1 if the consensus parameter
guard-n-primary-guards-to-use isn't set. Default of NumDirectoryGuards
is 3 if the consensus parameter guard-n-primary-dir-guards-to-use isn't
diff --git a/changes/bug21788 b/changes/bug21788
index 48deec2bb7..ad8365f5dc 100644
--- a/changes/bug21788
+++ b/changes/bug21788
@@ -1,3 +1,3 @@
- o Minor bugfixes:
+ o Minor bugfixes (memory leak):
- Fix a small memory leak at exit from the backtrace handler code.
Fixes bug 21788; bugfix on 0.2.5.2-alpha. Patch from Daniel Pinto.
diff --git a/changes/bug22060 b/changes/bug22060
index d23e771f26..db373dde23 100644
--- a/changes/bug22060
+++ b/changes/bug22060
@@ -1,4 +1,4 @@
- o Remove configuration option (confic):
+ o Removed features (configuration options, all in ticket 22060):
- AllowInvalidNodes was deprecated in 0.2.9.2-alpha and now has been
removed. It is not possible anymore to use Invalid nodes.
- AllowSingleHopCircuits was deprecated in 0.2.9.2-alpha and now has been
@@ -25,3 +25,4 @@
P256 EC group is always used.
- {Control,DNS,Dir,Socks,Trans,NATD,OR}ListenAddress was deprecated in
0.2.9.2-alpha and now has been removed. Use the ORPort (and others).
+
diff --git a/changes/fast_channel_lookup b/changes/fast_channel_lookup
index 7d60fe6ac7..de0f3515c4 100644
--- a/changes/fast_channel_lookup
+++ b/changes/fast_channel_lookup
@@ -1,2 +1,2 @@
- o Minor features:
+ o Minor features (performance, controller):
- Add an O(1) implementation of channel_find_by_global_id().
diff --git a/changes/test21470 b/changes/test21470
index 8bb78dffc9..f3ce4846a6 100644
--- a/changes/test21470
+++ b/changes/test21470
@@ -1,4 +1,4 @@
- o Minor enhancements (unit tests):
+ o Minor features (unit tests):
- Improve version parsing tests: add tests for typical version components,
add tests for invalid versions, including numeric range and non-numeric
prefixes.
diff --git a/changes/ticket21953 b/changes/ticket21953
index 7cc84f506d..46e1642efd 100644
--- a/changes/ticket21953
+++ b/changes/ticket21953
@@ -1,4 +1,4 @@
- o Minor features:
+ o Minor features (security, windows):
- Enable a couple of pieces of Windows hardening: one
(HeapEnableTerminationOnCorruption) that has been on-by-default since
Windows 8, and unavailable before Windows 7, and one
diff --git a/changes/ticket4998 b/changes/ticket4998
index 01d169de42..b7b5d62478 100644
--- a/changes/ticket4998
+++ b/changes/ticket4998
@@ -1,4 +1,4 @@
- o Minor features:
+ o Minor features (relay, configuration):
- The MyFamily line may now be repeated as many times as desired, for
relays that want to configure large families. Closes ticket 4998;
patch by Daniel Pinto.