summaryrefslogtreecommitdiff
path: root/Types/Creds.hs
Commit message (Collapse)AuthorAge
* 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.