aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Update key generation menu to match gnupg 2.0.Werner Koch2009-07-292-103/+187
| | | | | Changes default preferences and key algorithms.
* * keyserver.c (keyserver_import_ldap): Try a DNS-SD lookup to find aDavid Shaw2009-07-232-13/+55
| | | | | domain-specific LDAP server before resorting to keys.{domain}.
* Parse EXTCAP lines from the card.Werner Koch2009-07-237-10/+73
| | | | | Change messages for a corrupt trustdb.
* First set of changes to backport the new card code from 2.0.Werner Koch2009-07-2117-1378/+4501
| | | | | | | | 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.
* Repalce an assert by a proper error message.Werner Koch2009-07-172-1/+19
|
* Fix bug#1087.Werner Koch2009-07-162-2/+17
|
* Fix a couple of minor bugs.Werner Koch2009-06-243-3/+6
|
* Fix bug#1040.Werner Koch2009-06-172-2/+7
|
* Remove Camellia restriction.David Shaw2009-06-052-9/+5
|
* Add stub function. Noted by Daniel Leidert.Werner Koch2009-06-022-0/+5
|
* Fixed bug1058.Werner Koch2009-05-222-0/+5
|
* Fix bug#1044.Werner Koch2009-05-202-6/+19
|
* Fix bug 1045Werner Koch2009-05-112-2/+7
|
* Fix bug 1045.Werner Koch2009-05-112-1/+4
|
* Print 'empty file' warning only with --verbose.Werner Koch2009-05-113-3/+9
|
* Fix for bug#1034.Werner Koch2009-05-063-34/+36
|
* Improve dotlocking.Werner Koch2009-05-051-2/+2
| | | | | Implement locking for W32.
* Backport of Creation-Date parameter for unattended key generation.Werner Koch2009-05-052-51/+129
|
* Fix bug#931.Werner Koch2009-05-053-28/+46
| | | | | Silent a compiler warning.
* Better error message for a missing keyring. Werner Koch2009-04-033-3/+13
| | | | | Fixes Debian#494040.
* * keyring.c (rename_tmp_file): Force a fsync (via iobuf_ioctl) onDavid Shaw2009-03-202-12/+30
| | | | | | | 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.
* * gpgv.c (strusage): Fix name of program in "Syntax" line.David Shaw2009-03-152-3/+7
|
* Fix bug 998.Werner Koch2009-02-092-2/+22
|
* * keyserver.c (keyserver_typemap): gpgkeys_hkp handles hkps as well.David Shaw2009-02-032-2/+9
|
* * gpg.c (main): Properly handle UTF8 usernames with --sign-key and --lsign-key.David Shaw2008-12-212-1/+6
|
* Change SIG_ID computation to mWerner Koch2008-12-112-8/+22
|
* Close message digest; fixes memory leak.Werner Koch2008-12-112-0/+5
|
* Check algo usage.Werner Koch2008-12-092-21/+46
|
* * trustdb.c (validate_one_keyblock): Fix the trust signatureDavid Shaw2008-11-182-40/+69
| | | | | | | 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.
* * main.h, mainproc.c (check_sig_and_print), keylist.cDavid Shaw2008-10-039-34/+74
| | | | | | | | | (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 itsDavid Shaw2008-09-252-2/+10
| | | | | | modified status after a "clean" or "minimize" that doesn't need to do anything.
* * pkclist.c (select_algo_from_prefs): Redo function to rank prefs andDavid Shaw2008-09-232-139/+155
| | | | | pick a consensus winner across all keys.
* * keyserver.c (keyserver_import_cert): Allow keyserver URLs inDavid Shaw2008-09-042-7/+6
| | | | | addition to full URLs in CERT records.
* Fix bug #947 (expire time overflow)Werner Koch2008-08-112-6/+17
|
* Fix !EROFS bugWerner Koch2008-08-012-1/+7
|
* Revert that last stupid setuid detection fix.Werner Koch2008-07-172-2/+2
|
* Ignore gpg2 introduced keywords for --auto-key-locate.Werner Koch2008-04-302-0/+11
| | | | | Minor W32 installer fix.
* Add Camellia-192.David Shaw2008-04-172-3/+7
|
* * getkey.c (merge_selfsigs_subkey): If there are multiple 0x19David Shaw2008-04-132-27/+78
| | | | | backsigs, take the most recent one.
* Fixed URL.Werner Koch2008-03-251-1/+1
|
* Powerpc64 fix.Werner Koch2008-03-252-2/+5
|
* Change default keyserver.Werner Koch2008-03-252-3/+9
|
* * import.c (collapse_uids): Fix bug 894: possible memory corruptionDavid Shaw2008-03-242-2/+24
| | | | | around deduplication of user IDs.
* * parse-packet.c (parse_key): Parse a secret key encrypted withDavid Shaw2008-03-172-1/+7
| | | | | Camellia.
* 2008-02-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-02-092-44/+73
| | | | | | | | * 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.
* Add card vendor 004.Werner Koch2008-01-262-3/+13
|
* Fixed a regression in gpg_dermor.gnupg-1.4.8rc2Werner Koch2007-12-142-0/+9
|
* Updated ZH po file.Werner Koch2007-12-124-3/+26
| | | | | | Allow de/encryption using legacy type 20 keys. Updated config.{sub,guess}
* * trustdb.c (sanitize_regexp): New. Protect against dangerous regexpsDavid Shaw2007-12-122-11/+94
| | | | | | | (malloc bombs) by force-commenting any characters aside from the ones we explicitly want. (check_regexp): Use it here before passing the regexp to regcomp().
* Allow decryption using type 20 Elgamal keys.Werner Koch2007-12-112-3/+15
|