Commit History

Author SHA1 Message Date
  Nick Mathewson cea9125d71 Implement two flavors of authentication for control connections: one for trusted FS, one for untrusted FS. 21 years ago
  Nick Mathewson 86ba00290b Add function to generate/copy the config_lines, given the name of an option 21 years ago
  Roger Dingledine e541319dcb lay the groundwork for a default value for each config option. 21 years ago
  Nick Mathewson 8db0abb687 First attempt at hibernation code. It needs more work around the XXXXs, but first I want arma to review the basic approach while I meditate on how to fix them. 21 years ago
  Roger Dingledine 282816b498 change min required number of fd's to 1024 21 years ago
  Nick Mathewson 9510d9a792 tor --list-fingerprint to print fingerprint and exit 21 years ago
  Nick Mathewson 2fbf31533b Tricksy compiler warnings! We hates them, hates them forever, my precious! 21 years ago
  Nick Mathewson 6874c39904 Fix windows build 21 years ago
  Nick Mathewson c5eb95b644 Add ability for some-but-not-all abbrevs to work in config file. Add a bunch of singular/plural abbrevs suggested by arma 21 years ago
  Nick Mathewson 5369ee921e Make it compile on Linux 21 years ago
  Nick Mathewson 482c309db9 Document new config code 21 years ago
  Nick Mathewson a24eb4db91 Re-write configuration option lookup code: use a table, not a big if( || || || ||). Deprecate unoffical abbrevs and abbrevs not on the command line. 21 years ago
  Nick Mathewson 26f3cb8652 Add SysLog option to direct log messages to the system log instead of a FILE*. 21 years ago
  Roger Dingledine 0113a643a2 quick-and-dirty dir policy since the dirservers are getting hammered 21 years ago
  Nick Mathewson 04ca660b2a Fix typo in last windows patch 21 years ago
  Nick Mathewson 78a2c3aa39 Make windows fall back to CWD if SHGetSpecialFolderLocation is borked 21 years ago
  Nick Mathewson c7151d8bed Add "pass" target for RedirectExit, to make it easier to break out of a sequence of rules 21 years ago
  Roger Dingledine e66d5f897a fix a seg fault with exitredirect 21 years ago
  Nick Mathewson 6d1e1b7f46 Unify windows special-dir handling 21 years ago
  Nick Mathewson 8d27385c23 Implement RedirectExit. 21 years ago
  Roger Dingledine 7c3ab346f6 various tweaks and fixes 21 years ago
  Nick Mathewson a1bf39f698 Code to parse (but not yet actually use) RedirectExit lines 21 years ago
  Roger Dingledine de65052312 don't assert multiple things in the same tor_assert() 21 years ago
  Nick Mathewson 47dc024f7e Change interface of parse_addr_port() to return address in host order, since most users seem to want that. 21 years ago
  Nick Mathewson a42adce362 fix memory leak in router.c; start relying on NULL==(zero bytes) 21 years ago
  Nick Mathewson 9d5831341e Implement user-declared node families. 21 years ago
  Nick Mathewson 99f7955372 Use the real default exit policy, not reject *:* 21 years ago
  Nick Mathewson 01eacbca9e Make RecommendedVersions a CONFIG_TYPE_LINELIST option, and have it tolerate whitespace a little better. 21 years ago
  Nick Mathewson 7fa5d224d4 Implement "families" of coadministered nodes; prevent them all from appearing on the same circuit. 21 years ago
  Roger Dingledine 56e151eb41 advertise moria2's dirport as 18.244.0.114:80 21 years ago