summaryrefslogtreecommitdiff
path: root/obnamlib
AgeCommit message (Expand)AuthorFilesLines
2011-04-17Bump version numbers for release.Lars Wirzenius1-1/+1
2011-04-17Add --no-encrypt-to and--no-default-recipient to gpg encryption.Lars Wirzenius1-1/+6
2011-04-17Fix tests that fail because symmetric keys are now in hex.Lars Wirzenius1-2/+2
2011-04-17Fix symmetric key generation to not include newlines.Lars Wirzenius1-3/+1
2011-04-17Add --weak-random option.Lars Wirzenius1-1/+13
2011-04-15Fix symmetric key length.Lars Wirzenius1-1/+1
2011-04-12Fix test to work with the new keypair in test keyring.Lars Wirzenius1-2/+3
2011-04-12Fix ClientList docstring.Lars Wirzenius1-3/+5
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
2011-04-12Add list-toplevels subcommand.Lars Wirzenius1-0/+16
2011-04-12Add list-keys subcommand.Lars Wirzenius1-0/+14
2011-04-12Store client's key in client list and add client-list subcommand to list the ...Lars Wirzenius2-14/+32
2011-04-12Fix Clientlist.list_clients to list only client names.Lars Wirzenius2-1/+4
2011-04-12Add methods to set and get client keyids in ClientList.Lars Wirzenius2-0/+44
2011-04-12Change ClientList to have a three part key.Lars Wirzenius2-18/+26
2011-04-09Add __all__ to __init__ to allow pydoc(1) to work right.Lars Wirzenius1-0/+2
2011-04-05Rename more instances of old names.Lars Wirzenius1-2/+2
2011-04-05Read repo directly, not via HookedFS.Lars Wirzenius1-3/+3
2011-04-05Rename symmetric encryption function to be shorter.Lars Wirzenius3-7/+7
2011-04-05Bypass the callbacks when writing directly to repo.Lars Wirzenius1-2/+2
2011-04-05Set symmetric key size.Lars Wirzenius1-1/+3
2011-04-05Create client directory when locking.Lars Wirzenius1-1/+4
2011-04-05Bypass hooks by using filesystem directly to create lock.Lars Wirzenius1-1/+1
2011-04-05Correctly test for files that are written directly to repository root.Lars Wirzenius1-1/+1
2011-04-05Add missing import for os.Lars Wirzenius1-0/+2
2011-04-05Enable encryption plugin.Lars Wirzenius8-40/+67
2011-04-05Harmonize arguments for hooks and add arguments to repository-toplevel-init.Lars Wirzenius2-13/+13
2011-04-05Add necessary arguments to hook calls.Lars Wirzenius1-5/+19
2011-04-05Make FilterHook pass extra arguments to every callback.Lars Wirzenius2-4/+15
2011-04-05Fix everything to get an explicit repository argument.Lars Wirzenius1-31/+31
2011-04-05Remove non-existent hooks.Lars Wirzenius1-9/+0
2011-04-05Call repository-toplevel-init hook for metadata dir.Lars Wirzenius1-0/+3
2011-04-05Call the repository-toplevel-init hooks for chunks dir.Lars Wirzenius1-0/+3
2011-04-05Have all repository B-trees call hook when creating the tree.Lars Wirzenius10-21/+34
2011-04-05Have Repository filter read/written data via callbacks.Lars Wirzenius1-1/+30
2011-04-05Fix HookManager.call to return value of filter hooks.Lars Wirzenius2-1/+6
2011-04-05Handla hooks=None in Repository.Lars Wirzenius1-4/+3
2011-04-05Add a 'hooks' argument to Repository.__init__.Lars Wirzenius3-10/+17
2011-04-05Use open_repository in the show plugin.Lars Wirzenius1-5/+1
2011-04-05Use open_repository in force-lock plugin.Lars Wirzenius1-7/+3
2011-04-05Use open_repository in verify plugin.Lars Wirzenius1-5/+1
2011-04-05Use open_repository in fsck plugin.Lars Wirzenius1-7/+1
2011-04-05Use open_repository in forget plugin.Lars Wirzenius1-5/+1
2011-04-05Use open_repository in restore plugin.Lars Wirzenius1-5/+1
2011-04-05Refactor: move code to open repository into Application.Lars Wirzenius2-9/+13
2011-04-05Add way to create filter hooks.Lars Wirzenius2-0/+9