diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-06-03 21:41:14 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-06-03 21:41:14 +0000 |
commit | c660a0f6a2875a8b9b612f28a7f752b3ca8eb5da (patch) | |
tree | 019d62051717340d6b63af87f512120f2f154b85 /Makefile.am | |
parent | 85a25c8a29e6d612ff33b75464363a51eea42e7b (diff) | |
download | tor-c660a0f6a2875a8b9b612f28a7f752b3ca8eb5da.tar.gz tor-c660a0f6a2875a8b9b612f28a7f752b3ca8eb5da.zip |
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.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index e41d6ebb95..6179291fd1 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 |