aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* qa.J08nY2017-07-113-5/+5
|
* More work on key command. Added key_confirmed attribute to PGPAddress.J08nY2017-07-115-86/+285
|
* Restore subscriber in PubkeyMixins last step.J08nY2017-07-112-8/+19
|
* Reset token owner on key confirmation.J08nY2017-07-111-1/+1
|
* Add OpenSubscriptionPolicy.J08nY2017-07-112-4/+42
|
* qa.J08nY2017-07-113-5/+4
|
* Add tests for subscription workflows and their pubkey mixin.J08nY2017-07-114-4/+212
|
* Check signature expiration in PGPWrapper.verifies.J08nY2017-07-111-1/+4
|
* Ignore warnings from PGPy.J08nY2017-07-101-0/+2
|
* Add pubkey_confirmed attribute to subscription workflows.J08nY2017-07-102-16/+46
|
* Make MIMEWrapper create messages with proper header casing.J08nY2017-07-101-5/+5
|
* Add an overwrite boolean argument to copy_headers util function.J08nY2017-07-101-1/+3
|
* WIP: Sketch out key management on subscription.J08nY2017-07-077-3/+351
|
* Move some keys to where they belong.J08nY2017-07-072-0/+0
|
* PEP8.J08nY2017-07-071-0/+4
|
* Some REST fixes and support for list_id/list_fqdn.J08nY2017-07-073-12/+16
|
* Properly clean test dirs.J08nY2017-07-071-2/+3
|
* Fix infinite loop in tests. whoops.J08nY2017-07-071-3/+4
|
* Some more tests for incoming runner.J08nY2017-07-074-20/+70
|
* Move test data to subdirectories.J08nY2017-07-0727-164/+168
|
* Simplify key generation.J08nY2017-07-077-44/+33
|
* Some saner behavior, don't raise when expected not to.J08nY2017-07-074-8/+7
|
* Use an utility function on PGPMailingList class.J08nY2017-07-062-7/+3
|
* Add some more utility methods to wrappers.J08nY2017-07-064-1/+32
|
* Add sign_encrypt and sign_then_encrypt to combined wrapper + tests.J08nY2017-07-064-2/+75
|
* Make MIMEWrapper.decrypt save the signature, and transform to signed msg.J08nY2017-07-064-22/+29
|
* PEP8.J08nY2017-07-063-3/+5
|
* Add combined signing and encryption to wrappers.J08nY2017-07-062-23/+81
|
* Plumb some more functions through combined PGP wrapper.J08nY2017-07-062-0/+12
|
* Add flufl.testing stuff.J08nY2017-07-051-0/+27
|
* Add test data for mime encrypted messages.J08nY2017-06-295-5/+110
|
* PEP8.J08nY2017-06-291-5/+5
|
* Add tests for incoming runner.J08nY2017-06-296-29/+219
|
* PEP8.J08nY2017-06-281-5/+4
|
* Add Signature rule tests.J08nY2017-06-283-14/+113
|
* Add convenience methods for querying PGP* models.J08nY2017-06-282-1/+42
|
* Add ListStyle tests.J08nY2017-06-2810-9/+157
|
* PEP8.J08nY2017-06-281-1/+0
|
* Fix and add custom test layers.J08nY2017-06-289-19/+97
|
* Add some more REST lists tests.J08nY2017-06-272-3/+32
|
* Add basic REST lists endpoint tests.J08nY2017-06-273-1/+49
|
* Add tests for list key generation.J08nY2017-06-271-0/+54
|
* Integrate tests with Mailman, add basic integration tests.J08nY2017-06-2710-12/+147
|
* Add logging to `mailman.plugin.pgp`.J08nY2017-06-273-8/+20
|
* Fix circular dependency.J08nY2017-06-271-3/+2
|
* Simplify combined wrapper + pep8.J08nY2017-06-273-39/+14
|
* Add defaults to PGPMailingList and PGPAddress.J08nY2017-06-272-1/+28
|
* Use Action.defer in signature and encryption handling.J08nY2017-06-272-26/+25
|
* Add signing and encryption in one step.J08nY2017-06-271-17/+48
|
* Fixup MIMEWrapper decryption.J08nY2017-06-262-1/+7
|