History log of /openbsd/usr.bin/ssh/sshconnect.c (Results 176 – 200 of 368)
Revision Date Author Comments
# 0deb6794 22-Jul-2006 stevesk <stevesk@openbsd.org>

move #include <string.h> out of includes.h


# eb2751a2 17-Jul-2006 stevesk <stevesk@openbsd.org>

move #include <unistd.h> out of includes.h


# 41779321 12-Jul-2006 stevesk <stevesk@openbsd.org>

move #include <netdb.h> out of includes.h; ok djm@


# ea82e68e 11-Jul-2006 stevesk <stevesk@openbsd.org>

move #include <errno.h> out of includes.h; ok markus@


# 2411830f 10-Jul-2006 dtucker <dtucker@openbsd.org>

Add port identifier to known_hosts for non-default ports, based originally
on a patch from Devin Nate in bz#910.

For any connection using the default port or using a HostKeyAlias the
format is uncha

Add port identifier to known_hosts for non-default ports, based originally
on a patch from Devin Nate in bz#910.

For any connection using the default port or using a HostKeyAlias the
format is unchanged, otherwise the host name or address is enclosed
within square brackets in the same format as sshd's ListenAddress.

Tested by many, ok markus@.

show more ...


# d57915d6 06-Jul-2006 stevesk <stevesk@openbsd.org>

move #include <pwd.h> out of includes.h; ok markus@


# cd3c8003 05-Jul-2006 stevesk <stevesk@openbsd.org>

move #include <netinet/in.h> out of includes.h; ok deraadt@


# 92cfd760 03-Jul-2006 stevesk <stevesk@openbsd.org>

move #include "version.h" out of includes.h; ok markus@


# 7c6d2c83 14-Jun-2006 djm <djm@openbsd.org>

limit the number of pre-banner characters we will accept; ok markus@


# 7feced14 08-Jun-2006 markus <markus@openbsd.org>

do not set the gid, noted by solar; ok djm


# 4f682da0 06-Jun-2006 markus <markus@openbsd.org>

replace remaining setuid() calls with permanently_set_uid() and
check seteuid() return values; report Marcus Meissner; ok dtucker djm


# 64bf6245 17-May-2006 markus <markus@openbsd.org>

fix leak; coverity via Kylene Jo Hall


# 2e783d64 20-Apr-2006 markus <markus@openbsd.org>

simplify; ok djm@


# 7ef31a41 25-Mar-2006 djm <djm@openbsd.org>

Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Theo nuked - our scripts to sync -portable need them in the files


# f846f1e3 25-Mar-2006 djm <djm@openbsd.org>

introduce xcalloc() and xasprintf() failure-checked allocations functions
and use them throughout openssh

xcalloc is particularly important because malloc(nmemb * size) is a
dangerous idiom (subject

introduce xcalloc() and xasprintf() failure-checked allocations functions
and use them throughout openssh

xcalloc is particularly important because malloc(nmemb * size) is a
dangerous idiom (subject to integer overflow) and it is time for it to
die

feedback and ok deraadt@

show more ...


# 758a72cf 20-Mar-2006 deraadt <deraadt@openbsd.org>

be strict with tolower() casting


# 4bfeb04e 19-Mar-2006 deraadt <deraadt@openbsd.org>

RCSID() can die


# 1d543a00 22-Feb-2006 stevesk <stevesk@openbsd.org>

move #include <ctype.h> out of includes.h; ok djm@


# 491dd238 20-Feb-2006 stevesk <stevesk@openbsd.org>

move #include <sys/stat.h> out of includes.h; ok markus@


# 85e5e18c 10-Feb-2006 stevesk <stevesk@openbsd.org>

move #include <sys/wait.h> out of includes.h; ok markus@


# ffe5a60e 08-Feb-2006 stevesk <stevesk@openbsd.org>

<openssl/bn.h> not needed


# a0b0b69d 08-Feb-2006 stevesk <stevesk@openbsd.org>

move #include <paths.h> out of includes.h; ok markus@


# a7fea580 06-Dec-2005 reyk <reyk@openbsd.org>

Add support for tun(4) forwarding over OpenSSH, based on an idea and
initial channel code bits by markus@. This is a simple and easy way to
use OpenSSH for ad hoc virtual private network connections,

Add support for tun(4) forwarding over OpenSSH, based on an idea and
initial channel code bits by markus@. This is a simple and easy way to
use OpenSSH for ad hoc virtual private network connections, e.g.
administrative tunnels or secure wireless access. It's based on a new
ssh channel and works similar to the existing TCP forwarding support,
except that it depends on the tun(4) network interface on both ends of
the connection for layer 2 or layer 3 tunneling. This diff also adds
support for LocalCommand in the ssh(1) client.

ok djm@, markus@, jmc@ (manpages), tested and discussed with others

show more ...


# 14ef0d14 30-Oct-2005 djm <djm@openbsd.org>

no need to escape single quotes in comments, no binary change


# eb5dbefc 15-Oct-2005 stevesk <stevesk@openbsd.org>

make external definition static; ok deraadt@


12345678910>>...15