summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-287-7/+7
* tools: Fix condition for gpg-connect-agent.NIIBE Yutaka2017-04-121-1/+1
* g10,tools: Fix bzlib.h include order.NIIBE Yutaka2017-04-111-3/+4
* tools: Portability fix for gpgparsemail.NIIBE Yutaka2017-04-111-1/+2
* gpgconf: Add --enable-extended-key-format for the agent.Werner Koch2017-04-031-0/+3
* tests: Use gpgconf to stop the agent.Werner Koch2017-03-231-1/+37
* wks: Put stdout into binary mode for Windows at another place.Werner Koch2017-03-081-1/+5
* wks: Put stdout into binary mode for Windows.Werner Koch2017-03-081-5/+15
* tools: Removal of -Icommon.NIIBE Yutaka2017-03-071-8/+8
* More change for common.NIIBE Yutaka2017-03-072-2/+2
* Remove -I option to common.NIIBE Yutaka2017-03-0717-49/+49
* tools: More portable for openpty use.NIIBE Yutaka2017-03-071-0/+12
* wks: Set published keys world-readable.Werner Koch2017-03-061-0/+5
* tools: Fix compile error with older gcc versions.Werner Koch2017-03-021-4/+2
* common,tools: Always escape newlines when escaping data.Justus Winter2017-03-021-0/+7
* gpg,tools: Make auto-key-retrieve configurable via gpgconf.Justus Winter2017-02-281-0/+2
* gpg,tools: Make trust-model configurable via gpgconf.Justus Winter2017-02-281-0/+4
* wks: Make sure that the draft 2 request is correctly detected.Werner Koch2017-02-234-35/+119
* wks: New callback for the mime parser.Werner Koch2017-02-232-0/+27
* Fix spelling.Daniel Kahn Gillmor2017-02-211-1/+1
* Clean up word replication.Yuri Chornoivan2017-02-217-11/+11
* gpgconf: No ENOENT warning with --change-options et al.Werner Koch2017-02-131-2/+5
* wks: Add WKS-Phase headers to the server messages.Werner Koch2017-02-071-0/+10
* tools: Use platform abstraction for I/O.Justus Winter2017-01-241-10/+10
* tools: Use platform abstraction for I/O.Justus Winter2017-01-241-96/+95
* tools: Use platform abstraction for renaming files.Justus Winter2017-01-241-22/+16
* tools: Add comments explaining the functions parameters.Justus Winter2017-01-241-2/+27
* tools: Improve error handling.Justus Winter2017-01-241-0/+2
* tools: Fix memory leak.Justus Winter2017-01-241-0/+2
* Update copyright notices for 2017.Werner Koch2017-01-231-2/+2
* Fix format string errors and some missing error case initialization.Werner Koch2017-01-232-4/+4
* gpgconf: Allow "all" for --launch, --kill, and --reload.Werner Koch2017-01-182-3/+32
* tools: Fix memory leaks and improve error handling.Justus Winter2017-01-103-6/+52
* Silence two -Wlogical-op warnings.Werner Koch2017-01-051-1/+5
* tools: Show a clearer error message if a server doesn't support WKSNeal H. Walfield2016-12-221-2/+11
* wks: Let the client ignore missing policy flags.Werner Koch2016-12-221-1/+1
* dirmngr: New option --resolver-timeout.Werner Koch2016-12-201-0/+6
* gpgconf: New command --apply-profile.Werner Koch2016-12-163-33/+277
* gpgconf: Fix --apply-defaults.Werner Koch2016-12-161-3/+3
* common: Support locating components in the build tree.Justus Winter2016-12-141-0/+3
* wks: New option --status-fd for gpg-wks-client.Werner Koch2016-12-083-1/+76
* wks: New option --check for gpg-wks-client.Werner Koch2016-12-083-0/+155
* tools: Move a function from gpg-wks-server to wks-util.c.Werner Koch2016-12-083-164/+186
* tools: Fix use of uninitialized var in mime-maker.Werner Koch2016-12-082-2/+8
* tools: Fix memleak in gpgconf.Werner Koch2016-12-081-0/+1
* tools,build: Build WKS tools against libintl.Justus Winter2016-11-291-2/+2
* dirmngr: Auto-sownload the swdb.lstWerner Koch2016-11-171-1/+4
* gpgconf: Change the displayed names of the components.Werner Koch2016-11-171-6/+6
* wks: Always build gpg-wks-client.Werner Koch2016-11-161-4/+1
* wks: Encrypt all client mails also the target key,Werner Koch2016-11-071-14/+32