[or-cvs] More DNS fixes. Send meaningful TTLs back to the client when

Nick Mathewson nickm at seul.org
Sat Jun 3 21:41:16 UTC 2006


Update of /home/or/cvsroot/tor
In directory moria:/tmp/cvs-serv30284

Modified Files:
	Makefile.am 
Log Message:
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.



Index: Makefile.am
===================================================================
RCS file: /home/or/cvsroot/tor/Makefile.am,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -d -r1.25 -r1.26
--- Makefile.am	4 May 2006 00:34:51 -0000	1.25
+++ Makefile.am	3 Jun 2006 21:41:14 -0000	1.26
@@ -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
 



More information about the tor-commits mailing list