- Jan 13, 2012
-
-
Nick Mathewson authored
Implements ticket #4207
-
- Jan 04, 2012
-
-
Also, have tor_disable_debugger_attach() return a tristate of success/failure/don't-know-how , and only log appropriately.
-
- Dec 27, 2011
-
-
Robert Ransom authored
-
Robert Ransom authored
-
Robert Ransom authored
-
- Nov 30, 2011
-
-
-
Nick Mathewson authored
make the asciidoc work; make the example more generic; tighten the prose a little; be more specific that *.example.com matches example.com; simplify an example.
-
https://trac.torproject.org/projects/tor/ticket/933#comment:8
1. Only allow '*.' in MapAddress expressions. Ignore '*ample.com' and '.example.com'. This has resulted in a slight refactoring of config_register_addressmaps. 2. Add some more detail to the man page entry for AddressMap. 3. Fix initialization of a pointer to NULL rather than 0. 4. Update the unit tests to cater for the changes in 1 and test more explicitly for recursive mapping.
-
https://trac.torproject.org/projects/tor/ticket/933#comment:4
1. Implement the following mapping rules: MapAddress a.b.c d.e.f # This is what we have now MapAddress .a.b.c d.e.f # Replaces any address ending with .a.b.c with d.e.f MapAddress .a.b.c .d.e.f # Replaces the .a.b.c at the end of any addr with .d.e.f (Note that 'a.b.c .d.e.f' is invalid, and will be rejected.) 2. Add tests for the new rules. 3. Allow proper wildcard annotation, i.e. '*.d.e' '.d.e' will still work. 4. Update addressmap_entry_t with an is_wildcard member.
-
Allow MapAddress to handle directives such as: MapAddress .torproject.org .torserver.exit MapAddress .org 1.1.1.1 Add tests for addressmap_rewrite.
-
- Nov 29, 2011
-
-
Nick Mathewson authored
-
- Nov 28, 2011
-
-
Nick Mathewson authored
-
- Nov 24, 2011
-
-
George Kadianakis authored
-
Robert Ransom authored
-
- Nov 23, 2011
-
-
Roger Dingledine authored
-
- Nov 21, 2011
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
- Nov 05, 2011
-
-
George Kadianakis authored
-
- Nov 03, 2011
-
-
Roger Dingledine authored
-
- Oct 25, 2011
-
-
Roger Dingledine authored
Remove a confusing dollar sign from the example fingerprint in the man page, and also make example fingerprint a valid one.
-
- Sep 28, 2011
-
-
Roger Dingledine authored
-
- Sep 22, 2011
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Implements bug3630.
-
- Sep 02, 2011
-
-
Roger Dingledine authored
-
- Aug 29, 2011
-
-
Roger Dingledine authored
-
- Aug 25, 2011
-
-
Sebastian Hahn authored
-
- Jul 20, 2011
-
-
Nick Mathewson authored
-
- Jul 19, 2011
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jul 14, 2011
-
-
- Jul 06, 2011
-
-
Sebastian Hahn authored
Asciidoc was inserting <pre> tags for paragraphs that started with a '+' at the beginning of the line. Instead, we need a space in front of the plus.
-
- Jun 21, 2011
-
-
Roger Dingledine authored
otherwise you scp a tarball up but only one version of the website has it.
-
- Jun 20, 2011
-
-
- Jun 17, 2011
-
-
Nick Mathewson authored
This reverts commit 40cfad1b.
-
- Jun 12, 2011
-
-
Sebastian Hahn authored
Thanks to Nick for the idea for the fix.
-
- Jun 10, 2011
-
-
Nick Mathewson authored
-
- Jun 03, 2011
-
-
- Jun 02, 2011
-
-