aboutsummaryrefslogtreecommitdiff
path: root/changes/bug23790
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-10-25 11:21:28 -0400
committerDavid Goulet <dgoulet@torproject.org>2017-10-25 11:21:28 -0400
commit9592797cf3291fceb7715164e519e02a744c2a25 (patch)
tree4ac5706b0a53bdc99ec2b57c43ee42c1d27fb00f /changes/bug23790
parent274de0e2bcffecea1c2d3bacefef13547a006974 (diff)
downloadtor-9592797cf3291fceb7715164e519e02a744c2a25.tar.gz
tor-9592797cf3291fceb7715164e519e02a744c2a25.zip
hs-v2: Copy needed information between service on prunning
Turns out that when reloading a tor configured with hidden service(s), we weren't copying all the needed information between the old service object to the new one. For instance, the desc_is_dirty timestamp wasn't which could lead to the service uploading its desriptor much later than it would need to. The replaycache wasn't also moved over and some intro point information as well. Fixes #23790 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/bug23790')
-rw-r--r--changes/bug237906
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug23790 b/changes/bug23790
new file mode 100644
index 0000000000..5ebe77f806
--- /dev/null
+++ b/changes/bug23790
@@ -0,0 +1,6 @@
+ o Minor bugfixes (hidden service v2):
+ - When reloading tor (HUP) configured with hidden service(s), some
+ information weren't copy to the new service object. One problem with
+ this was that tor would wait at least the RendPostPeriod time before
+ uploading the descriptor if the reload happened before the descriptor
+ needed to be published. Fixes bug 23790; bugfix on 0.2.1.9-alpha.