Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-15 | Run our #else/#endif annotator on our source code. | Nick Mathewson | |
2017-03-15 | Run the copyright update script. | Nick Mathewson | |
2016-02-27 | Update the copyright year. | Nick Mathewson | |
2015-01-02 | Bump copyright dates to 2015, in case someday this matters. | Nick Mathewson | |
2014-10-28 | Add another year to our copyright dates. | Nick Mathewson | |
Because in 95 years, we or our successors will surely care about enforcing the BSD license terms on this code. Right? | |||
2013-08-15 | Write some free_all functions to free the auth. cookies. | George Kadianakis | |
We started allocating space for them on the heap in the previous commit. Conflicts: src/or/ext_orport.h | |||
2013-08-15 | Implement and use a generic auth. cookie initialization function. | George Kadianakis | |
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 | |||
2013-08-15 | Unit test for basic ext_or_cookie authentication backend | Nick Mathewson | |
2013-08-15 | Tests for connection_write_ext_or_command. | Nick Mathewson | |
2013-08-15 | Unit tests for ext_or_id_map. | Nick Mathewson | |
2013-08-15 | Add guards to ext_orport.h, rename get_file to get_file_name | Nick Mathewson | |
2013-07-18 | More Extended ORPort code improvements. | George Kadianakis | |
* Change name of init_ext_or_auth_cookie_authentication(). * Add a small comment. | |||
2013-07-18 | Move Extended ORPort code to its own module. | George Kadianakis | |
Move the code from the connection_or module to ext_orport. This commit only moves code: it shouldn't modify anything. |