- 28 May, 2008 1 commit
-
-
Roger Dingledine authored
when tor starts. this breaks rpms and maybe other packages. svn:r14764
-
- 13 May, 2008 1 commit
-
-
Nick Mathewson authored
Forward-port: update authority keys affected by Debian OpenSSL bug (See CVE-2008-0166 or http://lists.debian.org/debian-security-announce/2008/msg00152.html ) svn:r14603
-
- 12 May, 2008 1 commit
-
-
Nick Mathewson authored
Implement a proposal to let a directory authority migrate its identity key without ceasing to sign consensuses. svn:r14584
-
- 23 Apr, 2008 1 commit
-
-
Roger Dingledine authored
svn:r14424
-
- 01 Apr, 2008 1 commit
-
-
Roger Dingledine authored
svn:r14277
-
- 27 Mar, 2008 2 commits
-
-
Peter Palfrader authored
New --hush command-line option similar to --quiet. While --quiet disables all logging to the console on startup, --hush limits the output to messages of warning and error severity. svn:r14222
-
Nick Mathewson authored
Stop reading torrc when all we want to do is --hash-password. Fix based on patch from Sebastian Hahn. Backport candidate. svn:r14214
-
- 13 Mar, 2008 1 commit
-
-
Nick Mathewson authored
Make set-option functions return sensible error codes from an enum, not mysterious negative integers svn:r14004
-
- 11 Mar, 2008 2 commits
-
-
Nick Mathewson authored
Make some assert()s into tor_assert()s. Make some tor_assert()s called from logging into assert()s, and document why. svn:r13977
-
Nick Mathewson authored
Fix bug spotted by mwenge: a server_event should not be a sever_event. Also, fix compile errors in config.c and control.c with --enable-gcc-warnings. svn:r13957
-
- 10 Mar, 2008 8 commits
-
-
Peter Palfrader authored
Change options_init_from_string() so that it returns different exit codes in the error case, depending on what went wrong. Also push the responsibility to log the error to the caller. svn:r13947
-
Peter Palfrader authored
svn:r13946
-
Peter Palfrader authored
svn:r13945
-
Peter Palfrader authored
move code that loads torrc from disk and sets torrc_fname into its own function svn:r13944
-
Peter Palfrader authored
Tread the case of a non-existing conffile, when allowed, exactly like the one with an empty torrc. svn:r13943
-
Peter Palfrader authored
Part of options_init_from_torrc()'s job was looking for -f flags (to specify an alternate config file) on the command line, complaining if more than one is given or the given does not exist. If none is given then use the compiled-in default location, accepting if it does not exist. This logic has been moved into its own function in an attemped to make options_init_from_torrc() easier to deal with. svn:r13942
-
Peter Palfrader authored
Split the argv processing loop into two poarts, one that deals with figuring out which conffile to use, and the other that figures out which "command" (hash fingerprint, verify config, list fpr, run tor) the user asked for. There is a third part further down that imports command line args into the config but that is not touched. svn:r13941
-
Roger Dingledine authored
svn:r13935
-
- 08 Mar, 2008 1 commit
-
-
Nick Mathewson authored
Change semantics of add-a-log functions to copy severity setup: that is way less error-prone. Fix up config.c to act accordingly. svn:r13888
-
- 05 Mar, 2008 1 commit
-
-
Nick Mathewson authored
Implement domain-selection for logging. Source is documented; needs documentation in manpage (maybe). For now, see doxygen comment on parse_log_severity_config in log.c svn:r13875
-
- 03 Mar, 2008 1 commit
-
-
Peter Palfrader authored
in options_act() we set running_tor to options->command == CMD_RUN_TOR once and used that in all but one place. Now we use running_tor in that place also. svn:r13819
-
- 22 Feb, 2008 2 commits
-
-
Roger Dingledine authored
if it appears on the commandline. should help with bug 586. svn:r13683
-
Nick Mathewson authored
More 64-to-32 fixes. svn:r13672
-
- 21 Feb, 2008 4 commits
-
-
Nick Mathewson authored
Do the last part of arma's fix for bug 437: Track the origin of every addrmap, and use this info so we can remove all the trackhostexits-originated mappings for a given exit. svn:r13660
-
Roger Dingledine authored
svn:r13649
-
Nick Mathewson authored
Fix a spelling error and clean up a recent veracode-induced integer overflow check. Both spotted by Chris Palmer. svn:r13639
-
Nick Mathewson authored
Resolve all DOCDOC issues, and document some other undocumented code, and fix a changelog entry. svn:r13638
-
- 20 Feb, 2008 1 commit
-
-
Nick Mathewson authored
Apply patch from Sebastian Hahn: stop imposing an arbitrary maximum on the number of file descriptors used for busy servers. Bug reported by Olaf Selke. svn:r13626
-
- 19 Feb, 2008 3 commits
-
-
Nick Mathewson authored
Add a few asserts to catch possible errors found by veracode. svn:r13598
-
Roger Dingledine authored
potential bug reported by veracode. svn:r13590
-
Roger Dingledine authored
svn:r13582
-
- 17 Feb, 2008 1 commit
-
-
Nick Mathewson authored
Partial fix for bug 586: Add an ephemeral __HashedControlSessionPassword. svn:r13543
-
- 15 Feb, 2008 1 commit
-
-
Nick Mathewson authored
Add an XXXX021 item so we eventually stop calling setuid() and setgid() unnecessarily. svn:r13533
-
- 06 Feb, 2008 1 commit
-
-
Roger Dingledine authored
even when the local resolv.conf file is missing, broken, or contains only unusable nameservers. Now I can run a local network on my laptop when I'm on an airplane. svn:r13402
-
- 05 Feb, 2008 1 commit
-
-
Nick Mathewson authored
Check for correctness of AuthDir* options in options_validate; check for possible bugs where options_validate() is happy but parse_policies_from_options() is sad. svn:r13384
-
- 04 Feb, 2008 2 commits
-
-
Roger Dingledine authored
private IP address (like 127.0.0.1). svn:r13371
-
Roger Dingledine authored
svn:r13370
-
- 22 Jan, 2008 1 commit
-
-
Roger Dingledine authored
authority. svn:r13231
-
- 20 Jan, 2008 1 commit
-
-
Roger Dingledine authored
Tor can warn and/or refuse connections to ports commonly used with vulnerable-plaintext protocols. We still need to figure out some good defaults for them. svn:r13198
-
- 16 Jan, 2008 1 commit
-
-
Nick Mathewson authored
Fix some hard to trigger but nonetheless real memory leaks spotted by an anonymous contributor. Needs review. Partial backport candidate. svn:r13147
-