Commit graph

173 commits

Author SHA1 Message Date
Jakub Zelenka
d93d6ea80d Add implementation for keyinfo secret_only parameter 2018-08-12 20:10:04 +01:00
Jakub Zelenka
a2d30ca91d
Merge pull request #16 from petk/patch-git-idents
Remove unused Git attributes ident
2018-07-15 19:44:58 +01:00
Jakub Zelenka
99e63e50ab Update TODO list - remove implemented engine info setting 2018-07-15 19:44:25 +01:00
Jakub Zelenka
c1666d093c Port and fix gnupg_res_listsignatures test 2018-07-07 17:49:29 +01:00
Jakub Zelenka
b0b783b604 Port and fix gnupg_res_keyinfo test 2018-07-07 17:47:33 +01:00
Peter Kokot
bb2cd3ab56 Remove unused Git attributes ident
The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.

In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.
2018-07-05 06:50:00 +02:00
Jakub Zelenka
e95d53f2e0 Port listsignatures oo test to the new array check 2018-06-22 19:28:41 +01:00
Jakub Zelenka
2778396423 Finalize fix for updated gnupg_oo_keyinfo 2018-06-20 19:49:00 +01:00
Jakub Zelenka
4390ac3df8 Add checks for previous subkey values in oo keyinfo test 2018-06-18 15:36:48 +01:00
Jakub Zelenka
f3864c33da Add generic oo keyinfo checks 2018-06-15 18:59:33 +01:00
Jakub Zelenka
7d979e4e60 Add helpers for checking arrays in tests 2018-06-14 20:14:33 +01:00
Gunter Grodotzki
aa6fdf830b spaces vs. tabs 2018-06-06 20:34:42 +01:00
Gunter Grodotzki
b852d6e509 remove prefix on class constants 2018-06-06 20:34:42 +01:00
Gunter Grodotzki
62a7495b45 add constants 2018-06-06 20:34:42 +01:00
Gunter Grodotzki
5674652e6e removing too old version check 2018-06-06 20:34:42 +01:00
Gunter Grodotzki
42b08f7dbd fix version req 2018-06-06 20:34:42 +01:00
Gunter Grodotzki
d9bc785b1b revert order.. 2018-06-06 20:34:42 +01:00
Gunter Grodotzki
3be90b190a Fixes #6: Add additional output fields to keyinfo() + listsignatures() 2018-06-06 20:34:42 +01:00
Jakub Zelenka
585c11c84a Fix --with-gnupg=dir to use correct dir 2018-06-05 17:56:58 +01:00
Jakub Zelenka
15b69c66ea Add GNUPG_GPGME_VERSION constant 2018-06-05 17:07:15 +01:00
Jakub Zelenka
1779a02f74 Add complete coverage for init 2018-06-04 19:29:56 +01:00
Jakub Zelenka
587a5f9400 Add gnupg_getengineinfo 2018-05-31 20:41:56 +01:00
Jakub Zelenka
60e13bec5a Fix and finish test for oo init with home dir 2018-05-25 19:42:47 +01:00
Jakub Zelenka
2f99f8696a Add initial test for object creation with home dir 2018-05-23 20:47:15 +01:00
Jakub Zelenka
2a07550357 Make a full clean up of the imported key in tests 2018-05-22 17:43:05 +01:00
Jakub Zelenka
99e95d975c Fix CS 2018-05-22 17:24:08 +01:00
Jakub Zelenka
8c55c26189 Set pinentry mode to GPGME_PINENTRY_MODE_LOOPBACK
This allows passphrase callback mechanism in GnuPG 2.1+
2018-05-21 16:33:23 +01:00
Jakub Zelenka
7116749cb1 Fix invalid error check in this init 2018-05-21 16:20:30 +01:00
Jakub Zelenka
8a5c714b9c Add initial implementation of the init options 2018-05-19 19:18:56 +01:00
Jakub Zelenka
d2045bf5f4 Update TODO list 2018-05-18 15:47:35 +01:00
Jakub Zelenka
cf9930c572 Do not ignore pubring and secring as they are cleaned 2018-05-17 20:25:56 +01:00
Jakub Zelenka
337ccfb4a0 Merge branch 'next' 2018-05-17 20:24:29 +01:00
Jakub Zelenka
4d61cf07c3 Fix typo in UPGRADING 2018-05-17 20:15:28 +01:00
Jakub Zelenka
4aabe3c966 Refactore all test to be independent 2018-05-17 20:15:14 +01:00
Jakub Zelenka
3bb4d28798 Remove hack for PHP 4 in freeing encryptkeys and fix CS 2017-09-12 18:50:50 +01:00
Jakub Zelenka
2b3d5b5a29 Prefix static functions 2017-09-12 18:45:40 +01:00
Jakub Zelenka
6f46b406e9 Fix small CS issue 2017-09-11 17:23:17 +01:00
Jakub Zelenka
730cd697a1 Ignore configure.ac 2017-09-11 17:23:06 +01:00
Jakub Zelenka
9ce77aad30 Add TODO.md 2017-09-11 17:22:44 +01:00
Jakub Zelenka
c4b82c4dee Move gpgme_check_version to MINIT 2016-12-15 18:33:57 +00:00
Jakub Zelenka
9aaaaa7c87 Remove a dev comment 2016-12-14 17:28:01 +00:00
Jakub Zelenka
fcbadeb49b Fix CS in init function 2016-12-13 18:27:44 +00:00
Jakub Zelenka
dda2f09054 Properly allocate and free encryptkeys 2016-12-12 18:56:54 +00:00
Jakub Zelenka
3d298a4f38 Improve tests and make them independent 2016-12-11 19:36:15 +00:00
Jakub Zelenka
a0ffb76eca Fix export test public key block header 2016-12-07 20:30:00 +00:00
Jakub Zelenka
d0b42a2af3 Fix CS in gnupg_listsignatures 2016-11-13 20:46:34 +00:00
Jakub Zelenka
1a94356ce1 Fix CS in gnupg_gettrustlist 2016-11-09 20:44:22 +00:00
Jakub Zelenka
84a3bf6b39 Fix CS in gnupg_deletekey 2016-11-06 21:28:32 +00:00
Jakub Zelenka
67ec0b2be5 Fix CS in gnupg_import 2016-11-04 19:37:28 +00:00
Jakub Zelenka
f20f7081cb Fix CS in gnupg_export 2016-11-02 20:27:52 +00:00