Age | Commit message (Collapse) | Author |
|
We started allocating space for them on the heap in the previous
commit.
Conflicts:
src/or/ext_orport.h
|
|
Use the generic function for both the ControlPort cookie and the
ExtORPort cookie.
Also, place the global cookie variables in the heap so that we can
pass them around more easily as pointers.
Also also, fix the unit tests that broke by this change.
Conflicts:
src/or/config.h
src/or/ext_orport.c
|
|
|
|
|
|
|
|
|
|
* Change name of init_ext_or_auth_cookie_authentication().
* Add a small comment.
|
|
Move the code from the connection_or module to ext_orport.
This commit only moves code: it shouldn't modify anything.
|