diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2015-09-15 17:04:18 +1000 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2015-09-15 17:04:18 +1000 |
commit | 31eb486c4624d1437d982ffdfc1f9d7d83c5ffd6 (patch) | |
tree | 63993443cc4c4eb32efc6e218e0c35a03d956158 /changes | |
parent | a444b11323799536b4cd7902e29f711b0806293a (diff) | |
download | tor-31eb486c4624d1437d982ffdfc1f9d7d83c5ffd6.tar.gz tor-31eb486c4624d1437d982ffdfc1f9d7d83c5ffd6.zip |
Add get_interface_address[6]_list for a list of interface IP addresses
Add get_interface_address[6]_list by refactoring
get_interface_address6. Add unit tests for new and existing functions.
Preparation for ticket 17027. Patch by "teor".
Patch on 42b8fb5a1523 (11 Nov 2007), released in 0.2.0.11-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug17027-reject-private-all-interfaces | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug17027-reject-private-all-interfaces b/changes/bug17027-reject-private-all-interfaces new file mode 100644 index 0000000000..2801642f8a --- /dev/null +++ b/changes/bug17027-reject-private-all-interfaces @@ -0,0 +1,5 @@ + o Minor bug fixes (security, exit policies): + - Add get_interface_address[6]_list by refactoring + get_interface_address6. Add unit tests for new and existing functions. + Preparation for ticket 17027. Patch by "teor". + Patch on 42b8fb5a1523 (11 Nov 2007), released in 0.2.0.11-alpha. |