Commit Graph

2566 Commits (065b5463b806cb62a6e1a44c1afab454db82b64f)

Author SHA1 Message Date
Volker Birk 065b5463b8 now it behaves the same 3 years ago
Volker Birk 72b0f89205 fixing timegm_with_gmtoff() 3 years ago
Volker Birk 534d1957bf Automatically bumped RC in source for future release. Next RC after this one will be 2.1.0-RC23 **if released**. 3 years ago
Roker b3ab969cf8 Let our own timegm() for Windows behave the same (buggy) way as the POSIX version of timegm().... 3 years ago
Roker 75b70d0094 add timegm_with_gmtoff() 3 years ago
Krista 'DarthMama' Bennett e19d048493 Automatically bumped RC in source for future release. Next RC after this one will be 2.1.0-RC22 **if released**. 3 years ago
Krista 'DarthMama' Bennett a706680c7c ENGINE-775: Helps if revoke actually returns a useful status and not always PEP_UNKNOWN_ERROR 3 years ago
Krista 'DarthMama' Bennett f20160c43a ENGINE-775: key_reset functions should now all return appropriately and EARLY with passphrase errors. One thing to note is that ANY key_reset function which can cause the decryption of multiple keys with different passwords should now fail very shortly after being called, and will ALWAYS fail. (differing new password phrases and key-to-be-reset passphrases is still accepted for a single key) 3 years ago
Krista 'DarthMama' Bennett ca9ab48f22 ENGINE-775: some of the key_reset functions done, more to go, committing to regen documentation 3 years ago
Krista 'DarthMama' Bennett 746d1ecc54 Fixed weird _myself username overwrite. 3 years ago
Krista 'DarthMama' Bennett 8ec97efd89 Fixed problem with cleaning up bad user default keys. 3 years ago
Krista 'DarthMama' Bennett 1281ebc358 merge heads 3 years ago
Krista 'DarthMama' Bennett 5c105f2a82 ENGINE-775: _myself, validate_fpr, update_identity, etc, updated to only renew when safe to do so. Recip lists will no longer trigger renewal or keygen 3 years ago
Volker Birk eabc9bb7f2 signal SynchronizeGroupKeys on set_own_key() 3 years ago
Krista 'DarthMama' Bennett 8570855d2e ENGINE-775: encrypt_message_and_add_priv_key 3 years ago
Krista 'DarthMama' Bennett d0fd825b5e ENGINE-775: encrypt_message, identity_rating, set_own_key, trust_personal_key, update_identity, get_valid_pubkey 3 years ago
Krista 'DarthMama' Bennett b18b384b61 Automatically bumped RC in source for future release. Next RC after this one will be 2.1.0-RC21 **if released**. 3 years ago
Krista 'DarthMama' Bennett f5cc07bb10 ENGINE-775: myself 3 years ago
Krista 'DarthMama' Bennett b7fd1a067b ENGINE-775: validate_fpr 3 years ago
Volker Birk a291a1d867 Automatically bumped RC in source for future release. Next RC after this one will be 2.1.0-RC20 **if released**. 3 years ago
Volker Birk 4b0b095909 merging 3 years ago
Volker Birk 1865d10d90 initialization too late 3 years ago
Krista 'DarthMama' Bennett ba84ebd2a2 Automatically bumped RC in source for future release. Next RC after this one will be 2.1.0-RC19 **if released**. 3 years ago
Krista 'DarthMama' Bennett b6edc951b4 Logic error in stringlist_search! Argh. 3 years ago
Krista 'DarthMama' Bennett c8c3fcd7e6 Automatically bumped RC in source for future release. Next RC after this one will be 2.1.0-RC18 **if released**. 3 years ago
Krista 'DarthMama' Bennett 868d5d188b clean_own_key_defaults moved to DYNAMIC_API - to be called by adapter on first session and not by init() 3 years ago
Krista 'DarthMama' Bennett 710ea41335 Automatically bumped RC in source for future release. Next RC after this one will be 2.1.0-RC17 **if released**. 3 years ago
Krista 'DarthMama' Bennett 43e454a2b0 ENGINE-773: refactored key decryption and put it in revoke_key as well. 3 years ago
Krista 'DarthMama' Bennett 8fb23f6ead fixed broken default 3 years ago
Krista 'DarthMama' Bennett f77d4760af Automatically bumped RC in source for future release. Next RC after this one will be 2.1.0-RC16 **if released**. 3 years ago
Krista 'DarthMama' Bennett 65507afb36 We weren't returning keylist/changed keys from unencrypted messages. 3 years ago
Volker Birk 3826b3d23b Automatically bumped next RC info to version 2.1.0-RC15 3 years ago
Volker Birk c06656d762 exit this loop if the adapter returns PEP_SYNC_NO_CHANNEL, because there will be no passphrase 3 years ago
Volker Birk 5615054236 merging 3 years ago
Volker Birk 1e2d0870b5 unify implementation 3 years ago
Volker Birk c02c0871ac Automatically bumped next RC info to version 2.1.0-RC14 3 years ago
Volker Birk 38a364f6f5 follow protocol 3 years ago
Krista 'DarthMama' Bennett ab4684ad48 bumped RC - last release will have the wrong RC macro because it was not changed in the pEpEngine header. 3 years ago
Volker Birk 779e677c82 fixing missing status2 3 years ago
Volker Birk bd033f4686 readding declaration 3 years ago
Volker Birk 1e020cb078 conform to new adapter protocol 3 years ago
Volker Birk a21d1bbaf9 test for passphrase required before any other decision in the encrypt_*() functions 3 years ago
Volker Birk d6a03242c0 patch: working around ENGINE-771 3 years ago
Volker Birk 4b2d049d67 if there is a passphrase then no passphrase, no messageToSend() 3 years ago
Krista 'DarthMama' Bennett 846b5dcabb Bumped RC 3 years ago
Krista 'DarthMama' Bennett 3489d2aa41 ENGINE-768: bad assert 3 years ago
Krista 'DarthMama' Bennett b14e89b6a0 Bumped RC 3 years ago
Krista 'DarthMama' Bennett 32eff0b25b ENGINE-767: exposed set_ident_enc_format in case it's needed at account setup to set own defaults for later sync-based key_reset goodness/badness 3 years ago
Krista 'DarthMama' Bennett 048cd51cb5 ENGINE-767: merge + fixed calls with PEP_enc_auto 3 years ago
Volker Birk 254684f894 ignore if using an adapter library, do not ignore if using a desktop adapter 3 years ago