.. |
Makefile
|
second instance for testing
|
6 years ago |
asn1_helper.c
|
adding assert()
|
6 years ago |
asn1_helper.h
|
decode_sync_msg() for debugging
|
6 years ago |
baseprotocol.c
|
standard
|
6 years ago |
baseprotocol.h
|
decorate_message()
|
6 years ago |
blacklist.c
|
tighter scope, more const
|
6 years ago |
blacklist.h
|
docu missing
|
7 years ago |
bloblist.c
|
...
|
6 years ago |
bloblist.h
|
doc fix #20: this isn't a bug in bloblist_add, it's the 'empty value' case of empty lists we use consistently in other list structures.
|
6 years ago |
cryptotech.c
|
merge "default" branch into "keysync" branch and resolve 2 minor merge conflicts. Please check whether the resolve was okay.
|
6 years ago |
cryptotech.h
|
exporting secret key with GnuPG
|
6 years ago |
dynamic_api.h
|
reorga
|
8 years ago |
email.c
|
...
|
8 years ago |
email.h
|
...
|
8 years ago |
etpan_mime.c
|
Fix #36: strncpy and strncat. N.B. Did NOT put this into _concat_string in pEpEngine.c, as this is VERY CLEARLY checked in the function.
|
6 years ago |
etpan_mime.h
|
char conversion to utf-8
|
7 years ago |
identity_list.c
|
fix #24: freed _ident in identity_list_dup when new_identity_list fails.
|
6 years ago |
identity_list.h
|
Moved identity_list typedef
|
6 years ago |
keymanagement.c
|
ENGINE-96: #comment all calls renamed. Roker is checking out the semantics of the references to 'compromized' to see if they also need to be renamed to 'mistrusted' for consistency within the engine. THIS IS AN API CHANGE AND WILL BREAK ADAPTERS.
|
6 years ago |
keymanagement.h
|
ENGINE-96: #comment all calls renamed. Roker is checking out the semantics of the references to 'compromized' to see if they also need to be renamed to 'mistrusted' for consistency within the engine. THIS IS AN API CHANGE AND WILL BREAK ADAPTERS.
|
6 years ago |
map_asn1.c
|
...
|
6 years ago |
map_asn1.h
|
typo ?
|
6 years ago |
message.c
|
safer
|
7 years ago |
message.h
|
wrong comment => kick it out
|
7 years ago |
message_api.c
|
Sync : asynchronously inject KeyGen and CannotDecrypt to fsm
|
6 years ago |
message_api.h
|
color -> rating in comment
|
6 years ago |
mime.c
|
Merge with default to get fix for Engine-98 (empty html messages)
|
6 years ago |
mime.h
|
adding size param
|
7 years ago |
openpgp_compat.c
|
adding line endings
|
6 years ago |
openpgp_compat.h
|
Merged default to keysync
|
6 years ago |
pEpEngine.c
|
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.
|
6 years ago |
pEpEngine.h
|
ENGINE-96: #comment all calls renamed. Roker is checking out the semantics of the references to 'compromized' to see if they also need to be renamed to 'mistrusted' for consistency within the engine. THIS IS AN API CHANGE AND WILL BREAK ADAPTERS.
|
6 years ago |
pEp_internal.h
|
implementing keep_sync_msg flag
|
6 years ago |
pgp_gpg.c
|
re-add key->uids->uid. it got lost during merge, whyever...
|
6 years ago |
pgp_gpg.h
|
exporting secret key with GnuPG
|
6 years ago |
pgp_gpg_internal.h
|
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.
|
6 years ago |
pgp_netpgp.c
|
merge "default" branch into "keysync" branch and resolve 2 minor merge conflicts. Please check whether the resolve was okay.
|
6 years ago |
pgp_netpgp.h
|
merge "default" branch into "keysync" branch and resolve 2 minor merge conflicts. Please check whether the resolve was okay.
|
6 years ago |
pgp_netpgp_internal.h
|
netpgp : curl : shorter curl easy context life time, different for send and recv
|
7 years ago |
platform.h
|
modifications for Windoze
|
8 years ago |
platform_unix.c
|
Make the pEp Engine keysync branch compile on Windows again.
|
6 years ago |
platform_unix.h
|
Make the pEp Engine keysync branch compile on Windows again.
|
6 years ago |
platform_windows.cpp
|
Make the pEp Engine keysync branch compile on Windows again.
|
6 years ago |
platform_windows.h
|
Make the pEp Engine keysync branch compile on Windows again.
|
6 years ago |
resource.h
|
Windoze fixes
|
8 years ago |
sqlite3.c
|
new sqlite3
|
6 years ago |
sqlite3.h
|
new sqlite3
|
6 years ago |
stringlist.c
|
Removed redundant null checks I inserted in some of the new_*_list functions because I missed the initial calloc.
|
6 years ago |
stringlist.h
|
Removed redundant null checks I inserted in some of the new_*_list functions because I missed the initial calloc.
|
6 years ago |
stringpair.c
|
Removed redundant null checks I inserted in some of the new_*_list functions because I missed the initial calloc.
|
6 years ago |
stringpair.h
|
Removed redundant null checks I inserted in some of the new_*_list functions because I missed the initial calloc.
|
6 years ago |
sync.c
|
Fixed wrong pointer type in forward decl causing a warning
|
6 years ago |
sync.h
|
Added free_sync_msg, so that adapter can purge sync queue
|
6 years ago |
sync_actions.c
|
renamed reject() to rejectHandshake(). Added acceptHandshake. Toke away from sync'actions ownership of partner's identity.
|
6 years ago |
sync_driver.c
|
renamed reject() to rejectHandshake(). Added acceptHandshake. Toke away from sync'actions ownership of partner's identity.
|
6 years ago |
sync_fsm.c
|
Sync : more than two.
|
6 years ago |
sync_fsm.h
|
Sync : more than two.
|
6 years ago |
sync_impl.c
|
Make the pEp Engine keysync branch compile on Windows again.
|
6 years ago |
sync_impl.h
|
Sync : asynchronously inject KeyGen and CannotDecrypt to fsm
|
6 years ago |
sync_send_actions.c
|
Sync : more than two.
|
6 years ago |
timestamp.c
|
Windoze fixes
|
8 years ago |
timestamp.h
|
adding timestamp
|
8 years ago |
trans_auto.c
|
...
|
8 years ago |
trans_auto.h
|
...
|
8 years ago |
transport.c
|
fixing database access
|
7 years ago |
transport.h
|
fixing database access
|
7 years ago |
update.sql
|
removing byte order mark
|
8 years ago |
wrappers.h
|
modifications for Windoze
|
8 years ago |