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/+1 | |
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-08 | Merged in my changes, after disk crash. Fortunately the CVS was not | Werner Koch | 1 | -2/+2 | |
affected - but everything else and it seems that there is no backup of the BTS data is available :-( | |||||
2002-02-26 | Treat key lists internally as fingerprints when possible. All this is via | David Shaw | 1 | -0/+1 | |
KEYDB_SEARCH_DESC - no point in reinventing the wheel. This allows the helper program to search the keyserver by fingerprint if desired (and the keyserver supports it). Note that automatic fingerprint promotion during refresh only applies to v4 keys as a v4 fingerprint can be easily changed into a long or short key id, and a v3 cannot. Take two copies of hextobyte() from pubkey-enc.c and getkey.c and make them into one copy in misc.c. | |||||
2002-02-05 | Allow policy URLs with %-expandos in them. This allows policy URLs like | David Shaw | 1 | -2/+3 | |
"http://notary.jabberwocky.com/keysign/%K" to create a per-signature policy URL. Use the new generic %-handler for the photo ID stuff as well. Display policy URLs and notations during signature generation if --show-policy-url/--show-notation is set. | |||||
2002-01-15 | New command --decrypt-files. | Timo Schulz | 1 | -0/+1 | |
Some fixes. | |||||
2002-01-09 | Move idea_cipher_warn to misc.c so gpgv.c doesn't need a stub | David Shaw | 1 | -3/+2 | |
Remove get_temp_dir (it's in exec.c now) Allow --delete-key (now --delete-keys, though --delete-key still works) to delete multiple keys in one go. This applies to --delete-secret-key(s) and --delete-secret-and-public-key(s) as well | |||||
2002-01-09 | New code for encode_crypt_files. | Timo Schulz | 1 | -1/+1 | |
2002-01-03 | New command (encrypt-files). | Timo Schulz | 1 | -0/+2 | |
2001-12-29 | Bugfix in photoid.c and keyserver.c | David Shaw | 1 | -1/+1 | |
Properly handle permission/ownership checks on files that are shared (for example /usr/local/lib/gnupg/idea) | |||||
2001-12-20 | New function to check the permissions of GNUPGHOME and the various files | David Shaw | 1 | -0/+1 | |
that live there for safe permission/ownership (--no-permission-warning to disable) The newer glibcs print scary warnings about using mktemp(). The use here was actually safe, but the warning was bound to confuse people, so here is an arguably better tempname creator that pulls random bits from the pool. | |||||
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/+1 | |
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 | -0/+1 | |
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-06 | "sigclass" patch - adds key signature class levels, notation and policy-url | David Shaw | 1 | -0/+2 | |
displays in key listings, and shows flags for signature features. | |||||
2001-12-06 | Generic keyserver API code | David Shaw | 1 | -0/+1 | |
2001-09-20 | Code cleanups | Werner Koch | 1 | -0/+1 | |
2001-09-19 | Bug fixes and Timo's patches | Werner Koch | 1 | -2/+6 | |
2001-08-20 | Implemented -cs and some fixes to the rfc1991 symmetric only mode | Werner Koch | 1 | -0/+1 | |
2001-08-09 | Added a way to update preferences | Werner Koch | 1 | -0/+3 | |
2001-03-08 | Changed and added copyright notices | Werner Koch | 1 | -1/+1 | |
2001-02-08 | Backported getkey.c from 1.1 | Werner Koch | 1 | -0/+4 | |
2001-01-23 | Enhanced delkey command and other stuff for gpgme | Werner Koch | 1 | -1/+1 | |
2000-11-11 | Paul's LFS pacthes and started with pipemode | Werner Koch | 1 | -0/+3 | |
2000-10-13 | Fixed serious bug related to multiple cleartext signatures. | Werner Koch | 1 | -0/+1 | |
2000-09-14 | See ChangeLog: Thu Sep 14 14:20:38 CEST 2000 Werner Koch | Werner Koch | 1 | -1/+1 | |
2000-06-05 | See ChangeLog: Mon Jun 5 23:41:54 CEST 2000 Werner Koch | Werner Koch | 1 | -1/+1 | |
2000-05-12 | See ChangeLog: Fri May 12 14:01:20 CEST 2000 Werner Koch | Werner Koch | 1 | -1/+1 | |
2000-03-08 | See ChangeLog: Wed Mar 8 18:44:59 CET 2000 Werner Koch | Werner Koch | 1 | -1/+1 | |
2000-02-17 | See ChangeLog: Thu Feb 17 13:39:32 CET 2000 Werner Koch | Werner Koch | 1 | -0/+5 | |
2000-02-14 | See ChangeLog: Mon Feb 14 14:30:20 CET 2000 Werner Koch | Werner Koch | 1 | -1/+1 | |
2000-01-14 | See ChangeLog: Fri Jan 14 18:32:01 CET 2000 Werner Koch | Werner Koch | 1 | -0/+1 | |
1999-12-04 | See ChangeLog: Sat Dec 4 12:30:28 CET 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-11-12 | See ChangeLog: Fri Nov 12 20:33:19 CET 1999 Werner Koch | Werner Koch | 1 | -2/+2 | |
1999-10-04 | See ChangeLog: Mon Oct 4 21:23:04 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-09-20 | See ChangeLog: Mon Sep 20 12:24:41 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1999-07-12 | See ChangeLog: Mon Jul 12 18:45:57 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+2 | |
1999-07-02 | See ChangeLog: Fri Jul 2 11:45:54 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+2 | |
1999-07-01 | See ChangeLog: Thu Jul 1 12:47:31 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1999-06-01 | See ChangeLog: Tue Jun 1 16:01:46 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1999-05-22 | See ChangeLog: Sat May 22 22:47:26 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1999-05-19 | See ChangeLog: Wed May 19 16:04:30 CEST 1999 Werner Koch | Werner Koch | 1 | -2/+2 | |
1999-02-26 | See ChangeLog: Fri Feb 26 17:55:41 CET 1999 Werner Koch | Werner Koch | 1 | -0/+3 | |
1999-02-16 | See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-01-19 | See ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner Koch | Werner Koch | 1 | -0/+2 | |
1999-01-16 | See ChangeLog: Sat Jan 16 09:27:30 CET 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1998-12-23 | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1 | -3/+3 | |
1998-12-10 | See ChangeLog: Thu Dec 10 20:15:36 CET 1998 Werner Koch | Werner Koch | 1 | -2/+4 | |
1998-11-27 | See ChangeLog: Fri Nov 27 12:39:29 CET 1998 Werner Koch | Werner Koch | 1 | -0/+3 | |
1998-11-20 | Expiration time works (I hope so) | Werner Koch | 1 | -1/+1 | |