aboutsummaryrefslogtreecommitdiff
path: root/Types/Creds.hs
Commit message (Collapse)AuthorAge
* Added git-remote-tor-annex, which allows git pull and push to the tor hidden ↵Gravatar Joey Hess2016-11-21
| | | | | | | | | | | service. Almost working, but there's a bug in the relaying. Also, made tor hidden service setup pick a random port, to make it harder to port scan. This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
* update my email address and homepage urlGravatar Joey Hess2015-01-21
|
* add CredPair cacheGravatar Joey Hess2014-04-29
| | | | | | | Note that this does not yet use SecureMem. It would probably make sense for the Password part of a CredPair to use SecureMem, and making that change is better than passing in a String and having it converted to SecureMem in this code.
* plumb creds from webapp to initremoteGravatar Joey Hess2014-02-11
Avoids abusing setting environment variables, which was always a hack and won't work on windows.