summaryrefslogtreecommitdiff
path: root/obnamlib/plugins/encryption_plugin.py
AgeCommit message (Expand)AuthorFilesLines
2016-08-12Update copyright yearLars Wirzenius1-1/+1
2016-08-12Flip default for --weak-randomLars Wirzenius1-0/+1
2015-10-11encryption_plugin: add a gnupghome configuration optionBen Boeckel1-6/+21
2015-08-29Rename unused variables to _Lars Wirzenius1-2/+2
2015-08-29Let logging functions do string formattingLars Wirzenius1-4/+5
2015-08-01Redefine commit_* to NOT unlockLars Wirzenius1-0/+1
2015-07-04Cleanups suggested by pep8Lars Wirzenius1-3/+1
2015-01-24Fix copyright years, add missing gpl3 blurbLars Wirzenius1-1/+1
2015-01-24Make use of get_shared_directoriesLars Wirzenius1-4/+2
2015-01-24Change repository-add-client hookLars Wirzenius1-2/+2
2014-09-02Format long linesDavid Fries1-19/+24
2014-04-13Add missing copyright statements, yearsLars Wirzenius1-1/+1
2014-03-13Improve error message when secret key missingLars Wirzenius1-2/+0
2014-02-16Set metavar for --symmetric-key-bitsLars Wirzenius1-0/+1
2013-12-30Add RepositoryInterface.get_client_extra_data_directoryLars Wirzenius1-8/+2
2013-12-28Fix initialisation of encryption keys for new clientsLars Wirzenius1-2/+1
2013-12-28More fixes to encryption pluginLars Wirzenius1-14/+15
2013-12-28Convert backup, encryption plugins to RepoInterfaceLars Wirzenius1-4/+4
2013-09-06Add --key-details optionLars Wirzenius1-4/+17
2013-08-15Fix list-toplevels to not mind extra files at repo rootLars Wirzenius1-0/+3
2013-08-15Fix encryption plugin error message when finding client dirsLars Wirzenius1-2/+8
2013-08-15Fix list-toplevels so it doesn't mind other clientsLars Wirzenius1-1/+6
2013-06-16Remove whitespace from ends of linesLars Wirzenius1-10/+10
2013-02-16Add arg synopsis to add-key and remove-key subcommandsLars Wirzenius1-2/+4
2012-09-09Fix add-key and remove-key to re-encrypt the symmetric keyLars Wirzenius1-0/+8
2012-06-17Add option groups to --help outputLars Wirzenius1-4/+10
2012-05-25Remove feature to make files in repository be read-onlyLars Wirzenius1-2/+0
2012-04-21Use new filter systemDaniel Silverstone1-7/+7
2012-04-21Plugins: Shift to new hook prioritiesDaniel Silverstone1-4/+8
2012-04-21Remove metadata from consideration in top levelsDaniel Silverstone1-2/+2
2012-02-24Make compression and encryption plugins add hooks in right orderLars Wirzenius1-6/+6
2011-12-11give a more helpful error message for encryption subcommands when encryption ...Lars Wirzenius1-0/+1
2011-12-10add synopsis to every subcommand that's missing itLars Wirzenius1-1/+2
2011-09-19Warn if encryption key is not given, for encryption subcommands.Lars Wirzenius1-0/+18
2011-07-27Remove our require and just use cliapp.Settings.require directly.Lars Wirzenius1-2/+2
2011-07-18Add descriptions to all subcommands.Lars Wirzenius1-0/+6
2011-07-18Make use of cliapp's subcommand support.Lars Wirzenius1-6/+6
2011-07-17Change app.config to app.settings (the cliapp way).Lars Wirzenius1-5/+5
2011-07-17Start using cliapp's settings, instead of our own.Lars Wirzenius1-6/+6
2011-07-17Add --symmetric-key-bits option.Lars Wirzenius1-2/+6
2011-05-28Make repository files be read-only.Lars Wirzenius1-3/+11
2011-05-05Refactor and hopefully fix symmetric key caching.Lars Wirzenius1-16/+4
2011-05-05Cache toplevel's symmetric key.Lars Wirzenius1-2/+23
2011-04-17Add --weak-random option.Lars Wirzenius1-1/+13
2011-04-15Fix symmetric key length.Lars Wirzenius1-1/+1
2011-04-12Add remove-client subcommand.Lars Wirzenius1-0/+9
2011-04-12Change add-key and remove-key to allow adding/removing key to specific client...Lars Wirzenius1-24/+20
2011-04-12Add remove-key subcommand.Lars Wirzenius1-0/+13
2011-04-12Add add-key subcommand.Lars Wirzenius1-0/+9
2011-04-12Refactor top eliminate duplicated code.Lars Wirzenius1-10/+9