aboutsummaryrefslogtreecommitdiffstats
path: root/g10/mainproc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* For --sig-policy-url and --cert-policy-url, clarify what is a sig and whatDavid Shaw2002-02-101-1/+4
| | | | | | | | | | | | | | | | | | | | | | is a cert. A sig has sigclass 0x00, 0x01, 0x02, or 0x40, and everything else is a cert. Add a "nrlsign" for nonrevocable and local key signatures. Add a --no-force-mdc to undo --force-mdc. Add a knob to force --disable-mdc/--no-disable-mdc. Off by default, of course, but is used in --pgp2 and --pgp6 modes. Allow specifying multiple users in the "Enter the user ID" loop. Enter a blank line to stop. Show each key+id as it is added. It is not illegal (though possibly silly) to have multiple policy URLs in a given signature, so print all that are present. More efficient implementation of URL-ifying code for --search on an HKP keyserver.
* Only check preferences against keys with v4 self sigs as v3 sigs have noDavid Shaw2002-01-241-2/+4
| | | | | | | prefs Only put in the fake IDEA preference with --pgp2 mode Print "Expired" for expired but good signatures.
* * passphrase.c (passphrase_to_dek): Add tryagain_text arg to beWerner Koch2002-01-201-2/+2
| | | | | | | | | | | | | | 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.
* Add an outofband indicator to the keyserver protocol.David Shaw2001-12-281-1/+1
| | | | | | Use signature flags for exportability check rather than re-parsing the subpacket.
* * g10.c. options.h : New option --show-keyringWerner Koch2001-12-211-2/+2
| | | | | | * getkey.c (get_ctx_handle): New. * keylist.c (list_one): Implement option here. By David Champion.
* Much stricter checking of the keyserver URIDavid Shaw2001-12-181-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.
* Fix capitalization issuesDavid Shaw2001-12-171-1/+2
|
* Sig expiration codeDavid Shaw2001-12-071-0/+10
| | | | | | | 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
* Generic keyserver API codeDavid Shaw2001-12-061-3/+3
|
* Tweaked v3 -c decryption, let --force-v4-certs use SHA-1 for all RSA keys.Werner Koch2001-11-081-5/+26
|
* Revamped the trustDBWerner Koch2001-09-241-3/+3
|
* Code cleanupsWerner Koch2001-09-201-42/+5
|
* Bug fixes and Timo's patchesWerner Koch2001-09-191-2/+2
|
* Check for garbled packetsWerner Koch2001-09-181-1/+2
|
* Revamped the keyring codeWerner Koch2001-09-061-1/+1
|
* bug fixesWerner Koch2001-08-311-5/+32
|
* Implemented -cs and some fixes to the rfc1991 symmetric only modeWerner Koch2001-08-201-12/+23
|
* reworked the way hased data is stored and added a "primary" commandWerner Koch2001-08-091-3/+2
| | | | | DCVS: ----------------------------------------------------------------------
* migration to autoconf 2.52 and bugfixesWerner Koch2001-07-261-4/+6
|
* just released another snapshotWerner Koch2001-05-281-1/+1
|
* Fixes for W32Werner Koch2001-04-191-7/+7
|
* Improved pipemode and tweaked handling of multiple signatures.Werner Koch2001-04-051-19/+73
|
* Fixed nasty Hash bugWerner Koch2001-03-281-1/+3
|
* Fixed a bugs; e.g. in --list-secret-keysWerner Koch2001-03-271-5/+7
|
* Verify created signatures.Werner Koch2001-03-241-0/+2
|
* Keyserver access is now supported under W32Werner Koch2001-03-131-1/+2
|
* worked on solving some bugsWerner Koch2001-03-121-84/+32
|
* Changed and added copyright noticesWerner Koch2001-03-081-1/+1
|
* Fixed the new key selection codeWerner Koch2001-03-031-1/+2
|
* Changes for MingW32/CPD 0.3 and some bug fixesWerner Koch2001-01-181-2/+4
|
* Add missing stub, fixed comment typosWerner Koch2000-12-281-1/+1
|
* 1.0.4c snapshotWerner Koch2000-12-191-35/+116
|
* Pipemode now works for detached binary signatures.Werner Koch2000-12-111-0/+37
|
* Fixed the detached signature bug.Werner Koch2000-11-301-0/+12
| | | | | Minor modifications for W32.
* Some new features for use with gpgmeWerner Koch2000-11-151-0/+3
|
* Debian updates, minor fixes.Werner Koch2000-10-171-1/+9
|
* More multiple signature fixesWerner Koch2000-10-161-0/+32
|
* More fixes to the multiple sig problem.Werner Koch2000-10-141-2/+11
|
* Fixed serious bug related to multiple cleartext signatures.Werner Koch2000-10-131-13/+48
|
* See ChangeLog: Wed Oct 4 15:50:18 CEST 2000 Werner KochWerner Koch2000-10-041-0/+5
|
* See ChangeLog: Thu Jul 27 12:01:00 CEST 2000 Werner KochWerner Koch2000-07-271-2/+20
|
* See ChangeLog: Wed Jun 28 11:54:44 CEST 2000 Werner KochWerner Koch2000-06-281-12/+21
|
* See ChangeLog: Fri Jun 9 10:09:52 CEST 2000 Werner KochWerner Koch2000-06-091-1/+1
|
* See ChangeLog: Mon Jun 5 12:37:43 CEST 2000 Werner KochWerner Koch2000-06-051-1/+5
|
* See ChangeLog: Fri May 12 14:01:20 CEST 2000 Werner KochWerner Koch2000-05-121-1/+1
|
* See ChangeLog: Wed Mar 22 13:50:24 CET 2000 Werner KochWerner Koch2000-03-221-2/+6
|
* See ChangeLog: Thu Mar 16 16:20:23 CET 2000 Werner KochWerner Koch2000-03-161-0/+5
|
* See ChangeLog: Wed Jan 5 11:51:17 CET 2000 Werner KochWerner Koch2000-01-051-10/+21
|
* See ChangeLog: Thu Dec 16 10:07:58 CET 1999 Werner KochWerner Koch1999-12-161-0/+2
|
* See ChangeLog: Mon Nov 29 21:52:11 CET 1999 Werner KochWerner Koch1999-11-291-6/+8
|