index
:
mailman-pgp.git
feature/config-transformation
feature/key-revocation
feature/key-sign-command
feature/key-store
feature/local-archiver
feature/logging
feature/outgoing
feature/sign-adds-to-existing
feature/strip-sig
feature/workflows
feature/wrappers-modify
fix/pyasn1-ci-hotfix
master
A PGP plugin for the GNU Mailman mailing list manager
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Collapse
)
Author
Age
Files
Lines
*
0.2.1, fix packaging error.
0.2.1
J08nY
2017-08-11
1
-1
/
+1
|
*
Add access to PGPAddress.key_* to REST.
J08nY
2017-08-11
2
-7
/
+64
|
*
Fix REST list test.
J08nY
2017-08-10
2
-11
/
+8
|
*
Add option to disable exposing the list private key on REST.
J08nY
2017-08-10
7
-32
/
+110
|
*
Add custom shred command option.
J08nY
2017-08-10
6
-7
/
+52
|
*
0.2.0
0.2.0
J08nY
2017-08-10
1
-0
/
+6
|
*
Respec cert revocations in key_usable.
J08nY
2017-08-10
2
-21
/
+71
|
*
More tests for key command.
J08nY
2017-08-10
2
-68
/
+105
|
*
Add tests for `key sign` command.
feature/key-sign-command
J08nY
2017-08-10
2
-4
/
+295
|
*
Basic `key sign` command implementation.
J08nY
2017-08-10
6
-5
/
+161
|
*
Make MIMEWrapper encrypt signed messages by combining.
J08nY
2017-08-09
4
-8
/
+24
|
*
Fix typo.
J08nY
2017-08-09
1
-1
/
+1
|
*
Fix msg.original_size not being kept on messages copied.
J08nY
2017-08-08
1
-0
/
+6
|
*
Fix keydir globbing pathlib.Path.
J08nY
2017-08-08
1
-1
/
+1
|
*
Fix passint pathlib.Path to FSKey.
J08nY
2017-08-08
1
-1
/
+5
|
*
Use config transforms in PGP keydir and keypair configs.
J08nY
2017-08-07
5
-93
/
+51
|
*
Basic local archiver implementation.
feature/local-archiver
J08nY
2017-08-07
6
-8
/
+213
|
*
Add some utility functions for config transforms.
J08nY
2017-08-07
7
-20
/
+140
|
*
Fix moderation, after mailman/mailman/9cdcffb.
J08nY
2017-08-07
5
-6
/
+36
|
*
Mute PGPy warnings.
J08nY
2017-08-07
2
-1
/
+7
|
*
qa.
J08nY
2017-08-07
1
-1
/
+1
|
*
Refactor `key` command tests.
J08nY
2017-08-07
1
-192
/
+86
|
*
Merge branch 'feature/key-revocation'
J08nY
2017-08-07
33
-287
/
+1647
|
\
|
*
Use the KeyRevokeWorkflow when the key needs to be reset.
feature/key-revocation
J08nY
2017-08-07
8
-45
/
+96
|
|
|
|
|
|
|
|
- Also make workflows work, deduplicate some stuff.
|
*
Add KeyRevokeWorkflow.
J08nY
2017-08-06
3
-29
/
+129
|
|
|
*
Rename step pgp_prepare to create_address.
J08nY
2017-08-06
3
-8
/
+8
|
|
|
*
Refactor some stuff into PGPMixin.
J08nY
2017-08-06
4
-25
/
+28
|
|
|
*
Use custom moderator approval mixin/messages for subscription.
J08nY
2017-08-06
9
-81
/
+202
|
|
|
*
Add more tests for key revoke command.
J08nY
2017-08-03
3
-2
/
+108
|
|
|
*
Add some tests for key revoke command.
J08nY
2017-08-03
3
-11
/
+85
|
|
|
*
Add basic `key revoke` implementation.
J08nY
2017-08-03
1
-3
/
+76
|
|
|
*
Make key_usable check revocations properly.
J08nY
2017-08-02
4
-16
/
+128
|
|
|
*
Fix use of key_usable().
J08nY
2017-08-02
2
-5
/
+5
|
|
|
*
Use key_usable utility function when validating keys.
J08nY
2017-08-02
2
-9
/
+34
|
|
|
*
qa.
J08nY
2017-08-02
1
-4
/
+4
|
|
|
*
Recognize the KeyChangeModWorkflow in key confirm command.
J08nY
2017-08-02
1
-2
/
+4
|
|
|
*
Add tests for key change moderator approval.
J08nY
2017-08-02
6
-30
/
+139
|
|
|
*
Add moderator approval to key change workflow, optionally.
J08nY
2017-08-02
8
-22
/
+136
|
|
|
*
Fix `key` command test after rebase.
J08nY
2017-08-02
1
-2
/
+2
|
|
|
*
qa.
J08nY
2017-08-02
5
-19
/
+17
|
|
|
*
Fix .attach_keys and .attach_revocs in Wrappers.
J08nY
2017-08-02
8
-54
/
+139
|
|
|
*
Add revocation handling to Wrappers.
J08nY
2017-08-02
11
-10
/
+356
|
|
|
*
Add key revocation certificate data to pgp tests.
J08nY
2017-08-02
5
-0
/
+41
|
|
*
|
Fix autogenerate test race.
J08nY
2017-08-07
1
-6
/
+0
|
|
*
|
Add logging to plugin log, all over.
feature/logging
J08nY
2017-08-04
4
-8
/
+32
|
|
*
|
Only use the PGP delivery on messages that are a list posting.
J08nY
2017-08-04
4
-3
/
+42
|
|
*
|
Don't wait for key generation to finish, otherwise, whats the point.
J08nY
2017-08-03
1
-1
/
+1
|
/
*
Check the user supplied key for EncryptCommunications usage flag.
J08nY
2017-08-02
2
-0
/
+89
|
*
Fix FSKey.reload() test.
J08nY
2017-08-01
1
-0
/
+2
|
*
Use converted config values.
feature/config-transformation
J08nY
2017-08-01
6
-24
/
+31
|
[next]