aboutsummaryrefslogtreecommitdiff
path: root/src/or/ext_orport.h
Commit message (Expand)AuthorAge
* Write some free_all functions to free the auth. cookies.•••We started allocating space for them on the heap in the previous commit. Conflicts: src/or/ext_orport.h George Kadianakis2013-08-15
* Implement and use a generic auth. cookie initialization function.•••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 George Kadianakis2013-08-15
* 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.•••* Change name of init_ext_or_auth_cookie_authentication(). * Add a small comment. George Kadianakis2013-07-18
* Move Extended ORPort code to its own module.•••Move the code from the connection_or module to ext_orport. This commit only moves code: it shouldn't modify anything. George Kadianakis2013-07-18