summaryrefslogtreecommitdiff
path: root/changes/ticket23271
diff options
context:
space:
mode:
authorFernando Fernandez Mancera <ffernandezmancera@gmail.com>2017-12-15 17:01:22 +0100
committerFernando Fernandez Mancera <ffernandezmancera@gmail.com>2017-12-15 17:01:22 +0100
commit61c721f1458c9779541aa6e07e5e59404cf31dc4 (patch)
treedddff02802c97d4a942216e04d0fc952fee37181 /changes/ticket23271
parent15b41fa6ae6a1356d5453242ccb7d7d301dd5e67 (diff)
downloadtor-61c721f1458c9779541aa6e07e5e59404cf31dc4.tar.gz
tor-61c721f1458c9779541aa6e07e5e59404cf31dc4.zip
Add remove file function and remove ephemeral files.
Adding tor_remove_file(filename) and refactoring tor_cleanup(). Removing CookieAuthFile and ExtORPortCookieAuthFile when tor_cleanup() is called. Fixes #23271. Signed-off-by: Fernando Fernandez Mancera <ffernandezmancera@gmail.com>
Diffstat (limited to 'changes/ticket23271')
-rw-r--r--changes/ticket232716
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket23271 b/changes/ticket23271
new file mode 100644
index 0000000000..42d5921a70
--- /dev/null
+++ b/changes/ticket23271
@@ -0,0 +1,6 @@
+ o Code simplification and refactoring:
+ - Separate the function that deletes ephemeral files when Tor stops
+ gracefully.
+ o Minor features (cleanup):
+ - Tor now deletes the CookieAuthFile and ExtORPortCookieAuthFile when it
+ stops. Closes ticket 23271.