Mon, 09 Mar 2020 09:41:04 +0100 |
gnupg, netpgp purged from code
|
file | diff | annotate |
Tue, 22 Oct 2019 11:17:01 +0200 |
fixing problem inside transactions
|
file | diff | annotate |
Mon, 30 Sep 2019 20:48:31 +0200 |
fixes: clang build error with NDEBUG: expected expression
|
file | diff | annotate |
Sun, 22 Sep 2019 15:02:37 +0200 |
Fix the static problem AGAIN. I know it's nice to use static vars for paths and stuff between threads, but we can't always invoke a new process when debugging, so we have to explicitly allow for resets. This just makes per_user_directory match up with the rest of the code (unix_local_db and friends)
|
file | diff | annotate |
Wed, 28 Aug 2019 00:10:58 +0200 |
merged in 325
|
file | diff | annotate |
Wed, 21 Aug 2019 11:04:05 +0200 |
adding features
|
file | diff | annotate |
Tue, 20 Aug 2019 14:25:39 +0200 |
reverting changes
|
file | diff | annotate |
Mon, 19 Aug 2019 21:59:38 +0200 |
Create ~/.pEp/ directory on *NIX platforms and move management.db and keys.db there
|
file | diff | annotate |
Fri, 05 Jul 2019 14:06:07 +0200 |
ENGINE-588: added strnstr for non-bsd systems
|
file | diff | annotate |
Thu, 30 May 2019 02:16:16 +0200 |
do not hardcode filenames, use SQ_KEYS_DB
|
file | diff | annotate |
Sat, 25 May 2019 01:50:29 +0200 |
ENGINE-524: user_ and machine_directory
|
file | diff | annotate |
Mon, 20 May 2019 13:13:46 +0200 |
WIP: ENGINE-524: use new fn signature
|
file | diff | annotate |
Thu, 16 May 2019 14:15:12 +0200 |
WIP: ENGINE-524 unix_local_db_file()
|
file | diff | annotate |
Mon, 13 May 2019 19:31:43 +0200 |
reinstert unix_local_db_file
|
file | diff | annotate |
Mon, 13 May 2019 19:30:36 +0200 |
merge sync, incl PEP_HOME
|
file | diff | annotate |
Mon, 06 May 2019 17:52:20 +0200 |
WIP: ENGINE-524: make paths to sys, mgmt and keys DB configurable via env
|
file | diff | annotate |
Wed, 20 Jun 2018 09:36:04 +0200 |
merged in default
|
file | diff | annotate |
Fri, 15 Jun 2018 20:18:13 +0200 |
adding newline
|
file | diff | annotate |
Tue, 22 May 2018 12:56:27 +0200 |
ENGINE-434 - Tests work now individually (yay!) and down to the expected bug, I think. Added a debug option to some internal functions with static variables inside of them so we can test. This only applies to unix and when NDEBUG is not defined.
|
file | diff | annotate |
Fri, 29 Sep 2017 14:14:10 +0200 |
Init will now fail if it can't write in gpg and gpg-agent config files at first start
|
file | diff | annotate |
Fri, 29 Sep 2017 12:41:53 +0200 |
Fix GCC warning: ignoring return value of ‘write’
|
file | diff | annotate |
Thu, 26 Jan 2017 19:07:45 +0100 |
avoid unitialized local pointer variables to reduce hard-to-find bugs
|
file | diff | annotate |
Tue, 10 Jan 2017 19:38:43 +0100 |
new build config to have debug on Android Studio
|
file | diff | annotate |
Tue, 27 Dec 2016 21:13:41 +0100 |
adding license info to each file
|
file | diff | annotate |
Wed, 19 Oct 2016 18:36:05 +0200 |
fix uuid generation for android
|
file | diff | annotate |
Tue, 11 Oct 2016 17:58:15 +0200 |
Added timegm() for Android in platform_unix.c
|
file | diff | annotate |
Sat, 08 Oct 2016 23:05:54 +0200 |
Fixed build on android, broken since a4e082c43cdd (incomlete rename of uuid types)
|
file | diff | annotate |
Fri, 30 Sep 2016 21:16:56 +0200 |
Make the pEp Engine keysync branch compile on Windows again.
|
file | diff | annotate |
Sun, 04 Sep 2016 16:04:45 +0200 |
Defined uuid_* on android, using OSSP_UUID library, cause android's native support doesn't include any such a thing.
|
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 |
Fri, 02 Sep 2016 01:32:22 +0200 |
Stubs for uuid_* on android to at leas allow linking the adapter
|
file | diff | annotate |
Thu, 01 Sep 2016 14:16:18 +0200 |
Merged default to keysync
|
file | diff | annotate |
Tue, 30 Aug 2016 10:53:30 +0200 |
Short-term defined-out regnexec for non netpgp users because of android library issues (found elsewhere and frequently on the web.)
|
file | diff | annotate |
Mon, 29 Aug 2016 14:43:13 +0200 |
second instance for testing
|
file | diff | annotate |
Thu, 18 Aug 2016 16:12:44 +0200 |
Stowing changes
|
file | diff | annotate |
Tue, 26 Jul 2016 11:03:29 +0200 |
fixing MacOS X build
|
file | diff | annotate |
Fri, 22 Jul 2016 16:15:52 +0200 |
Added Dirk's define patches for iOS
|
file | diff | annotate |
Fri, 22 Jul 2016 12:29:06 +0200 |
work on fix #36: conditional strlcpy/strcat impl for non-BSD systems. Branched to make testing on other OSs easier before merge to default.
|
file | diff | annotate |
Tue, 12 Jul 2016 16:38:23 +0200 |
let it work also on 32 bit platforms. Okay a platform with time_t==double would not work, yet
|
file | diff | annotate |
Tue, 12 Jul 2016 12:29:10 +0200 |
Fixing #100 (continued): 31 bit random number generator with static seed (Android)
|
file | diff | annotate |
Mon, 11 Jul 2016 18:11:36 +0200 |
Fixing #100 : 31 bit random number generator with static seed (Android)
|
file | diff | annotate |
Sat, 09 Jul 2016 16:08:14 +0200 |
fix #14 : Local buffer overflow
|
file | diff | annotate |
Fri, 24 Jun 2016 13:11:18 +0200 |
Added gpa-agent.conf defaults for passphrase timeouts.
|
file | diff | annotate |
Sat, 30 Jan 2016 11:20:54 +0100 |
fix random() implementation for Android, so not always the same number is returned. Add comment that random() is predictive and non-secure
|
file | diff | annotate |
Sat, 30 Jan 2016 10:34:11 +0100 |
changing color values
|
file | diff | annotate |
Sun, 10 Jan 2016 10:33:31 +0100 |
$HOME is already set in the adaper, nothing else needed
|
file | diff | annotate |
Fri, 08 Jan 2016 13:28:14 +0100 |
iOS: safer way to compute DB path
|
file | diff | annotate |
Fri, 08 Jan 2016 10:56:50 +0100 |
iOS: Changed DB path
|
file | diff | annotate |
Tue, 22 Sep 2015 10:24:04 +0200 |
silence warning
|
file | diff | annotate |
Mon, 07 Sep 2015 12:02:56 +0200 |
Fixed typo
|
file | diff | annotate |
Fri, 04 Sep 2015 21:41:11 +0200 |
Locate system.db given by android, using SAFEWORDS env var
|
file | diff | annotate |
Wed, 02 Sep 2015 13:47:52 +0200 |
Prevent crash when /home/pepdev env var isn't set
|
file | diff | annotate |
Fri, 21 Aug 2015 17:12:59 +0200 |
Fixes for missing entries in android libc
|
file | diff | annotate |
Wed, 05 Aug 2015 20:43:36 -0400 |
android ndk build as static lib
|
file | diff | annotate |
Wed, 01 Apr 2015 16:36:52 +0200 |
#ifdef USE_GPG | USE_NETPGP + make [OPENPGP=GPG|NETPGP]
|
file | diff | annotate |
Sun, 29 Mar 2015 17:37:56 +0200 |
GNUPGHOME
|
file | diff | annotate |
Sat, 28 Mar 2015 11:09:57 +0100 |
mkdir() instead of system()
|
file | diff | annotate |
Sat, 28 Mar 2015 00:02:43 +0100 |
starts on Linux even if ~/.gnupg is missing
|
file | diff | annotate |
Wed, 25 Jun 2014 18:46:19 +0200 |
extra files for Unix
|
file | diff | annotate |