- Feb 06, 2014
-
-
Qingping Hou authored
-
Qingping Hou authored
This function is not used anymore
-
Qingping Hou authored
According to control spec, longname should not contain any spaces and is consists only of identy_digest + nickname added two functions: * node_get_verbose_nickname_by_id() * node_describe_longname_by_id()
-
Nick Mathewson authored
-
Nick Mathewson authored
-
sed -i 's/BN_free/BN_clear_free/g'
-
Nick Mathewson authored
Conflicts: changes/bug10485 src/or/rephist.c src/or/status.c
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Previously, they went out once an hour, unconditionally. Fixes 10485; bugfix on 0.2.4.17-rc.
-
Nick Mathewson authored
Apparently the compiler on solaris 9 didn't like "sun" as an identifier. Fix for bug 10565; bugfix on 0.2.5.1-alpha.
-
- Feb 04, 2014
-
-
Nick Mathewson authored
'make distcheck' now passes again.
-
- Feb 03, 2014
-
-
Nick Mathewson authored
-
Nick Mathewson authored
My OSX laptop rightly gave a warning because of sticking strlen() into an int, but once I took a closer look... it appears that the strlen() was part of a needlessly verbose implementation for tor_strdup(). While I was there, I fixed the usage of tor_free() in test_hs.c: It checks for NULL, and it zeros its argument. So instead of if (foo) { tor_free(foo); foo = NULL; } we should just say tor_free(foo);
-
Nick Mathewson authored
I'm making this change now since ipfw will want its own option too, and proliferating options here isn't sensible. (See #10582 and #10267)
-
(This was a squash commit, but I forgot to squash it. Sorry! --Nick)
-
Fixes issue 10365.
-
Nick Mathewson authored
-
Nick Mathewson authored
It looks to me like these functions can never get called with NULL arguments, but better safe than sorry.
-
Nick Mathewson authored
-
Nick Mathewson authored
Improvement on f308adf8, where we made the ntor unit tests run everywhere... so long as a python curve25519 module was installed. Now the unit tests don't require that module.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
sed -i 's/BN_free/BN_clear_free/g'
-
- Feb 02, 2014
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
I'm doing this because: * User doesn't mean you're running as root, and running as root doesn't mean you've set User. * It's possible that the user has done some other capability-based hack to retain the necessary privileges.
-
- Jan 31, 2014
-
-
Nick Mathewson authored
Based on patch from "thomo" at #10582.
-
- Jan 30, 2014
-
-
Qingping Hou authored
-
Qingping Hou authored
-
Qingping Hou authored
-
Qingping Hou authored
-
- Jan 29, 2014
-
-
Nick Mathewson authored
The remaining vestige is that we continue to publish the V2dir flag, and that, for the controller, we continue to emit v2 directory formats when requested.
-
- Jan 27, 2014
-
-
Roger Dingledine authored
also replace them with the versions of the changelog stanzas from release-0.2.4, for consistency
-
- Jan 21, 2014
-
-
Nick Mathewson authored
-
- Jan 20, 2014
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jan 17, 2014
-
-
Nick Mathewson authored
-