aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/config
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup test imports.J08nY2017-08-213-7/+7
|
* Add config option to disable sig hash collecting.J08nY2017-08-212-0/+6
|
* Use expired_sig_action.J08nY2017-08-212-4/+16
|
* Remove writing config through REST as its not synchronized among runners.J08nY2017-08-172-6/+1
|
* Expose the config via REST. read/write configurable.J08nY2017-08-162-3/+13
|
* Split the REST config options to more fine grained. Expose list config better.J08nY2017-08-152-4/+11
|
* Add option to disable exposing the list private key on REST.J08nY2017-08-102-0/+11
|
* Add custom shred command option.J08nY2017-08-102-1/+16
|
* Add some utility functions for config transforms.J08nY2017-08-072-4/+17
|
* Add logging to plugin log, all over.feature/loggingJ08nY2017-08-041-1/+11
|
* Use converted config values.feature/config-transformationJ08nY2017-08-012-17/+27
|
* Move Config to mailman_pgp.config.config.J08nY2017-08-016-84/+106
|
* Split ConfigValidator into ConfigValidator and ConfigConverter.J08nY2017-08-014-67/+209
|
* More coverage across the board.J08nY2017-07-312-3/+14
|
* Update setup.py.J08nY2017-07-272-3/+2
|
* qa.J08nY2017-07-272-6/+5
|
* Add config validation.J08nY2017-07-274-0/+231
|
* Add configurable lifetime of key change request.J08nY2017-07-262-9/+17
|
* Rework key generation configuration. Allow ECC keys.feature/outgoingJ08nY2017-07-191-14/+18
|
* Add outgoing signing and encryption via custom Delivery classes.J08nY2017-07-181-0/+3
|
* Remove outgoing runner config.J08nY2017-07-182-10/+1
|
* Rename classes with PGP prefix.J08nY2017-07-181-1/+1
|
* Simplify key generation.J08nY2017-07-071-0/+3
|
* Add ListStyle tests.J08nY2017-06-281-1/+3
|
* Fix and add custom test layers.J08nY2017-06-281-3/+2
|
* Integrate tests with Mailman, add basic integration tests.J08nY2017-06-272-0/+43
|
* Rename the rest, s/encrypted/PGP[ enabled]/g.J08nY2017-06-221-0/+2
|
* Document classes, methods, modules.J08nY2017-06-221-3/+8
|
* Add GPLv3.J08nY2017-06-203-0/+50
|
* Fixup REST users->addresses, change to per-address key model.J08nY2017-06-191-1/+1
|
* Fix PGP.*_keyring and remove unused vars.J08nY2017-06-191-1/+0
|
* Fix some naming as we are no longer using gpg anywhere.J08nY2017-06-191-3/+3
|
* Switch to PGPy.J08nY2017-06-191-14/+13
|
* Add list key generation.J08nY2017-06-181-3/+14
|
* Fix config loading.J08nY2017-06-171-2/+1
|
* Rename example config.J08nY2017-06-173-17/+29
|
* Move config loading to config package.J08nY2017-06-151-1/+17
|
* Rename to mailman-pgp.J08nY2017-06-093-0/+44
- Renames to a name better suited following mailman-hyperkitty being a mailman plugin.