aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* g13: First chunk of code to support dm-crypt.wk/g13workWerner Koch2015-11-3014-9/+2489
* 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
* tools: Add encryption and decryption support to gpgtar.Justus Winter2015-11-256-56/+118
* common: Add stream interface to call-pgp.Justus Winter2015-11-252-19/+128
* common: Refactor the call-gpg code.Justus Winter2015-11-251-46/+79
* g13: Move 'call-gpg.c' to common.Justus Winter2015-11-256-37/+39
* gpg: When comparing keyids, use the keyid, not the fingerprint's suffix.Neal H. Walfield2015-11-241-12/+41
* gpg: Reflow long texts.Neal H. Walfield2015-11-234-4/+283
* common: Extend utf8_charcount to include the string's length.Neal H. Walfield2015-11-234-8/+22
* dirmngr: Fix http lookups when libadns is used.Justus Winter2015-11-231-1/+1
* dirmngr: Fix SRV record lookups when using the system resolver.Justus Winter2015-11-231-2/+2
* dirmngr: Honor ports specified in SRV records.Justus Winter2015-11-231-14/+32
* dirmngr: Support hkp server pools using SRV records.Justus Winter2015-11-231-1/+46
* dirmngr: Refactor 'map_host'.Justus Winter2015-11-231-99/+110
* dirmngr: Fix pool detection.Justus Winter2015-11-231-2/+2
* dirmngr: Refactor 'map_host'.Justus Winter2015-11-231-12/+21
* dirmngr: Start dirmngr on demand.Justus Winter2015-11-232-130/+17
* gpg: If sqlite is not available, don't build things depending on it.Neal H. Walfield2015-11-232-1/+10
* gpg: Allow updating the expiration time of multiple subkeys at once.Neal H. Walfield2015-11-231-6/+25
* gpg: Don't crash if key is not passed an argument.Neal H. Walfield2015-11-231-1/+2
* gpg: Fail if the search description passed to --gen-revoke is ambiguous.Neal H. Walfield2015-11-201-0/+41
* gpg: Refactor print_seckey_info.Neal H. Walfield2015-11-202-5/+17
* gpg: Improve an error message.Neal H. Walfield2015-11-201-2/+6
* dirmngr: Improve error handling.Justus Winter2015-11-191-0/+1