Fri, 30 Sep 2016 16:10:26 +0200 |
sync : added set_device_group sql stuff
|
file | diff | annotate |
Mon, 03 Oct 2016 17:16:33 +0200 |
Engine-97 Merge with default
|
file | diff | annotate |
Thu, 29 Sep 2016 13:03:56 +0200 |
ENGINE-27: set_identity can be called with a null/empty fpr now per Volker. ensured it does not call blacklist_is_listed on null/empty fprs
|
file | diff | annotate |
Thu, 29 Sep 2016 12:16:12 +0200 |
ENGINE-27: ensure set_identity doesn't get called in update_identity if the fpr is null
|
file | diff | annotate |
Mon, 05 Sep 2016 18:01:42 +0200 |
moved KeyGen state injection from generate_keypair() to the bottom of myself() (in case of successfull keygen), thus ensuring that new identity has been already created when starting to multicast beacons to all own identities.
|
file | diff | annotate |
Sat, 03 Sep 2016 22:28:24 +0200 |
export secret keys
|
file | diff | annotate |
Fri, 02 Sep 2016 13:30:36 +0200 |
merged with default.
|
file | diff | annotate |
Wed, 31 Aug 2016 17:26:59 +0200 |
merged with default
|
file | diff | annotate |
Thu, 01 Sep 2016 17:54:33 +0200 |
implementing keep_sync_msg flag
|
file | diff | annotate |
Thu, 01 Sep 2016 17:51:29 +0200 |
config functions for dont_remove_sync_msg
|
file | diff | annotate |
Thu, 01 Sep 2016 17:49:01 +0200 |
that's default anyway
|
file | diff | annotate |
Wed, 31 Aug 2016 11:50:49 +0200 |
exporting secret key with GnuPG
|
file | diff | annotate |
Mon, 29 Aug 2016 17:39:35 +0200 |
fixes
|
file | diff | annotate |
Mon, 29 Aug 2016 15:02:16 +0200 |
second instance for testing
|
file | diff | annotate |
Mon, 29 Aug 2016 12:48:11 +0200 |
set sequence value
|
file | diff | annotate |
Mon, 29 Aug 2016 11:14:13 +0200 |
sequence update
|
file | diff | annotate |
Mon, 29 Aug 2016 10:50:48 +0200 |
sequences
|
file | diff | annotate |
Wed, 24 Aug 2016 12:48:58 +0200 |
BUGFIX: 1 is wrong, either -1 or 2
|
file | diff | annotate |
Wed, 24 Aug 2016 08:48:24 +0200 |
adding onomem safeguard
|
file | diff | annotate |
Tue, 23 Aug 2016 17:20:04 +0200 |
own_identities_retrieve() bullet proof
|
file | diff | annotate |
Tue, 23 Aug 2016 17:08:26 +0200 |
nicer
|
file | diff | annotate |
Tue, 23 Aug 2016 07:45:23 +0200 |
merge "default" branch into "keysync" branch and resolve 2 minor merge conflicts. Please check whether the resolve was okay.
|
file | diff | annotate |
Mon, 22 Aug 2016 17:26:40 +0200 |
restructuring things (will not build)
|
file | diff | annotate |
Sat, 20 Aug 2016 16:03:54 +0200 |
adding test for get_own_addresses()
|
file | diff | annotate |
Sat, 20 Aug 2016 15:29:43 +0200 |
adding get_own_addresses()
|
file | diff | annotate |
Thu, 18 Aug 2016 15:01:37 +0200 |
ENGINE-73 #comment gpgme version working and tests pass. Time to switch over to netpgp.
|
file | diff | annotate |
Thu, 18 Aug 2016 13:23:15 +0200 |
ENGINE-73 added openpgp compat files for listing keyinfo #comment Redesign: function is now OpenPGP_list_keyinfo() in openpgp_compat.c/.h, returns full pgp key fingerprint + primary gpg uid string (Real Name <email@address.blah>)
|
file | diff | annotate |
Wed, 17 Aug 2016 12:27:44 +0200 |
Intermittent commit - changing list_keys signature, starting alterations to add management db ids to the mix
|
file | diff | annotate |
Tue, 16 Aug 2016 18:21:20 +0200 |
Merged default into keysync branch.
|
file | diff | annotate |
Mon, 15 Aug 2016 21:06:38 +0200 |
Implemented netpgp functionality - untested, haven't yet tried to compile. Added test skeleton, fixed all the function signatures to match the identity list returned
|
file | diff | annotate |
Mon, 15 Aug 2016 18:06:31 +0200 |
Merged default w/ ENGINE-73
|
file | diff | annotate |
Mon, 15 Aug 2016 14:19:12 +0200 |
ENGINE-79 #comment External function now added from pEpEngine.h/.c - get_engine_version() now returns the string constant for the engine (NOT PROTOCOL) version. #review-issue
|
file | diff | annotate |
Mon, 15 Aug 2016 13:37:11 +0200 |
Stowing changes to work on another bug
|
file | diff | annotate |
Fri, 12 Aug 2016 14:58:25 +0200 |
...
|
file | diff | annotate |
Fri, 12 Aug 2016 14:15:45 +0200 |
ENGINE-73 #comment initial commit - get gpg keyring primary email/fingerprint pairs. Next up: get from management db, combine, maybe add flags. Determine if functions are really in correct places.
|
file | diff | annotate |
Thu, 11 Aug 2016 11:53:00 +0200 |
session->own_key_retrieve -> session->own_identities_retrieve
|
file | diff | annotate |
Wed, 10 Aug 2016 16:17:11 +0200 |
merge "default" branch into "keysync" branch and resolve 2 minor merge conflicts.
|
file | diff | annotate |
Tue, 09 Aug 2016 00:08:08 +0200 |
auto stop keysync on release() of session
|
file | diff | annotate |
Mon, 01 Aug 2016 13:52:00 +0200 |
ENGINE-67 #comment cut-and-paste error - tried to free one the the statements twice. #close Fixed typo, valgrind shows no more double-free error.
|
file | diff | annotate |
Mon, 01 Aug 2016 12:03:00 +0200 |
key_created() added to determine creation date of a key
|
file | diff | annotate |
Mon, 01 Aug 2016 10:32:39 +0200 |
For unmatched sqlite3_prepare_v2 statments from init, added sqlite3_finalize statements in release
|
file | diff | annotate |
Mon, 01 Aug 2016 09:14:47 +0200 |
...
|
file | diff | annotate |
Sun, 31 Jul 2016 19:38:23 +0200 |
...
|
file | diff | annotate |
Sun, 31 Jul 2016 09:01:39 +0200 |
UUID specifica
|
file | diff | annotate |
Sun, 31 Jul 2016 00:22:18 +0200 |
first octet is app flags
|
file | diff | annotate |
Sun, 31 Jul 2016 00:17:08 +0200 |
some flagging
|
file | diff | annotate |
Sun, 31 Jul 2016 00:06:35 +0200 |
adding flags to keys
|
file | diff | annotate |
Fri, 29 Jul 2016 10:45:13 +0200 |
changing message_api: adding flags to encrypt_message()
|
file | diff | annotate |
Wed, 27 Jul 2016 16:20:31 +0200 |
adding set_identity_flags_test
|
file | diff | annotate |
Wed, 27 Jul 2016 15:34:44 +0200 |
adding set_identity_flags()
|
file | diff | annotate |
Wed, 27 Jul 2016 12:55:01 +0200 |
duplicating flags with identity
|
file | diff | annotate |
Wed, 27 Jul 2016 12:51:19 +0200 |
adding flags to get_identity and set_identity
|
file | diff | annotate |
Wed, 27 Jul 2016 12:35:51 +0200 |
updatable management.db
|
file | diff | annotate |
Thu, 14 Jul 2016 11:57:01 +0200 |
tighter scope, more const
|
file | diff | annotate |
Thu, 14 Jul 2016 11:32:56 +0200 |
tighter scope, more const
|
file | diff | annotate |
Sun, 12 Jun 2016 20:20:45 +0200 |
merged remove_attached_keys
|
file | diff | annotate |
Wed, 08 Jun 2016 01:32:10 +0200 |
Preparing for import of gpg private key on android : decrypt flags (import own key from own trusted message) + pgp_gpg giving a list private keys when importing.
|
file | diff | annotate |
Tue, 07 Jun 2016 23:09:49 +0200 |
keep newlines in log text
|
file | diff | annotate |
Tue, 07 Jun 2016 18:13:46 +0200 |
added use_only_own_private_keys (testing)
|
file | diff | annotate |
Wed, 01 Jun 2016 02:12:57 +0200 |
Test for expiry one week before it happens
|
file | diff | annotate |