- Jan 08, 2020
-
-
teor authored
-
- Jan 07, 2020
-
-
Roger Dingledine authored
-
Nick Mathewson authored
-
-
If they are inconsistent, output a raw bug log. Part of 32845.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Also, add a CTASSERT() to make sure that we don't let this array get out-of-sync again. Found by coverity; this is CID 1457528.
-
teor authored
These test cases are validated differently by some programming languages, because those languages have incorrect UTF-8 implementations. We want to make sure that tor validates them correctly. Closes ticket 32845.
-
Neel Chauhan authored
-
- Jan 06, 2020
-
-
Nick Mathewson authored
-
-
-
-
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Patch from opara. Closes ticket 32779.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jan 05, 2020
-
-
Allow calls to dup() which was introduced in commit a22fbab9. From a security perspective, I don't think this should impact the security of the sandbox significantly. As far as I can tell, there is nothing an adversary can do with a duplicated FD that can't be done with the original.
-
- Dec 20, 2019
-
-
Neel Chauhan authored
-
Neel Chauhan authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
teor authored
This is an automated commit, generated by this command: ./scripts/maint/rename_c_identifier.py \ EXPOSE_CLEAN_BACKTRACE BACKTRACE_PRIVATE \ TOR_CHANNEL_INTERNAL_ CHANNEL_OBJECT_PRIVATE \ CHANNEL_PRIVATE_ CHANNEL_FILE_PRIVATE \ EXPOSE_ROUTERDESC_TOKEN_TABLE ROUTERDESC_TOKEN_TABLE_PRIVATE \ SCHEDULER_PRIVATE_ SCHEDULER_PRIVATE
-
teor authored
-
teor authored
-
teor authored
-
teor authored
-
- Dec 19, 2019
-
-
teor authored
These changes were created using the "make autostyle" from 32522, and then split into commits.
-
teor authored
Some ".c" files define *_PRIVATE macros, but those macros are not used in any header file. Delete them. These changes were created using the "make autostyle" from 32522, and then split into commits.
-
teor authored
-
teor authored
-
Nick Mathewson authored
We stopped looking at this option in 85cf6dcb, back when we implemented the minimal pieces of prop275. Since then, we've had code to validate and adjust this option, and to give it a different value in testing networks, but the option hasn't actually done anything. We can safely mark it as OBSOLETE, since doing so does not make any old configuration get rejected. Closes ticket 32807.
-