aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-06-03 21:41:14 +0000
committerNick Mathewson <nickm@torproject.org>2006-06-03 21:41:14 +0000
commitc660a0f6a2875a8b9b612f28a7f752b3ca8eb5da (patch)
tree019d62051717340d6b63af87f512120f2f154b85 /Makefile.am
parent85a25c8a29e6d612ff33b75464363a51eea42e7b (diff)
downloadtor-c660a0f6a2875a8b9b612f28a7f752b3ca8eb5da.tar
tor-c660a0f6a2875a8b9b612f28a7f752b3ca8eb5da.tar.gz
More DNS fixes. Send meaningful TTLs back to the client when
possible. Cache at the server side independently from the TTL, to prevent attackers from probing the server to see who has been asking for what hostnames. (Hi, Dan Kaminski!) Also, clean some whitespace. svn:r6526
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index e41d6ebb9..6179291fd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,8 +55,8 @@ doxygen:
# Avoid strlcpy.c, strlcat.c, tree.h
check-spaces:
- ./contrib/checkSpace.pl -C \
- src/common/*.h \
- src/common/[^s]*.c \
- src/or/[^t]*.[ch] src/or/t*.c
+ ./contrib/checkSpace.pl -C \
+ src/common/*.h \
+ src/common/[^as]*.c \
+ src/or/[^et]*.[ch] src/or/t*.c src/or/eventdns_tor.h