aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert that last stupid setuid detection fix. Werner Koch2008-07-171-5/+0
|
* Do not run the setuid test if running under as root proper.Werner Koch2008-07-171-0/+5
| | | | | | Documentation fixes. Some enhancements for the new OpenPGP Card.
* g10/Marcus Brinkmann2008-06-251-0/+7
| | | | | | | | | | | | | | | | | | | | | | 2008-06-25 Marcus Brinkmann <[email protected]> * gpg.c (enum cmd_and_opt_values): Remove option oEnableW32HandleTranslation. (opts): Remove option --enable-w32-handle-translation. (main): Remove variable w32_handle_translation. common/ 2008-06-25 Marcus Brinkmann <[email protected]> Revert last three changes related to handle translation. * sysutils.c: (FD_TRANSLATE_MAX, fd_translate, fd_translate_len) (translate_table_init, translate_table_lookup): Removed. * iobuf.c (check_special_filename): Do not use translate_table_lookup. * sysutils.h (translate_table_init, translate_table_lookup): Remove prototypes.
* Robustness fix.Werner Koch2008-06-191-0/+4
| | | | | Add group to the --gpgconf-list.
* 2008-06-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-06-181-0/+8
| | | | | | | | | * gpg.c (enum cmd_and_opt_values): New option oEnableW32HandleTranslation. (opts): New option --enable-w32-handle-translation. (main): New variable w32_handle_translation to keep track of option.
* Add controlo statement %ask-passphraseWerner Koch2008-06-161-0/+6
|
* Made --fixed-list-mode obsolete.Werner Koch2008-06-111-0/+10
|
* Changes the header presented before requesting the user ID.Werner Koch2008-06-011-0/+6
|
* Print a note for revoked signing keys.Werner Koch2008-05-081-0/+5
|
* --locate-key now returns several keys if they all match.Werner Koch2008-05-071-2/+4
|
* Add command --locate-key.Werner Koch2008-05-071-0/+9
| | | | | Fix auto-key-locate processing of "nodefault".
* Adjust for the changed Camellia draft.Werner Koch2008-04-181-0/+7
| | | | | | W32 gettext changes. Comment and typo fixes.
* If there are multiple 0x19 backsigs, take the most recent one. (from 1.4).Werner Koch2008-04-161-0/+5
| | | | | add log-file and debug-level to the --gpgconf-list.
* Enhanced --auto-key-locate.Werner Koch2008-04-081-1/+18
|
* Minor cleanups.Werner Koch2008-04-071-0/+6
| | | | | Implemented key helper kdns
* disable DSA2 for old Libgcrypts.Werner Koch2008-04-021-0/+4
|
* Last minute cleanups.gnupg-2.0.9Werner Koch2008-03-261-0/+6
|
* Changed the way i18n files are located under Windows. The setting of theWerner Koch2008-03-251-0/+5
| | | | | Registry key is not anymore required. Helpfiles are not properly located.
* Fix bug 894.Werner Koch2008-03-251-0/+12
| | | | | | Change default keyserver. Allow key protection with Camellia.
* Fix for v3 keys.Werner Koch2008-03-181-0/+5
|
* Fixed an email/DN bug.Werner Koch2008-03-131-0/+5
| | | | | Changed pinentry prompts.
* Comment fixes.Werner Koch2008-03-061-0/+4
| | | | | Convey the new envvars when using simple-pwquery.
* Poems for AllowSetForegroundWindow (W32)Werner Koch2008-02-141-0/+10
|
* Always search missing certifcates using a running Dirmngr's cache.Werner Koch2008-02-131-0/+5
|
* 2008-02-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-02-091-0/+7
| | | | | | | | * gpg.c (main): New variable default_configname. Use it if save_configname is NULL (can happen if default configfile does not exist). Move default configname determination to ... (get_default_configname): ... this new function.
* Fixed yesterday's W32 fix.Werner Koch2008-01-301-0/+1
|
* W32 fix for trustdb creation.Werner Koch2008-01-301-0/+4
|
* Fixed a W32 crash in gpg2 when creating a new keyring.Werner Koch2008-01-291-0/+5
| | | | | Typo fixes.
* Add --logger-fd alias.Werner Koch2008-01-261-0/+8
| | | | | Ass card vendor 004.
* Preparing a release candidate.gnupg-2.0.8rc1Werner Koch2007-12-141-0/+5
|
* Allow type 20 keys only with option --rfc2440.Werner Koch2007-12-121-0/+7
|
* Doc fixes.Werner Koch2007-12-121-0/+8
| | | | | | Add more files to POTFILES. Protect against malloc bombs.
* Support DSA2.Werner Koch2007-12-121-1/+25
| | | | | | Support Camellia for testing. More audit stuff.
* Allow decryption using type 20 Elgamal keys.Werner Koch2007-12-111-0/+5
|
* Fix for bug 851.Werner Koch2007-12-101-0/+12
| | | | | | Fixed auto generation of the stub key for the card. Allow to encrypt toElgamal encryption keys of type 20.
* Created help files form the current po entries.Werner Koch2007-12-041-0/+6
|
* Allow configuraton of pinentry tooltip.Werner Koch2007-12-041-0/+3
| | | | | Other minor buf fixes.
* Try to make sure that the standard descriptors are connected when callingWerner Koch2007-12-031-0/+7
| | | | | gpgsm.
* Started to implement the audit log feature.Werner Koch2007-11-191-0/+24
| | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
* Ported changes from 1.4.Werner Koch2007-10-251-0/+55
| | | | | Add copyright notices.
* Factored utf8 switching code out to i18n.c.Werner Koch2007-10-191-0/+4
|
* Print used library version with --version.Werner Koch2007-09-141-0/+5
| | | | | Typo fixes
* Implemented more gpg-agen options to support certain passphrase policies.Werner Koch2007-08-271-0/+4
| | | | | New tool gpg-check-pattern.
* tryu harder to ignore duplicate specified keyrings and -boxes.Werner Koch2007-08-241-0/+4
| | | | | Documentation updates.
* Updated estream.Werner Koch2007-08-221-0/+5
| | | | | More changes for Windows.
* Factored common gpgconf constants outWerner Koch2007-08-021-0/+4
| | | | | Fixed W32 compare_filenames
* Typo fixes.Werner Koch2007-07-171-0/+6
| | | | | | Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf.
* Translate all file descriptors received from assuan.Werner Koch2007-07-121-0/+6
|
* Fixed card key generation of gpg2.Werner Koch2007-07-051-0/+24
| | | | | Reveal less information about timings while generating a key.
* More W32 related changesWerner Koch2007-06-261-2/+7
|