aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-04gpg: Fix output in case of a corrupted trustdb.Werner Koch4-13/+14
2015-06-04gpg: Re-indent and improve documentation of g10/tdbio.cWerner Koch2-965/+1267
2015-05-28g10: Fix a race condition initially creating trustdb.NIIBE Yutaka1-65/+56
2015-05-27g10: Remove g10/signal.c.NIIBE Yutaka3-211/+2
2015-05-19g10: detects public key encryption packet error properly.NIIBE Yutaka1-5/+3
2015-05-15build: Make --disable-gpgsm work.Werner Koch1-1/+4
2015-05-08gpg: Avoid cluttering stdout with trustdb info in verbose mode.Werner Koch1-1/+1
2015-05-08gpg: Fix wrong output in list mode.Werner Koch1-1/+1
2015-05-08gpg: New command --quick-adduid.Werner Koch5-29/+174
2015-05-08gpg: Add push/pop found state feature to keydb.Werner Koch4-5/+88
2015-05-08gpg: Minor code merging in keyedit.Werner Koch1-17/+26
2015-05-07gpg: Improve 'General key info' line of --card-status.Werner Koch6-40/+35
2015-05-07gpg: Fix regression not displaying the card serial numberWerner Koch1-1/+1
2015-05-01g10: fix cmp_public_key.NIIBE Yutaka1-5/+8
2015-04-24common: Rename log and gcc attribute macros (jnlib merge).Werner Koch1-1/+1
2015-04-24common: Remove two JNLIB_ macros (jnlib merge).Werner Koch1-1/+0
2015-04-23gpg: Move all DNS access to Dirmngr.Werner Koch7-37/+301
2015-04-21gpg: Make keyserver-option http_proxy work.Werner Koch3-5/+26
2015-04-21gpg: Do not use honor-keyserver-url sub-option by default.Werner Koch1-2/+1
2015-04-21gpg: Make preferred keyservers work.Werner Koch3-36/+102
2015-04-21gpg: Update sub-options of --keyserver-optionsWerner Koch2-36/+14
2015-04-13gpg: Fix NULL-segv due to invalid imported data.Werner Koch1-4/+18
2015-04-10Remove obsolete directories from AM_CPPFLAGS.Werner Koch1-2/+1
2015-04-06gpg: Print the user id in --fast-list-mode.Werner Koch1-2/+2
2015-04-06gpg: Prepare to pass additional context to the list functions.Werner Koch3-32/+71
2015-04-06gpg: Merge duplicated code for get_user_id et al.Werner Koch1-57/+45
2015-04-06gpg: Add new option --debug-iolbf.Werner Koch1-1/+6
2015-04-06Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG.Werner Koch4-14/+8
2015-04-06Fix use of DBG_CACHE and DBG_LOOKUPWerner Koch3-20/+23
2015-04-06gpg: Rename a debug macro.Werner Koch7-23/+23
2015-04-05gpg: Fix DoS while parsing mangled secret key packets.Werner Koch1-1/+25
2015-04-03g10: Fix keytocard.NIIBE Yutaka5-12/+24
2015-03-28gpg: Only use the last specified keyserver.Neal H. Walfield1-1/+8
2015-03-24gpg,w32: Handle forward slash in --keyring option.Werner Koch1-2/+10
2015-03-23Add support to talking to LDAP key servers.Neal H. Walfield1-34/+170
2015-03-19gpg: Emit status line NEWSIG before signature verification starts.Werner Koch1-0/+2
2015-03-16gpg: Create all MPIs with RFC-4880 correct length headers.Werner Koch1-1/+19
2015-03-16gpg: Allow printing of MPI values in --list-mode.Werner Koch2-15/+30
2015-03-16gpg: Fix broken write of opaque MPI length header.Werner Koch1-1/+1
2015-03-15gpg: Fix possible dead code elimination.Werner Koch1-3/+7
2015-03-15gpg: Remove useless condition.Werner Koch1-3/+3
2015-03-10gpg: Change --print-pka-records into an option.Werner Koch2-18/+4
2015-03-10gpg: Add --list-gcrypt-config and "curve" item for --list-config.Werner Koch1-16/+38
2015-03-04gpg: avoid chatter about trustdb when --quietDaniel Kahn Gillmor1-2/+4
2015-02-26gpg: Fix memory leak due to PKA lookup.Werner Koch1-1/+1
2015-02-25gpg: Switch to a hash and CERT record based PKA system.Werner Koch3-4/+3
2015-02-25common: Allow requesting a specific certtype with get_dns_cert()Werner Koch1-1/+1
2015-02-25Move new mailbox.c source file to common/.Werner Koch8-323/+6
2015-02-24gpg: Add command --print-pka-records.Werner Koch3-3/+105
2015-02-24gpg: Add function to extract the mailbox.Werner Koch5-79/+322