aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* scd: Simplify saving application context.NIIBE Yutaka2015-12-041-62/+41
* scd: More fix for Curve25519 prefix handling.NIIBE Yutaka2015-12-041-11/+31
* scd: Another fix for Curve25519 prefix handling.Werner Koch2015-12-031-6/+9
* build: Avoid dependecy problems in "make distcheck".Werner Koch2015-12-031-0/+2
* build: Change how caller provided CFLAGS are used by configure.Werner Koch2015-12-031-18/+16
* gpg: Additional comment on commit a28ac99e.Werner Koch2015-12-030-0/+0
* gpg: Add variant of 'key "%s" not found: %s' error message.Werner Koch2015-12-032-3/+2
* gpg: Make keyidlist more robust in case of errors.Werner Koch2015-12-031-1/+4
* gpg: Take care of keydb_new returning NULL.Werner Koch2015-12-0316-37/+155
* gpg: Change some error messages.Werner Koch2015-12-036-43/+53
* scd: Fix "Conflicting usage" bug.NIIBE Yutaka2015-12-033-28/+11
* scd: Fix for Curve25519 prefix handling.NIIBE Yutaka2015-12-021-1/+26
* gpg: Use the matching key if the search description is exact.Neal H. Walfield2015-12-0211-8/+238
* build: Require at least Libassuan 2.4.1.Werner Koch2015-12-025-65/+2
* gpg: Improve documentation.Neal H. Walfield2015-12-021-2/+1
* gpg: Fix type mismatch resulting in a buffer overflow.Neal H. Walfield2015-12-021-1/+4
* dirmngr: Switch to an onion address if Tor is running.Werner Koch2015-12-025-31/+132
* http: Enhance parser to detect .onion addresses.Werner Koch2015-12-023-33/+45
* common,gpg: Fix processing of search descriptions ending in '!'.Neal H. Walfield2015-12-022-5/+25
* dirmngr: Improve error handling.Justus Winter2015-12-011-3/+2
* Update NEWS fileWerner Koch2015-12-011-0/+54
* build: Let configure show the the status of Tor supportWerner Koch2015-12-011-1/+26
* doc: Clarify dirmngr's --keyserver option.Werner Koch2015-11-301-2/+2
* doc: Typo fix.Werner Koch2015-11-301-1/+1
* doc: Make make distcheck work again.Werner Koch2015-11-301-1/+1
* yat2m: Add keyword @url.Werner Koch2015-11-301-0/+1
* doc: Build man pages with the same date as the info files.Werner Koch2015-11-301-0/+2
* yat2m: New option --date.Werner Koch2015-11-301-3/+18
* gpg: Avoid extra translation strings.Werner Koch2015-11-271-16/+4
* kbx: Include gpg-error prior to mischelp.h.Werner Koch2015-11-271-1/+1
* gpg,w32: Fix a format string error.Werner Koch2015-11-271-2/+2
* Silence compiler warnings related to not using assuan_fd_t.Werner Koch2015-11-272-4/+4
* Silence unused variable or parameter warnings.Werner Koch2015-11-276-10/+23
* Avoid incompatible pointer assignment warnings on Windows.Werner Koch2015-11-275-20/+21
* dirmngr: Avoid a declarations after statements.Werner Koch2015-11-271-29/+33
* dirmngr: Avoid casting away a const from an char**.Werner Koch2015-11-271-13/+38
* dirmngr: Allow testing for a running Tor via "getinfo tor".Werner Koch2015-11-271-2/+19
* g13: Fix commit 1a045b13.Werner Koch2015-11-261-4/+4
* common: Fix off-by-one access in the new format_text.Werner Koch2015-11-262-7/+9
* dirmngr: Improve output of "getinfo tor".Werner Koch2015-11-261-1/+7
* dirmngr: Let Libassuan employ nPth wrappers for connect.Werner Koch2015-11-261-9/+0
* tools/gpgtar: Add '--dry-run'.Justus Winter2015-11-263-2/+14
* tools/gpgtar: Handle '--gpg-args'.Justus Winter2015-11-266-7/+30
* common: Make the GPG arguments configurable in call-gpg.Justus Winter2015-11-269-26/+73
* tools/gpgtar: Handle '--tar-args' for compatibility with gpg-zip.Justus Winter2015-11-262-14/+152
* tools/gpgtar: Rework argument parsing.Justus Winter2015-11-261-40/+52
* tests: Add tests for gpgtar and gpg-zip.Justus Winter2015-11-252-1/+61
* tools/gpgtar: Handle '--directory' argument.Justus Winter2015-11-253-22/+32
* tools/gpgtar: Handle '--gpg' argument.Justus Winter2015-11-255-3/+11
* tools/gpgtar: Improve error handling.Justus Winter2015-11-255-36/+51