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

Log of /trunk/Mix/Src/pgpdb.c

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 987 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 7 16:36:17 2008 UTC (5 years, 2 months ago) by colin
File length: 15340 byte(s)
Diff to previous 934 , to selected 254
Fix use of NDEBUG and DEBUG

Revision 934 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 24 13:40:39 2006 UTC (6 years, 10 months ago) by rabbi
File length: 15346 byte(s)
Diff to previous 852 , to selected 254
Updated copyright dates.

Revision 852 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 13 13:59:28 2004 UTC (9 years ago) by weasel
File length: 15346 byte(s)
Diff to previous 710 , to selected 254
Merge stats stuff from branch into trunk

Revision 710 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 21 00:47:21 2004 UTC (9 years, 4 months ago) by rabbi
File length: 15346 byte(s)
Diff to previous 647 , to selected 254
Updated copyright dates, doc issues, misc fixes.

Revision 647 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 25 23:34:13 2003 UTC (9 years, 6 months ago) by weasel
File length: 15325 byte(s)
Diff to previous 581 , to selected 254
Set keyword expansion for Id on all files that already have $Id$ tags.

Revision 581 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 24 20:39:26 2003 UTC (9 years, 8 months ago) by weaselp
File length: 15374 byte(s)
Diff to previous 332 , to selected 254
Do away with the conditional use of RSA, always using it.  Without RSA we
aren't much good anyway.

Revision 332 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 9 20:53:32 2002 UTC (10 years, 7 months ago) by weaselp
File length: 15482 byte(s)
Diff to previous 300 , to selected 254
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 300 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 2 08:06:49 2002 UTC (10 years, 7 months ago) by weaselp
File length: 15524 byte(s)
Diff to previous 298 , to selected 254
Forgot to rewind the buffer

Revision 298 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 2 07:54:12 2002 UTC (10 years, 7 months ago) by weaselp
File length: 15499 byte(s)
Diff to previous 295 , to selected 254
Only return latest pgp keys to remailer-key requests

Revision 295 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 1 08:23:20 2002 UTC (10 years, 7 months ago) by weaselp
File length: 14128 byte(s)
Diff to previous 288 , to selected 254
Write keyid, creation date, etc header along with armored keys to pgpkey.txt

Revision 288 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 27 09:15:54 2002 UTC (10 years, 7 months ago) by weaselp
File length: 14067 byte(s)
Diff to previous 287 , to selected 254
Do not recreate the public keys from the private keyring if there still is a
public keyring in pgpkey.txt. This means we don't recreate the self signature
on binding keys amoung other things. It probably also means that one can
replace the keys in pgpkey.txt with keys signed by the adminkey and not have
them overriden the next time one does ./mix -[GK] (although I did not test
this).

We still need to fix keymgt to only return the latest keys - this should be
simple once I find out how to get expiration date for a specific key.

There's a small problem with the current keymanagement for PGP keys I guess. If
the latest key is not the last in the keyring we might screw up. Can you verify
this Disastry?

Revision 287 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 26 22:40:56 2002 UTC (10 years, 7 months ago) by weaselp
File length: 12555 byte(s)
Diff to previous 285 , to selected 254
Fix assertion

Revision 285 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 26 22:28:25 2002 UTC (10 years, 7 months ago) by weaselp
File length: 12553 byte(s)
Diff to previous 284 , to selected 254
Make sure to always have the right one of begin private/public key

Revision 284 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 26 22:14:00 2002 UTC (10 years, 7 months ago) by weaselp
File length: 12087 byte(s)
Diff to previous 282 , to selected 254
Reverse that - I'll do it differently

Revision 282 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 26 22:04:58 2002 UTC (10 years, 7 months ago) by weaselp
File length: 12265 byte(s)
Diff to previous 262 , to selected 254
pass armortype to pgpdb_close - used when file needs to get armored

Revision 262 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 18 23:26:17 2002 UTC (10 years, 8 months ago) by rabbi
File length: 12085 byte(s)
Diff to previous 260 , to selected 254
Added closing comments for all #ifdef statements. All #endif's, as well as
nested braces, should be commented to reference their start.

We need to provide comments before every function as well.

Revision 260 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 18 05:58:03 2002 UTC (10 years, 8 months ago) by weaselp
File length: 12035 byte(s)
Diff to previous 254
Move table heads to their right place. i.e. one char to the right

Revision 254 - (view) (download) (annotate) - [selected]
Modified Thu Sep 12 17:26:00 2002 UTC (10 years, 8 months ago) by disastry
File length: 12034 byte(s)
Diff to previous 185
check expiration and revocation of pgp keys, userids, subkeys

do not encrypt with expired or revoked keys, subkeys
do not sign with expired or revoked keys
do not decrypt with expired keys, subkeys after graceperiod

when encrypting use preferences from latest and/or primary userid

create new pgp keys if current are to expire in overlapperiod

Revision 185 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 26 19:17:31 2002 UTC (10 years, 8 months ago) by weaselp
File length: 11844 byte(s)
Diff to previous 182 , to selected 254
Fixed a bug with reading armored keyrings consisting of more than one armored
block or having comments in front of the one armored block.

The secret pgp keyring is now stored ASCII armored with one key per ascii
armor.

NB: Due to the bug with reading armored keyrings and secring being stored
armored now, it is not adviseable to downgrade mixmaster unless special action
is taked to preserve the secret pgp keyring.

Revision 182 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 25 13:27:40 2002 UTC (10 years, 8 months ago) by weaselp
File length: 11014 byte(s)
Diff to previous 171 , to selected 254
Use names rather than numbers as arument to pgp_armor. Have PGP PRIVATE for armoring

Revision 171 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 22 08:13:36 2002 UTC (10 years, 9 months ago) by weaselp
File length: 10990 byte(s)
Diff to previous 135 , to selected 254
Also list cypherpunk remailers in remailer-conf reply. Thanks to Ulf and
Disastry for their help.

Revision 135 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 16 19:03:37 2002 UTC (10 years, 9 months ago) by rabbi
File length: 10067 byte(s)
Diff to previous 115 , to selected 254
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, 9 months ago) by weaselp
File length: 10030 byte(s)
Diff to previous 104 , to selected 254
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
File length: 9644 byte(s)
Diff to previous 102 , to selected 254
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
File length: 9475 byte(s)
Diff to previous 91 , to selected 254
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, 10 months ago) by rabbi
File length: 9476 byte(s)
Diff to previous 1 , to selected 254
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, 6 months ago) by rabbi
File length: 9475 byte(s)
Diff to selected 254
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