Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-19 | resume building on irix64 | Roger Dingledine | |
svn:r6198 | |||
2006-03-19 | bump to 0.1.1.16-rc-cvs so we can start fixing more bugs | Roger Dingledine | |
svn:r6197 | |||
2006-03-19 | which brings us to 0.1.1.16-rctor-0.1.1.16-rc | Roger Dingledine | |
svn:r6195 | |||
2006-03-19 | first cut of a changelog for 0.1.1.16-rc | Roger Dingledine | |
svn:r6194 | |||
2006-03-19 | Allow non-printable characters for exit streams (both for | Roger Dingledine | |
connecting and for resolving). Now we tolerate applications that don't follow the RFCs. But continue to block malformed names at the socks side. svn:r6193 | |||
2006-03-19 | i'm a little teapot, short and stout | Roger Dingledine | |
svn:r6192 | |||
2006-03-19 | man page entry for safesocks. also correct the man page | Roger Dingledine | |
entry for testsocks. svn:r6191 | |||
2006-03-19 | Implement Jason Holt's SafeSocks config option. | Roger Dingledine | |
Also put a URL in the warning message for unsafe socks4 use -- previously we'd only had the URL for unsafe socks5 use. Oops. svn:r6190 | |||
2006-03-19 | and fix the AllowInvalidNodes man page entry too. | Roger Dingledine | |
svn:r6189 | |||
2006-03-19 | Finish the transition from the word 'verified' to the words | Roger Dingledine | |
'named' and 'valid'. svn:r6188 | |||
2006-03-18 | simplify when we're picking a default address for | Roger Dingledine | |
when people ask for "serifos.exit". svn:r6187 | |||
2006-03-18 | make it so there is one place to edit for new dirservers, not two. | Roger Dingledine | |
svn:r6186 | |||
2006-03-18 | fix some typos | Roger Dingledine | |
svn:r6185 | |||
2006-03-18 | authdirs shouldn't complain about unreachability when they | Roger Dingledine | |
fetch a descriptor from somebody else. this is not the right time to increment the failure count. svn:r6184 | |||
2006-03-18 | auth dir servers were only modifying a server's is_running field | Roger Dingledine | |
when they created a network status. so if nobody asked for a network status, they would never discover that any servers are is_running, so they could never build a circuit. svn:r6183 | |||
2006-03-18 | let an authdir that's not a naming authdir start even | Roger Dingledine | |
if it doesn't have an approved-routers file. if it does, read it and parse it as usual. svn:r6182 | |||
2006-03-17 | Actually, only v1 auth dir servers need to define recommendedversions. | Roger Dingledine | |
But versioning dirservers do need to cause recommendclientversions and recommendedserverversions to somehow be non-empty. svn:r6181 | |||
2006-03-17 | when we're an auth dir server but don't claim to be a versioning | Roger Dingledine | |
auth dir server, don't demand that we define RecommendedVersions. svn:r6180 | |||
2006-03-17 | right now we don't support entryguards on auth dirservers, | Roger Dingledine | |
but that doesn't mean we need to remind them every time they start up. svn:r6179 | |||
2006-03-17 | Implement router purposes, and don't choose a non-general | Roger Dingledine | |
purpose router when picking random nodes for a circuit. Also implement SETROUTERPURPOSE and modify +POSTDESCRIPTOR. This concludes bug 250 assuming it all works. svn:r6178 | |||
2006-03-17 | specify SETROUTERPURPOSE and modify +POSTDESCRIPTOR | Roger Dingledine | |
to address bug 250. svn:r6177 | |||
2006-03-17 | but i made the line too long | Roger Dingledine | |
svn:r6176 | |||
2006-03-17 | stop tricking server operators into thinking they got their | Roger Dingledine | |
torrc perfect, just because tor could build a circuit. svn:r6175 | |||
2006-03-17 | Comments: cleanups and additions. | Nick Mathewson | |
svn:r6174 | |||
2006-03-17 | normalize whitespace. | Nick Mathewson | |
svn:r6173 | |||
2006-03-17 | Only warn about lack of name binding for self if we have tried downloading ↵ | Nick Mathewson | |
every networkstatus. svn:r6172 | |||
2006-03-15 | resume being printist: if the hostname contains non-printable | Roger Dingledine | |
characters, then fail. this time don't even bother telling the server operator about these cases, because what's he going to do? if it turns out that some significant population somewhere in the world uses non-printable hostnames and wants to use tor, then i hereby assume that they will contact us. svn:r6171 | |||
2006-03-15 | add tor_strisprint() back in, this time with comments. | Roger Dingledine | |
svn:r6170 | |||
2006-03-15 | quiet another entry guard log message | Roger Dingledine | |
svn:r6169 | |||
2006-03-15 | and remove now-extraneous function | Roger Dingledine | |
svn:r6168 | |||
2006-03-15 | Stop being printist: just because our local platform doesn't | Roger Dingledine | |
consider an alleged destination to be printable doesn't mean nobody in the world will want to use it. svn:r6167 | |||
2006-03-15 | Interim fix for 272: Only warn that we are not named if we have status docs ↵ | Nick Mathewson | |
from some naming authorities. svn:r6166 | |||
2006-03-15 | Implement GETINFO(dir/server/foo); status will be harder. | Nick Mathewson | |
svn:r6165 | |||
2006-03-15 | (Missing header change) Do not warn about unknown servers in our family when ↵ | Nick Mathewson | |
they are given as hex digests. svn:r6164 | |||
2006-03-15 | Do not warn about unknown servers in our family when they are given as hex ↵ | Nick Mathewson | |
digests. svn:r6163 | |||
2006-03-15 | if we as a directory mirror don't know of any v1 directory | Roger Dingledine | |
authorities, then don't try to cache any v1 directories. svn:r6162 | |||
2006-03-14 | change INET_NTOA_BUF_LEN+1 to INET_NTOA_BUF_LEN | Peter Palfrader | |
add a comment in a few places where we add weird numbers to buffer lengths svn:r6161 | |||
2006-03-14 | remove extraneous (i hope) include from the openssl detection | Roger Dingledine | |
svn:r6160 | |||
2006-03-14 | I wonder what an internal internet protocol is | Peter Palfrader | |
svn:r6159 | |||
2006-03-14 | When we try to be a server and Address is not explicitly set | Peter Palfrader | |
and our hostname resolves to a private IP address, try to use an interface address if it has a public address. svn:r6158 | |||
2006-03-14 | Fix an off-by-one buffer size in dirserv.c that magically never hit our | Peter Palfrader | |
three authorities but broke sjmurdoch's own tor network. svn:r6157 | |||
2006-03-13 | when event_add or event_del fail, tell us why. | Roger Dingledine | |
svn:r6156 | |||
2006-03-13 | Fix minor semantic error with no real effect: | Peter Palfrader | |
we were doing "is_internal_IP(htonl(in.s_addr))" but in.s_addr is in network order and is_internal_IP wants host order. Change to "is_internal_IP(ntohl(in.s_addr))". svn:r6155 | |||
2006-03-13 | fix some punctuation and tabs | Roger Dingledine | |
svn:r6154 | |||
2006-03-13 | Use INLINE (which we define) instead of __inline (which is nonstandard) in ↵ | Nick Mathewson | |
ht.h. Resolves bug 270; maybe sun C will work now. svn:r6153 | |||
2006-03-13 | fix a flipped boolean. I had mistakenly assumed my OSX latptop was my friend | Nick Mathewson | |
svn:r6152 | |||
2006-03-13 | Add a missing include in ssl version test. | Nick Mathewson | |
svn:r6151 | |||
2006-03-13 | Nuke space after backslash in contrib/osx/Makefile.am. | Nick Mathewson | |
svn:r6150 | |||
2006-03-13 | Another configure.in fix. We copied some idiocy from our example "look for ↵ | Nick Mathewson | |
openssl" code where we skipped checking for the presence of header files when deciding whether we needed a -L or -I option. This broke the case where openssl/libevent was in our default linker search path, but not our default cpp search path. Thanks go to cat-"pathological case"-xeger and her Solaris box. svn:r6149 | |||
2006-03-13 | Fix a couple of bugs in OpenSSL detection. Also, deal better when there are ↵ | Nick Mathewson | |
multiple SSLs installed. svn:r6148 |