git-annex/Types
Joey Hess 7c1a9cdeb9 partially complete gcrypt remote (local send done; rest not)
This is a git-remote-gcrypt encrypted special remote. Only sending files
in to the remote works, and only for local repositories.

Most of the work so far has involved making initremote work. A particular
problem is that remote setup in this case needs to generate its own uuid,
derivied from the gcrypt-id. That required some larger changes in the code
to support.

For ssh remotes, this will probably just reuse Remote.Rsync's code, so
should be easy enough. And for downloading from a web remote, I will need
to factor out the part of Remote.Git that does that.

One particular thing that will need work is supporting hot-swapping a local
gcrypt remote. I think it needs to store the gcrypt-id in the git config of the
local remote, so that it can check it every time, and compare with the
cached annex-uuid for the remote. If there is a mismatch, it can change
both the cached annex-uuid and the gcrypt-id. That should work, and I laid
some groundwork for it by already reading the remote's config when it's
local. (Also needed for other reasons.)

This commit was sponsored by Daniel Callahan.
2013-09-07 18:38:00 -04:00
..
Backend.hs handle sha*sum's leading \ in checksum with certian unsual filenames 2012-12-20 17:07:10 -04:00
BranchState.hs remove unused fields 2012-12-19 23:41:54 -04:00
Command.hs find: Avoid polluting stdout with progress messages. Closes: #718186 2013-07-30 20:24:27 -04:00
Crypto.hs partially complete gcrypt remote (local send done; rest not) 2013-09-07 18:38:00 -04:00
FileMatcher.hs forgot to add 2013-05-25 13:51:27 -04:00
GitConfig.hs Youtube support! (And 53 other video hosts) 2013-08-22 18:50:43 -04:00
Group.hs add --ingroup limit 2012-10-08 15:18:58 -04:00
Key.hs layout 2013-07-04 02:45:46 -04:00
KeySource.hs add: Improved detection of files that are modified while being added. 2013-02-14 16:54:36 -04:00
Messages.hs Display a warning when a non-existing file or directory is specified. 2012-11-25 17:54:08 -04:00
Option.hs per-command options 2012-01-05 23:11:07 -04:00
Remote.hs partially complete gcrypt remote (local send done; rest not) 2013-09-07 18:38:00 -04:00
StandardGroups.hs allow configuring the preferreddir 2013-04-26 13:01:06 -04:00
TrustLevel.hs test 2012-12-19 23:44:08 -04:00
UUID.hs add ConfigMonitor thread 2012-10-20 16:43:35 -04:00