Age | Commit message (Collapse) | Author |
|
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
|
|
Add --passphrase-fd to tor-gencert.
svn:r13679
|
|
svn:r13412
|
|
Fix a bunch of DOCDOC items; document the --quiet flag; refactor a couple of XXXX020 items.
svn:r13405
|
|
Fix some hard to trigger but nonetheless real memory leaks spotted by an anonymous contributor. Needs review. Partial backport candidate.
svn:r13147
|
|
Fix output of "tor-gencert --help"
svn:r13118
|
|
Add a manual page for tor-gencert. Also implement the missing -s option in tor-gencert, and fix the info message for when no cert file is specified.
svn:r13091
|
|
add init_logging calls to tor_gencert and tor_resolve
svn:r13028
|
|
svn:r12786
|
|
Encode address in certificates. Also, make it possible to create certs reusing an old key.
svn:r12046
|
|
Use (and debug) new file-writing functions in order to simplify code that formerly built big strings in RAM.
svn:r11301
|
|
Include fewer redundant headers; use the compiler search paths better.
svn:r11060
|
|
In tor-gencert, write BEGIN SIGNATURE, not BEGIN_SIGNATURE.
svn:r10585
|
|
Fix the fix for bug 445: set umask properly. Also use open+fdopen rather than just umask+fopen, and create authority identity key with mode 400.
svn:r10485
|
|
Set umask(0700) when starting tor-gencert; resolves bug 445.
svn:r10475
|
|
Add an expiry date to key certificates.
svn:r10079
|
|
New tool to generate key certificates as in proposal 103. needs cleanup
svn:r10075
|