aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* agent: Keep the session environment for restricted connections.Werner Koch2014-12-195-35/+43
* agent: Fix string prepended to remotely initiated prompts.Werner Koch2014-12-191-1/+1
* build: Remove option to build without agent.Werner Koch2014-12-181-1/+2
* gpgconf: Exit with failure if --launch fails.Werner Koch2014-12-173-4/+13
* po: Update Japanese Translation.NIIBE Yutaka2014-12-171-27/+14
* Post release updatesWerner Koch2014-12-162-1/+4
* Release 2.1.1gnupg-2.1.1Werner Koch2014-12-161-4/+25
* po: auto updateWerner Koch2014-12-1626-211/+1093
* po: Update the German translationWerner Koch2014-12-161-7/+32
* po: Update Czech translationPetr Pisar2014-12-161-999/+911
* gpg: Show private DO information in the card status.Werner Koch2014-12-161-0/+16
* po: Update Russian translationIneiev2014-12-161-2933/+2103
* po: Update zh_TW translationJedi2014-12-161-2427/+975
* gpg: Add sub-command "factory-reset" to --card-edit.Werner Koch2014-12-1510-15/+252
* gpg: Fix regression in notation data regression.Werner Koch2014-12-152-11/+14
* gpg: Avoid extra LF in notaion data listing.Werner Koch2014-12-151-1/+6
* doc: Typo fixes.Werner Koch2014-12-141-9/+9
* scd: Fix possibly inhibited checkpin of the admin pin.Werner Koch2014-12-121-1/+1
* gpg: Let --card--status create a shadow key (card key stub).Werner Koch2014-12-126-40/+26
* gpg: Fix possible read of unallocated memoryWerner Koch2014-12-121-4/+6
* build: Replace deprecated autconf macro.Werner Koch2014-12-112-2/+2
* dirmngr: Improve dead host detection.Werner Koch2014-12-081-0/+2
* http: Improve diagnostic messages.Werner Koch2014-12-081-9/+32
* gpg: Obsolete some keyserver helper options.Werner Koch2014-12-083-34/+24
* gpg: Add OpenPGP card vendor 0x1337.Werner Koch2014-12-081-0/+2
* dirmngr: Return a proper error for all dead hosts.Werner Koch2014-12-081-55/+76
* gpg: Write a status line for a failed --send-keys.Werner Koch2014-12-081-1/+4
* scd: Fix for EdDSA.NIIBE Yutaka2014-12-081-3/+5
* Document no-allow-mark-trusted optionAndre Heinecke2014-12-051-12/+11
* scd: Fix for NIST P-256.NIIBE Yutaka2014-12-052-7/+13
* gpg: Allow import of large keys.Werner Koch2014-12-043-4/+16
* indentation: Update g10/import.cWerner Koch2014-12-041-1067/+1161
* gpg: Remove option aliases --[no-]throw-keyid and --notation-data.Werner Koch2014-12-034-8/+8
* agent: Replace some sprintf.Werner Koch2014-12-023-18/+8
* tools: Improve watchgnupg portability.Werner Koch2014-12-012-1/+4
* gpg: Fix export bug using exact search with only one key in the keybox.Werner Koch2014-12-013-1/+7
* scd: Implement socket redirection.Werner Koch2014-12-012-27/+69
* dirmngr: Implement socket redirection.Werner Koch2014-12-011-12/+48
* agent: Fix compile problem for old Libassuan.Werner Koch2014-12-011-1/+0
* agent: Implement socket redirection.Werner Koch2014-11-281-38/+86
* gpg: Change another BUG() call to a regular error message.Werner Koch2014-11-281-6/+11
* Add option --no-autostart.Werner Koch2014-11-2811-8/+81
* gpg-agent: Add restricted connection feature.Мирослав Николић2014-11-276-145/+312
* agent: Make auditing of the option list easier.Мирослав Николић2014-11-271-73/+81
* dirmngr: Only report hkps scheme when availableKristian Fiskerstrand2014-11-261-1/+9
* gpg: Change a bug() call to a regular error message.Werner Koch2014-11-261-1/+6
* Fix buffer overflow in openpgp_oid_to_str.Werner Koch2014-11-252-0/+11
* build: Require libgpg-error 1.16.Werner Koch2014-11-241-1/+1
* gpg: Fix use of uninit.value in listing sig subpkts.Werner Koch2014-11-241-1/+5
* gpg: Fix off-by-one read in the attribute subpacket parser.Werner Koch2014-11-241-2/+10