| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-22 | Add NewCredSshKeyFromMemory to the credentials helpers. | David Calavera | |
| Allowing to use public and private keys from memory without reading them from disk and without using an ssh agent. Signed-off-by: David Calavera <[email protected]> | |||
| 2014-12-11 | Remove useless includes | Carlos Martín Nieto | |
| 2014-10-28 | Make the constants have types | Carlos Martín Nieto | |
| While Go will assign the correct type to a const block when it auto-creates the values, assigning makes the const be typeless and will only gain it in each particular use. Make each constant in the blocks have an assigned type. | |||
| 2014-03-11 | cleanup clone code | Jesse Ezell | |
