aboutsummaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-08-18* certlist.c (gpgsm_cert_use_ocsp_p): New.Werner Koch1-1/+3
(cert_usage_p): Support it here. * call-dirmngr.c (gpgsm_dirmngr_isvalid): Use it here.
2004-08-17* import.c (check_and_store): Do a full validation ifWerner Koch1-1/+13
--with-validation is set. * certchain.c (gpgsm_basic_cert_check): Print more detailed error messages. * certcheck.c (do_encode_md): Partly support DSA. Add new arg PKALGO. Changed all callers to pass it. (pk_algo_from_sexp): New. tests/pkits: New directory
2004-08-07* gpg.sgml: Remove show-long-keyids since it is replaced byDavid Shaw2-24/+15
--keyid-format. Rename show-validity as show-uid-validity. --ask-cert-level defaults to no.
2004-08-06* gpgsm.c: New option --with-ephemeral-keys.Werner Koch1-1/+5
* keylist.c (list_internal_keys): Set it here. (list_cert_raw): And indicate those keys. Changed all our callers to pass the new arg HD through.
2004-08-05* configure.ac: Changed tests for libusb to also suuport theWerner Koch2-2/+59
stable version 0.1.x. * scdaemon.texi (Card applications): New section. * scdaemon.c (main): New option --disable-application. * app.c (is_app_allowed): New. (select_application): Use it to check for disabled applications. * ccid-driver.h (CCID_DRIVER_ERR_ABORTED): New. * ccid-driver.c (ccid_open_reader): Support the stable 0.1 version of libusb. (ccid_get_atr): Handle short messages. * apdu.c (my_rapdu_get_status): Implemented.
2004-06-29Added glossaryWerner Koch2-3/+30
2004-06-29* DETAILS: Document PLAINTEXT and PLAINTEXT_LENGTH.David Shaw3-29/+59
* gpg.sgml: Clarify that --min-cert-level disregards level 1 certs by default. Clarify include-revoked a bit to note that keyservers might not be accurate. Note that --charset is --display-charset. Some language tweaks for --simple-sk-checksum (Debian 251795). Note the PGP silliness with preferred keyserver subpackets causing PGP/MIME.
2004-06-28Added some doc stuffWerner Koch4-2/+22
2004-06-18* debugging.texi: New.Werner Koch1-0/+82
* gnupg.texi: Include it.
2004-06-18* debugging.texi: New.Werner Koch3-1/+9
* gnupg.texi: Include it.
2004-05-22* gpg.sgml: Document --edit-key "keyserver" command, --keyid-format,David Shaw2-5/+41
--keyserver-option honor-keyserver-url, and --list and --verify option show-std/user-notations.
2004-05-20* gpg.sgml: Clarify that --charset applies to informational strings andDavid Shaw2-10/+10
does not recode messages themselves. Remove include-non-rfc export-option.
2004-05-11* sysutils.c (disable_core_dumps): Only set the current limit.Werner Koch2-0/+12
(enable_core_dumps): New. * gpgsm.texi (Esoteric Options): Add --debug-allow-core-dump. * gpgsm.c: New option --debug-allow-core-dump. * gpgsm.h (opt): Add member CONFIG_FILENAME. * gpgsm.c (main): Use it here instead of the local var. * server.c (gpgsm_server): Print some additional information with the hello in verbose mode.
2004-05-08* DETAILS, credits-1.0, credits-1.2: ElGamal -> Elgamal.David Shaw6-13/+31
* gpg.sgml: Document --no-use-embedded-filename and --min-cert-level. * gpgv.sgml: Removed leftover </para>.
2004-05-03Removed reference to non-available optionWerner Koch2-1/+5
--no-default-keyring.
2004-05-03* gpg-agent.c: Remove help texts for options lile --lc-ctype.Werner Koch2-0/+10
(main): New option --allow-mark-trusted. * trustlist.c (agent_marktrusted): Use it here. * gpg-agent.texi (Agent Options): Add --allow-mark-trusted. * gpgconf-comp.c: Add --allow-mark-trusted for the gpg-agent.
2004-04-28* gpgsm.c: New command --keydb-clear-some-cert-flags.Werner Koch1-0/+9
* keydb.c (keydb_clear_some_cert_flags): New. (keydb_update_keyblock, keydb_set_flags): Change error code CONFLICT to NOT_LOCKED.
2004-04-27* DETAILS (NEWSIG): Documented.Werner Koch2-0/+23
2004-04-26The keybox gets now compressed after 3 hours and ephemeralWerner Koch1-2/+21
stored certificates are deleted after about a day.
2004-04-21* call-scd.c (start_scd): Send event-signal option. Always checkWerner Koch1-9/+7
that the scdaemon is still running. * gpg-agent.c (handle_signal): Do not use SIGUSR{1,2} anymore for changing the verbosity.
2004-04-10* gpg.sgml: Document delsig. Clarify that --refresh-keys arguments areDavid Shaw2-5/+17
optional. Document --bzip2-decompress-lowmem.
2004-04-07Documented --force-crl-refreshWerner Koch1-0/+10
2004-02-26Preparing for 1.3.5V1-3-5Werner Koch1-1/+5
2004-02-26* gpg.sgml: Document --ask-cert-level, --max-output, andDavid Shaw2-12/+39
--default-cert-level.
2004-02-26* gpg.sgml: Document keyserver-option http-proxy, import-optionDavid Shaw2-20/+29
merge-only, remove old honor-http-proxy, --merge-only, and --emulate-md-encode-bug. Document COLUMNS and LINES.
2004-02-20* gpgsm.c (main): New option --debug-ignore-expiration.Werner Koch1-0/+6
* certchain.c (gpgsm_validate_chain): Use it here. * certlist.c (cert_usage_p): Apply extKeyUsage.
2004-02-19* protect-tool.c: New options --have-cert and --prompt.Werner Koch1-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.
2004-02-18Described new optionsWerner Koch3-5/+76
2004-02-17Added new optionsWerner Koch1-1/+14
2004-02-12* gnupg.7: Clarify that 'gpgv' doesn't encrypt, and that's not a bug.David Shaw4-89/+128
* samplekeys.asc: Update 99242560. * gpg.sgml: Clarify -u/--local-user and --default-key. Note what happens if you run 'gpg' without any commands. Document --multifile. Document list-option show-unusable-subkeys.
2004-02-04Fixed a build bug (straw letter in sm/import.c) and updated the documentation.Werner Koch7-33/+108
2004-01-30* DETAILS: Details for --list-config.David Shaw3-7/+81
* gpg.sgml: Document --ungroup and --list-config.
2004-01-08* gpg.sgml: Fix a few minor typos. Clarify what --textmode is useful for.David Shaw2-60/+90
* gpg.sgml: List proper documentation URL. Note that addrevoker takes an optional "sensitive" argument. Remind that $GNUPGHOME can be used instead of --homedir. Clarify --no-default-keyring, and note why it may not take effect if there are no other keyrings present. Remove --pgp2 from the list of --pgpXes that are just for bad preference lists. Explain more why locking memory pages is good. * gpg.sgml: Add an example of what an exclamation mark is, as people seem to miss it often.
2003-12-09This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+1806
'GNUPG-1-9-BRANCH'.
2003-12-09* gpg.sgml: Fix a few missing semicolons in & entities. Noted byDavid Shaw2-30/+38
Christian Biere. Some minor grammar fixes. Remove the "host -l pgp.net | grep wwwkeys" advice since the nameserver no longer all allow zone transfers. Replace it with a mention of hkp://subkeys.pgp.net. Note that BZIP2 defaults to compression level 6.
2003-12-01(Certificate Options): Add --{enable,disable}-ocsp.Werner Koch3-0/+29
2003-11-27Minor additionsWerner Koch1-1/+1
2003-11-27Solved cvs conflictWerner Koch2-1/+30
2003-11-21* gpg.sgml: Note the new combinations with --symmetric and --encrypt.David Shaw2-22/+65
Document --bzip2-compress-level, and --bzip2-compress-lowmem. Clarify the plurarility (or not) of various list and verify options. Document BZIP2 in the --compress-algo section. Warn about compatibility issues with ZLIB and BZIP2.
2003-11-21* gpg.sgml: Document --compress-level. Some minor tweaks to otherDavid Shaw4-17/+38
entries. * TRANSLATE: New, note to translators about the yes|yes multiple match syntax. * Makefile.am: Include TRANSLATE in distributed files.
2003-10-31new commandWerner Koch2-0/+26
2003-10-29* cardglue.c (open_card): Ask for card insertion.Werner Koch1-0/+8
(check_card_serialno): New. (agent_scd_pksign, agent_scd_pkdecrypt): Use it here. * cardglue.c (open_card): Issue insertion status message. * status.h, status.c (STATUS_CARDCTRL): New. * status.c (cpr_get_answer_okay_cancel): New. * miscutil.c (answer_is_okay_cancel): New.
2003-10-28* DETAILS: Add the 'a' value for field 12 and the new field 15.Werner Koch2-0/+8
* keylist.c (list_keyblock_print): Denote secrets keys stored on a card with an '>'. Print the '#' also for subkeys. (list_keyblock_colon): Introduce new field 15 for sec/ssb to print the serial number.
2003-10-21* card-util.c (card_edit): New command "passwd". Add logic toWerner Koch1-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.
2003-10-10Updated texinfo filesWerner Koch1-58/+187
2003-10-01* samplekeys.asc: Update 99242560.David Shaw3-1105/+1155
* gpg.sgml: Document --no-groups.
2003-09-30* gpg.sgml: Note web bug behavior of auto-key-retrieve. Note that bigDavid Shaw2-1/+27
photos mean big keys. Document --rfc2440. Document verify-option show-unusable-uids.
2003-09-30* gpg.sgml: Clarify --mangle-dos-filenames, document list-optionDavid Shaw2-29/+37
show-unusable-uids, remove --no-comment (which is now --no-sk-comments), add --no-comments (to remove --comment), remove --default-comment, and document --sig-keyserver-url.
2003-09-02* DETAILS: Note fingerprint of signing key in sig records.David Shaw2-0/+10
2003-08-31* gpg.sgml: Use "keyserver-url" instead of "preferred-keyserver" for theDavid Shaw2-2/+7
sake of short and simple commands.