Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix size_t vs int issues. | Marcus Brinkmann | 2011-06-01 | 1 | -1/+1 | |
| | ||||||
* | Fix import stat counter and abort secret key import on merge-only error case. | Marcus Brinkmann | 2011-04-29 | 1 | -25/+29 | |
| | ||||||
* | Require libgcrypt 1.5 | Werner Koch | 2011-03-08 | 1 | -4/+1 | |
| | | | | | | | | Without Libgcrypt 1.5 is was not possible to use ECC keys. ECC is major new feature and thus it does not make sense to allow building with an older Libgcrypt without supporting ECC. Also fixed a few missing prototypes. | |||||
* | Sample ECC keys and message do now work. | Werner Koch | 2011-02-02 | 1 | -63/+187 | |
| | | | | | | | | Import and export of secret keys does now work. Encryption has been fixed to be compatible with the sample messages. This version tests for new Libgcrypt function and thus needs to be build with a new Libgcrypt installed. | |||||
* | Keyserver search and get basically works again. | Werner Koch | 2011-01-18 | 1 | -0/+26 | |
| | ||||||
* | More agent support for gpg. | Werner Koch | 2010-10-13 | 1 | -4/+12 | |
| | ||||||
* | Import fixes. | Werner Koch | 2010-10-06 | 1 | -5/+15 | |
| | | | | | new otion for watchgnupg | |||||
* | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 2010-10-01 | 1 | -21/+25 | |
| | | | | | | A couple of forward ported changes. Doc updates. | |||||
* | Removed more secret key related code. | Werner Koch | 2010-09-06 | 1 | -356/+88 | |
| | | | | | | It builds fine and passes some of the tests but there are quite some features which don't work yet. | |||||
* | Merge secret keys during import | Werner Koch | 2010-09-02 | 1 | -28/+18 | |
| | ||||||
* | Even less prompts for a new key now. | Werner Koch | 2010-09-01 | 1 | -1/+4 | |
| | ||||||
* | Use passphrase caching for import and genkey. | Werner Koch | 2010-09-01 | 1 | -2/+5 | |
| | ||||||
* | Import OpenPGP keys into the agent. | Werner Koch | 2010-08-31 | 1 | -169/+399 | |
| | ||||||
* | Fix for bug 1223 | Werner Koch | 2010-05-07 | 1 | -160/+227 | |
| | ||||||
* | More changes on the way to remove secring.gpg. | Werner Koch | 2010-04-21 | 1 | -16/+22 | |
| | ||||||
* | Use gpg_err_set_errno to assign values to ERRNO. | Werner Koch | 2010-04-01 | 1 | -1/+1 | |
| | ||||||
* | Finished the bulk of changes to use estream in most places instead of | Werner Koch | 2010-03-15 | 1 | -2/+2 | |
| | | | | | stdio. | |||||
* | Use macros for iobuf ioctls. | Werner Koch | 2010-03-08 | 1 | -1/+2 | |
| | ||||||
* | Marked all unused args on non-W32 platforms. | Werner Koch | 2008-10-20 | 1 | -6/+25 | |
| | ||||||
* | Enhanced --auto-key-locate. | Werner Koch | 2008-04-08 | 1 | -22/+35 | |
| | ||||||
* | Fix bug 894. | Werner Koch | 2008-03-25 | 1 | -2/+19 | |
| | | | | | | Change default keyserver. Allow key protection with Camellia. | |||||
* | Support DSA2. | Werner Koch | 2007-12-12 | 1 | -2/+2 | |
| | | | | | | Support Camellia for testing. More audit stuff. | |||||
* | Fix for bug 851. | Werner Koch | 2007-12-10 | 1 | -2/+2 | |
| | | | | | | Fixed auto generation of the stub key for the card. Allow to encrypt toElgamal encryption keys of type 20. | |||||
* | Started to implement the audit log feature. | Werner Koch | 2007-11-19 | 1 | -1/+1 | |
| | | | | | | | | 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 | -69/+81 | |
| | | | | | Add copyright notices. | |||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 | |
| | | | | | Removed intl/. | |||||
* | Add new SVN only file README.maint | Werner Koch | 2007-02-26 | 1 | -4/+10 | |
| | | | | | | | | | | | | | | | | 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. | |||||
* | Fixes for CVE-2006-6235 | Werner Koch | 2006-12-06 | 1 | -2/+5 | |
| | ||||||
* | Fixed a bug with very long keys. | Werner Koch | 2006-10-18 | 1 | -5/+5 | |
| | ||||||
* | Fix for bug 537 | Werner Koch | 2006-10-02 | 1 | -1/+1 | |
| | ||||||
* | Ported patches from 1.4.x | Werner Koch | 2006-06-27 | 1 | -9/+25 | |
| | ||||||
* | g10/ does build again. | Werner Koch | 2006-05-23 | 1 | -2/+4 | |
| | ||||||
* | Continued with merging. | Werner Koch | 2006-04-19 | 1 | -8/+8 | |
| | | | | | Still does not build. | |||||
* | Merged with gpg 1.4.3 code. | Werner Koch | 2006-04-19 | 1 | -412/+882 | |
| | | | | | The gpg part does not yet build. | |||||
* | Merged most of David Shaw's changes in 1.3 since 2003-06-03. | Werner Koch | 2003-09-23 | 1 | -105/+127 | |
| | ||||||
* | Fixes to the libgcrypt switch. Basically works now. | Werner Koch | 2003-06-23 | 1 | -5/+6 | |
| | ||||||
* | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 2003-06-18 | 1 | -61/+65 | |
| | | | | | | | | | | | to libgcrypt functions, using shared error codes from libgpg-error, replacing the old functions we used to have in ../util by those in ../jnlib and ../common, renaming the malloc functions and a couple of types. Note, that not all changes are listed below becuause they are too similar and done at far too many places. As of today the code builds using the current libgcrypt from CVS but it is very unlikely that it actually works. | |||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2003-06-05 | 1 | -0/+1879 | |
| | | | | 'GNUPG-1-9-BRANCH'. | |||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2002-10-19 | 1 | -1796/+0 | |
| | | | | 'GNUPG-1-9-BRANCH'. | |||||
* | * import.c (import_keys_internal): Missed one s/inp/inp2/. | David Shaw | 2002-10-07 | 1 | -1/+1 | |
| | | | | | | | | | * keylist.c (print_capabilities): Properly indicate per-key capabilities of sign&encrypt primary keys that have secret-parts-missing (i.e. no capabilities at all) * mainproc.c (symkey_decrypt_sesskey): Fix compiler warning. | |||||
* | * import.c (import_keys_internal): s/inp/inp2/ to avoid shadowing | Werner Koch | 2002-10-04 | 1 | -3/+3 | |
| | | | | | | | | warning. * passphrase.c (agent_get_passphrase): Fixed signed/unsigned char problem in %-escaping. Noted by Ingo Kl�cker. | |||||
* | * import.c (import_secret_one): Check for an illegal (>110) protection | David Shaw | 2002-10-02 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | cipher when importing a secret key. * keylist.c (list_keyblock_print): Show a '#' for a secret-parts-missing key. * parse_packet.c (parse_key): Some comments. * revoke.c (gen_revoke): Remove some debugging code. * trustdb.c (verify_own_keys): Make trusted-key a non-deprecated option again. * seckey-cert.c (do_check): Don't give the IDEA warning unless the cipher in question is in fact IDEA. | |||||
* | * import.c (import_one): Make sure that a newly imported key starts with a | David Shaw | 2002-10-01 | 1 | -1/+9 | |
| | | | | | clean ownertrust. | |||||
* | * import.c (import_keys_stream): Fix compiler type warning. | David Shaw | 2002-09-24 | 1 | -7/+7 | |
| | | | | | | * keyring.c (keyring_rebuild_cache), sig-check.c (check_key_signature2), import.c (import, chk_self_sigs): Minor language cleanups. | |||||
* | added fast-import to import-options | Stefan Bellon | 2002-09-23 | 1 | -16/+16 | |
| | ||||||
* | avoid function clone | Stefan Bellon | 2002-09-22 | 1 | -47/+36 | |
| | ||||||
* | added trustdb update/check for stream import as well | Stefan Bellon | 2002-09-21 | 1 | -0/+12 | |
| | ||||||
* | trustdb checks/updates after import | Stefan Bellon | 2002-09-21 | 1 | -1/+11 | |
| | ||||||
* | Cleanups and minor fixes. | Werner Koch | 2002-09-10 | 1 | -1/+1 | |
| | ||||||
* | * g10.c (main): Try to set a default character set. Print the | Werner Koch | 2002-09-02 | 1 | -0/+35 | |
| | | | | | | | | | used one in verbosity level 3. * gpgv.c (main): Try to set a default character set. * status.c, status.h (STATUS_IMPORT_OK): New. * import.c (import_one,import_secret_one): Print new status. |