Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-02-28 | portability fixes for regress/netcat.c | Damien Miller | 1 | -8/+8 | |
Mostly avoiding "err(1, NULL)" | |||||
2015-02-28 | twiddle another test for portability | Damien Miller | 1 | -1/+1 | |
from Tom G. Christensen | |||||
2015-02-28 | twiddle test for portability | Damien Miller | 1 | -1/+1 | |
2015-02-27 | make regress/netcat.c fd passing (more) portable | Damien Miller | 1 | -21/+25 | |
2015-02-27 | create OBJ/valgrind-out before running unittests | Damien Miller | 1 | -1/+4 | |
2015-02-26 | valgrind support | Damien Miller | 7 | -25/+97 | |
2015-02-26 | upstream commit | djm@openbsd.org | 1 | -2/+3 | |
don't printf NULL key comments; reported by Tom Christensen | |||||
2015-02-26 | upstream commit | djm@openbsd.org | 1 | -1/+3 | |
zero cmsgbuf before use; we initialise the bits we use but valgrind still spams warning on it | |||||
2015-02-26 | upstream commit | djm@openbsd.org | 1 | -4/+4 | |
fix small memory leak when UpdateHostkeys=no | |||||
2015-02-25 | Revert "Work around finicky USL linker so netcat will build." | Tim Rice | 1 | -1/+1 | |
This reverts commit d1db656021d0cd8c001a6692f772f1de29b67c8b. No longer needed with commit 678e473e2af2e4802f24dd913985864d9ead7fb3 | |||||
2015-02-25 | upstream commit | djm@openbsd.org | 1 | -2/+3 | |
don't leak validity of user in "too many authentication failures" disconnect message; reported by Sebastian Reitenbach | |||||
2015-02-25 | upstream commit | naddy@openbsd.org | 2 | -4/+5 | |
add -v (show ASCII art) to -l's synopsis; ok djm@ | |||||
2015-02-25 | Remove dependency on xmalloc. | Darren Tucker | 1 | -7/+7 | |
Remove ssh_get_progname's dependency on xmalloc, which should reduce link order problems. ok djm@ | |||||
2015-02-25 | Restrict ECDSA and ECDH tests. | Darren Tucker | 3 | -0/+24 | |
ifdef out some more ECDSA and ECDH tests when built against an OpenSSL that does not have eliptic curve functionality. | |||||
2015-02-25 | Move definition of _NSIG. | Darren Tucker | 2 | -8/+8 | |
_NSIG is only unsed in one file, so move it there prevent redefinition warnings reported by Kevin Brott. | |||||
2015-02-25 | Add includes.h for compatibility stuff. | Darren Tucker | 1 | -0/+2 | |
2015-02-25 | include netdb.h to look for MAXHOSTNAMELEN; ok tim | Damien Miller | 2 | -1/+2 | |
2015-02-24 | Work around finicky USL linker so netcat will build. | Tim Rice | 1 | -1/+1 | |
2015-02-24 | include includes.h to avoid build failure on AIX | Damien Miller | 3 | -0/+6 | |
2015-02-24 | Original portability patch from djm@ for platforms missing err.h. | Tim Rice | 1 | -14/+53 | |
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 | cleaner way fix dispatch.h portion of commit | Tim Rice | 2 | -3/+1 | |
a88dd1da119052870bb2654c1a32c51971eade16 (some systems have sig_atomic_t in signal.h, some in sys/signal.h) Sounds good to me djm@ | |||||
2015-02-24 | portability fix: if we can't dind a better define for HOST_NAME_MAX, use 255 | Tim Rice | 1 | -0/+2 | |
2015-02-24 | portablity fix: s/__inline__/inline/ | Tim Rice | 1 | -1/+1 | |
2015-02-24 | Wrap stdint.h includes in HAVE_STDINT_H. | Darren Tucker | 3 | -0/+6 | |
2015-02-24 | Add AI_NUMERICSERV to fake-rfc2553. | Darren Tucker | 1 | -0/+3 | |
Our getaddrinfo implementation always returns numeric values already. | |||||
2015-02-24 | Include OpenSSL's objects.h before bn.h. | Darren Tucker | 1 | -0/+1 | |
Prevents compile errors on some platforms (at least old GCCs and AIX's XLC compilers). | |||||
2015-02-24 | Convert two macros into functions. | Darren Tucker | 2 | -4/+29 | |
Convert packet_send_debug and packet_disconnect from macros to functions. Some older GCCs (2.7.x, 2.95.x) see to have problems with variadic macros with only one argument so we convert these two into functions. ok djm@ | |||||
2015-02-23 | upstream commit | djm@openbsd.org | 1 | -2/+2 | |
further silence spurious error message even when -v is specified (e.g. to get visual host keys); reported by naddy@ | |||||
2015-02-23 | don't include stdint.h unless HAVE_STDINT_H set | Damien Miller | 3 | -0/+6 | |
2015-02-23 | nother sys/queue.h -> sys-queue.h fix | Damien Miller | 1 | -1/+1 | |
spotted by Tom Christensen | |||||
2015-02-23 | upstream commit | djm@openbsd.org | 1 | -3/+6 | |
fix a race condition by using a mux socket rather than an ineffectual wait statement | |||||
2015-02-23 | various include fixes for portable | Damien Miller | 2 | -1/+4 | |
2015-02-23 | upstream commit | djm@openbsd.org | 1 | -1/+4 | |
add an XXX to remind me to improve sshkey_load_public | |||||
2015-02-23 | upstream commit | djm@openbsd.org | 1 | -2/+2 | |
silence a spurious error message when listing fingerprints for known_hosts; bz#2342 | |||||
2015-02-23 | upstream commit | djm@openbsd.org | 1 | -4/+9 | |
fix setting/clearing of TTY raw mode around UpdateHostKeys=ask confirmation question; reported by Herb Goldman | |||||
2015-02-22 | Repair for non-ECC OpenSSL. | Darren Tucker | 6 | -0/+16 | |
Ifdef out the ECC parts when building with an OpenSSL that doesn't have it. | |||||
2015-02-22 | Wrap stdint.h includes in ifdefs. | Darren Tucker | 3 | -0/+6 | |
2015-02-22 | out of tree build fix | Tim Rice | 1 | -2/+2 | |
2015-02-22 | mkdir kex unit test directory so testing out of tree builds works | Tim Rice | 1 | -0/+2 | |
2015-02-21 | upstream commit | halex@openbsd.org | 1 | -4/+10 | |
make "ssh-add -d" properly remove a corresponding certificate, and also not whine and fail if there is none ok djm@ | |||||
2015-02-21 | mkdir hostkey and bitmap unit test directories | Damien Miller | 1 | -6/+10 | |
2015-02-21 | upstream commit | djm@openbsd.org | 1 | -3/+3 | |
sort options useable under Match case-insensitively; prodded jmc@ | |||||
2015-02-21 | upstream commit | djm@openbsd.org | 2 | -3/+3 | |
correct paths to configuration files being written/updated; they live in $OBJ not cwd; some by Roumen Petrov | |||||
2015-02-21 | More correct checking of HAVE_DECL_AI_NUMERICSERV. | Darren Tucker | 1 | -2/+4 | |
2015-02-21 | Add null declaration of AI_NUMERICINFO. | Darren Tucker | 2 | -0/+11 | |
Some platforms (older FreeBSD and DragonFly versions) do have getaddrinfo() but do not have AI_NUMERICINFO. so define it to zero in those cases. | |||||
2015-02-20 | upstream commit | djm@openbsd.org | 1 | -4/+10 | |
more options that are available under Match; bz#2353 reported by calestyo AT scientia.net | |||||
2015-02-20 | upstream commit | djm@openbsd.org | 7 | -30/+42 | |
UpdateHostKeys fixes: I accidentally changed the format of the hostkeys@openssh.com messages last week without changing the extension name, and this has been causing connection failures for people who are running -current. First reported by sthen@ s/hostkeys@openssh.com/hostkeys-00@openssh.com/ Change the name of the proof message too, and reorder it a little. Also, UpdateHostKeys=ask is incompatible with ControlPersist (no TTY available to read the response) so disable UpdateHostKeys if it is in ask mode and ControlPersist is active (and document this) | |||||
2015-02-20 | upstream commit | djm@openbsd.org | 1 | -3/+3 | |
Regression: I broke logging of public key fingerprints in 1.46. Pointed out by Pontus Lundkvist | |||||
2015-02-18 | repair --without-openssl; broken in refactor | Damien Miller | 6 | -6/+64 | |
2015-02-17 | hook up hostkeys unittest to portable Makefiles | Damien Miller | 3 | -2/+20 | |