aboutsummaryrefslogtreecommitdiffstats
path: root/g10/main.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-04-29Added a copyright year for files changed this year.Werner Koch1-1/+1
2002-04-23After generating a new key, show the key information (name, keyid,David Shaw1-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-08Merged in my changes, after disk crash. Fortunately the CVS was notWerner Koch1-2/+2
affected - but everything else and it seems that there is no backup of the BTS data is available :-(
2002-02-26Treat key lists internally as fingerprints when possible. All this is viaDavid Shaw1-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-05Allow policy URLs with %-expandos in them. This allows policy URLs likeDavid Shaw1-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-15New command --decrypt-files.Timo Schulz1-0/+1
Some fixes.
2002-01-09Move idea_cipher_warn to misc.c so gpgv.c doesn't need a stubDavid Shaw1-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-09New code for encode_crypt_files.Timo Schulz1-1/+1
2002-01-03New command (encrypt-files).Timo Schulz1-0/+2
2001-12-29Bugfix in photoid.c and keyserver.cDavid Shaw1-1/+1
Properly handle permission/ownership checks on files that are shared (for example /usr/local/lib/gnupg/idea)
2001-12-20New function to check the permissions of GNUPGHOME and the various filesDavid Shaw1-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-18Much stricter checking of the keyserver URIDavid Shaw1-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-17Add a generic IDEA warning for when the IDEA plugin is not present. ThisDavid Shaw1-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-07Sig expiration codeDavid Shaw1-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-urlDavid Shaw1-0/+2
displays in key listings, and shows flags for signature features.
2001-12-06Generic keyserver API codeDavid Shaw1-0/+1
2001-09-20Code cleanupsWerner Koch1-0/+1
2001-09-19Bug fixes and Timo's patchesWerner Koch1-2/+6
2001-08-20Implemented -cs and some fixes to the rfc1991 symmetric only modeWerner Koch1-0/+1
2001-08-09Added a way to update preferencesWerner Koch1-0/+3
2001-03-08Changed and added copyright noticesWerner Koch1-1/+1
2001-02-08Backported getkey.c from 1.1Werner Koch1-0/+4
2001-01-23Enhanced delkey command and other stuff for gpgmeWerner Koch1-1/+1
2000-11-11Paul's LFS pacthes and started with pipemodeWerner Koch1-0/+3
2000-10-13Fixed serious bug related to multiple cleartext signatures.Werner Koch1-0/+1
2000-09-14See ChangeLog: Thu Sep 14 14:20:38 CEST 2000 Werner KochWerner Koch1-1/+1
2000-06-05See ChangeLog: Mon Jun 5 23:41:54 CEST 2000 Werner KochWerner Koch1-1/+1
2000-05-12See ChangeLog: Fri May 12 14:01:20 CEST 2000 Werner KochWerner Koch1-1/+1
2000-03-08See ChangeLog: Wed Mar 8 18:44:59 CET 2000 Werner KochWerner Koch1-1/+1
2000-02-17See ChangeLog: Thu Feb 17 13:39:32 CET 2000 Werner KochWerner Koch1-0/+5
2000-02-14See ChangeLog: Mon Feb 14 14:30:20 CET 2000 Werner KochWerner Koch1-1/+1
2000-01-14See ChangeLog: Fri Jan 14 18:32:01 CET 2000 Werner KochWerner Koch1-0/+1
1999-12-04See ChangeLog: Sat Dec 4 12:30:28 CET 1999 Werner KochWerner Koch1-1/+1
1999-11-12See ChangeLog: Fri Nov 12 20:33:19 CET 1999 Werner KochWerner Koch1-2/+2
1999-10-04See ChangeLog: Mon Oct 4 21:23:04 CEST 1999 Werner KochWerner Koch1-1/+1
1999-09-20See ChangeLog: Mon Sep 20 12:24:41 CEST 1999 Werner KochWerner Koch1-0/+1
1999-07-12See ChangeLog: Mon Jul 12 18:45:57 CEST 1999 Werner KochWerner Koch1-1/+2
1999-07-02See ChangeLog: Fri Jul 2 11:45:54 CEST 1999 Werner KochWerner Koch1-0/+2
1999-07-01See ChangeLog: Thu Jul 1 12:47:31 CEST 1999 Werner KochWerner Koch1-0/+1
1999-06-01See ChangeLog: Tue Jun 1 16:01:46 CEST 1999 Werner KochWerner Koch1-0/+1
1999-05-22See ChangeLog: Sat May 22 22:47:26 CEST 1999 Werner KochWerner Koch1-0/+1
1999-05-19See ChangeLog: Wed May 19 16:04:30 CEST 1999 Werner KochWerner Koch1-2/+2
1999-02-26See ChangeLog: Fri Feb 26 17:55:41 CET 1999 Werner KochWerner Koch1-0/+3
1999-02-16See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner KochWerner Koch1-1/+1
1999-01-19See ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner KochWerner Koch1-0/+2
1999-01-16See ChangeLog: Sat Jan 16 09:27:30 CET 1999 Werner KochWerner Koch1-0/+1
1998-12-23See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner KochWerner Koch1-3/+3
1998-12-10See ChangeLog: Thu Dec 10 20:15:36 CET 1998 Werner KochWerner Koch1-2/+4
1998-11-27See ChangeLog: Fri Nov 27 12:39:29 CET 1998 Werner KochWerner Koch1-0/+3
1998-11-20Expiration time works (I hope so)Werner Koch1-1/+1