aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* g10: Add const qualifier.NIIBE Yutaka2016-03-161-2/+2
* gpg: Do not rely on a certain evaluation order.Werner Koch2016-03-151-1/+5
* scd: Add manufacturer id 0x000aWerner Koch2016-03-141-0/+1
* g10: Silence message if --quiet is given.Kevin J. McCarthy2016-03-101-1/+1
* gpg: Add a new test.Neal H. Walfield2016-03-083-2/+616
* sm: Implement pinentry loopback and reading passphrases from fd.Justus Winter2016-03-077-20/+237
* sm: Remove unused argument '--fixed-passphrase'.Justus Winter2016-03-073-10/+0
* kbx: Avoid undefined behavior.Justus Winter2016-03-071-1/+1
* scd: Bug fix for a device with multiple interfaces.NIIBE Yutaka2016-03-071-2/+3
* build: Make libusb a hard requirement if the ccid driver is requested.Justus Winter2016-03-041-3/+16
* g10: Drop superfluous declaration.Justus Winter2016-03-041-1/+0
* g10: Guard code against errors.Justus Winter2016-03-041-7/+8
* doc: Drop superfluous 'is'.Justus Winter2016-03-041-1/+1
* dirmngr: Add more missing CFLAGS.Justus Winter2016-03-031-2/+2
* tests/openpgp: Skip gpgtar test if it has not been built.Justus Winter2016-03-031-0/+6
* gpg: Add new program gpgcompose.Neal H. Walfield2016-03-025-5/+3061
* gpg: More robustly detect valid non-armored OpenPGP messages.Neal H. Walfield2016-03-021-13/+54
* common: Provide a function for mapping packet types to strings.Neal H. Walfield2016-03-021-0/+28
* gpg: Rename pop_filter to iobuf_pop_filter and export it.Neal H. Walfield2016-03-022-11/+19
* gpg: Split write_pubkey_enc_from_list.Neal H. Walfield2016-03-022-61/+73
* gpg: Allow the caller to write the contents of a plaintext packet.Neal H. Walfield2016-03-021-8/+16
* gpg: Add a new function for creating binary notations.Neal H. Walfield2016-03-022-2/+79
* gpg: Refactor the printing of binary notations.Neal H. Walfield2016-03-021-4/+28
* tests/openpgp: Make tests more portable.Uldis Anšmits2016-03-023-6/+6
* common: Update README.Justus Winter2016-03-021-11/+1
* common: Consolidate Assuan server argument handling.Justus Winter2016-03-029-298/+207
* dirmngr: Add missing CFLAGS.Justus Winter2016-03-011-2/+4
* tools: Drop superfluous include.Justus Winter2016-03-011-1/+0
* gpg: Prettify a 2 octet hex output.Werner Koch2016-02-261-1/+2
* gpg: Show debugging info if a sig with an unsupported sig class is used.Neal H. Walfield2016-02-251-1/+6
* gpg: More carefully encode a packet's length.Neal H. Walfield2016-02-251-1/+8
* gpg: Avoid directly twiddling bits.Neal H. Walfield2016-02-251-3/+4
* gpg: Improve documentation and comments related to OpenPGP packets.Neal H. Walfield2016-02-253-66/+362
* gpg: Add some asserts.Neal H. Walfield2016-02-251-4/+62
* gpg: Avoid an unnecessary copy.Neal H. Walfield2016-02-251-14/+9
* common: Reduce buffer size.Neal H. Walfield2016-02-231-2/+2
* common: Improve a function's documentation and comments.Neal H. Walfield2016-02-231-10/+14
* common: Add log_assert.Neal H. Walfield2016-02-231-0/+4
* gpg: Use higher-level functions.Neal H. Walfield2016-02-232-16/+9
* common: Check for an error before reading.Neal H. Walfield2016-02-231-0/+3
* 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