aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* scd: Format change to specify "rsa2048" for KEY-ATTR.NIIBE Yutaka2015-07-231-1/+1
* Don't segfault if the first 'auto-key-locate' option is 'clear'.Neal H. Walfield2015-07-161-0/+3
* g10: Use canonical name for curve.NIIBE Yutaka2015-07-084-7/+9
* Remove obsolete file g10/comment.c.Werner Koch2015-06-301-108/+0
* doc: Updated HACKING.Werner Koch2015-06-302-2/+2
* gpg: Make show-sig-subpackets work again.Werner Koch2015-06-301-1/+1
* agent: Prepare for Libassuan with Cygwin support.Werner Koch2015-06-291-1/+0
* Improve the description of old packets with an indeterminate length.Neal H. Walfield2015-06-291-1/+1
* gpg: Allow debug flag names for --debug.Werner Koch2015-06-221-45/+35
* gpg: Fix regression due to recent commit 6500f33Werner Koch2015-06-221-28/+59
* gpg: Print number of good signatures with --check-sigs.Werner Koch2015-06-201-7/+15
* gpg: Improve speed of --check-sigs and --lish-sigs.Werner Koch2015-06-203-0/+101
* gpg: Add more log_clock calls to keydb.cWerner Koch2015-06-191-0/+9
* gpg: Print available debug flags using "--debug-level help".Werner Koch2015-06-191-18/+44
* gpg: Fix export problem in case an old keyring has PGP-2 keys.Werner Koch2015-06-191-1/+8
* agent: Print a warning for obsolete options.Werner Koch2015-06-172-15/+0
* Don't prompt for the password multiple times in pinentry loopback mode.Neal H. Walfield2015-06-161-0/+7
* gpg: Replace -1 by GPG_ERR_NOT_FOUND in tdbio.cWerner Koch2015-06-044-66/+71
* gpg: Cleanup error code path in case of a bad trustdb.Werner Koch2015-06-041-26/+28
* gpg: Fix output in case of a corrupted trustdb.Werner Koch2015-06-044-13/+14
* gpg: Re-indent and improve documentation of g10/tdbio.cWerner Koch2015-06-042-965/+1267
* g10: Fix a race condition initially creating trustdb.NIIBE Yutaka2015-05-281-65/+56
* g10: Remove g10/signal.c.NIIBE Yutaka2015-05-273-211/+2
* g10: detects public key encryption packet error properly.NIIBE Yutaka2015-05-191-5/+3
* build: Make --disable-gpgsm work.Werner Koch2015-05-151-1/+4
* gpg: Avoid cluttering stdout with trustdb info in verbose mode.Werner Koch2015-05-081-1/+1
* gpg: Fix wrong output in list mode.Werner Koch2015-05-081-1/+1
* gpg: New command --quick-adduid.Werner Koch2015-05-085-29/+174
* gpg: Add push/pop found state feature to keydb.Werner Koch2015-05-084-5/+88
* gpg: Minor code merging in keyedit.Werner Koch2015-05-081-17/+26
* gpg: Improve 'General key info' line of --card-status.Werner Koch2015-05-076-40/+35
* gpg: Fix regression not displaying the card serial numberWerner Koch2015-05-071-1/+1
* g10: fix cmp_public_key.NIIBE Yutaka2015-05-011-5/+8
* common: Rename log and gcc attribute macros (jnlib merge).Werner Koch2015-04-241-1/+1
* common: Remove two JNLIB_ macros (jnlib merge).Werner Koch2015-04-241-1/+0
* gpg: Move all DNS access to Dirmngr.Werner Koch2015-04-237-37/+301
* gpg: Make keyserver-option http_proxy work.Werner Koch2015-04-213-5/+26
* gpg: Do not use honor-keyserver-url sub-option by default.Werner Koch2015-04-211-2/+1
* gpg: Make preferred keyservers work.Werner Koch2015-04-213-36/+102
* gpg: Update sub-options of --keyserver-optionsWerner Koch2015-04-212-36/+14
* gpg: Fix NULL-segv due to invalid imported data.Werner Koch2015-04-131-4/+18
* Remove obsolete directories from AM_CPPFLAGS.Werner Koch2015-04-101-2/+1
* gpg: Print the user id in --fast-list-mode.Werner Koch2015-04-061-2/+2
* gpg: Prepare to pass additional context to the list functions.Werner Koch2015-04-063-32/+71
* gpg: Merge duplicated code for get_user_id et al.Werner Koch2015-04-061-57/+45
* gpg: Add new option --debug-iolbf.Werner Koch2015-04-061-1/+6
* Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG.Werner Koch2015-04-064-14/+8
* Fix use of DBG_CACHE and DBG_LOOKUPWerner Koch2015-04-063-20/+23
* gpg: Rename a debug macro.Werner Koch2015-04-067-23/+23
* gpg: Fix DoS while parsing mangled secret key packets.Werner Koch2015-04-051-1/+25