tor/src/or
Roger Dingledine afb1c79879 Leave options->DirServers alone -- if the user didn't specify any,
just add the default ones directly to the trusted dirserver list.
This fixes a bug where people running controllers would setconf or
the equivalent, and Tor would start yelling at them about setting
their own DirServer lines.


svn:r5418
2005-11-18 02:47:09 +00:00
..
.cvsignore update the cvsignore 2003-09-26 21:16:57 +00:00
buffers.c Add a new config option TestSocks so people can see if their 2005-11-16 23:37:35 +00:00
circuitbuild.c On directory servers, old_routers was wasting hundreds of bytes per superseded router descriptor. Roll the signed descriptor info and identifying info into a cache_info struct, and use only that for old_routers. 2005-11-05 20:15:27 +00:00
circuitlist.c speed up the lookup-by-circid-orconn now that it seems that 2005-11-11 19:28:32 +00:00
circuituse.c Make new logging stuff work on windows; fix a couple of windows typos. 2005-11-15 03:05:23 +00:00
command.c make circ->onionskin a pointer, not a static array. moria2 was using 2005-10-29 19:13:48 +00:00
config.c Leave options->DirServers alone -- if the user didn't specify any, 2005-11-18 02:47:09 +00:00
connection_edge.c Add a new config option TestSocks so people can see if their 2005-11-16 23:37:35 +00:00
connection_or.c On directory servers, old_routers was wasting hundreds of bytes per superseded router descriptor. Roll the signed descriptor info and identifying info into a cache_info struct, and use only that for old_routers. 2005-11-05 20:15:27 +00:00
connection.c and another overly common log entry 2005-11-18 00:35:29 +00:00
control.c and now we actually do it, too. 2005-11-17 22:01:46 +00:00
cpuworker.c answer nick's XXX, and muck with some log domain choices 2005-11-01 06:13:12 +00:00
directory.c If we stop knowing about a dirserver between request and answer, do not die. 2005-11-08 22:30:17 +00:00
dirserv.c On directory servers, old_routers was wasting hundreds of bytes per superseded router descriptor. Roll the signed descriptor info and identifying info into a cache_info struct, and use only that for old_routers. 2005-11-05 20:15:27 +00:00
dns.c Per comments at the bottom of openssl/FAQ, call even more functions to 2005-10-25 19:01:48 +00:00
hibernate.c Fix number in error message 2005-11-14 19:17:28 +00:00
main.c Make new logging stuff work on windows; fix a couple of windows typos. 2005-11-15 03:05:23 +00:00
Makefile.am Start implementing control interface. 2004-11-03 01:32:26 +00:00
onion.c Remove last vestiges of old logging interface. 2005-10-25 18:01:01 +00:00
or.h Leave options->DirServers alone -- if the user didn't specify any, 2005-11-18 02:47:09 +00:00
relay.c we used to kill the circuit when we receive a relay command we 2005-11-17 03:40:20 +00:00
rendclient.c Make new logging stuff work on windows; fix a couple of windows typos. 2005-11-15 03:05:23 +00:00
rendcommon.c Remove last vestiges of old logging interface. 2005-10-25 18:01:01 +00:00
rendmid.c Remove last vestiges of old logging interface. 2005-10-25 18:01:01 +00:00
rendservice.c On directory servers, old_routers was wasting hundreds of bytes per superseded router descriptor. Roll the signed descriptor info and identifying info into a cache_info struct, and use only that for old_routers. 2005-11-05 20:15:27 +00:00
rephist.c Remove last vestiges of old logging interface. 2005-10-25 18:01:01 +00:00
router.c On directory servers, old_routers was wasting hundreds of bytes per superseded router descriptor. Roll the signed descriptor info and identifying info into a cache_info struct, and use only that for old_routers. 2005-11-05 20:15:27 +00:00
routerlist.c Leave options->DirServers alone -- if the user didn't specify any, 2005-11-18 02:47:09 +00:00
routerparse.c Verify that router fingerprint lines match identity keys. (We dont use them, but others might.) 2005-11-15 21:24:32 +00:00
test.c On directory servers, old_routers was wasting hundreds of bytes per superseded router descriptor. Roll the signed descriptor info and identifying info into a cache_info struct, and use only that for old_routers. 2005-11-05 20:15:27 +00:00
tor_main.c Docment or add DOCDOC comments to undocumented functions in src/or. Make function definition format uniform. 2005-06-11 18:52:12 +00:00
tree.h Change end-of-file NLNL convention. It turns out arma I and I agree. 2005-06-09 19:03:31 +00:00