Log of /branches/mixmaster_2_9_STABLE/Mix/Src/keymgt.c
Parent Directory
|
Revision Log
Revision
306 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 4 23:49:17 2002 UTC
(10 years, 8 months ago)
by
rabbi
File length: 7932 byte(s)
Diff to
previous 242
I've back-ported most of the important changes since 2.9b38 to the -STABLE branch.
I've only applied the changes I think are unlikely to break anything. This needs to be tested (and the diff'd reviewed) before we proceed.
If anyone feels I've left out anything that should really be in 2.9, please speak up.
Revision
120 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Aug 3 17:08:02 2002 UTC
(10 years, 10 months ago)
by
weaselp
Original Path:
trunk/Mix/Src/keymgt.c
File length: 7717 byte(s)
Diff to
previous 108
Submitted By: Sami Farin (safari):
Included correct header files.
Src/main.c had incorrect param to buf_appendf.
Added buf_write_sync() (used by Src/rem.c:mix_pool()).
Should a mixmaster machine crash, pool file can contain
any random data after reboot/journal recovery (at least
when using reiserfs).
Maybe not relevant, but strrchr should be used instead of
strchr when looking for domain part.
Src/pgpdata.c:pgp_elgdecrypt() passes uninitialized values
to BN_free if BN_CTX_new fails.
Src/pgpdata.c:pgp_elgencrypt() passes uninitialized value
to BN_free if the third mpi_get(key, i) fails.
Src/random.c does not check return value of read().
Src/rndseed.c does not check return value of read().
Revision
102 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 24 07:48:50 2002 UTC
(10 years, 10 months ago)
by
rabbi
Original Path:
trunk/Mix/Src/keymgt.c
File length: 7697 byte(s)
Diff to
previous 91
We have changed the compile-time option PASSPHRASE to be named
COMPILEDPASS. We have changed the configuration file option PASS_PHRASE to
be named PASSPHRASE. We have added documentation for the new configuration
file option and made changes in the man page to reflect the name change.
This was done to avoid confusion due to the similarity in names of the
options.
Revision
91 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 10 01:58:49 2002 UTC
(10 years, 11 months ago)
by
rabbi
Original Path:
trunk/Mix/Src/keymgt.c
File length: 7699 byte(s)
Diff to
previous 81
Added the ability to store the key passphrase in the mix.cfg file instead of
having it compiled into the binary. This offers a number of advantages over the
compiled-in method and still allows for encrypted remote storage of keys.
In order to take advantage of the new changes, the Install script will need to
be modified. As this is being replaced with a proper autoconf system, we're
defering that until later.
The changes we're committing replace PASSPHRASE with PASS_PHRASE, which is read
from the config. If the compiled-in passphrase, PASSPHRASE, is set, that is
used instead. (This is how Mixmaster will function if you use the Install
script.)
Revision
81 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Jul 9 07:50:06 2002 UTC
(10 years, 11 months ago)
by
rabbi
Original Path:
trunk/Mix/Src/keymgt.c
File length: 7697 byte(s)
Diff to
previous 7
Mixmaster now does not attempt to generate keys when run in client-only
mode (REMAIL set to "n") as there is no reason to do so. Requested by
Richard Christman for Quicksilver.
Revision
7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 2 21:25:34 2001 UTC
(11 years, 7 months ago)
by
rabbi
Original Path:
trunk/Mix/Src/keymgt.c
File length: 7669 byte(s)
Diff to
previous 1
Put "M" in key file (key.txt) if remailer is middleman. (disastry)
Remember the flags are:
C accepts compressed messages.
M will forward messages to another mix, when used as the final hop.
Nm supports posting to Usenet throught a mail-to-news gateway.
Np supports direct posting to Usenet.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.