aboutsummaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-23tests: Use gpgconf to stop the agent.Werner Koch1-4/+6
2017-03-23gpgscm: Make test cleanup more robust.Justus Winter1-14/+17
2017-03-21tests: Test '--quick-set-primary-uid'.Justus Winter1-0/+11
2017-03-21tests,w32: Use GetTempPath to get the path for temporary files.Justus Winter2-1/+20
2017-03-21tests: Create temporary directories in '/tmp'.Justus Winter3-5/+7
2017-03-20tests: Remove debugging remnants.Justus Winter1-1/+1
2017-03-20tests: Fail if we cannot create the socket directory.Justus Winter2-2/+2
2017-03-17tests: Add test for issue 2959.Neal H. Walfield1-0/+1
2017-03-17gpgscm: Simplify hash tables.Justus Winter1-49/+22
2017-03-17gpgscm: Remove framework for immediate values.Justus Winter1-40/+29
2017-03-15tests: Fix using tools from the build directory.Justus Winter1-8/+8
2017-03-15tests: Dump the tools that the tests are going to use.Justus Winter1-0/+18
2017-03-15tests: Fix running python condition.NIIBE Yutaka1-6/+7
2017-03-14tests: Skip Python tests if the bindings are not built.Justus Winter3-4/+13
2017-03-09tests: Run the tests for the Python bindings of GPGME.Justus Winter3-15/+51
2017-03-09tests: Rework environment setup.Justus Winter5-48/+58
2017-03-07gpgscm: Use system strlwr if available.Michael Haubenwallner2-5/+5
2017-03-07gpg: Do not allow the user to revoke the last valid UID.Justus Winter1-0/+5
2017-03-07More change for common.NIIBE Yutaka1-1/+1
2017-03-07tests: Avoid overflowing signed 32 bit time_t.Justus Winter1-4/+11
2017-03-06tests: Harmonize temporary and socket directory handling.Justus Winter13-63/+58
2017-03-06gpgscm: Fix creation of temporary directories.Justus Winter1-1/+6
2017-03-02gpg: Fix (quick) key generation with --always-trust.Justus Winter1-4/+0
2017-03-02g10: Signal an error when trying to revoke non-existant UID.Justus Winter1-0/+6
2017-03-02tests: Log information about ssh, add comments to test.Justus Winter1-5/+18
2017-02-28gpgscm: Improve parsing.Justus Winter1-0/+3
2017-02-28gpgscm: Fix calculating the line number.Justus Winter1-2/+2
2017-02-28tests: Improve support for gpgconf.Justus Winter3-40/+50
2017-02-28gpgscm: Track source locations in every kind of ports.Justus Winter2-96/+69
2017-02-22tests: No spelling fix for test text.NIIBE Yutaka1-1/+4
2017-02-21Clean up word replication.Yuri Chornoivan3-3/+3
2017-02-17gpgscm: Guard use of tagged expressions.Justus Winter2-6/+6
2017-02-15tests,build: Fix distcheck.Justus Winter1-1/+2
2017-02-15tests: Test and document other ways to create keys.Justus Winter1-0/+33
2017-02-15tests: Check expiration times of created keys.Justus Winter5-9/+72
2017-02-14gpg: Make --export-ssh-key work for the primary key.Werner Koch3-0/+63
2017-02-08gpg,common: Make sure that all fd given are valid.Justus Winter2-1/+36
2017-02-07tests: Skip key types not supported by OpenSSH.Justus Winter1-4/+29
2017-02-02tests: Improve description of test.Neal H. Walfield1-1/+1
2017-02-02Revert "Revert "tests: Add test demonstrating issue2929.""Neal H. Walfield2-1/+34
2017-01-31gpgscm: Tune the hash tables.Justus Winter1-3/+5
2017-01-31gpgscm: Optimize environment lookups and insertions.Justus Winter1-50/+116
2017-01-31gpgscm: Fix build with list environments.Justus Winter1-0/+1
2017-01-31gpgscm: Optimize symbol lookups and insertions.Justus Winter1-23/+61
2017-01-31gpgscm: Fix build with object list.Justus Winter1-0/+1
2017-01-31gpgscm: Remove unused functions.Justus Winter1-24/+0
2017-01-30gpgscm: Use a compact vector representation.Justus Winter2-27/+36
2017-01-30gpgscm: Provide framework for immediate values.Justus Winter1-23/+39
2017-01-30gpgscm: Fix setting the line of the first gc reservation.Justus Winter1-1/+1
2017-01-30gpgscm: Introduce macro for the vector length.Justus Winter1-12/+13