summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2018-06-27 12:20:39 -0400
committerDavid Goulet <dgoulet@torproject.org>2018-06-27 12:25:24 -0400
commit3f8a12a63a5a1d8b4d40451586377423c95bda09 (patch)
treec412d3006a13a1ac66f091272baa4f4344294750 /changes
parentf8dad5a079ac356ef72f14cfddca2d81fd824102 (diff)
downloadtor-3f8a12a63a5a1d8b4d40451586377423c95bda09.tar.gz
tor-3f8a12a63a5a1d8b4d40451586377423c95bda09.zip
control: Make HSPOST properly parse HSADDRESS= param
For HSv3, the HSADDRESS= wasn't properly parsed for the HSPOST command. It now correctly use it and furthermore sends back a "200 OK" in case the command is successful for a v3 descriptor. Fixes #26523 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r--changes/bug265235
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug26523 b/changes/bug26523
new file mode 100644
index 0000000000..a739d240e9
--- /dev/null
+++ b/changes/bug26523
@@ -0,0 +1,5 @@
+ o Minor bugfixes (hidden service, control port):
+ - The HSPOST command wasn't parsing properly the HSADDRESS= parameter and
+ thus not using it. It now handles it correctly. Fixes bug 26523; bugfix on
+ 0.3.3.1-alpha. Patch by "akwizgran".
+