Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * protect-tool.c: New options --have-cert and --prompt. | Werner Koch | 2004-02-19 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | (export_p12_file): Read a certificate from STDIN and pass it to p12_build. Detect a keygrip and construct the filename in that case. Unprotcet a key if needed. Print error messages for key formats we can't handle. (release_passphrase): New. (get_passphrase): New arg PROMPTNO. Return the allocated string. Changed all callers. * minip12.c: Revamped the build part. (p12_build): New args CERT and CERTLEN. * simple-pwquery.c (agent_open): Don't mangle INFOSTR. * export.c (export_p12, popen_protect_tool) (gpgsm_p12_export): New. * gpgsm.c (main): New command --export-secret-key-p12. | ||||
* | Described new options | Werner Koch | 2004-02-18 | 3 | -5/+76 |
| | |||||
* | Added new options | Werner Koch | 2004-02-17 | 1 | -1/+14 |
| | |||||
* | Fixed a build bug (straw letter in sm/import.c) and updated the documentation. | Werner Koch | 2004-02-04 | 7 | -33/+108 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2003-12-09 | 1 | -0/+1806 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | (Certificate Options): Add --{enable,disable}-ocsp. | Werner Koch | 2003-12-01 | 3 | -0/+29 |
| | |||||
* | new command | Werner Koch | 2003-10-31 | 2 | -0/+26 |
| | |||||
* | * card-util.c (card_edit): New command "passwd". Add logic to | Werner Koch | 2003-10-21 | 1 | -0/+40 |
| | | | | | | | | check the PIN in advance. (card_status): Add new args to return the serial number. Changed all callers. * call-agent.c (agent_scd_checkpin): New. | ||||
* | Cleanups, fixes and PC/SC support | Werner Koch | 2003-08-05 | 1 | -0/+4 |
| | |||||
* | * scdaemon.c: New options --print-atr and --reader-port | Werner Koch | 2003-04-29 | 1 | -0/+10 |
| | | | | | | | * apdu.c, apdu.h: New * card.c, card-p15.c, card-dinsig.c: Allow build without OpenSC. | ||||
* | Copied wrong files. Fixed. | Werner Koch | 2003-01-09 | 2 | -223/+37 |
| | |||||
* | taken from NewPG | Werner Koch | 2003-01-09 | 2 | -535/+144 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2003-01-09 | 1 | -0/+593 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | Taken from NewPG | Werner Koch | 2003-01-09 | 8 | -0/+2995 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2002-10-19 | 30 | -13917/+0 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | * DETAILS (KEY_CREATED): Enhanced by fingerprint. | Werner Koch | 2002-10-12 | 2 | -1/+7 |
| | |||||
* | * gpg.sgml: Note that '#' means secret-key-unavailable, and that keyserver | David Shaw | 2002-10-03 | 2 | -4/+17 |
| | | | | | | | schemes are case-insensitive. * gpg.sgml: Note that --pgp2 disables --textmode when encrypting. | ||||
* | * gpg.sgml: Some minor language cleanup. | David Shaw | 2002-09-20 | 2 | -17/+21 |
| | |||||
* | * DETAILS: s/XORed/ORed/. | Werner Koch | 2002-09-20 | 2 | -1/+5 |
| | |||||
* | * gpg.sgml: Add rebuild-keydb-caches. | Werner Koch | 2002-09-15 | 2 | -0/+11 |
| | |||||
* | * Makefile.am (EXTRA_DIST): Include gnupg-32.reg | Werner Koch | 2002-09-12 | 2 | -1/+5 |
| | |||||
* | * DETAILS: Fix batch key generation example. | David Shaw | 2002-09-12 | 2 | -3/+7 |
| | |||||
* | Updated texi files | Werner Koch | 2002-09-11 | 1 | -44/+148 |
| | |||||
* | * gnupg.7: New mini man page. | Werner Koch | 2002-09-02 | 1 | -9/+4 |
| | | | | | | * README: Removed the note about a development version so that we later don't forget this. Minor other changes. | ||||
* | * gpg.sgml: Updated the charset option. | Werner Koch | 2002-09-02 | 3 | -2/+22 |
| | | | | | * DETAILS: Added status IMPORT_OK. | ||||
* | * gnupg.7: New mini man page. | Werner Koch | 2002-09-02 | 3 | -2/+25 |
| | |||||
* | * gpg.sgml: Document keyserver-option include-subkeys. Note that | David Shaw | 2002-08-30 | 3 | -1/+19 |
| | | | | | | | honor-http-proxy is a keyserver-option now. * DETAILS: Add "Key not trusted" to INV_RECP status code. | ||||
* | * faq.raw: Updated. New Maintainer is David D. Scribner. | Werner Koch | 2002-08-23 | 2 | -393/+484 |
| | |||||
* | Include intl/ in the CVS again; otherwise we are not able to | Werner Koch | 2002-08-23 | 2 | -1/+13 |
| | | | | | | re-recreate a distribution from CVS. Some minor other fixes. | ||||
* | * gpg.sgml: Clarify meaning of keyserver option include-revoked. | David Shaw | 2002-08-22 | 2 | -4/+10 |
| | |||||
* | * DETAILS: Clarify that trust letters 'q' and '-' can be treated | David Shaw | 2002-08-20 | 3 | -6/+25 |
| | | | | | | | identically. * gpg.sgml: Document --ignore-mdc-error. | ||||
* | * gpg.sgml: Clarify that only long-form options can go in the config file. | David Shaw | 2002-08-06 | 2 | -5/+12 |
| | |||||
* | * options.skel: Changed comments. | Werner Koch | 2002-08-06 | 2 | -2/+13 |
| | | | | | | * gpg.sgml: Fixed doc regarding the name change of the option file. | ||||
* | minor doc fixes. | Werner Koch | 2002-08-06 | 1 | -0/+9 |
| | |||||
* | The big extension module removal. | Werner Koch | 2002-08-03 | 1 | -1/+2 |
| | |||||
* | * gpg.sgml: Document new --delete behaviour. | Werner Koch | 2002-08-02 | 2 | -3/+11 |
| | |||||
* | * gpg.sgml: Clarify --edit/addrevoker (sensitive), and --keyserver-options | David Shaw | 2002-07-30 | 2 | -9/+111 |
| | | | | | | | | | | (--import/export-options may be used as well). Document --import-options and --export-options with their various options. --show-photos now works during signature verification as well. Document --exec-path. Note in --simple-sk-checksum that the passphrase must be changed for this to take effect. Note that --pgp7 does not disable MDC. Document --no-mdc-warning. | ||||
* | * gpg.sgml: Clarify the differences between "pref" and "showpref". Note in | David Shaw | 2002-07-25 | 2 | -9/+27 |
| | | | | | | | "setpref" that a list of available algorithms can be printed with "gpg -v --version". Note in "updpref" that we don't select keys via attribute uids, so preferences there will be ignored. | ||||
* | Add a new readon code for delet key. | Werner Koch | 2002-07-24 | 1 | -0/+1 |
| | |||||
* | * gpg.sgml: Clarify "group". | David Shaw | 2002-07-02 | 2 | -4/+13 |
| | |||||
* | Better keep it in the CVS | Werner Koch | 2002-07-01 | 1 | -0/+1427 |
| | |||||
* | * Makefile.am: Due to problems with VPATH builds we don't try to | Werner Koch | 2002-07-01 | 3 | -16/+30 |
| | | | | | build the texi vesions of the manual pages anymore automatically. | ||||
* | * README.W32: Adjusted some descriptions. Fixed the regsitry | Werner Koch | 2002-06-30 | 2 | -12/+22 |
| | | | | | entry descriptions. | ||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 20 | -532/+6221 |
| | |||||
* | Does now work with libgcrypt | Werner Koch | 2000-12-21 | 1 | -4/+1 |
| | |||||
* | Removed libgcrypt doc files | Werner Koch | 2000-12-19 | 5 | -1243/+0 |
| | |||||
* | Some configuration changes | Werner Koch | 2000-11-14 | 1 | -5/+8 |
| | |||||
* | See ChangeLog: Wed Oct 4 13:16:18 CEST 2000 Werner Koch | Werner Koch | 2000-10-04 | 2 | -16/+280 |
| | |||||
* | See ChangeLog: Tue Aug 22 14:31:15 CEST 2000 Werner Koch | Werner Koch | 2000-08-22 | 1 | -2/+4 |
| | |||||
* | See ChangeLog: Thu May 25 18:39:11 CEST 2000 Werner Koch | Werner Koch | 2000-05-25 | 1 | -2/+15 |
| |