Nick Mathewson
|
1b49198081
Support code for resettable options, and option sets. Still needs validate-and-then-replace logic
|
21 years ago |
Roger Dingledine
|
f7a30fa73e
break out validate_options
|
21 years ago |
Roger Dingledine
|
cadbae6aa5
make free_options() and init_options() use the big array.
|
21 years ago |
Roger Dingledine
|
59453ac6ef
add a ControlPort and control listener conn.
|
21 years ago |
Nick Mathewson
|
b74b72a5ce
Fix windows build
|
21 years ago |
Roger Dingledine
|
d0c158c8d6
clarify the bandwidthburst and bandwidthrate are in bytes
|
21 years ago |
Roger Dingledine
|
a4753283dd
better interface for connection_ap_handshake_socks_reply()
|
21 years ago |
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 |