]> git.ipfire.org Git - thirdparty/tor.git/commit
Add "ADD_ONION"/"DEL_ONION" and "GETINFO onions/*" to the controller.
authorYawning Angel <yawning@schwanenlied.me>
Sat, 25 Apr 2015 08:23:15 +0000 (08:23 +0000)
committerNick Mathewson <nickm@torproject.org>
Tue, 28 Apr 2015 14:19:08 +0000 (10:19 -0400)
commit915c7438a77edfaf3103b69cb494a4f069a79a0c
tree1aec80453d2aa691de928349d233a85374b4305c
parent63a90f2df4dcd7fff862ca3849f3aa3b1dec7e84
Add "ADD_ONION"/"DEL_ONION" and "GETINFO onions/*" to the controller.

These commands allow for the creation and management of ephemeral
Onion ("Hidden") services that are either bound to the lifetime of
the originating control connection, or optionally the lifetime of
the tor instance.

Implements #6411.
13 files changed:
changes/feature6411 [new file with mode: 0644]
src/common/crypto.c
src/common/crypto.h
src/or/connection.c
src/or/control.c
src/or/control.h
src/or/or.h
src/or/rendservice.c
src/or/rendservice.h
src/test/include.am
src/test/test.c
src/test/test_controller.c [new file with mode: 0644]
src/test/test_crypto.c