aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* common: More accurately name function.Neal H. Walfield2016-02-234-5/+5
* g13: Add commands --suspend and --remove.Werner Koch2016-02-2318-210/+1029
* g13: Run mount after dmsetup.Werner Koch2016-02-232-15/+51
* tests/openpgp: Qualify executables with extension.Justus Winter2016-02-231-2/+3
* tests/openpgp: Reimplement 'pinentry.sh' in c.Justus Winter2016-02-233-1/+60
* tests/openpgp: Avoid dependency on source files.Justus Winter2016-02-232-3/+4206
* tests/openpgp: Fix file removal.Justus Winter2016-02-231-1/+1
* common/exechelp: Provide a way to wait for multiple processes.Justus Winter2016-02-234-75/+144
* common/exechelp: Add general pipe function.Justus Winter2016-02-234-31/+59
* common/exechelp: Mute the Windows version.Justus Winter2016-02-231-3/+4
* common/exechelp: Avoid magic numbers.Justus Winter2016-02-231-2/+2
* common/exechelp: Disable debugging by default.Justus Winter2016-02-231-1/+1
* common/exechelp: Fix handle leak.Justus Winter2016-02-231-0/+1
* common/exechelp: Fix opening the 'nul' device.Justus Winter2016-02-231-5/+5
* common/exechelp: Fix error handling.Justus Winter2016-02-231-2/+2
* common/exechelp: Fix pipe creation.Justus Winter2016-02-231-1/+1
* tools/mk-tdata: Fix data generation on Windows.Justus Winter2016-02-231-0/+6
* gpg: Systematically detect and fix signatures that are out of order.Neal H. Walfield2016-02-191-125/+564
* gpg: Split check_key_signature2.Neal H. Walfield2016-02-192-92/+286
* gpg: Split print_and_check_one_sig.Neal H. Walfield2016-02-191-11/+20
* gpg: Split the function check_signature_end.Neal H. Walfield2016-02-191-5/+23
* gpg: Use format_keyid rather than manually formatting the keyid.Neal H. Walfield2016-02-192-5/+4
* gpg: Initialize the primary key when generating a key.Neal H. Walfield2016-02-191-0/+7
* gpg: Add accessor & utility functions for pk->keyid and pk->main_keyid.Neal H. Walfield2016-02-193-3/+94
* gpgparsemail: Allow weirdly-mixed pkcs7 signatures.Daniel Kahn Gillmor2016-02-181-17/+24
* gpg: Clean up dangling agent_open and agent_closed declarations.Daniel Kahn Gillmor2016-02-182-4/+1
* w32: Make scdaemon build again due to libusb problem.Werner Koch2016-02-161-1/+7
* w32: Do not error out if gpgconf is not installed.Werner Koch2016-02-161-3/+1
* gpg: Make ASCII armor decoding more robust to encoding errors.Neal H. Walfield2016-02-161-0/+18
* doc: Add a gnupg-module-overview picture.Werner Koch2016-02-163-15/+939
* common, g10: Fix indentation to silence GCC-6.NIIBE Yutaka2016-02-153-17/+17
* dirmngr: fix for memory alignment.NIIBE Yutaka2016-02-151-6/+14
* Put asterisks in front of two function descriptions.Werner Koch2016-02-141-9/+9
* gpg: Add hidden key-edit subcommand "change-usage".Werner Koch2016-02-143-11/+146
* gpg: Improve API documentation.Neal H. Walfield2016-02-143-13/+24
* gpg: Fix calc_header_length when LEN is 0 and improve documentation.Neal H. Walfield2016-02-141-4/+8
* gpg: Fix format_keyid when dynamically allocating the buffer.Neal H. Walfield2016-02-142-3/+6
* common: Fix comment.Neal H. Walfield2016-02-141-1/+1
* g13: Require a confirmation before g13 is used for DM-Crypt.Werner Koch2016-02-133-1/+27
* g13: Second chunk of code to support dm-crypt.Werner Koch2016-02-1318-121/+951
* g13: Improve dump_keyblob.Werner Koch2016-02-133-38/+88
* g13: Define 3 new tags.Werner Koch2016-02-131-1/+11
* g13: Rename utils.c to g13tuple.cWerner Koch2016-02-1310-20/+24
* g13: Add functions to handle uint in a keyblob.Werner Koch2016-02-134-4/+318
* g13: Re-factor high level create code.Werner Koch2016-02-133-28/+64
* g13: Return an error for non-existing device.Werner Koch2016-02-131-3/+7
* g13: Fix releasing of a syshelp context.Werner Koch2016-02-131-2/+7
* g13: Switch over to common/exectool.c.Werner Koch2016-02-135-313/+6
* common: Make gnupg_exec_tool conform to spec.Werner Koch2016-02-131-9/+18
* g13: First chunk of code to support dm-crypt.Werner Koch2016-02-1314-9/+2489