Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Preparing a release candidate.gnupg-2.0.8rc1 | Werner Koch | 2007-12-14 | 1 | -1/+4 |
| | |||||
* | Support DSA2. | Werner Koch | 2007-12-12 | 1 | -2/+47 |
| | | | | | | Support Camellia for testing. More audit stuff. | ||||
* | Try to make sure that the standard descriptors are connected when calling | Werner Koch | 2007-12-03 | 1 | -74/+1 |
| | | | | | gpgsm. | ||||
* | Started to implement the audit log feature. | Werner Koch | 2007-11-19 | 1 | -1/+4 |
| | | | | | | | | 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 Koch | 2007-10-25 | 1 | -6/+30 |
| | | | | | Add copyright notices. | ||||
* | Print used library version with --version. | Werner Koch | 2007-09-14 | 1 | -1/+47 |
| | | | | | Typo fixes | ||||
* | Factored common gpgconf constants out | Werner Koch | 2007-08-02 | 1 | -5/+1 |
| | | | | | Fixed W32 compare_filenames | ||||
* | Typo fixes. | Werner Koch | 2007-07-17 | 1 | -0/+2 |
| | | | | | | Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf. | ||||
* | Translate all file descriptors received from assuan. | Werner Koch | 2007-07-12 | 1 | -5/+5 |
| | |||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 |
| | | | | | Removed intl/. | ||||
* | More W32 related changes | Werner Koch | 2007-06-26 | 1 | -0/+1 |
| | |||||
* | Fixed a problem in estream-printf.c. | Werner Koch | 2007-06-25 | 1 | -5/+5 |
| | | | | | Changes for Windows (gpgsm -k does now work). Minor cleanups. | ||||
* | Made percent_escape more general. | Werner Koch | 2007-06-19 | 1 | -1/+1 |
| | | | | | | Added regression tests support to jnlib. W32 changes. | ||||
* | jnlib/ | Marcus Brinkmann | 2007-06-18 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Koch | 2007-06-14 | 1 | -3/+4 |
| | | | | | See the ChangeLogs for details. | ||||
* | First steps towards supporting W32. | Werner Koch | 2007-06-06 | 1 | -26/+2 |
| | | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build. | ||||
* | Ported multiple-messages protection. | Werner Koch | 2007-03-05 | 1 | -4/+13 |
| | |||||
* | Add new SVN only file README.maint | Werner Koch | 2007-02-26 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | Added LIBINTL to more Makefile targets. | Werner Koch | 2007-01-30 | 1 | -3/+13 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Started to code a --server mode. | Werner Koch | 2006-12-21 | 1 | -1/+37 |
| | | | | | It is far from being ready! | ||||
* | Fixes for CVE-2006-6235 | Werner Koch | 2006-12-06 | 1 | -3/+4 |
| | |||||
* | * options.h, gpg.c (main), passphrase.c (passphrase_to_dek): Add | David Shaw | 2006-12-03 | 1 | -0/+4 |
| | | | | | | | --passphrase-repeat option to control how many times gpg will re-prompt for a passphrase to ensure the user has typed it correctly. Defaults to 1. | ||||
* | Collected fixes. | Werner Koch | 2006-11-05 | 1 | -1/+0 |
| | |||||
* | . | Werner Koch | 2006-10-23 | 1 | -1/+7 |
| | |||||
* | Fixes | Werner Koch | 2006-10-19 | 1 | -2/+2 |
| | |||||
* | * parse-packet.c (parse_symkeyenc): Show the unpacked as well as the | David Shaw | 2006-10-13 | 1 | -0/+31 |
| | | | | | | | | | packed s2k iteration count. * main.h, options.h, gpg.c (encode_s2k_iterations, main), passphrase.c (hash_passphrase): Add --s2k-count option to specify the number of s2k hash iterations. | ||||
* | Re-enabled --passphrase-fd | Werner Koch | 2006-10-04 | 1 | -1/+1 |
| | |||||
* | Fixed agent access for gpg. | Werner Koch | 2006-10-04 | 1 | -53/+35 |
| | |||||
* | Preparing a new release | Werner Koch | 2006-10-04 | 1 | -56/+12 |
| | |||||
* | Fix for bug 537 | Werner Koch | 2006-10-02 | 1 | -5/+5 |
| | |||||
* | Various updates | Werner Koch | 2006-09-21 | 1 | -1/+2 |
| | |||||
* | Take advantage of newer gpg-error features. | Werner Koch | 2006-09-14 | 1 | -1/+1 |
| | |||||
* | Various fixes and new features. | Werner Koch | 2006-09-13 | 1 | -0/+1 |
| | | | | | Enhanced gpg-connect-agent. | ||||
* | The big Assuan error code removal. | Werner Koch | 2006-09-06 | 1 | -0/+1 |
| | |||||
* | Minor changes and typo fixes. | Werner Koch | 2006-09-06 | 1 | -0/+6 |
| | |||||
* | Migrated more stuff to doc/ | Werner Koch | 2006-08-21 | 1 | -36/+35 |
| | | | | | | | | Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled. | ||||
* | With --enable-gpg the keyservers are now build and a first test using gpg2 | Werner Koch | 2006-08-16 | 1 | -5/+3 |
| | | | | | shows no prblems. Needs more testing of course. | ||||
* | Preparing a new releasegnupg-1.9.22 | Werner Koch | 2006-07-27 | 1 | -7/+1 |
| | |||||
* | Ported patches from 1.4.x | Werner Koch | 2006-06-27 | 1 | -1/+88 |
| | |||||
* | Updated FSF's address. | Werner Koch | 2006-06-20 | 1 | -0/+9 |
| | |||||
* | Still making gpg2 work. | Werner Koch | 2006-05-24 | 1 | -6/+6 |
| | | | | | At least the keyids are now correctly computed again. | ||||
* | g10/ does build again. | Werner Koch | 2006-05-23 | 1 | -10/+17 |
| | |||||
* | Merged recent changes from 1.4 | Werner Koch | 2006-04-28 | 1 | -6/+35 |
| | |||||
* | Merged with gpg 1.4.3 code. | Werner Koch | 2006-04-19 | 1 | -750/+1446 |
| | | | | | The gpg part does not yet build. | ||||
* | Renamed | Werner Koch | 2006-04-05 | 1 | -0/+3364 |
| | |||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 1 | -1837/+0 |
| | |||||
* | See ChangeLog: Wed Oct 4 13:16:18 CEST 2000 Werner Koch | Werner Koch | 2000-10-04 | 1 | -0/+4 |
| | |||||
* | See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner Koch | Werner Koch | 2000-09-18 | 1 | -15/+29 |
| | |||||
* | See ChangeLog: Mon Aug 21 17:59:17 CEST 2000 Werner Koch | Werner Koch | 2000-08-21 | 1 | -0/+3 |
| | |||||
* | See ChangeLog: Fri Jul 28 18:19:11 CEST 2000 Werner Koch | Werner Koch | 2000-07-28 | 1 | -0/+9 |
| |