Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Sanity-check consensus param values | Sebastian Hahn | 2011-01-15 |
| | | | | | | | | | | | | | | | We need to make sure that the worst thing that a weird consensus param can do to us is to break our Tor (and only if the other Tors are reliably broken in the same way) so that the majority of directory authorities can't pull any attacks that are worse than the DoS that they can trigger by simply shutting down. One of these worse things was the cbtnummodes parameter, which could lead to heap corruption on some systems if the value was sufficiently large. This commit fixes this particular issue and also introduces sanity checking for all consensus parameters. | ||
* | Make get_net_param_from_list() static | Sebastian Hahn | 2011-01-15 |
| | | | | | This prepares for making the accessor method for consensus parameters safer in the next commit. | ||
* | Bump copyright statements to 2011 (0.2.2) | Nick Mathewson | 2011-01-03 |
| | |||
* | Remove unused function declarations | Sebastian Hahn | 2010-08-17 |
| | | | | | | Also remove some #if 0'd code from the unit tests for buffers. The code was killed in e6794e58081af773073c266e23fe3ab2ebecdb7e (5 years ago), and is now broken anyways. | ||
* | Create networkstatus.h | Sebastian Hahn | 2010-07-27 |