aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-09-02Last minute fixesWerner Koch1-0/+3
2009-09-02Preparing 1.4.10.Werner Koch1-0/+5
2009-08-26Fix debian bug#543530Werner Koch1-0/+5
2009-08-13Preparing for a release candidateWerner Koch1-0/+16
2009-08-12Try and detect mis-coded Latin1 and convert it to UTF8. Whether theDavid Shaw1-0/+7
heuristics succeed or not, the resulting string must be valid UTF8 as LDAP requires that. This is bug 1055.
2009-08-03(no commit message)Werner Koch1-0/+16
2009-07-31* gpg.c (main): --pgp6 includes --disable-mdc.David Shaw1-0/+4
2009-07-29Update key generation menu to match gnupg 2.0.Werner Koch1-3/+19
Changes default preferences and key algorithms.
2009-07-23* keyserver.c (keyserver_import_ldap): Try a DNS-SD lookup to find aDavid Shaw1-0/+5
domain-specific LDAP server before resorting to keys.{domain}.
2009-07-23Parse EXTCAP lines from the card.Werner Koch1-0/+12
Change messages for a corrupt trustdb.
2009-07-21First set of changes to backport the new card code from 2.0.Werner Koch1-0/+28
For compatibility reasons a few new files had to be added. Also added estream-printf as this is now used in app-openpgp.c and provides a better and generic asprintf implementation than the hack we used for the W32 code in ttyio.c. Card code is not yet finished.
2009-07-17Repalce an assert by a proper error message.Werner Koch1-0/+5
2009-07-16Fix bug#1087.Werner Koch1-1/+6
2009-06-24Fix a couple of minor bugs.Werner Koch1-0/+5
2009-06-17Fix bug#1040.Werner Koch1-0/+5
2009-06-05Remove Camellia restriction.David Shaw1-0/+4
2009-06-02Add stub function. Noted by Daniel Leidert.Werner Koch1-0/+4
2009-05-22Fixed bug1058.Werner Koch1-0/+4
2009-05-20Fix bug#1044.Werner Koch1-0/+5
2009-05-11Fix bug 1045Werner Koch1-0/+2
2009-05-11Fix bug 1045.Werner Koch1-0/+3
2009-05-11Print 'empty file' warning only with --verbose.Werner Koch1-0/+6
2009-05-06Fix for bug#1034.Werner Koch1-0/+7
2009-05-05Improve dotlocking.Werner Koch1-2/+2
Implement locking for W32.
2009-05-05Backport of Creation-Date parameter for unattended key generation.Werner Koch1-0/+11
2009-05-05Fix bug#931.Werner Koch1-0/+9
Silent a compiler warning.
2009-04-03Better error message for a missing keyring. Werner Koch1-0/+5
Fixes Debian#494040.
2009-03-20* keyring.c (rename_tmp_file): Force a fsync (via iobuf_ioctl) onDavid Shaw1-0/+8
secret keyring files to be extra safe on filesystems that may not sync data and metadata together (ext4). Also check return code from the cache invalidation to make sure we're safe over NFS and similar.
2009-03-15* gpgv.c (strusage): Fix name of program in "Syntax" line.David Shaw1-0/+4
2009-02-09Fix bug 998.Werner Koch1-0/+5
2009-02-03* keyserver.c (keyserver_typemap): gpgkeys_hkp handles hkps as well.David Shaw1-0/+5
2008-12-21* gpg.c (main): Properly handle UTF8 usernames with --sign-key and --lsign-key.David Shaw1-0/+5
2008-12-11Change SIG_ID computation to mWerner Koch1-0/+2
2008-12-11Close message digest; fixes memory leak.Werner Koch1-0/+4
2008-12-09Check algo usage.Werner Koch1-2/+7
2008-11-18* trustdb.c (validate_one_keyblock): Fix the trust signatureDavid Shaw1-0/+7
calculations so that we lower the trust depth of signatures to fit within the current chain, rather than discarding any signature that does not fit within the trust depth.
2008-10-03* main.h, mainproc.c (check_sig_and_print), keylist.cDavid Shaw1-0/+9
(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.
2008-09-25* keyedit.c (keyedit_menu): Fix bug where a modified keyring loses itsDavid Shaw1-0/+6
modified status after a "clean" or "minimize" that doesn't need to do anything.
2008-09-23* pkclist.c (select_algo_from_prefs): Redo function to rank prefs andDavid Shaw1-0/+5
pick a consensus winner across all keys.
2008-09-04* keyserver.c (keyserver_import_cert): Allow keyserver URLs inDavid Shaw1-0/+5
addition to full URLs in CERT records.
2008-08-11Fix bug #947 (expire time overflow)Werner Koch1-0/+5
2008-08-01Fix !EROFS bugWerner Koch1-0/+5
2008-04-30Ignore gpg2 introduced keywords for --auto-key-locate.Werner Koch1-0/+5
Minor W32 installer fix.
2008-04-17Add Camellia-192.David Shaw1-0/+4
2008-04-13* getkey.c (merge_selfsigs_subkey): If there are multiple 0x19David Shaw1-0/+5
backsigs, take the most recent one.
2008-03-25Powerpc64 fix.Werner Koch1-0/+3
2008-03-25Change default keyserver.Werner Koch1-0/+4
2008-03-24* import.c (collapse_uids): Fix bug 894: possible memory corruptionDavid Shaw1-0/+5
around deduplication of user IDs.
2008-03-17* parse-packet.c (parse_key): Parse a secret key encrypted withDavid Shaw1-0/+5
Camellia.
2008-02-092008-02-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+7
* gpg.c (main): New variable default_configname. Use it if save_configname is NULL (can happen if default configfile does not exist). Move default configname determination to ... (get_default_configname): ... this new function.