Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-10 | upstream commit | dtucker@openbsd.org | |
Add a simple regression test for sshd's configuration parser. Right now, all it does is run the output of sshd -T back through itself and ensure the output is valid and invariant. | |||
2015-05-10 | upstream commit | djm@openbsd.org | |
use correct key for nested certificate test | |||
2015-05-08 | upstream commit | djm@openbsd.org | |
whitespace Upstream-Regress-ID: 6b708a3e709d5b7fd37890f874bafdff1f597519 | |||
2015-05-08 | upstream commit | djm@openbsd.org | |
whitespace at EOL Upstream-Regress-ID: 9c48911643d5b05173b36a012041bed4080b8554 | |||
2015-05-08 | upstream commit | dtucker@openbsd.org | |
Use diff w/out -u for better portability | |||
2015-04-16 | remove dependency on arpa/telnet.h | Damien Miller | |
2015-04-07 | Fix misspellings of regress CONFOPTS env variables. | Darren Tucker | |
Patch from Bryan Drewery. | |||
2015-04-01 | upstream commit | djm@openbsd.org | |
adapt to recent hostfile.c change: when parsing known_hosts without fully parsing the keys therein, hostkeys_foreach() will now correctly identify KEY_RSA1 keys; ok markus@ miod@ | |||
2015-04-01 | upstream commit | markus@openbsd.org | |
use ${SSH} for -Q instead of installed ssh | |||
2015-04-01 | upstream commit | djm@openbsd.org | |
make CLEANFILES clean up more of the tests' droppings | |||
2015-03-16 | portability fix: Solaris systems may not have a grep that understands -q | Tim Rice | |
2015-03-11 | make unit tests work for !OPENSSH_HAS_ECC | Damien Miller | |
2015-03-09 | upstream commit | djm@openbsd.org | |
unbreak for w/SSH1 (default) case; ok markus@ deraadt@ | |||
2015-03-05 | unbreak hostkeys test for w/ SSH1 case | Damien Miller | |
2015-03-05 | upstream commit | djm@openbsd.org | |
make these work with !SSH1; ok markus@ deraadt@ | |||
2015-03-04 | netcat needs poll.h portability goop | Damien Miller | |
2015-03-05 | upstream commit | markus@openbsd.org | |
make it possible to run tests w/o ssh1 support; ok djm@ | |||
2015-03-04 | upstream commit | djm@openbsd.org | |
expand __unused to full __attribute__ for better portability | |||
2015-03-04 | avoid warning | Damien Miller | |
2015-03-04 | upstream commit | djm@openbsd.org | |
reorder logic for better portability; patch from Roumen Petrov | |||
2015-02-28 | portability fixes for regress/netcat.c | Damien Miller | |
Mostly avoiding "err(1, NULL)" | |||
2015-02-28 | twiddle another test for portability | Damien Miller | |
from Tom G. Christensen | |||
2015-02-27 | twiddle test for portability | Damien Miller | |
2015-02-26 | make regress/netcat.c fd passing (more) portable | Damien Miller | |
2015-02-26 | create OBJ/valgrind-out before running unittests | Damien Miller | |
2015-02-26 | valgrind support | Damien Miller | |
2015-02-25 | Restrict ECDSA and ECDH tests. | Darren Tucker | |
ifdef out some more ECDSA and ECDH tests when built against an OpenSSL that does not have eliptic curve functionality. | |||
2015-02-24 | include includes.h to avoid build failure on AIX | Damien Miller | |
2015-02-24 | Original portability patch from djm@ for platforms missing err.h. | Tim Rice | |
Fix name space clash on Solaris 10. Still more to do for Solaris 10 to deal with msghdr structure differences. ok djm@ | |||
2015-02-24 | Wrap stdint.h includes in HAVE_STDINT_H. | Darren Tucker | |
2015-02-24 | upstream commit | djm@openbsd.org | |
fix a race condition by using a mux socket rather than an ineffectual wait statement | |||
2015-02-21 | out of tree build fix | Tim Rice | |
2015-02-22 | upstream commit | djm@openbsd.org | |
correct paths to configuration files being written/updated; they live in $OBJ not cwd; some by Roumen Petrov | |||
2015-02-17 | hook up hostkeys unittest to portable Makefiles | Damien Miller | |
2015-02-17 | upstream commit | djm@openbsd.org | |
enable hostkeys unit tests | |||
2015-02-17 | upstream commit | djm@openbsd.org | |
check string/memory compare arguments aren't NULL | |||
2015-02-17 | upstream commit | djm@openbsd.org | |
unit tests for hostfile.c code, just hostkeys_foreach so far | |||
2015-02-17 | upstream commit | markus@openbsd.org | |
test server rekey limit | |||
2015-01-30 | upstream commit | djm@openbsd.org | |
regression test for 'wildcard CA' serial/key ID revocations | |||
2015-01-27 | compile on systems without TCP_MD5SIG (e.g. OSX) | Damien Miller | |
2015-01-27 | use ssh-keygen under test rather than system's | Damien Miller | |
2015-01-27 | these need active_state defined to link on OSX | Damien Miller | |
temporary measure until active_state goes away entirely | |||
2015-01-27 | upstream commit | djm@openbsd.org | |
use printf instead of echo -n to reduce diff against -portable | |||
2015-01-27 | upstream commit | djm@openbsd.org | |
regression test for host key rotation | |||
2015-01-27 | upstream commit | djm@openbsd.org | |
adapt to sshkey API tweaks | |||
2015-01-27 | upstream commit | miod@openbsd.org | |
Move -lz late in the linker commandline for things to build on static arches. | |||
2015-01-27 | upstream commit | miod@openbsd.org | |
-Wpointer-sign is supported by gcc 4 only. | |||
2015-01-27 | upstream commit | djm@openbsd.org | |
use SUBDIR to recuse into unit tests; makes "make obj" actually work | |||
2015-01-20 | upstream commit | djm@openbsd.org | |
this test would accidentally delete agent.sh if run without obj/ | |||
2015-01-20 | fix kex test | Damien Miller | |