Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-08-10 | Fixed set but unused variable bugs | Werner Koch | 1 | -1/+1 | |
2011-06-01 | Fix size_t vs int issues. | Marcus Brinkmann | 1 | -1/+1 | |
2011-04-29 | Fix import stat counter and abort secret key import on merge-only error case. | Marcus Brinkmann | 1 | -25/+29 | |
2011-03-08 | Require libgcrypt 1.5 | Werner Koch | 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. | |||||
2011-02-02 | Sample ECC keys and message do now work. | Werner Koch | 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. | |||||
2011-01-18 | Keyserver search and get basically works again. | Werner Koch | 1 | -0/+26 | |
2010-10-13 | More agent support for gpg. | Werner Koch | 1 | -4/+12 | |
2010-10-06 | Import fixes. | Werner Koch | 1 | -5/+15 | |
new otion for watchgnupg | |||||
2010-10-01 | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 1 | -21/+25 | |
A couple of forward ported changes. Doc updates. | |||||
2010-09-06 | Removed more secret key related code. | Werner Koch | 1 | -356/+88 | |
It builds fine and passes some of the tests but there are quite some features which don't work yet. | |||||
2010-09-02 | Merge secret keys during import | Werner Koch | 1 | -28/+18 | |
2010-09-01 | Even less prompts for a new key now. | Werner Koch | 1 | -1/+4 | |
2010-09-01 | Use passphrase caching for import and genkey. | Werner Koch | 1 | -2/+5 | |
2010-08-31 | Import OpenPGP keys into the agent. | Werner Koch | 1 | -169/+399 | |
2010-05-07 | Fix for bug 1223 | Werner Koch | 1 | -160/+227 | |
2010-04-21 | More changes on the way to remove secring.gpg. | Werner Koch | 1 | -16/+22 | |
2010-04-01 | Use gpg_err_set_errno to assign values to ERRNO. | Werner Koch | 1 | -1/+1 | |
2010-03-15 | Finished the bulk of changes to use estream in most places instead of | Werner Koch | 1 | -2/+2 | |
stdio. | |||||
2010-03-08 | Use macros for iobuf ioctls. | Werner Koch | 1 | -1/+2 | |
2008-10-20 | Marked all unused args on non-W32 platforms. | Werner Koch | 1 | -6/+25 | |
2008-04-08 | Enhanced --auto-key-locate. | Werner Koch | 1 | -22/+35 | |
2008-03-25 | Fix bug 894. | Werner Koch | 1 | -2/+19 | |
Change default keyserver. Allow key protection with Camellia. | |||||
2007-12-12 | Support DSA2. | Werner Koch | 1 | -2/+2 | |
Support Camellia for testing. More audit stuff. | |||||
2007-12-10 | Fix for bug 851. | Werner Koch | 1 | -2/+2 | |
Fixed auto generation of the stub key for the card. Allow to encrypt toElgamal encryption keys of type 20. | |||||
2007-11-19 | Started to implement the audit log feature. | Werner Koch | 1 | -1/+1 | |
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes. | |||||
2007-10-25 | Ported changes from 1.4. | Werner Koch | 1 | -69/+81 | |
Add copyright notices. | |||||
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2007-02-26 | Add new SVN only file README.maint | Werner Koch | 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. | |||||
2006-12-06 | Fixes for CVE-2006-6235 | Werner Koch | 1 | -2/+5 | |
2006-10-18 | Fixed a bug with very long keys. | Werner Koch | 1 | -5/+5 | |
2006-10-02 | Fix for bug 537 | Werner Koch | 1 | -1/+1 | |
2006-07-26 | Fixed memory allocation bug and typos. | Werner Koch | 1 | -5/+3 | |
2006-06-28 | i18n fix | Werner Koch | 1 | -2/+7 | |
2006-06-27 | Ported patches from 1.4.x | Werner Koch | 1 | -9/+25 | |
2006-06-12 | * import.c (import_one): Add a flag (from_sk) so we don't check prefs | David Shaw | 1 | -6/+7 | |
on an autoconverted public key. The check should only happen on the sk size. Noted by Dirk Traulsen. | |||||
2006-05-25 | * keygen.c (gen_dsa): Allow generating DSA2 keys (allow specifying sizes > | David Shaw | 1 | -0/+9 | |
1024 when --enable-dsa2 is set). The size of q is set automatically based on the key size. (ask_keysize, generate_keypair): Ask for DSA size when --enable-dsa2 is set. | |||||
2006-05-23 | g10/ does build again. | Werner Koch | 1 | -2/+4 | |
2006-05-22 | * import.c (import_one): Fix bug when importing a new key from a file. | David Shaw | 1 | -7/+5 | |
2006-05-22 | * getkey.c (get_pubkey_byname), import.c (import_one): Fix key selection | David Shaw | 1 | -3/+11 | |
problem when auto-key-locate returns a list of keys, not all of which are usable (revoked, expired, etc). Noted by Simon Josefsson. | |||||
2006-04-19 | Continued with merging. | Werner Koch | 1 | -8/+8 | |
Still does not build. | |||||
2006-04-19 | Merged with gpg 1.4.3 code. | Werner Koch | 1 | -412/+882 | |
The gpg part does not yet build. | |||||
2006-04-03 | About to release 1.4.3gnupg-1.4.3 | Werner Koch | 1 | -3/+2 | |
2006-03-14 | * main.h, import.c (import_one): Optionally return the fingerprint of | David Shaw | 1 | -22/+31 | |
the key being imported. (import_keys_internal, import_keys_stream, import): Change all callers. | |||||
2005-11-18 | * keyedit.c (keyedit_menu, menu_clean): Simplify clean options to just | David Shaw | 1 | -6/+4 | |
"clean", and add "minimize". * import.c (parse_import_options): Make help text match the export versions of the options. * options.h, export.c (parse_export_options, do_export_stream): Reduce clean options to two: clean and minimize. * trustdb.h, trustdb.c (clean_one_uid): New function that joins uid and sig cleaning into one for a simple API outside trustdb. | |||||
2005-11-12 | * trustdb.h, trustdb.c (clean_key): New function to handle key | David Shaw | 1 | -33/+12 | |
cleaning from one convenient place. * options.h, import.c (parse_import_options, clean_sigs_from_all_uids, import_one): Reduce clean options to two: clean and minimize. * parse-packet.c (setup_user_id): Remove. (parse_user_id, parse_attribute): Just use xmalloc_clear instead. | |||||
2005-11-10 | * options.h, import.c (parse_import_options, clean_sigs_from_all_uids, | David Shaw | 1 | -4/+8 | |
import_one): Add import-minimal option. Similar to export-minimal, except it works on the way in. | |||||
2005-11-10 | * trustdb.h, trustdb.c (clean_sigs_from_uid): Add flag to remove all | David Shaw | 1 | -1/+1 | |
non-selfsigs from key during cleaning. Change all callers. * export.c (do_export_stream): Use it here so we don't need additional minimize code in the export path. | |||||
2005-11-02 | * import.c (import_one): Do collapse_uids() before we do any cleaning | David Shaw | 1 | -5/+4 | |
so keyserver mangled keys with doubled user IDs can be properly cleaned - possibly sigs on the different user IDs cancel each other out. * import.c (parse_import_options), export.c (parse_export_options): List "xxx-clean" before the longer options so we don't end up with a partial match on the longer options. * trustdb.c (clean_uids_from_key): Return proper number of cleaned user IDs. Don't count user IDs as cleaned unless we actually delete something. | |||||
2005-09-14 | * main.h, misc.c (parse_options): Add the ability to have help | David Shaw | 1 | -12/+20 | |
strings in xxx-options commands. * keyserver.c (keyserver_opts), import.c (parse_import_options), export.c (parse_export_options), g10.c (parse_list_options, main): Add help strings to xxx-options. | |||||
2005-07-27 | Converted all m_free to xfree etc. | Werner Koch | 1 | -27/+27 | |