/[pkg-mixmaster]/branches/mixmaster_2_9_STABLE/Mix/Src/pgpdb.c
ViewVC logotype

Log of /branches/mixmaster_2_9_STABLE/Mix/Src/pgpdb.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 335 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 9 21:09:12 2002 UTC (10 years, 8 months ago) by weaselp
File length: 11173 byte(s)
Diff to previous 331 , to selected 245
Two more indention level fixes

Revision 331 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 9 20:51:09 2002 UTC (10 years, 8 months ago) by weaselp
File length: 11181 byte(s)
Diff to previous 327 , to selected 245
Whitespace cleanup:
for i in *.c; do cp -a $i $i.orig; sed -e 's/^        /<TAB>/' $i.orig > $i; rm $i.orig; done
for i in *.c *.h; do cp -a $i $i.orig; sed -e 's/[ <TAB>]*$//' $i.orig > $i; rm $i.orig; done

Revision 327 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 9 20:29:44 2002 UTC (10 years, 8 months ago) by weaselp
File length: 11220 byte(s)
Diff to previous 306 , to selected 245
Added closing comments for all #ifdef statements.

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: 11166 byte(s)
Diff to previous 245
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 245 - (view) (download) (annotate) - [selected]
Modified Wed Sep 11 21:15:47 2002 UTC (10 years, 9 months ago) by rabbi
File length: 10216 byte(s)
Diff to previous 242
Fixed a bug with reading armored keyrings consisting of more than one
armored block or having comments in front of the one armored block.

Revision 242 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 11 20:44:49 2002 UTC (10 years, 9 months ago) by rabbi
File length: 10067 byte(s)
Diff to previous 135 , to selected 245
Misc Install script fixes for 2.9beta37a.

Revision 135 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 16 19:03:37 2002 UTC (10 years, 10 months ago) by rabbi
Original Path: trunk/Mix/Src/pgpdb.c
File length: 10067 byte(s)
Diff to previous 115 , to selected 245
Mixmaster now uses the OpenPGP MDC packets (as specified in RFC 2440-bis06).

Mixmaster will use MDC packets if the MDC flag is found in the recipient's
PGP key, or by default if it is encrypting with AES.

New keys generated with Mixmaster will have the MDC flag placed in the key's
preferences. Also, cipher preferences are now advertised as CAST5, AES128,
3DES.

Revision 115 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 29 23:50:04 2002 UTC (10 years, 10 months ago) by weaselp
Original Path: trunk/Mix/Src/pgpdb.c
File length: 10030 byte(s)
Diff to previous 104 , to selected 245
Fix public remailer keys getting re-signed every time keys are requested (Closes: #478383).

Revision 104 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 24 08:00:36 2002 UTC (10 years, 10 months ago) by weaselp
Original Path: trunk/Mix/Src/pgpdb.c
File length: 9644 byte(s)
Diff to previous 102 , to selected 245
Only create OpenPGP RSA keys if we compiled with IDEA.

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/pgpdb.c
File length: 9475 byte(s)
Diff to previous 91 , to selected 245
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/pgpdb.c
File length: 9476 byte(s)
Diff to previous 1 , to selected 245
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 1 - (view) (download) (annotate) - [select for diffs]
Added Wed Oct 31 08:19:51 2001 UTC (11 years, 7 months ago) by rabbi
Original Path: trunk/Mix/Src/pgpdb.c
File length: 9475 byte(s)
Diff to selected 245
Initial revision

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.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.5