aboutsummaryrefslogtreecommitdiff
path: root/src/or/ext_orport.h
Commit message (Collapse)AuthorAge
* Write some free_all functions to free the auth. cookies.George Kadianakis2013-08-15
| | | | | | | | We started allocating space for them on the heap in the previous commit. Conflicts: src/or/ext_orport.h
* Implement and use a generic auth. cookie initialization function.George Kadianakis2013-08-15
| | | | | | | | | | | | | | 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
* Unit test for basic ext_or_cookie authentication backendNick Mathewson2013-08-15
|
* Tests for connection_write_ext_or_command.Nick Mathewson2013-08-15
|
* Unit tests for ext_or_id_map.Nick Mathewson2013-08-15
|
* Add guards to ext_orport.h, rename get_file to get_file_nameNick Mathewson2013-08-15
|
* More Extended ORPort code improvements.George Kadianakis2013-07-18
| | | | | * Change name of init_ext_or_auth_cookie_authentication(). * Add a small comment.
* Move Extended ORPort code to its own module.George Kadianakis2013-07-18
Move the code from the connection_or module to ext_orport. This commit only moves code: it shouldn't modify anything.