summaryrefslogtreecommitdiff
path: root/src/transports/ssh.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3555 from cbargren/ssh-git-protocolsEdward Thomson2016-03-081-17/+32
|\
| * Removing #define for SSH_PREFIX_COUNT and using ARRAY_SIZE insteadChris Bargren2015-12-281-6/+5
| * Handle git+ssh:// and ssh+git:// protocols supportChris Bargren2015-12-221-17/+33
* | ssh: initialize libssh2cmn/init-libssh2Carlos Martín Nieto2016-03-031-0/+16
* | ssh_stream_read(): fix possible *bytes_read < 0 branchMichał Górny2015-12-261-3/+8
|/
* added a single line of additional error reporting from libssh2 when failing t...Max Leske2015-08-141-1/+3
* Handle ssh:// and git:// urls containing a '~' character.Simon2015-08-031-0/+2
* git_cert: child types use proper base typeEdward Thomson2015-07-101-2/+2
* ssh: move NULL check to the free functionCarlos Martín Nieto2015-06-091-5/+5
* Change error when running out of ssh agent keysMarius Ungureanu2015-06-021-1/+7
* cred: Check for null values when getting key from memoryMichał Górny2015-05-271-1/+4
* Add support to read ssh keys from memory.David Calavera2015-05-271-0/+19
* errors: add GIT_EEOF to indicate early EOFcmn/server-errorsCarlos Martín Nieto2015-05-201-2/+6
* ssh: read from stderr if stdout is emptyCarlos Martín Nieto2015-05-201-1/+8
* Add a custom param to git_smart_subtransport_definitionLeo Yang2015-03-181-1/+5
* ssh: use socket_stream to perform the connectionCarlos Martín Nieto2014-12-101-8/+12
* Cleanup memory leak in ssh transportEdward Thomson2014-10-261-34/+28
* Clean up various compiler warningsEdward Thomson2014-10-261-2/+5
* Provide host name to certificate_check_cbSven Strickroth2014-09-221-1/+1
* ssh: expose both hashesCarlos Martín Nieto2014-09-161-9/+9
* ssh: provide our own types for host key lengthsCarlos Martín Nieto2014-09-161-9/+7
* net: use only structs to pass information about certCarlos Martín Nieto2014-09-161-1/+3
* Merge remote-tracking branch 'upstream/master' into cmn/host-cert-infoCarlos Martín Nieto2014-09-161-1/+7
|\
| * ssh: store error message immediately after a failed agent callcmn/ssh-errorsCarlos Martín Nieto2014-09-041-1/+7
* | Bring certificate check back to the normal return codeCarlos Martín Nieto2014-09-161-11/+8
* | ssh: do ssh cert info before asking for credentialsCarlos Martín Nieto2014-09-161-47/+44
* | transport: always call the certificate check callbackCarlos Martín Nieto2014-09-161-1/+2
* | http: send the DER-encoded cert to the callbackCarlos Martín Nieto2014-09-161-20/+23
* | Provide a callback for certificate validationCarlos Martín Nieto2014-09-161-0/+34
|/
* Merge remote-tracking branch 'upstream/master' into cmn/ssh-retryCarlos Martín Nieto2014-08-271-5/+70
|\
| * ssh: Fix unused warningVicent Marti2014-07-161-0/+1
| * ssh: provide a factory function for setting ssh pathscmn/ssh-factory-for-pathsCarlos Martín Nieto2014-07-071-2/+52
| * Include libssh2.h before git2.h (transport.h)Jacques Germishuys2014-07-031-2/+4
| * ssh: libssh2_channel_write() behaves like send()cmn/ssh-send-everythingCarlos Martín Nieto2014-07-021-1/+12
* | ssh: make sure to ask for a username and use the same oneCarlos Martín Nieto2014-06-261-34/+35
* | ssh: request credentials again on authentication failureCarlos Martín Nieto2014-06-261-26/+60
* | ssh: propagate the error code from the auth callbackCarlos Martín Nieto2014-06-171-13/+12
* | ssh: detect authentication methodsCarlos Martín Nieto2014-06-171-6/+77
|/
* transports: allow the creds callback to say it doesn't existCarlos Martín Nieto2014-04-221-12/+20
* Make git_cred_ssh_custom_new() naming more consistentJacques Germishuys2014-04-181-1/+1
* Introduce git_cred_ssh_interactive_new()Jacques Germishuys2014-04-181-0/+22
* cred: tighten username rulesCarlos Martín Nieto2014-04-181-11/+2
* - BUGFIX #2133 (@fourplusone) in smart_protocol.cMiha2014-02-251-1/+2
* ssh: add support for ssh-agent authenticationAlessandro Ghedini2013-11-201-2/+52
* Fix ssh.c compileBen Straub2013-11-041-2/+3
* Use http_parser_parse_url to parse urlsBen Straub2013-11-041-1/+0
* Prevent another segfault from bad URLBen Straub2013-10-311-5/+6
* Rename the ssh credentialsCarlos Martín Nieto2013-10-231-6/+6
* Allowed credential types should be a bitfieldEdward Thomson2013-10-211-1/+2
* Whitespace.Etienne Samson2013-09-161-1/+1