You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pEpEngine/src
Krista Bennett 6476e3a87c
ENGINE-895: binary-labelled ascii attachments with lines longer than 998 characters will now be base64 encoded in spite of this. (But try to use the right mime-type please)
2 years ago
..
Makefile Config hash define fix, ENGINE-885 function for commit hash, and fix for semicolon in codegen from Release_2.1 2 years ago
aux_mime_msg.c Merged in audit branch fixes 2 years ago
aux_mime_msg.h replace #pragma once with include guards 2 years ago
base64.c Hopefully rest of generated function blocks in. It's definitely a mess and not well-formatted at this point, so don't freak out. It's just the placeholders to fill in. 3 years ago
base64.h replace #pragma once with include guards 2 years ago
baseprotocol.c comply to naming scheme 2 years ago
baseprotocol.h replace #pragma once with include guards 2 years ago
blacklist.c some doxygen stuff. might not be kept. 3 years ago
blacklist.h replace #pragma once with include guards 2 years ago
bloblist.c Merged in audit branch fixes 2 years ago
bloblist.h replace #pragma once with include guards 2 years ago
cryptotech.c some doxygen stuff. might not be kept. 3 years ago
cryptotech.h replace #pragma once with include guards 2 years ago
dynamic_api.h replace #pragma once with include guards 2 years ago
email.c some doxygen stuff. might not be kept. 3 years ago
email.h replace #pragma once with include guards 2 years ago
engine_sql.c ENGINE-866 feature branch merge (squashed commit) of functionality to set the sticky bit for manually imported keys, to query for that bit in the trust database, and prevention of automatic reset of sticky keys by key reset when devices leave a device group. 2 years ago
engine_sql.h ENGINE-866 feature branch merge (squashed commit) of functionality to set the sticky bit for manually imported keys, to query for that bit in the trust database, and prevention of automatic reset of sticky keys by key reset when devices leave a device group. 2 years ago
etpan_mime.c ENGINE-895: binary-labelled ascii attachments with lines longer than 998 characters will now be base64 encoded in spite of this. (But try to use the right mime-type please) 2 years ago
etpan_mime.h replace #pragma once with include guards 2 years ago
fsm_common.h replace #pragma once with include guards 2 years ago
growing_buf.c some doxygen stuff. might not be kept. 3 years ago
growing_buf.h replace #pragma once with include guards 2 years ago
identity_list.c some doxygen stuff. might not be kept. 3 years ago
identity_list.h replace #pragma once with include guards 2 years ago
internal_format.c some doxygen stuff. might not be kept. 3 years ago
internal_format.h replace #pragma once with include guards 2 years ago
key_reset.c ENGINE-866 feature branch merge (squashed commit) of functionality to set the sticky bit for manually imported keys, to query for that bit in the trust database, and prevention of automatic reset of sticky keys by key reset when devices leave a device group. 2 years ago
key_reset.h replace #pragma once with include guards 2 years ago
keymanagement.c ENGINE-866 feature branch merge (squashed commit) of functionality to set the sticky bit for manually imported keys, to query for that bit in the trust database, and prevention of automatic reset of sticky keys by key reset when devices leave a device group. 2 years ago
keymanagement.h ENGINE-866: comment update 2 years ago
keyreset_command.c some doxygen stuff. might not be kept. 3 years ago
keyreset_command.h replace #pragma once with include guards 2 years ago
labeled_int_list.c some doxygen stuff. might not be kept. 3 years ago
labeled_int_list.h replace #pragma once with include guards 2 years ago
map_asn1.c some doxygen stuff. might not be kept. 3 years ago
map_asn1.h replace #pragma once with include guards 2 years ago
message.c simplify message_dup(): remove unneeded variables and if() branches. 2 years ago
message.h replace #pragma once with include guards 2 years ago
message_api.c fixing typo 2 years ago
message_api.h ENGINE-866 feature branch merge (squashed commit) of functionality to set the sticky bit for manually imported keys, to query for that bit in the trust database, and prevention of automatic reset of sticky keys by key reset when devices leave a device group. 2 years ago
mime.c Empty string fail fixed in mime.c 2 years ago
mime.h replace #pragma once with include guards 2 years ago
openpgp_compat.c some doxygen stuff. might not be kept. 3 years ago
openpgp_compat.h replace #pragma once with include guards 2 years ago
pEpEngine.c Config hash define fix, ENGINE-885 function for commit hash, and fix for semicolon in codegen from Release_2.1 2 years ago
pEpEngine.h Config hash define fix, ENGINE-885 function for commit hash, and fix for semicolon in codegen from Release_2.1 2 years ago
pEp_internal.h ENGINE-866 feature branch merge (squashed commit) of functionality to set the sticky bit for manually imported keys, to query for that bit in the trust database, and prevention of automatic reset of sticky keys by key reset when devices leave a device group. 2 years ago
pEp_string.c some doxygen stuff. might not be kept. 3 years ago
pEp_string.h Minor typo 2 years ago
pgp_sequoia.c merged in default 2 years ago
pgp_sequoia.h replace #pragma once with include guards 2 years ago
pgp_sequoia_internal.h replace #pragma once with include guards 2 years ago
platform.h replace #pragma once with include guards 2 years ago
platform_unix.c internal function comment stubs 3 years ago
platform_unix.h IOSAD-202 this should work for macOS also 2 years ago
platform_windows.cpp now it behaves the same 3 years ago
platform_windows.h replace #pragma once with include guards 2 years ago
resource.h deprecation information, more adjustments 2 years ago
resource_id.c some doxygen stuff. might not be kept. 3 years ago
resource_id.h replace #pragma once with include guards 2 years ago
security_checks.c some doxygen stuff. might not be kept. 3 years ago
security_checks.h doxygen: added a whole lot of automated doc. Needs tweaking and more. 3 years ago
sqlite3.c some doxygen stuff. might not be kept. 3 years ago
sqlite3.h some doxygen stuff. might not be kept. 3 years ago
status_to_string.h replace #pragma once with include guards 2 years ago
stringlist.c Merged in audit branch fixes 2 years ago
stringlist.h replace #pragma once with include guards 2 years ago
stringpair.c ENGINE-843: bad input checking everywhere 2 years ago
stringpair.h replace #pragma once with include guards 2 years ago
sync_api.c add disable_all_sync_channels(), see ENGINE-890 2 years ago
sync_api.h add disable_all_sync_channels(), see ENGINE-890 2 years ago
timestamp.c added ENGINE-781 3 years ago
timestamp.h replace #pragma once with include guards 2 years ago
trans_auto.c some doxygen stuff. might not be kept. 3 years ago
trans_auto.h replace #pragma once with include guards 2 years ago
transport.c some doxygen stuff. might not be kept. 3 years ago
transport.h replace #pragma once with include guards 2 years ago
update.sql Through the power of revert, fixed the modes I messed up in the last commit (sorry, new machine and dorking around caused an unintended large-scale mode reset) 4 years ago
wrappers.h replace #pragma once with include guards 2 years ago