Hartmut Goebel
bebb63354b
asn1: Add Makefle target for generated files.
This copies in the generated files from ../codegen/ if missing.
This allows to run "make -C asn.1 clean all"
1 year ago
Hartmut Goebel
f94a029b41
asn1: Cleanup Makefile.
* Use variables to remove redundant listing of ASN.1 file names.
* Use variables to remove redundant naming of asn1c options.
* Use automatic variable "$+" when running asn1c to avoid redundantly
listing all dependencies again. (This variable is a GNU make extension.)
1 year ago
Krista Bennett
d45ac8b343
ENGINE-633: more test fixes
1 year ago
Krista Bennett
d24d96e8b8
Fixed faulty non-read-only myself call in static function called only from decrypt_message; text fixes for key election removal functionality, plus typo in apple mail test key fpr.
1 year ago
Krista Bennett
276aca5030
ENGINE-878: forgot new sql would impact myself under the kinda-spec, so fixed this. Again, see https://dev.pep.foundation/Engine/UserPseudonymity
1 year ago
Krista Bennett
8b594b6f1b
ENGINE-878: User pseudonymity doesn't break NEW things. Still needs testing.
1 year ago
Krista Bennett
eb139d2a76
ENGINE-878: added force set username on unencrypted messages and doesn't break anything new
1 year ago
Krista Bennett
5249038439
Merge branch 'ENGINE-878' into ENGINE-633 - merge in prep for user pseudonymity fixes (identity-specific usernames)
1 year ago
Krista Bennett
52dda2108c
Merge branch 'master' into ENGINE-633
1 year ago
Krista Bennett
2ed07d4364
ENGINE-878: setting now in on the sql side, but needs to be coordinated with https://dev.pep.foundation/Engine/UserPseudonymity in the identity management functions.
1 year ago
Krista Bennett
fd3d084b5e
Merge branch 'master' into ENGINE-878
1 year ago
Krista Bennett
31b62f65e5
Merge branch 'master' of https://gitea.pep.foundation/pEp.foundation/pEpEngine
1 year ago
Krista Bennett
6928dff473
Fixed invite_member woes and tests
1 year ago
darthmama
fca4ad5b80
Merge pull request 'Fix post build events in Windows project' ( #32 ) from Thomas/pEpEngine:master into master
Reviewed-on: https://gitea.pep.foundation/pEp.foundation/pEpEngine/pulls/32
1 year ago
Thomas
21be247aaa
Fix post build events in Windows project
1 year ago
Krista Bennett
9817844e75
Group encryption: don't set the manager to NULL right after you fetch it, FFS, me.
1 year ago
Krista Bennett
e6a472422f
ENGINE-878: will now only return identity.user_id for group identities; will return identity.username with priority for individual identities, but user default otherwise (but only for individuals, not groups)
1 year ago
Krista Bennett
3eea3b233a
ENGINE-878: identity username column now added and initial retrieval sql put in there (But wait! There's more! Just not in this commit, and you don't get the GINSU Steak Knife set)
1 year ago
darthmama
ca908f67a2
Merge pull request 'IOS-2781 fixes: headers not found any more after cleaning' ( #29 ) from buff/pEpEngine:master into master
Reviewed-on: https://gitea.pep.foundation/pEp.foundation/pEpEngine/pulls/29
1 year ago
Andreas Buff
55d6d1016c
IOS-2781 fixes: headers not found any more after cleaning
1 year ago
Krista Bennett
4add1e4e78
ENGINE-633: more test changes
1 year ago
Krista Bennett
d3c08f1efe
Merge branch 'master' into ENGINE-633
1 year ago
Krista Bennett
1472d91213
ENGINE-633: removed MIME_* calls from test
1 year ago
Krista Bennett
04bda00e7b
Merge branch 'master' of https://gitea.pep.foundation/pEp.foundation/pEpEngine
1 year ago
Krista Bennett
4d232c2937
ENGINE-915: don't preserve sync-related status for a non-sync message...oops
1 year ago
darthmama
676aa149e1
Merge pull request 'IOS-2781 moves headers from "public" to "project". Fixes: headers copied to clients Archive. Odd.' ( #27 ) from buff/pEpEngine:master into master
Reviewed-on: https://gitea.pep.foundation/pEp.foundation/pEpEngine/pulls/27
1 year ago
Andreas Buff
3ce6735e57
IOS-2781 moves headers from "public" to "project". Fixes: headers copied to clients Archive. Odd.
1 year ago
Krista Bennett
e1fb910c4c
ENGINE-633: AsciiBinaryAtt998Test - set defaults
1 year ago
Krista Bennett
b88a114840
ENGINE-633: Generated new test mails - KER-enabled mails need to have properly-named keys to be made defaults.
1 year ago
Krista Bennett
5fd03480e1
ENGINE-633: tests require setting default keys. Did some of GE tests.
1 year ago
Krista Bennett
445986871c
Merge branch 'master' into ENGINE-633 - 63 broken tests now, which, you know, is probably 20 broken group encryption tests plus the 43 broken before I abandoned this branch 200 years ago...
1 year ago
Krista Bennett
437c607acc
Fix so that local.conf can override Makefile in test
1 year ago
Krista Bennett
a895e259e7
Merge branch 'master' of https://gitea.pep.foundation/darthmama/pEpEngine
1 year ago
Krista Bennett
ce6bc5822d
Oops. ENGINE-911: forgot to add files.
1 year ago
Krista Bennett
a54046cbd7
.
1 year ago
Krista Bennett
2f6e613252
Merge branch 'master' of https://gitea.pep.foundation/pEp.foundation/pEpEngine
1 year ago
Krista Bennett
660a9a5a74
ENGINE-911: also keymanagement and message_api are split into internal and API now
1 year ago
darthmama
6c3aa51f96
Merge pull request 'Add support for $(DESTDIR) to Makefiles.' ( #25 ) from htgoebel/pEpEngine:distdir-in-Makefiles into master
Reviewed-on: https://gitea.pep.foundation/pEp.foundation/pEpEngine/pulls/25
1 year ago
htgoebel
106047d72f
Merge branch 'master' into distdir-in-Makefiles
1 year ago
Krista Bennett
fc3a6693b0
ENGINE-911: separated API from internal calls in most files (the most egregious cases) - also put DYNAMIC_API on one of the group functions where it was missing
1 year ago
Hartmut Goebel
3d96984c3c
Add support for $(DESTDIR) to Makefiles.
This allows the files built for ($PREFXI) to be installed into
$(DESTDIR)$(PREFIX) - useful for building distribution packages. Use
like this:
make DESTDIR=$PWD/build/
1 year ago
Krista Bennett
bcf55e3652
*.ignore is good
1 year ago
Krista Bennett
4f06701496
Please don't remove old .gitignore generated code directories - folks switching between branches will end up in commit Hell.
1 year ago
Krista Bennett
cb005cd967
changed master branch advance version numbers
1 year ago
Krista Bennett
c708a19537
Fixes from Release_3.0
1 year ago
Krista Bennett
5fe4d240f4
Merge branch 'master' of https://gitea.pep.foundation/pEp.foundation/pEpEngine
1 year ago
Volker Birk
1440950fb2
use embedded type
1 year ago
Volker Birk
a57274ba65
support embedded types from other state machines
1 year ago
Volker Birk
94ad836f80
bugfix: make sync great again
1 year ago
Krista Bennett
2c6df0ef91
Merge branch 'master' of https://gitea.pep.foundation/pEp.foundation/pEpEngine
1 year ago