]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix warnings from lintChanges
authorNick Mathewson <nickm@torproject.org>
Fri, 23 Jan 2015 14:09:00 +0000 (09:09 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 23 Jan 2015 14:09:00 +0000 (09:09 -0500)
12 files changed:
changes/bug12509
changes/bug13111-generate-keys-on-empty-file
changes/bug14001-clang-warning
changes/bug14067-TestingDirAuthVoteHSDir
changes/bug14125
changes/bug14142-parse-virtual-addr
changes/bug14207
changes/bug14224
changes/bug14261
changes/bug8546
changes/remove-bad-fp
changes/ticket13762

index 8d5c1dd48449df27493a5a981c60a632e363112f..bb49bd5d7ac6930ac5dce46d28d196763b37d779 100644 (file)
@@ -1,4 +1,4 @@
-
   o Minor bugfixes (automapping):
-    - Prevent changes to other optoins from removing the wildcard value "."
+    - Prevent changes to other options from removing the wildcard value "."
       from "AutomapHostsSuffixes".
+      Fixes bug 12509; bugfix on 0.2.0.1-alpha.
index 20c10c7443ec6000c72bb09bb0275eb7f98cd68a..1d602deb3e6a447cda121863072d202afd0a1758 100644 (file)
@@ -1,17 +1,14 @@
   o Minor bugfixes (file handling):
     - Stop failing when key files are zero-length. Instead, generate new
       keys, and overwrite the empty key files.
-      Fixes bug 13111. Patch by "teor".
-    - Stop generating a fresh .old RSA key file when the .old file is missing.
+      Fixes bug 13111; bugfix on all versions of Tor. Patch by "teor".
+    - Stop generating a fresh .old RSA key file when the .old file is
+      missing. Fixes part of 13111; bugfix on 0.0.6rc1.
     - Avoid overwriting .old key files with empty key files.
-    - Stop crashing when a NULL filename is passed to file_status().
-      Fixed as part of bug 13111. Patches by "teor".
 
   o Minor enhancements (file handling):
     - Skip loading zero-length extra info store, router store, stats, state,
       and key files.
-    - Return FN_ERROR when a zero-length filename is passed to file_status().
-      Fixed as part of bug 13111. Patches by "teor".
 
   o Minor enhancements (testing):
     - Test that tor does not fail when key files are zero-length.
index b932af6ab7e5b255257b4babf56c56de39345421..5f8deb79b8f087e4637ad8114f95b382ab657542 100644 (file)
@@ -3,4 +3,5 @@
       always be non-NULL. clang recognises this and complains.
       Disable the tautologous and redundant check to silence
       this warning.
-      Fixes bug 14001.
+      Fixes bug 14001; bugfix on 0.2.1.2-alpha.
+
index 52d2bee5e6c79aba60ad371d3560acb316475cd3..c276e22f492b3a6b1b00dfaef3e6d44b7b64518a 100644 (file)
@@ -3,4 +3,4 @@
       Ensures that authorities vote the HSDir flag for the listed
       relays regardless of uptime or ORPort connectivity.
       Respects the value of VoteOnHidServDirectoriesV2.
-      Partial fix for bug 14067. Patch by "teor".
+      Partial implementation for ticket 14067. Patch by "teor".
index fe6821a33216a0870b647625dc65077f18bfde84..d8df37d33739e36f9de65140d0f4a1709cc4c324 100644 (file)
@@ -1,5 +1,5 @@
   o Minor bugfixes (dirauth):
     - Enlarge the buffer to read bw-auth generated files to avoid an
       issue when parsing the file in dirserv_read_measured_bandwidths().
-      Bugfix on 0.2.2.1-alpha, fixes #14125.
+      Fixes bug 14125; bugfix on 0.2.2.1-alpha.
 
index f78b7c7d81beb42f47352a5fc79685b41b6c17ea..ee635456ae71876cfd51c4ace0855ef80dbfb8be 100644 (file)
@@ -3,5 +3,5 @@
       before asserting on the NULL in tor_addr_parse_mask_ports.
       This avoids crashing on torrc lines like
       Vi[rtualAddrNetworkIPv[4|6]] when no value follows the option.
-      Bugfix on 0.2.3 (de4cc126cbb5 on 24 November 2012), fixes #14142.
+      Fixes bug 14142; bugfix on 0.2.4.7-alpha.
       Patch by "teor".
index 987bb25acb1648ece63e1aa12f200d7cc5c57712..b382f825195d8f2e2b8a10904298650fafccfecc 100644 (file)
@@ -1,3 +1,3 @@
   o Minor bugfixes (controller):
     - Add a code for the END_CIRC_REASON_IP_NOW_REDUNDANT circuit close
-      reason.  Fixes bug 12407; bugfix on 0.2.6.2-alpha.
+      reason.  Fixes bug 14207; bugfix on 0.2.6.2-alpha.
index 0608940449426de72149bb9a7843008638f7fd04..031b0005208c84853819ce55499670996d5531cd 100644 (file)
@@ -2,3 +2,6 @@
     - Close the intro circuit once we don't have any more usable intro
       points instead of making it timeout at some point. This also make sure
       no extra HS descriptor fetch is triggered.
+      Fixes bug 14224; bugfix on 0.0.6.
+
+
index 1260ccba1e69ec07a5064c556e9a77c24514947f..8ab556c0be48bc6bf298b314dd72b4a27278c9cd 100644 (file)
@@ -1,5 +1,5 @@
-  O Minor bugfixes (directory authority):
+  o Minor bugfixes (directory authority):
     - Allow directory authorities to fetch more data from one
       another if they find themselves missing lots of votes.
       Previously, they had been bumping against the 10 MB queued
-      data limit. Fixes bug 14261. Bugfix on 0.1.2.5-alpha.
+      data limit. Fixes bug 14261; bugfix on 0.1.2.5-alpha.
index dc6a52a026041648202037c2ee25c731f37d9142..9e79b4f50c4970b382305f25227670a1c02a1c8a 100644 (file)
@@ -3,4 +3,4 @@
       into a shared structure. Previously, they were duplicated across
       port_cfg_t, listener_connection_t, and edge_connection_t.
       Failure to copy one of them correctly had been the cause of at
-      least one bug in the past.
\ No newline at end of file
+      least one bug in the past.  Closes ticket 8546.
index a07e3ba00c22ef0ac739e8ae6bea7e36b34dbeca..190013dc7dc764731a94cfb80f64b958fab1403e 100644 (file)
@@ -1,4 +1,3 @@
-
   o Removed features:
-    - Remove a test for a long-defunct broken directory server.
+    - Remove a test for a long-defunct broken version-one directory server.
 
index 7b1976f6546bfc030eee63db7d9aa21df87f80fd..0c1a568cc3b8d4a4568277905a3dc27ec01680b7 100644 (file)
@@ -1,5 +1,5 @@
   o Minor features:
     - Suppress "router info incompatible with extra info" message when
       reading extrainfo documents from cache. (This message got loud
-      around 0.2.6.2-alpha, when we fixed bug 9812.) Closes ticket
-      13762.
\ No newline at end of file
+      around when we closed bug 9812 in 0.2.6.2-alpha.) Closes ticket
+      13762.