Roger Dingledine
|
a1f1fa6ab2
Checkpoint in-progress fixes:
|
20 years ago |
Nick Mathewson
|
bbaa3c7792
Implement more control spec functionality
|
20 years ago |
Nick Mathewson
|
6e6d95b3db
Change from inet_ntoa to a threadproof tor_inet_ntoa.
|
20 years ago |
Nick Mathewson
|
58540dde50
Do not try to double-aquire lock when rotating keys. May fix deadlock bug found by weasel.
|
20 years ago |
Nick Mathewson
|
f672577bc6
Free even more things on shutdown. Temporarily move tor_free_all out from #ifdef so it gets tested more.
|
20 years ago |
Roger Dingledine
|
0551e3a814
reject more default filesharing ports by default.
|
21 years ago |
Roger Dingledine
|
7fd8dfe6ea
accept LDAP (389/tcp) and LDAPS (636/tcp) in default exit policy
|
21 years ago |
Roger Dingledine
|
82d3894f3e
don't let a corrupt directory cache keep us from starting
|
21 years ago |
Nick Mathewson
|
fd41cbcadf
Have reason string for serverdesc post requests contain actual serverdesc status. Also fix return values of dirserv_add_descriptor to work as advertised.
|
21 years ago |
Roger Dingledine
|
4b6d55afdf
separate time_of_process_start from stats_n_seconds_uptime:
|
21 years ago |
Nick Mathewson
|
6dd91de3bd
Nothing actually _uses_ socks_port, so why publish it? For backward compatibility, publish a socks_port of 0, and never read socks_port.
|
21 years ago |
Nick Mathewson
|
fca7ba9777
Resolve task 42: find where 19-char nicknames were getting truncated when read from certs, and fix it. Also audit use of MAX_NICKNAME_LEN; no other badness found, but some docs/code cleaned up a touch.
|
21 years ago |
Roger Dingledine
|
b6173b7b68
0.0.9 broke hibernation. darn it.
|
21 years ago |
Roger Dingledine
|
464338b250
when hibernating, don't advertise any ports
|
21 years ago |
Nick Mathewson
|
fc87758ff3
Add function to check that addr_policy_t is okay; change struct addr_policy_t to addr_policy_t.
|
21 years ago |
Roger Dingledine
|
db5e100cde
clean up 3 more underflow possibilities
|
21 years ago |
Roger Dingledine
|
0799804c60
fix redundant (and dangerous) NUL termination
|
21 years ago |
Nick Mathewson
|
7fbd297532
Suggestion from weasel: Make tor --version --version dump the cvs Id of every file.
|
21 years ago |
Roger Dingledine
|
7fc30fc1e6
accept *:706 (silc) by default
|
21 years ago |
Roger Dingledine
|
22727b4edc
wrong is ok, and right is fine, but in between is apparently
|
21 years ago |
Nick Mathewson
|
6f5dbefa7e
Normalize space: add one between every control keyword and control clause.
|
21 years ago |
Roger Dingledine
|
7c9a707900
remove emacs droppings, since nick says he doesn't need them anymore
|
21 years ago |
Nick Mathewson
|
f91152ce6a
Clarify a bunch of log messages
|
21 years ago |
Nick Mathewson
|
22dba27d8d
Normalize a few more kinds of whitespace. We now dislike:
|
21 years ago |
Nick Mathewson
|
d4754b334c
Compile cleanly on windows; prevent some insane bandwidth cases (e.g., "BandwidthBurst 1000 TB" from occuring.
|
21 years ago |
Nick Mathewson
|
983a335f3b
Normalize space
|
21 years ago |
Nick Mathewson
|
bdb61f2a04
fix typo
|
21 years ago |
Nick Mathewson
|
36f4e15e81
Call init_keys() where needed; fix hibernate bug.
|
21 years ago |
Nick Mathewson
|
8acaf8e187
Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting setup. More docs needed
|
21 years ago |
Nick Mathewson
|
08627d5d87
Track whether descriptor is dirty/uploaded. When any options are set, mark it dirty. Once a minute, regenerate and upload the server descriptor if it is dirty.
|
21 years ago |