Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow creating subkeys using an existing key | Werner Koch | 2011-11-06 | 1 | -1/+1 |
| | | | | | | This works by specifying the keygrip instead of an algorithm (section number 13) and requires that the option -expert has been used. It will be easy to extend this to the primary key. | ||||
* | Allow NULL for free_public_key. | Werner Koch | 2011-09-20 | 1 | -7/+3 |
| | |||||
* | Fixed set but unused variable bugs | Werner Koch | 2011-08-10 | 1 | -2/+0 |
| | |||||
* | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 2011-02-04 | 1 | -26/+26 |
| | | | | | | | | We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again. | ||||
* | Smartcard related updates | Werner Koch | 2010-11-17 | 1 | -48/+19 |
| | |||||
* | Re-implemented GPG's --passwd command and improved it. | Werner Koch | 2010-10-26 | 1 | -206/+76 |
| | |||||
* | Make public key data structure easier to read. | Werner Koch | 2010-10-20 | 1 | -8/+8 |
| | | | | | Check vor v1 card while signing. | ||||
* | More agent support for gpg. | Werner Koch | 2010-10-13 | 1 | -1/+1 |
| | |||||
* | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 2010-10-01 | 1 | -10/+10 |
| | | | | | | A couple of forward ported changes. Doc updates. | ||||
* | Removed more secret key related code. | Werner Koch | 2010-09-06 | 1 | -55/+39 |
| | | | | | | It builds fine and passes some of the tests but there are quite some features which don't work yet. | ||||
* | Even less prompts for a new key now. | Werner Koch | 2010-09-01 | 1 | -9/+12 |
| | |||||
* | Decryption and signi via agent is now implemented. | Werner Koch | 2010-04-23 | 1 | -8/+9 |
| | |||||
* | More changes on the way to remove secring.gpg. | Werner Koch | 2010-04-21 | 1 | -623/+327 |
| | |||||
* | Reindented | Werner Koch | 2010-04-20 | 1 | -3637/+3833 |
| | |||||
* | Generating an OpenPGP key cia gpg-agent basically works. | Werner Koch | 2010-04-20 | 1 | -12/+17 |
| | |||||
* | 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 | -10/+13 |
| | | | | | stdio. | ||||
* | Use macros for iobuf ioctls. | Werner Koch | 2010-03-08 | 1 | -1/+1 |
| | |||||
* | Various changes to eventually support openpgp keys in pgp-agent. | Werner Koch | 2010-02-02 | 1 | -24/+81 |
| | | | | | | Comment fixes. Minor chnages in preparation of a W32CE port. | ||||
* | Add dummu option --passwd for gpg. | Werner Koch | 2010-01-08 | 1 | -1/+14 |
| | | | | | Collected changes. | ||||
* | More stuff for the audit-log. | Werner Koch | 2009-12-02 | 1 | -8/+35 |
| | |||||
* | Allow uid sand key election using a '*'. | Werner Koch | 2009-09-04 | 1 | -75/+104 |
| | |||||
* | Fix bug#1122. | Werner Koch | 2009-09-03 | 1 | -1/+1 |
| | | | | | | Note that msgmerge 0.17 is completely broken as it always prepends a fuzzy null entry to all po files. | ||||
* | Fix debian bug#543530 | Werner Koch | 2009-08-26 | 1 | -0/+30 |
| | |||||
* | Translation fix | Werner Koch | 2009-06-30 | 1 | -2/+5 |
| | |||||
* | Fixed a bunch of little bugs as reported by Fabian Keil. | Werner Koch | 2009-06-24 | 1 | -2/+2 |
| | | | | | Still one problem left; marked with a gcc #warning. | ||||
* | Fix bug#998. | Werner Koch | 2009-02-09 | 1 | -0/+11 |
| | |||||
* | fixed a bug in the prompt formatter. | Werner Koch | 2008-10-28 | 1 | -0/+18 |
| | |||||
* | Marked all unused args on non-W32 platforms. | Werner Koch | 2008-10-20 | 1 | -0/+2 |
| | |||||
* | * main.h, mainproc.c (check_sig_and_print), keylist.c | David Shaw | 2008-10-03 | 1 | -3/+3 |
| | | | | | | | | | (list_keyblock_print), pkclist.c (do_edit_ownertrust), keyedit.c (menu_showphoto), photoid.c (generate_photo_id, show_photos), misc.c (pct_expando): Add %v and %V expandos so that displaying photo IDs can show the attribute validity tag (%v) and string (%V). Originally by Daniel Gillmor. | ||||
* | * keyedit.c (keyedit_menu): Fix bug where a modified keyring loses its | David Shaw | 2008-09-25 | 1 | -2/+4 |
| | | | | | | modified status after a "clean" or "minimize" that doesn't need to do anything. | ||||
* | --locate-key now returns several keys if they all match. | Werner Koch | 2008-05-07 | 1 | -2/+2 |
| | |||||
* | Enhanced --auto-key-locate. | Werner Koch | 2008-04-08 | 1 | -2/+2 |
| | |||||
* | Support DSA2. | Werner Koch | 2007-12-12 | 1 | -3/+4 |
| | | | | | | Support Camellia for testing. More audit stuff. | ||||
* | Started to implement the audit log feature. | Werner Koch | 2007-11-19 | 1 | -3/+3 |
| | | | | | | | | 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 | -1/+1 |
| | | | | | Add copyright notices. | ||||
* | Fixed card key generation of gpg2. | Werner Koch | 2007-07-05 | 1 | -1/+7 |
| | | | | | Reveal less information about timings while generating a key. | ||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 |
| | | | | | Removed intl/. | ||||
* | Fix from 1.4: | Werner Koch | 2007-03-08 | 1 | -1/+5 |
| | | | | | | | | | | * 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. | ||||
* | Add new SVN only file README.maint | Werner Koch | 2007-02-26 | 1 | -8/+6 |
| | | | | | | | | | | | | | | | | 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 | -9/+15 |
| | |||||
* | * keyedit.c (menu_clean): Show "already minimized" rather than | David Shaw | 2006-12-03 | 1 | -1/+6 |
| | | | | | | "already clean" when a minimized key is minimized again. From Dirk Traulsen. | ||||
* | Various changes | Werner Koch | 2006-10-10 | 1 | -0/+2 |
| | |||||
* | Fix for bug 537 | Werner Koch | 2006-10-02 | 1 | -3/+3 |
| | |||||
* | Various updates | Werner Koch | 2006-09-21 | 1 | -1/+1 |
| | |||||
* | Merged recent changes from 1.4 | Werner Koch | 2006-04-28 | 1 | -16/+31 |
| | |||||
* | Continued with merging. | Werner Koch | 2006-04-19 | 1 | -7/+7 |
| | | | | | Still does not build. | ||||
* | Merged with gpg 1.4.3 code. | Werner Koch | 2006-04-19 | 1 | -738/+1936 |
| | | | | | The gpg part does not yet build. | ||||
* | (show_key_with_all_names): Print the card S/N. | Werner Koch | 2004-09-20 | 1 | -0/+21 |
| | | | | | | * app-openpgp.c (app_select_openpgp): Its app_munge_serialno and not app_number_serialno. | ||||
* | * card-util.c (print_name): Fixed bad format string usage. | Werner Koch | 2003-12-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | (print_isoname): Ditto. * trustdb.c (check_regexp): s/exp/expr/. * keyedit.c (trustsig_prompt): Removed a "> 255" term; it is always false due to the data type. * passphrase.c (agent_get_passphrase): Use xasprintf and avoid non-literal format strings. * tdbio.c (upd_hashtable, drop_from_hashtable, lookup_hashtable): Fixed log_error format string bugs. Kudos to the now working gcc-3.3 -Wformat-nonliteral and Florian Weimer's investigations in gnupg 1.2.3. |