| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
This was the least-bad alternative to get dedicated key gcrypt repos
working in the assistant.
|
|
|
|
|
| |
Checks the key's size and checksum. This is sorta expensive, but it avoids
needing to add another round-trip to the protocol.
|
|
|
|
| |
operating on a specified directory.
|
|
|
|
| |
Finally done with progressbars!
|
|
|
|
|
| |
TODO: Use this when running sendkey, to feed back transfer info from the
client side rsync.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Eventually, git-annex might try running this after making changes to
a remote. I have not yet thought of a good way for it to tell which
remotes it needs to run it on though. It can't just do it when
shutting down a cached ssh connection, because ssh connection caching
is optional, and that would not handle local remotes not accessed over ssh
either.
|
| |
|
|
|
|
|
|
| |
environment variables can be set to limit what commands can be run.
This could be used by eg, gitolite.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
This is not yet complete, as it does not allow starting rsync or scp.
|