tor/src
Nick Mathewson 22df330f14 Get directories working.
Or at least, directories get generated, signed, download, and checked, with
nobody seeming to crash.

In config/*, added 'signing-key' blocks to dirservers and routers.or, so
that everyone will know about the directories' signing keys.

In or/directory.c, refrained from using a dirserver's signing key when
no such key is known; added more debugging output.

In or/main.c, added debugging output and fixed a few logic errors.

In or/routers.c, added debugging output and prevented a segfault on
routers_resolve_directory.  The interleaving of arrays and lists on
routerinfo_t is still messy, but at least it seems to work again.


svn:r278
2003-05-08 21:35:11 +00:00
..
common Tested backends for directory signing and checking. Directory parser completely refactored. Need documentation and integration. Explanitory mail forthcoming. 2003-05-07 18:30:46 +00:00
config Get directories working. 2003-05-08 21:35:11 +00:00
or Get directories working. 2003-05-08 21:35:11 +00:00
orkeygen laying the groundwork for dynamic router lists 2002-09-24 10:43:57 +00:00
.cvsignore First cut at cleaning out a lot of the extra stuff. 2002-06-29 00:54:00 +00:00
Makefile.am onion proxy now speaks socks4a 2002-09-22 11:09:07 +00:00