aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 2004-09-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-291-0/+4
| | | | | * contrib.texi (Contributors): Add two missing periods.
* * gpgsm.texi (Configuration Options): Add --log-file.Werner Koch2004-09-291-0/+2
| | | | | | | * gpgconf-comp.c: Made the entries fro GROUPs translatable. Include i18n.h. (my_dgettext): Hack to use the gnupg2 domain.
* * minip12.c (parse_bag_encrypted_data): Print error if a badWerner Koch2004-09-291-0/+3
| | | | | | | | | | | | passphrase has been given. * gpg-agent.texi (Invoking GPG-AGENT): Add a few words about the expected pinentry filename. * import.c (parse_p12): Write an error status line for bad passphrases. Add new arg CTRL and changed caller. * export.c (export_p12): Likewise.
* Changed license of the manual stuff to GPL.Werner Koch2004-09-291-0/+9
| | | | | | | | * gnupg.texi (Top): New menu item Helper Tools. * tools.texi (Helper Tools): New. * Makefile.am (gnupg_TEXINFOS): Add tools.texi.
* * configure.ac: Changed tests for libusb to also suuport theWerner Koch2004-08-051-0/+4
| | | | | | | | | | | | | | | | | | 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.
* Added some doc stuffWerner Koch2004-06-281-0/+4
|
* * debugging.texi: New.Werner Koch2004-06-181-0/+5
| | | | | * gnupg.texi: Include it.
* * sysutils.c (disable_core_dumps): Only set the current limit.Werner Koch2004-05-111-0/+4
| | | | | | | | | | | | | | | (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.
* * gpg-agent.c: Remove help texts for options lile --lc-ctype.Werner Koch2004-05-031-0/+4
| | | | | | | | | | (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.
* Fixed a build bug (straw letter in sm/import.c) and updated the documentation.Werner Koch2004-02-041-0/+6
|
* (Certificate Options): Add --{enable,disable}-ocsp.Werner Koch2003-12-011-0/+9
|
* new commandWerner Koch2003-10-311-0/+4
|
* Copied wrong files. Fixed.Werner Koch2003-01-091-196/+29
|
* taken from NewPGWerner Koch2003-01-091-479/+123
|
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-01-091-0/+593
| | | | 'GNUPG-1-9-BRANCH'.
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-500/+0
| | | | 'GNUPG-1-9-BRANCH'.
* * DETAILS (KEY_CREATED): Enhanced by fingerprint.Werner Koch2002-10-121-0/+4
|
* * gpg.sgml: Note that '#' means secret-key-unavailable, and that keyserverDavid Shaw2002-10-031-0/+9
| | | | | | | schemes are case-insensitive. * gpg.sgml: Note that --pgp2 disables --textmode when encrypting.
* * gpg.sgml: Some minor language cleanup.David Shaw2002-09-201-0/+4
|
* * DETAILS: s/XORed/ORed/.Werner Koch2002-09-201-0/+4
|
* * gpg.sgml: Add rebuild-keydb-caches.Werner Koch2002-09-151-0/+4
|
* * Makefile.am (EXTRA_DIST): Include gnupg-32.regWerner Koch2002-09-121-0/+4
|
* * DETAILS: Fix batch key generation example.David Shaw2002-09-121-0/+4
|
* * gpg.sgml: Updated the charset option.Werner Koch2002-09-021-0/+4
| | | | | * DETAILS: Added status IMPORT_OK.
* * gnupg.7: New mini man page.Werner Koch2002-09-021-0/+4
|
* * gpg.sgml: Document keyserver-option include-subkeys. Note thatDavid Shaw2002-08-301-0/+7
| | | | | | | 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 Koch2002-08-231-0/+4
|
* Include intl/ in the CVS again; otherwise we are not able toWerner Koch2002-08-231-0/+4
| | | | | | re-recreate a distribution from CVS. Some minor other fixes.
* * gpg.sgml: Clarify meaning of keyserver option include-revoked.David Shaw2002-08-221-0/+4
|
* * DETAILS: Clarify that trust letters 'q' and '-' can be treatedDavid Shaw2002-08-201-0/+7
| | | | | | | identically. * gpg.sgml: Document --ignore-mdc-error.
* * gpg.sgml: Clarify that only long-form options can go in the config file.David Shaw2002-08-061-0/+5
|
* * options.skel: Changed comments.Werner Koch2002-08-061-0/+5
| | | | | | * gpg.sgml: Fixed doc regarding the name change of the option file.
* * gpg.sgml: Document new --delete behaviour.Werner Koch2002-08-021-0/+4
|
* * gpg.sgml: Clarify --edit/addrevoker (sensitive), and --keyserver-optionsDavid Shaw2002-07-301-0/+10
| | | | | | | | | | (--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 inDavid Shaw2002-07-251-0/+8
| | | | | | | "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.
* * gpg.sgml: Clarify "group".David Shaw2002-07-011-0/+4
|
* * Makefile.am: Due to problems with VPATH builds we don't try toWerner Koch2002-07-011-0/+5
| | | | | build the texi vesions of the manual pages anymore automatically.
* * README.W32: Adjusted some descriptions. Fixed the regsitryWerner Koch2002-06-301-0/+5
| | | | | entry descriptions.
* Update head to match stable 1.0David Shaw2002-06-291-2/+353
|
* See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner KochWerner Koch1999-10-261-0/+36