Krista 'DarthMama' Bennett
|
b1b1bc380e
|
ENGINE-827: Reencryption will now only be done for organisational (e.g. business) accounts
|
2 years ago |
Krista 'DarthMama' Bennett
|
815ee90d9a
|
ENGINE-824: ENGINIE-825: flags for group identities and organisational (i.e. business vs. private) identities
|
2 years ago |
Krista 'DarthMama' Bennett
|
d80dce6a5c
|
Merged in audit branch fixes
|
2 years ago |
Krista 'DarthMama' Bennett
|
b54d4b9aa6
|
ENGINE-793: refactored bloblist_dup with double pointers.
|
2 years ago |
Krista 'DarthMama' Bennett
|
e2cee3c842
|
ENGINE-795: Documented bloblist_join; also fixed the first == second issue
|
2 years ago |
Krista 'DarthMama' Bennett
|
c454df0521
|
ENGINE-800: semantics for stringlist_append are now that if the second pointer is sequal to the first, we copy the list and append it. This matches the copy semantics of other-pointer appends.
|
2 years ago |
Krista 'DarthMama' Bennett
|
f000a21222
|
ENGINE-798 - that was some truly bizarre code. Modified stringlist_add_unique.
|
2 years ago |
Thomas
|
bed573f9fc
|
Create system.db in the generate_code script
|
2 years ago |
Thomas
|
37577584a8
|
Use YML2 directly with pip
|
2 years ago |
Roker
|
9123b59397
|
remove duplicate 'mime.h' in Makefile. GNU cp complained about it. :-)
|
2 years ago |
Thomas
|
1b58b737d5
|
Make yml2 path relative in Windows build script
|
2 years ago |
Krista 'DarthMama' Bennett
|
b5a2e2dbfb
|
Added sofia's key_id doc bug changes
|
2 years ago |
Sofia Balicka
|
5e4c6148d0
|
remove occurences of key id in parameter description because we only deal with full fingerprints
|
2 years ago |
Sofia Balicka
|
a2b62d983f
|
merge in default
|
2 years ago |
Thomas
|
620b579ef4
|
Some improvements to generation script on Windows
|
2 years ago |
Thomas
|
c4e8e4e0fe
|
Restructure Windows build project
|
2 years ago |
Krista 'DarthMama' Bennett
|
5fce011baf
|
ENGINE-843: bad input checking everywhere
|
2 years ago |
Krista 'DarthMama' Bennett
|
2203a9de6f
|
Doxygen integration - N.B.: Much of the non-API function documentation is auto-generated and is INCOMPLETE or wrong. Sofia and I are working on it!
|
2 years ago |
Krista 'DarthMama' Bennett
|
d50b1c8b31
|
attempts to generate sync doc
|
2 years ago |
Krista 'DarthMama' Bennett
|
4e772ae3e7
|
changes to documentation for sync generation (not yet complete)
|
2 years ago |
Krista 'DarthMama' Bennett
|
dcd20da5c0
|
deprecation information, more adjustments
|
2 years ago |
Krista 'DarthMama' Bennett
|
d36e0718a8
|
Doc cleanup (some)
|
2 years ago |
Krista 'DarthMama' Bennett
|
d1a863a528
|
merged in default
|
2 years ago |
Krista 'DarthMama' Bennett
|
024efbe47e
|
ENGINE-791: comment so Ben doesn't hit this 1098302394382 times and wonder why (or, frankly, me either :)
|
2 years ago |
Krista 'DarthMama' Bennett
|
5af152ead3
|
ENGINE-792: fixed logic error. Oops.
|
2 years ago |
Krista 'DarthMama' Bennett
|
3d30406d3e
|
ENGINE-792: fixed logic error. Oops.
|
2 years ago |
Krista 'DarthMama' Bennett
|
9c2a11633e
|
merged in default
|
2 years ago |
Krista 'DarthMama' Bennett
|
b17689e2a8
|
merged in audit_branch fixes
|
2 years ago |
Krista 'DarthMama' Bennett
|
a2d7c9d2db
|
ENGINE-802: now checks retval
|
2 years ago |
Krista 'DarthMama' Bennett
|
236d493e5b
|
ENGINE-794
|
2 years ago |
Krista 'DarthMama' Bennett
|
6a63a3b5f9
|
ENGINE-792: removed array formulation altogether - this was begging for trouble. String macros now used to match the enum and checks are over enum types.
|
2 years ago |
Krista 'DarthMama' Bennett
|
c08af57a15
|
ENGINE-791: Reverted - the define is there to please ISO see if the #define is false. It's harmless, if cheesy.
|
2 years ago |
Krista 'DarthMama' Bennett
|
cef2e66d10
|
ENGINE-832: fixed eval of return values. In these cases, the only relevant error status is OUT_OF_MEMORY; otherwise, we continue.
|
2 years ago |
Krista 'DarthMama' Bennett
|
1df4dcfb85
|
ENGINE-840: Make identity_dup great again, ish, kinda
|
2 years ago |
Krista 'DarthMama' Bennett
|
5307a50371
|
merged in ENGINE-835
|
2 years ago |
Krista 'DarthMama' Bennett
|
e59c2eef71
|
closing branch
|
2 years ago |
Krista 'DarthMama' Bennett
|
d3653c695c
|
ENGINE-835 ENGINE-840: Memory leaks in update_identity + identity_dup missing enc_format in copy
|
2 years ago |
Krista 'DarthMama' Bennett
|
890bdf2aa2
|
ENGINE-834: NULL checks
|
2 years ago |
Krista 'DarthMama' Bennett
|
2b4f0761b9
|
ENGINE-836: handle enomem return from elect_pubkey
|
2 years ago |
Krista 'DarthMama' Bennett
|
e1ab12e744
|
ENGINE-838: Well well well, turns out if you learned C in 1996, you might not know all the tricks from C99.
|
2 years ago |
Krista 'DarthMama' Bennett
|
3b3cd39357
|
ENGINE-838: stack allocation instead of heap in fix function
|
2 years ago |
Krista 'DarthMama' Bennett
|
ef9326291e
|
ENGINE-791: removed spurious define. I have no idea what that was all about, but it looks like something I'd have written.
|
2 years ago |
Krista 'DarthMama' Bennett
|
c1e05b2937
|
ENGINE-839: Age old problem of assert-based debugging - if it's important enough to want an assert during debug, it's important enough to change the code path and give the right status return - OR DOCUMENT IT, PLEASE (this is the exception rather than the rule in our code)
|
2 years ago |
Krista 'DarthMama' Bennett
|
8b9bab7279
|
branching from where ben started audit
|
2 years ago |
Krista 'DarthMama' Bennett
|
30d418ef2d
|
Added tag audit_update_from_sync for changeset bee458d79f7e
|
2 years ago |
Krista 'DarthMama' Bennett
|
0e72b19928
|
merged xcode sqlite3 fixes
|
2 years ago |
Dirk Zimmermann
|
d2a09d8608
|
IOSAD-182 Xcode: Use sqlite amalgamation from own mirror
|
2 years ago |
Dirk Zimmermann
|
96987a3cdd
|
add branch
|
2 years ago |
Krista 'DarthMama' Bennett
|
7c2dbb5c2d
|
bumped patch num in src
|
2 years ago |
Krista 'DarthMama' Bennett
|
5945d1558f
|
Automatically bumped RC in source for future release. Next RC after this one will be 2.2.0-RC4 **if released**.
|
2 years ago |