Nick Mathewson
|
0b4b51314f
Make the controller act more usefully when GETINFO fails
|
vor 14 Jahren |
Nick Mathewson
|
b006e3279f
Merge remote branch 'origin/maint-0.2.1'
|
vor 14 Jahren |
Nick Mathewson
|
c3e63483b2
Update Tor Project copyright years
|
vor 14 Jahren |
Sebastian Hahn
|
1e49c908f7
Speed up the execution of exit_policy_is_general_exit_helper()
|
vor 14 Jahren |
Sebastian Hahn
|
20422cde2b
0/8 doesn't count as a /8 subnet towards an Exit flag
|
vor 14 Jahren |
Nick Mathewson
|
ba0c9e5d03
Trivial doc fix for exit_policy_is_general_exit_helper
|
vor 15 Jahren |
Sebastian Hahn
|
03bd98b3b1
Don't assign Exit flag incorrectly
|
vor 15 Jahren |
Roger Dingledine
|
f22c063067
remove redundant validate_addr_policies() checks
|
vor 15 Jahren |
Sebastian Hahn
|
3807db001d
*_free functions now accept NULL
|
vor 15 Jahren |
Karsten Loesing
|
56c2385157
Fix bug 1113.
|
vor 15 Jahren |
Nick Mathewson
|
20193fc7ab
Avoid a memory corruption problem related to "private" in DirPolicy.
|
vor 15 Jahren |
Nick Mathewson
|
ec7e054668
Spell-check Tor.
|
vor 15 Jahren |
Karsten Loesing
|
9b32e8c141
Update copyright to 2009.
|
vor 15 Jahren |
Nick Mathewson
|
d40cbda2cd
Log cached-at-exit exit policies to try to fix bug 672.
|
vor 15 Jahren |
Nick Mathewson
|
c4b8fef362
Remove svn $Id$s from our source, and remove tor --version --version.
|
vor 16 Jahren |
Nick Mathewson
|
46f8ef8116
Switch address comparisons in policies to be exact rather than semantic. Until we do ipv6 exit policies and until we know whether we even allow ::ffff:0:0/96 addresses, there is no point in doing "semantic" comparisons. This was also showing up on oprofile.
|
vor 16 Jahren |
Nick Mathewson
|
870fd18b8f
Refactor some exit-policy-related functions that showed up in oprofile.
|
vor 16 Jahren |
Nick Mathewson
|
1e5f457461
Fix most DOCDOCs remaining and/or added by redox.
|
vor 16 Jahren |
Nick Mathewson
|
1725c0c8a5
Add DOCDOC comments for all undocumented functions. Add missing *s to other comments so that they will get recognized as doxygen.
|
vor 16 Jahren |
Nick Mathewson
|
122170c1d3
Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch.
|
vor 16 Jahren |
Nick Mathewson
|
6e3de8530e
Remove bug 811/845 debugging code
|
vor 16 Jahren |
Nick Mathewson
|
7b45d530b0
Add some debugging logs for bug 811/845.
|
vor 16 Jahren |
Roger Dingledine
|
2d95accc75
Allow ports 465 and 587 in the default exit policy again. We had
|
vor 16 Jahren |
Nick Mathewson
|
aacda9cd8e
We should not alter an addr_policy_t that has been canonicalized.
|
vor 16 Jahren |
Nick Mathewson
|
d5b2dab31d
Fix a malloc that should have been a tor_malloc
|
vor 16 Jahren |
Nick Mathewson
|
0b8117a5c0
Fix numerous memory leaks: some were almost impossible to trigger, and some almost inevitable.
|
vor 16 Jahren |
Peter Palfrader
|
e8de3ff54d
If we are lucky the whitespace nazis will not have noticed these things yet
|
vor 16 Jahren |
Peter Palfrader
|
ff32708d0e
Having a reject-all policy summarized with a lack of summary is stupid. Explicitly mention them as reject 1-65535.
|
vor 16 Jahren |
Peter Palfrader
|
91f654f2ff
This bunch of functions really should be static
|
vor 16 Jahren |
Peter Palfrader
|
171a7d4b0f
Fix an overflow when counting rejects for *, truncate exit summaries after 1000 chars
|
vor 16 Jahren |