aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Fixed a problem in estream-printf.c.Werner Koch2007-06-251-0/+6
| | | | | Changes for Windows (gpgsm -k does now work). Minor cleanups.
* Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch2007-06-211-0/+9
| | | | Windows.
* [w32] gpg-agent is now started automagically by gpgsm.Werner Koch2007-06-201-0/+8
|
* jnlib/Marcus Brinkmann2007-06-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-06-18 Marcus Brinkmann <[email protected]> * stringhelp.h (percent_escape): New prototype. * stringhelp.c (percent_escape): New function. agent/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpg-agent.c (main): Percent escape pathname in --gpgconf-list output. g10/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpg.c (gpgconf_list): Percent escape output of --gpgconf-list. scdaemon/ 2007-06-18 Marcus Brinkmann <[email protected]> * scdaemon.c (main): Percent escape output of --gpgconf-list. sm/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpgsm.c (main): Percent escape output of --gpgconf-list.
* A whole bunch of changes to allow building for Windows.Werner Koch2007-06-141-0/+21
| | | | | See the ChangeLogs for details.
* Syntax fix - should build now - however not tested.Werner Koch2007-06-081-0/+4
|
* First steps towards supporting W32.Werner Koch2007-06-061-0/+18
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* 2007-05-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-05-181-0/+2
| | | | | * passphrase.c (passphrase_get): Use PACKAGE_GT, not PACKAGE.
* agent/Marcus Brinkmann2007-05-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | 2007-05-19 Marcus Brinkmann <[email protected]> * protect-tool.c (get_passphrase): Free ORIG_CODESET on error. g10/ 2007-05-19 Marcus Brinkmann <[email protected]> * passphrase.c (passphrase_get): Free ORIG_CODESET on error. sm/ 2007-05-18 Marcus Brinkmann <[email protected]> * qualified.c (gpgsm_qualified_consent, gpgsm_not_qualified_warning): Free ORIG_CODESET on error. * certdump.c (gpgsm_format_keydesc): Likewise. tools/ 2007-05-19 Marcus Brinkmann <[email protected]> * symcryptrun.c (confucius_get_pass): Free ORIG_CODESET on error.
* Fix for bug 797.Werner Koch2007-05-161-0/+5
|
* Preparing 2.0.4gnupg-2.0.4Werner Koch2007-05-091-0/+6
|
* Upgraded gettext.Werner Koch2007-05-071-0/+4
| | | | | Fixed accidental dependency on libgcrypt 1.3.0.
* * packet.h, mainproc.c (reset_literals_seen): New function to resetDavid Shaw2007-05-031-0/+9
| | | | | | | | | the literals count. * verify.c (verify_one_file), decrypt.c (decrypt_messages): Call it here so we allow multiple literals in --multifile mode (in different files - not concatenated together).
* 2007-04-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-04-281-0/+5
| | | | | | * passphrase.c (passphrase_to_dek): Write missing passphrase status message in case of cancellation.
* * build-packet.c (mpi_write): Made buffer a bit larger. ReportedWerner Koch2007-04-161-0/+5
| | | | | by Alexander Feigl.
* g10/ and sm/Werner Koch2007-04-131-0/+5
| | | | | | | | | | | | | | * call-agent.c (start_agent): Don't use log_error when using the fallback hack to start the agent. This is bug 782. scripts/ * mail-to-translators: Copied from 1.4. and adjusted. tools/ * gpgconf-comp.c: Allow changing of --allow-mark-trusted. * gpg-connect-agent.c (main): New option --decode and commands decode and undecode. (read_and_print_response): Implement option.
* * parse-packet.c (parse_marker): New. Enforce that the markerDavid Shaw2007-04-061-0/+9
| | | | | | contains 'P', 'G', 'P', and nothing but. (parse): Call it here. (skip_packet): No longer need to handle marker packets here.
* From STABLE-BRANCH-1-4David Shaw2007-03-141-0/+8
| | | | | | | * keyserver.c: Windows Vista doesn't grok X_OK and so fails access() tests. Previous versions interpreted X_OK as F_OK anyway, so we'll just use F_OK directly.
* From STABLE-BRANCH-1-4David Shaw2007-03-101-0/+9
| | | | | | | | * parse-packet.c (parse_signature): It's hex. * getkey.c (merge_selfsigs_subkey): Avoid listing the contents of a backsig when list mode is on. Noted by Timo Schulz.
* Add extra flushsWerner Koch2007-03-081-0/+4
|
* Fix from 1.4:Werner Koch2007-03-081-0/+9
| | | | | | | | | | * keyedit.c (keyedit_menu): If we modify the keyblock (via fix_keyblock() or collapse_uids()) make sure we reprocess the keyblock so the flags are correct. Noted by Robin H. Johnson. * getkey.c (fixup_uidnode): Properly clear flags that don't apply to us (revoked, expired) so that we can reprocess a uid.
* Ported multiple-messages protection.Werner Koch2007-03-051-10/+27
|
* Add new SVN only file README.maintWerner Koch2007-02-261-0/+13
| | | | | | | | | | | | | | | | doc/ * gpg.texi (GPG Configuration): Document envvar LANGUAGE. (GPG Configuration Options): Document show-primary-uid-only. g10/ * gpg.c (main): Add verify option show-primary-uid-only. * options.h (VERIFY_SHOW_PRIMARY_UID_ONLY): New. * mainproc.c (check_sig_and_print): Implement it. * encr-data.c (decrypt_data): Correctly test for unknown algorithm. * import.c (check_prefs): Ditto. * keyedit.c (show_prefs): Ditto. * mainproc.c (proc_symkey_enc): Ditto.
* * export.c (do_export_stream): Allow reset-subkey-passwd alongWerner Koch2007-02-141-0/+5
| | | | | with sexp-format.
* Fix for Debian bug 402592Werner Koch2007-02-041-0/+5
|