Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2002-04-29 | Added a copyright year for files changed this year. | Werner Koch | 1 | -1/+1 | |
2002-04-23 | After generating a new key, show the key information (name, keyid, | David Shaw | 1 | -0/+2 | |
fingerprint, etc.) Do not print uncheckable signatures (missing key..) in --check-sigs. Print statistics (N missing keys, etc.) after --check-sigs. When signing a key with an expiration date on it, the "Do you want your signature to expire at the same time?" question should default to YES | |||||
2002-04-22 | po/ | Werner Koch | 1 | -1/+1 | |
* et.po, tr.po, cs.po, it.po, id.po: Updated. | |||||
2002-04-20 | * keygen.c (generate_subkeypair): 2440bis04 adds that creating subkeys on | David Shaw | 1 | -1/+3 | |
v3 keys is a MUST NOT. * getkey.c (finish_lookup): The --pgp6 "use the primary key" behavior should only apply while data signing and not encryption. Noted by Roger Sondermann. | |||||
2002-04-14 | * parse-packet.c (parse_signature): Minor fix - signatures should expire | David Shaw | 1 | -1/+6 | |
at their expiration time and not one second later. * keygen.c (proc_parameter_file): Allow specifying preferences string (i.e. "s5 s2 z1 z2", etc) in a batchmode key generation file. * keyedit.c (keyedit_menu): Print standard error message when signing a revoked key (no new translation). * getkey.c (merge_selfsigs): Get the default set of key prefs from the real (not attribute) primary uid. | |||||
2002-04-12 | * build-packet.c (build_sig_subpkt): Delete subpackets from both hashed | David Shaw | 1 | -1/+12 | |
and unhashed area on update. (find_subpkt): No longer needed. * keyedit.c (sign_uids): With --pgp2 on, refuse to sign a v3 key with a v4 signature. As usual, --expert overrides. Try to tweak some strings to a closer match so they can all be translated in one place. Use different helptext keys to allow different help text for different questions. * keygen.c (keygen_upd_std_prefs): Remove preferences from both hashed and unhashed areas if they are not going to be used. | |||||
2002-04-08 | Merged in my changes, after disk crash. Fortunately the CVS was not | Werner Koch | 1 | -7/+3 | |
affected - but everything else and it seems that there is no backup of the BTS data is available :-( | |||||
2002-03-31 | Fix ownertrust display with --with-colons. | David Shaw | 1 | -0/+1 | |
Properly initialize the user ID refcount for user and photo IDs. Tweak a few prompts to change "y/n" to "y/N", which is how most other prompts are written. Warn the user if they are about to revoke an expired sig (not a problem, but they should know). Control-d escapes the keyserver search prompt. If a subkey is considered revoked solely because the parent key is revoked, print the revocation reason from the parent key. Allow revocation/expiration to apply to a uid/key with no entry in the trustdb. | |||||
2002-01-27 | More comments about when to use IDEA in keygen.c | David Shaw | 1 | -1/+6 | |
When key signing with multiple keys at the same time, make sure each key gets the sigclass prompt Close the iobuf and FILE before trying to reap the child process to encourage the child to exit Disable cache-on-close of the fd iobuf (shouldn't all fd iobufs not be cached?) | |||||
2002-01-23 | Cosmetic: don't present a RSA signing key as a "keypair" which can be 768 | David Shaw | 1 | -3/+4 | |
bits long (as RSA minimum is 1024) Allow IDEA as a fake preference for v3 keys with v3 selfsigs when verifying that a cipher is in preferences while decrypting | |||||
2002-01-22 | Some compatibility polish for PGP2. Add a fake IDEA preference for v3 | David Shaw | 1 | -2/+9 | |
keys (this is in the RFC), so that they can be (sometimes) used along OpenPGP keys. Do not force using IDEA on an OpenPGP key, as this may violate its prefs. Also, revise the help text for the sig class explanation. | |||||
2002-01-20 | * passphrase.c (passphrase_to_dek): Add tryagain_text arg to be | Werner Koch | 1 | -4/+6 | |
used with the agent. Changed all callers. (agent_get_passphrase): Likewise and send it to the agent * seckey-cert.c (do_check): New arg tryagain_text. (check_secret_key): Pass the string to do_check. * keygen.c (ask_passphrase): Set the error text is required. * keyedit.c (change_passphrase): Ditto. * passphrase.c (agent_open): Disable opt.use_agent in case of a problem with the agent. (agent_get_passphrase): Ditto. (passphrase_clear_cache): Ditto. | |||||
2001-12-21 | Nonrevocable key signature support via "nrsign". These sigs can expire, | David Shaw | 1 | -2/+2 | |
but cannot be revoked. Any revocation certificates for them are ignored. | |||||
2001-12-18 | Much stricter checking of the keyserver URI | David Shaw | 1 | -1/+1 | |
IDEA warning for pk messages encrypted with IDEA (symmetric is already done) Print IDEA warning for each occurance except for secret key protection and unknown cipher from an encrypted message. | |||||
2001-12-17 | Add a generic IDEA warning for when the IDEA plugin is not present. This | David Shaw | 1 | -0/+2 | |
pops up when the user uses "--cipher-algo idea", when setpref is used to set a "S1" preference, and when a secret key protected with IDEA is used. Tweak the --pgp2 mode to use this generic warning. | |||||
2001-12-07 | Sig expiration code | David Shaw | 1 | -17/+40 | |
Offer to expire a key signature when the key the user is signing expires Expired sigs cause an error return If --expert is set, prompt for sig duration | |||||
2001-12-07 | Bug fix in "showpref" | David Shaw | 1 | -1/+1 | |
Allow setting a no-compression preference | |||||
2001-09-24 | Revamped the trustDB | Werner Koch | 1 | -2/+13 | |
2001-09-09 | more bug fixesand some warning cleanups | Werner Koch | 1 | -23/+23 | |
2001-09-07 | fixed a stupid C error | Werner Koch | 1 | -0/+2 | |
2001-09-06 | Revamped the keyring code | Werner Koch | 1 | -72/+56 | |
2001-08-30 | MDC feature support and other stuff | Werner Koch | 1 | -0/+28 | |
2001-08-14 | Added RSA key generation | Werner Koch | 1 | -42/+145 | |
2001-08-09 | Added a way to update preferences | Werner Koch | 1 | -15/+148 | |
2001-08-08 | Fixes here and there. | Werner Koch | 1 | -6/+9 | |
2001-08-01 | Changed lsign behaviour, allow future subkeys, don't list revoked keys | Werner Koch | 1 | -2/+2 | |
2001-06-12 | Fix for toupper('I') != 'i' | Werner Koch | 1 | -6/+6 | |
2001-05-29 | About to release 1.0.6 | Werner Koch | 1 | -0/+3 | |
2001-03-27 | Made genkey work again. | Werner Koch | 1 | -0/+7 | |
2001-03-22 | The "Samba" bug fixes :-) | Werner Koch | 1 | -3/+5 | |
2001-03-08 | Changed and added copyright notices | Werner Koch | 1 | -1/+1 | |
2001-01-03 | Add KEY_CREATED status | Werner Koch | 1 | -1/+8 | |
2000-10-23 | Minor changes done for the Windows binary | Werner Koch | 1 | -4/+4 | |
2000-10-12 | Add Rijndael support, changes to fix an IRIX problem. | Werner Koch | 1 | -4/+5 | |
2000-09-15 | See ChangeLog: Fri Sep 15 18:40:36 CEST 2000 Werner Koch | Werner Koch | 1 | -2/+2 | |
2000-09-06 | See ChangeLog: Wed Sep 6 17:55:47 CEST 2000 Werner Koch | Werner Koch | 1 | -0/+2 | |
2000-08-23 | See ChangeLog: Wed Aug 23 19:52:51 CEST 2000 Werner Koch | Werner Koch | 1 | -1/+5 | |
2000-06-28 | See ChangeLog: Wed Jun 28 11:54:44 CEST 2000 Werner Koch | Werner Koch | 1 | -3/+102 | |
2000-04-14 | See ChangeLog: Fri Apr 14 19:37:08 CEST 2000 Werner Koch | Werner Koch | 1 | -12/+22 | |
2000-03-16 | removed debugging code | Werner Koch | 1 | -4/+1 | |
2000-03-16 | See ChangeLog: Thu Mar 16 16:20:23 CET 2000 Werner Koch | Werner Koch | 1 | -1/+4 | |
2000-03-09 | See ChangeLog: Thu Mar 9 15:25:59 CET 2000 Werner Koch | Werner Koch | 1 | -50/+258 | |
2000-03-08 | See ChangeLog: Wed Mar 8 18:44:59 CET 2000 Werner Koch | Werner Koch | 1 | -66/+471 | |
2000-02-09 | See ChangeLog: Wed Feb 9 15:33:44 CET 2000 Werner Koch | Werner Koch | 1 | -2/+4 | |
1999-12-04 | See ChangeLog: Sat Dec 4 12:30:28 CET 1999 Werner Koch | Werner Koch | 1 | -5/+6 | |
1999-10-28 | See ChangeLog: Thu Oct 28 16:08:20 CEST 1999 Werner Koch | Werner Koch | 1 | -2/+5 | |
1999-09-01 | See ChangeLog: Wed Sep 1 15:30:44 CEST 1999 Werner Koch | Werner Koch | 1 | -3/+2 | |
1999-07-07 | See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+13 | |
1999-07-01 | See ChangeLog: Thu Jul 1 12:47:31 CEST 1999 Werner Koch | Werner Koch | 1 | -2/+2 | |
1999-06-16 | See ChangeLog: Wed Jun 16 20:16:21 CEST 1999 Werner Koch | Werner Koch | 1 | -2/+2 | |