| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: Avoid overflowing signed 32 bit time_t. | Justus Winter | 2017-03-07 | 1 | -4/+11 |
* | tests: Harmonize temporary and socket directory handling. | Justus Winter | 2017-03-06 | 13 | -63/+58 |
* | gpgscm: Fix creation of temporary directories. | Justus Winter | 2017-03-06 | 1 | -1/+6 |
* | gpg: Fix (quick) key generation with --always-trust. | Justus Winter | 2017-03-02 | 1 | -4/+0 |
* | g10: Signal an error when trying to revoke non-existant UID. | Justus Winter | 2017-03-02 | 1 | -0/+6 |
* | tests: Log information about ssh, add comments to test. | Justus Winter | 2017-03-02 | 1 | -5/+18 |
* | gpgscm: Improve parsing. | Justus Winter | 2017-02-28 | 1 | -0/+3 |
* | gpgscm: Fix calculating the line number. | Justus Winter | 2017-02-28 | 1 | -2/+2 |
* | tests: Improve support for gpgconf. | Justus Winter | 2017-02-28 | 3 | -40/+50 |
* | gpgscm: Track source locations in every kind of ports. | Justus Winter | 2017-02-28 | 2 | -96/+69 |
* | tests: No spelling fix for test text. | NIIBE Yutaka | 2017-02-22 | 1 | -1/+4 |
* | Clean up word replication. | Yuri Chornoivan | 2017-02-21 | 3 | -3/+3 |
* | gpgscm: Guard use of tagged expressions. | Justus Winter | 2017-02-17 | 2 | -6/+6 |
* | tests,build: Fix distcheck. | Justus Winter | 2017-02-15 | 1 | -1/+2 |
* | tests: Test and document other ways to create keys. | Justus Winter | 2017-02-15 | 1 | -0/+33 |
* | tests: Check expiration times of created keys. | Justus Winter | 2017-02-15 | 5 | -9/+72 |
* | gpg: Make --export-ssh-key work for the primary key. | Werner Koch | 2017-02-14 | 3 | -0/+63 |
* | gpg,common: Make sure that all fd given are valid. | Justus Winter | 2017-02-08 | 2 | -1/+36 |
* | tests: Skip key types not supported by OpenSSH. | Justus Winter | 2017-02-07 | 1 | -4/+29 |
* | tests: Improve description of test. | Neal H. Walfield | 2017-02-02 | 1 | -1/+1 |
* | Revert "Revert "tests: Add test demonstrating issue2929."" | Neal H. Walfield | 2017-02-02 | 2 | -1/+34 |
* | gpgscm: Tune the hash tables. | Justus Winter | 2017-01-31 | 1 | -3/+5 |
* | gpgscm: Optimize environment lookups and insertions. | Justus Winter | 2017-01-31 | 1 | -50/+116 |
* | gpgscm: Fix build with list environments. | Justus Winter | 2017-01-31 | 1 | -0/+1 |
* | gpgscm: Optimize symbol lookups and insertions. | Justus Winter | 2017-01-31 | 1 | -23/+61 |
* | gpgscm: Fix build with object list. | Justus Winter | 2017-01-31 | 1 | -0/+1 |
* | gpgscm: Remove unused functions. | Justus Winter | 2017-01-31 | 1 | -24/+0 |
* | gpgscm: Use a compact vector representation. | Justus Winter | 2017-01-30 | 2 | -27/+36 |
* | gpgscm: Provide framework for immediate values. | Justus Winter | 2017-01-30 | 1 | -23/+39 |
* | gpgscm: Fix setting the line of the first gc reservation. | Justus Winter | 2017-01-30 | 1 | -1/+1 |
* | gpgscm: Introduce macro for the vector length. | Justus Winter | 2017-01-30 | 1 | -12/+13 |
* | Revert "tests: Add test demonstrating issue2929." | Justus Winter | 2017-01-30 | 2 | -34/+1 |
* | tests,w32: Fix GPGME tests requiring a pinentry. | Justus Winter | 2017-01-25 | 1 | -2/+4 |
* | tests,w32: Fix gpgsm signature verification test. | Justus Winter | 2017-01-25 | 1 | -4/+4 |
* | tests: Skip GPGME tests that are not built. | Justus Winter | 2017-01-25 | 1 | -2/+5 |
* | tests,w32: Fix locating GPGME's tests on Windows. | Justus Winter | 2017-01-25 | 1 | -1/+1 |
* | tests: Add test demonstrating issue2929. | Justus Winter | 2017-01-24 | 2 | -1/+34 |
* | tests: Enable gpgconf test. | Justus Winter | 2017-01-24 | 1 | -4/+1 |
* | build: Change make distcheck configure and temp. remove gpgconf.scm. | Werner Koch | 2017-01-23 | 1 | -1/+4 |
* | tests: Improve GPGHOME handling. | Justus Winter | 2017-01-16 | 3 | -12/+6 |
* | tests: Improve gpgconf test. | Justus Winter | 2017-01-10 | 2 | -6/+25 |
* | tests: Add test for gpgconf. | Justus Winter | 2017-01-10 | 3 | -2/+73 |
* | tests: New test for --{show,override}-session-key. | Justus Winter | 2017-01-05 | 2 | -0/+46 |
* | tests: Fix macro. | Justus Winter | 2017-01-05 | 3 | -8/+12 |
* | tests,w32: Fix locating the components. | Justus Winter | 2017-01-04 | 1 | -9/+29 |
* | tests: Fix faked time in the TOFU test. | Justus Winter | 2017-01-02 | 1 | -1/+1 |
* | gpgscm: Fail if too many arguments are given. | Justus Winter | 2017-01-02 | 2 | -6/+4 |
* | gpgscm: Add 'finally', rework all macros. | Justus Winter | 2017-01-02 | 2 | -44/+52 |
* | gpgscm: Use boxed values for source locations. | Justus Winter | 2017-01-02 | 2 | -46/+89 |
* | gpgscm: Guard use of union member. | Justus Winter | 2016-12-21 | 1 | -1/+1 |