| Commit message (Expand) | Author | Age | Files | Lines |
* | plumbing: check setAuth error. Fixes #185 | nodivbyzero | 2023-12-13 | 2 | -1/+26 |
* | plumbing: transport/ssh, Fix nil pointer dereference caused when an unreachab... | Anand Francis Joseph | 2023-11-02 | 2 | -5/+27 |
* | *: Replace fmt.Sprintf with net.JoinHostPort | Paulo Gomes | 2023-05-11 | 1 | -2/+2 |
* | *: Remove use of deprecated io/util | Paulo Gomes | 2023-05-11 | 4 | -8/+4 |
* | plumbing: transport/ssh, add support for custom proxy URLs | Sanskar Jaiswal | 2023-05-04 | 5 | -14/+287 |
* | fix(ssh): unable to pass a custom HostKeyCallback func | Ayman Bagabas | 2023-03-05 | 4 | -43/+101 |
* | plumbing: transport/ssh, auto-populate ClientConfig.HostKeyAlgorithms. Fixes ... | Evan Elias | 2022-09-22 | 2 | -17/+42 |
* | all: replace go-homedir with os.UserHomeDir | Daniel Martí | 2022-05-29 | 1 | -5/+6 |
* | Remove unused variables/types/functions | Abhinav Gupta | 2021-11-27 | 1 | -2/+1 |
* | *: use go-billy instead of os calls | Máximo Cuadros | 2021-05-02 | 3 | -7/+26 |
* | plumbing: transport/ssh, support more formats in `NewPublicKeys` SSH helper (... | Hidde Beydals | 2021-04-17 | 2 | -18/+11 |
* | plumbing: transport/ssh, fix no agent test on windowsv5.3.0 | Máximo Cuadros | 2021-03-29 | 1 | -1/+1 |
* | transport: ssh, fix cloning large repositories (#272) | David Cuadrado | 2021-03-26 | 2 | -1/+29 |
* | fix goreportcard warnings | Oleg Kovalov | 2020-07-01 | 1 | -3/+2 |
* | *: migration from go-git-fixtures/v4 and go-git/gcfg | Máximo Cuadros | 2020-03-10 | 1 | -3/+1 |
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 4 | -6/+6 |
* | *: avoid unnecessary conversions | Christian Muehlhaeuser | 2019-07-29 | 1 | -1/+1 |
* | ssh: leverage proxy.Dial | Jacob Blain Christen | 2019-05-02 | 2 | -1/+62 |
* | plumbing: ssh, Fix flaky test TestAdvertisedReferencesNotExists. Fixes #969 | Colton McCurdy | 2018-11-01 | 1 | -3/+11 |
* | plumbing/transport: ssh check if list of known_hosts files is empty | Kuba Podgórski | 2018-09-07 | 2 | -7/+69 |
* | Return error when creating public keys from invalid PEM | Mark DeLillo | 2018-02-25 | 2 | -0/+9 |
* | Fix mistyping | Dmitry Labutin | 2018-02-07 | 1 | -2/+2 |
* | gofmt -s | Máximo Cuadros | 2018-01-25 | 1 | -2/+2 |
* | plumbing: transport ssh, ssh_config implementation | Máximo Cuadros | 2017-12-11 | 2 | -12/+107 |
* | check .ssh/config for host and port overrides; fixes #629 | Robert Smith | 2017-12-09 | 1 | -0/+15 |
* | all: gofmt -s | ferhat elmas | 2017-11-30 | 1 | -1/+1 |
* | update to go-billy.v4 and go-git-fixtures.v3 | Máximo Cuadros | 2017-11-23 | 1 | -1/+1 |
* | transport: made public all the fields and standardize AuthMethod | Máximo Cuadros | 2017-11-21 | 3 | -44/+53 |
* | *: add pointer to the new transport.Endpoint struct | Máximo Cuadros | 2017-11-21 | 2 | -9/+9 |
* | transport: ssh, mocked SSH server, fixes #332 | Máximo Cuadros | 2017-11-20 | 1 | -16/+108 |
* | transport: ssh, fixes override HostKeyCallback from DefaultClient | Máximo Cuadros | 2017-11-20 | 2 | -4/+2 |
* | Avoid using user.Current() | Kim, Hirokuni | 2017-08-08 | 1 | -6/+20 |
* | *: windows support, some more fixes (2) (#536) | Manuel Carmona | 2017-08-07 | 1 | -1/+1 |
* | transport: fix ssh override config, fixes #519v4.0.0-rc13 | Máximo Cuadros | 2017-07-28 | 2 | -5/+40 |
* | transport/ssh: allow global *ssh.ClientConfig override | Santiago M. Mola | 2017-06-23 | 1 | -14/+31 |
* | transport/ssh: allow passing SSH options | Santiago M. Mola | 2017-06-23 | 1 | -3/+19 |
* | Use xanzy/ssh-agent to create the ssh agent correctly based on os. | Ethan Young | 2017-06-01 | 2 | -14/+15 |
* | transport: make Endpoint an interface, fixes #362 | Santiago M. Mola | 2017-04-27 | 2 | -16/+18 |
* | plumbing: transport, ssh fix public key builder | Máximo Cuadros | 2017-04-26 | 1 | -1/+1 |
* | Merge pull request #356 from mcuadros/ssh-default-auth | Máximo Cuadros | 2017-04-26 | 2 | -5/+22 |
|\ |
|
| * | transport: ssh, travis tests | Máximo Cuadros | 2017-04-21 | 1 | -4/+15 |
| * | transport: ssh, new DefaultAuthBuilder variable | Máximo Cuadros | 2017-04-21 | 1 | -1/+7 |
* | | transport: ssh, NewPublicKeys support for encrypted PEM files | Máximo Cuadros | 2017-04-21 | 2 | -9/+35 |
|/ |
|
* | transport: ssh, NewPublicKeys helper | Máximo Cuadros | 2017-04-21 | 2 | -23/+68 |
* | transport: ssh, fork knownhosts package (temporal) | Máximo Cuadros | 2017-04-17 | 1 | -1/+1 |
* | transport: ssh, default HostKeyCallback | Máximo Cuadros | 2017-04-16 | 3 | -2/+93 |
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 2 | -4/+4 |
* | plumbing/transport: git, error on empty SSH_AUTH_SOCK | Máximo Cuadros | 2017-02-21 | 2 | -3/+26 |
* | package plumbing documentation improvements (#248) | Máximo Cuadros | 2017-02-07 | 1 | -0/+1 |
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 2 | -4/+4 |