Custom Query (24771 matches)
Results (31 - 33 of 24771)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#4039 | fixed | MAT patches (multiselect bug, etc.) | ||
Description |
I've made a few bug fixes/cleanups to the Metadata Anonymisation Toolkit source. Find them here: git://github.com/4ZM/Metadata-Anonymisation-Toolkit.git Feel free to bring them upstream. |
|||
#4089 | not a bug | Listening to wrong IP according to log (due to nic alias?) | ||
Description |
The log reads: "Now checking whether ORPort A.B.172.47:9001 and DirPort A.B.172.47:9030 are reachable..." But the torrc has: ORListenAddress A.B.172.50 DirListenAddress A.B.172.50 After tor start it really does listen to A.B.172.50 and not to the ip from the log. The probable cause for this is the use of a physical eth0 with ip A.B.172.47 and an alias eth0:1 with A.B.172.50. Running on Gentoo. |
|||
#4432 | implemented | Improved test coverage of three functions in common | ||
Description |
Added a few tests for: hex_str, n_bits_set & eat_whitespace 3 commits on the branch 'topic/test/common_misc' @ https://github.com/4ZM/Tor |