summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpg: Add commands --quick-sign-key and --quick-lsign-key.Werner Koch2014-03-274-101/+324
* Change some keyedit functions to allow printing to arbitrary streams.Werner Koch2014-03-278-183/+251
* agent: Replace es_mopen by es_fopenmem for ssh.Werner Koch2014-03-231-27/+15
* agent: Put ssh key type as comment into sshcontrol.Werner Koch2014-03-221-13/+20
* agent: Support the Ed25519 signature algorithm for ssh.Werner Koch2014-03-221-521/+761
* agent: Cleanups to prepare implementation of Ed25519.Werner Koch2014-03-227-118/+239
* tools: Fix NULL deref in gpg-connect-agent.Werner Koch2014-03-181-1/+4
* dirmngr: Resurrect hosts in the HKP hosttable.Werner Koch2014-03-183-25/+145
* common: New function elapsed_time_string.Werner Koch2014-03-182-0/+41
* gpg: Reject signatures made with MD5.Werner Koch2014-03-175-3/+36
* gpg: Make --auto-key-locate work again with keyservers.Werner Koch2014-03-173-53/+78
* gpg: New mechanism "clear" for --auto-key-locate.Werner Koch2014-03-172-2/+13
* gpg-connect-agent: Make it easier to connect to the dirmngr.Werner Koch2014-03-142-6/+34
* dirmngr: Make use of IPv4 and IPV6 more explicit.Werner Koch2014-03-143-18/+47
* dirmngr: Do not use brackets around legacy IP addresses.Werner Koch2014-03-141-9/+14
* gpg: Print the actual used keyserver address.Werner Koch2014-03-145-25/+115
* dirmngr: Default to a user socket name and enable autostart.Werner Koch2014-03-149-26/+101
* gpg: Add option --dirmngr-program.Werner Koch2014-03-128-26/+35
* dirmngr: Detect dead keyservers and try another one.Werner Koch2014-03-122-34/+143
* Comment typo fixesWerner Koch2014-03-123-12/+16
* http: Add a flag to the URL parser indicating a literal v6 address.Werner Koch2014-03-122-0/+3
* scd: writekey support of ECC.NIIBE Yutaka2014-03-121-93/+424
* dirmngr: Put brackets around IP addresses in the hosttable.Werner Koch2014-03-111-3/+37
* dirmngr: Add command option to mark hosts as dead or alive.Werner Koch2014-03-113-20/+164
* dirmngr: Make Assuan output of keyblocks easier readableWerner Koch2014-03-111-4/+34
* dirmngr: Fix HKP host selection code.Werner Koch2014-03-115-49/+158
* List readline support in configure summaryWerner Koch2014-03-112-0/+4
* agent: API change of agent_key_from_file.NIIBE Yutaka2014-03-114-35/+30
* Backport useful code from fixes for bug 1447.Werner Koch2014-03-102-1/+11
* scd: acquire lock in new_reader_slot.Werner Koch2014-03-101-48/+70
* Comment fixes.Werner Koch2014-03-101-3/+3
* Do not require libiconv for Android.Werner Koch2014-03-101-3/+15
* dirmmgr: Use a portability wrapper for struct timeval.Werner Koch2014-03-071-8/+15
* Silence more warnings about unused vars and args.Werner Koch2014-03-075-15/+27
* dirmngr: Simplify strtok macro.Werner Koch2014-03-071-4/+3
* Use attribute __gnu_printf__ also in estream header files.Werner Koch2014-03-072-10/+18
* Use attribute __gnu_printf__ with our estream-printf functions.Werner Koch2014-03-071-2/+9
* w32: Silence warnings about unused vars.Werner Koch2014-03-075-10/+24
* w32: Fix a potential problem in gpgconf's gettext.Werner Koch2014-03-071-0/+2
* Silence several warnings when building under Windows.Werner Koch2014-03-0712-16/+64
* w32: Include winsock2.h to silence warnings.Werner Koch2014-03-0721-7/+70
* gl: Avoid warning about shadowing an arg.Werner Koch2014-03-071-2/+2
* common: Fix build problem with Sun Studio compiler.Werner Koch2014-03-071-4/+6
* gpg: Do not require a trustdb with --always-trust.Werner Koch2014-03-075-22/+66
* gpg: Print a "not found" message for an unknown key in --key-edit.Werner Koch2014-03-071-1/+4
* gpg: Protect against rogue keyservers sending secret keys.Werner Koch2014-03-073-4/+15
* agent: Fix UPDATESTARTUPTTY for ssh.Werner Koch2014-03-071-2/+1
* gpgv: Init Libgcrypt to avoid syslog warning.Werner Koch2014-03-071-1/+9
* Improve libcurl detection.Werner Koch2014-03-071-1/+5
* gpg: Remove legacy keyserver examples from the template conf file.Werner Koch2014-03-071-7/+0