aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Started to implement the audit log feature.Werner Koch2007-11-191-0/+3
| | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
* New option --list-config for gpgconf.Werner Koch2007-10-231-0/+2
|
* Enhanced gpg-conect-agent scripting.Werner Koch2007-10-191-0/+4
| | | | | Typo fixes in comments.
* Use Assuan socket wrapper calls.Werner Koch2007-10-011-0/+4
| | | | | Made socket servers secure under Windows.
* post release version bumpWerner Koch2007-09-101-0/+4
|
* Preparing 2.0.7gnupg-2.0.7Werner Koch2007-09-101-1/+1
|
* New command --check-programs for gpgconf.Werner Koch2007-08-291-0/+4
|
* Add more passphrase policy rules.Werner Koch2007-08-281-2/+3
| | | | | (--max-passphrase-days).
* Implemented more gpg-agen options to support certain passphrase policies.Werner Koch2007-08-271-1/+5
| | | | | New tool gpg-check-pattern.
* tryu harder to ignore duplicate specified keyrings and -boxes.Werner Koch2007-08-241-0/+5
| | | | | Documentation updates.
* Post release version number bumpWerner Koch2007-08-161-0/+4
|
* About to do a releasegnupg-2.0.6Werner Koch2007-08-161-2/+2
|
* Documentaion updates.Werner Koch2007-08-141-1/+5
| | | | | | Support doe Dirmngr under W32. Fixed a yat2m bug.
* Implemented the chain model for X.509 validation.Werner Koch2007-08-101-3/+6
|
* Typo fixes.Werner Koch2007-07-171-0/+4
| | | | | | Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf.
* Post release updatesWerner Koch2007-07-051-0/+4
|
* Prearing a releaseWerner Koch2007-07-051-1/+1
|
* Fixed card key generation of gpg2.Werner Koch2007-07-051-0/+3
| | | | | Reveal less information about timings while generating a key.
* Changed to GPLv3.Werner Koch2007-07-041-2/+5
| | | | | Removed intl/.
* Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch2007-06-211-0/+3
| | | | Windows.
* A whole bunch of changes to allow building for Windows.Werner Koch2007-06-141-0/+2
| | | | | See the ChangeLogs for details.
* Print passphrase encoding info only in PEM mode.Werner Koch2007-05-291-0/+2
|
* Use estream_asprintf instead of the GNU asprintf.Werner Koch2007-05-151-0/+4
|
* Preparing 2.0.4gnupg-2.0.4Werner Koch2007-05-091-3/+3
|
* Improved logging for error orginating from libgcrypt.Werner Koch2007-04-201-0/+2
|
* Allow setting of the passphrase encoding of pkcs#12 files.Werner Koch2007-03-201-1/+1
| | | | New option --p12-charset.
* * PKCS#12 import now tries several encodings in case the passphraseWerner Koch2007-03-191-0/+3
| | | | | was not utf-8 encoded.
* Changes to let the key listing use estream to help systems withoutWerner Koch2007-03-191-1/+4
| | | | | funopen.
* Post release version number bumpWerner Koch2007-03-081-0/+4
|
* Preparing the 2.0.3 releaseWerner Koch2007-03-081-2/+2
|
* The Cherry XX44 keyboard's PINpad does now work.Werner Koch2007-03-071-2/+6
| | | | | DINSIG and NKS card applications are now also PIN pad aware.
* Support for a global gpgconf configuration file.Werner Koch2007-03-061-0/+3
|
* Ported multiple-messages protection.Werner Koch2007-03-051-0/+7
|
* Add new SVN only file README.maintWerner Koch2007-02-261-1/+7
| | | | | | | | | | | | | | | | 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.
* doc/Werner Koch2007-02-181-1/+1
| | | | | | | * gpg.texi (GPG Esoteric Options): No card reader options for gpg2. scd/ * scdaemon.c (DEFAULT_PCSC_DRIVER): Add a default for OS X.
* Included LIBICONV in all Makefiles.Werner Koch2007-01-311-5/+5
| | | | | | | | | | g10/ * passphrase.c (passphrase_get): Set the cancel flag on all error from the agent. Fixes a bug reported by Tom Duerbusch. sm/ * gpgsm.c (main): Let --gen-key print a more informative error message.
* Added LIBINTL to more Makefile targets.Werner Koch2007-01-301-0/+2
| | | | | | | | | | | | | | | | | | | | doc/ * com-certs.pem: Added the current root certifcates of D-Trust and S-Trust. g10/ * status.c (write_status_begin_signing): New. * sign.c (sign_file, sign_symencrypt_file): Call it. * textfilter.c (copy_clearsig_text): Call it. * call-agent.c (agent_scd_pksign): Pass --hash-rmd160 to SCD if required. * gpg.c (main): Let --no-use-agent and --gpg-agent-info print a warning. * misc.c (obsolete_option): New.
* agent/Werner Koch2007-01-251-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | * protect-tool.c (get_passphrase): New arg OPT_CHECK. (get_new_passphrase): Enable OTP_CHECK on the first call. * command.c (cmd_get_passphrase): Implement option --check. * gpg-agent.c (MIN_PASSPHRASE_LEN): New (parse_rereadable_options): New option --min-passphrase-len. * genkey.c (check_passphrase_constraints): New. (agent_genkey, agent_protect_and_store): Call new function. Fix memory leak. * call-pinentry.c (agent_askpin): Allow translation of the displayed error message. (agent_popup_message_start): Remove arg CANCEL_BTN. (popup_message_thread): Use --one-button option. * command.c (cmd_passwd): Now that we don't distinguish between assuan and regular error codes we can jump to the end on error. common/ * simple-pwquery.c (simple_pwquery): New arg OPT_CHECK.
* Fixes for CVE-2006-6235Werner Koch2006-12-061-1/+12
|
* Preparing 2.0.1Werner Koch2006-11-281-4/+6
|
* Preparing 2.0.1rc1Werner Koch2006-11-231-1/+3
|
* Made some PIN pads work.Werner Koch2006-11-201-0/+5
| | | | | Some cleanups for 64 bit CPUs.
* Post release updateWerner Koch2006-11-111-0/+4
|
* .Werner Koch2006-11-111-1/+1
|
* post release updatesWerner Koch2006-11-061-0/+6
|
* Preparing another releasegnupg-1.9.95Werner Koch2006-11-061-1/+3
|
* Post release updateWerner Koch2006-10-241-0/+4
|
* Preparing another releasegnupg-1.9.94Werner Koch2006-10-241-1/+1
|
* .Werner Koch2006-10-231-0/+5
|
* Allow to select X.509 certificates using the keygrip.Werner Koch2006-10-201-0/+3
|