- 10 Oct, 2016 1 commit
-
-
Patrick Steinhardt committed
-
- 05 Oct, 2016 2 commits
-
-
The Mac machines have updated their SSH version and so the ssh-keygen format has changed. Ask it for MD5, which is the one that is output as hex.
Carlos Martín Nieto committed -
This lets us see the details of what we're doing instead of just seeing the output of unknown commands in the build output.
Carlos Martín Nieto committed
-
- 24 Jul, 2016 1 commit
-
-
Edward Thomson committed
-
- 23 Jul, 2016 1 commit
-
-
Edward Thomson committed
-
- 19 Apr, 2016 2 commits
-
-
It takes a bit for the propxy to get ready to accept connections, so start it before the build so we can be reasonably sure that it's going to be ready in time.
Carlos Martín Nieto committed -
Carlos Martín Nieto committed
-
- 03 Mar, 2016 2 commits
-
-
Carlos Martín Nieto committed
-
We were missing this test on Windows, which meant we didn't notice that we never fixed the single authentication attempt it tries, nor its wrong return code. Enable this for the unix platforms as well over HTTP. We previously were doing it locally but disabled it on OS X due to issues with its sshd not accepting password authentication.
Carlos Martín Nieto committed
-
- 26 Jun, 2015 1 commit
-
-
Arthur Schreiber committed
-
- 12 Jun, 2015 1 commit
-
-
These tests were not being taken into consideration for the failure of the test. They've been failing for a while now, but we hadn't noticed as Travis was reporting the builds successful.
Carlos Martín Nieto committed
-
- 16 Mar, 2015 1 commit
-
-
Philip Kelley committed
-
- 10 Mar, 2015 1 commit
-
-
This reverts commit ba6c53b9.
Edward Thomson committed
-
- 04 Mar, 2015 1 commit
-
-
Tony Kelman committed
-
- 20 Nov, 2014 1 commit
-
-
Ungureanu Marius committed
-
- 19 Nov, 2014 1 commit
-
-
The sshd on OSX has stopped responding to the setting which this test assumes is there, so let's disable it until we can figure out what's happening.
Carlos Martín Nieto committed
-
- 16 Sep, 2014 2 commits
-
-
Carlos Martín Nieto committed
-
Test that the certificate check callback gets the right fingerprint from the host we're connecting to.
Carlos Martín Nieto committed
-
- 29 Aug, 2014 1 commit
-
-
This was added to avoid the remote's default branch to be considered to the be notes one which the first network test leaves behind.
Carlos Martín Nieto committed
-
- 07 Jul, 2014 1 commit
-
-
git allows you to set which paths to use for the git server programs when connecting over ssh; and we want to provide something similar. We do this by providing a factory function which can be set as the remote's transport callback which will set the given paths upon creation.
Carlos Martín Nieto committed
-
- 26 Jun, 2014 2 commits
-
-
Our ssh tests assume that the server supports password authentication in a few places. This is convenient as we're not testing authentication methods, but what happens around them. Tell sshd on OSX to accept this form of authentication.
Carlos Martín Nieto committed -
Instead of completely giving up on the first failure, ask for credentials as long as we fail to authenticate.
Carlos Martín Nieto committed
-
- 30 Apr, 2014 1 commit
-
-
An empty string is not a valid number, and some shells complain. Check instead if $COVERITY is non-empty, which is a common convention and what we're doing anyway.
Carlos Martín Nieto committed
-
- 06 Feb, 2014 1 commit
-
-
Ben Straub committed
-
- 13 Jan, 2014 1 commit
-
-
Ben Straub committed
-
- 19 Aug, 2013 2 commits
-
-
Carlos Martín Nieto committed
-
When implementing the ssh testing, the move to the script made it so the first test suite's exit code was ignored. Check whether the main tests fail and exit with an error in that case.
Carlos Martín Nieto committed
-
- 14 Aug, 2013 1 commit
-
-
Set up the ssh credentials so we are able to talk to localhost and issue git commands. Move to use a script, as the command list is getting somewhat long. While here, delay installing valgrind until we need it, as it and its dependencies are by far the largest downloads and this allows us to start compiling (and failing) faster and we only incur this cost when the test suite runs successfully.
Carlos Martín Nieto committed
-