aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple testV1-9-15Werner Koch2005-01-131-0/+4
| | | | | | | program to see whether the installation is sane. * certreqgen.c (proc_parameters): Cast printf arg.
* * gnupg.texi: Reordered.Werner Koch2004-12-221-0/+5
| | | | | * contrib.texi: Updated.
* (gpg-preset-passphrase): New section.Werner Koch2004-12-211-0/+2
|
* * preset-passphrase.c (preset_passphrase): Handle --passphrase.Werner Koch2004-12-211-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am (gpg_preset_passphrase_LDADD): Reorder libs so that pwquery may use stuff from jnlib. Conditionally add -lwsock2 (gpg_protect_tool_LDADD): Ditto. * preset-passphrase.c (main): Use default_homedir(). (main) [W32]: Initialize sockets. * simple-pwquery.c (agent_open) [W32]: Implement for W32. (readline) [W32]: Use recv instead of read. (writen) [W32]: Use send instead of write. (my_stpcpy): Define a stpcpy replacement so that this file continues to be self-contained. (agent_send_all_options) [W32]: Don't call ttyname. * gnupg-badge-openpgp.eps, gnupg-badge-openpgp.jpg: New * gnupg.texi: Add a logo. * sysnotes.texi: New. * gpgsm.c (main): Use default_homedir(). (main) [W32]: Default to disabled CRL checks. * gpgconf-comp.c (get_config_pathname) [DOSISH]: Detect absolute pathnames with a drive letter.
* * b64enc.c: Include stdio.h and string.hWerner Koch2004-11-231-0/+4
| | | | | | | | | * gpgsm.c: New option --prefer-system-dirmngr. * call-dirmngr.c (start_dirmngr): Implement this option. * gpgconf-comp.c <dirmngr>: Add the proxy options. <gpgsm>: Add --prefer-system-daemon.
* (Helper Tools): Document gpgsm-gencert.sh.Werner Koch2004-10-221-0/+4
|
* * sc-investigate: Removed.Werner Koch2004-10-201-0/+5
| | | | | | | | | | | | | | | | | * Makefile.am (sc_investigate): Removed. * pcsc-wrapper.c (load_pcsc_driver): Load get_status_change func. (handle_open): Succeed even without a present card. (handle_status, handle_reset): New. * apdu.c (apdu_open_reader): Load pcsc_get_status_change fucntion. (pcsc_get_status): Implemented. (reset_pcsc_reader): Implemented. (open_pcsc_reader): Succeed even with no card inserted. (open_ccid_reader): Set LAST_STATUS. * iso7816.c (iso7816_select_application): Always use 0 for P1.
* * gpg.texi: New.Werner Koch2004-09-301-0/+10
| | | | | | | | | | * gnupg.texi: Include gpg.texi * tools.texi: Add a few @command markups. * gpgsm.texi: Ditto * gpg-agent.texi: Ditto. * scdaemon.texi: Ditto.
* 2004-09-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-291-0/+2
| | | | | * tools.texi (Changing options): Add documentation for gpgconf.
* 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