summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2000-02-01int atomicio -> ssize_t (for alpha). ok deraadt@David Leonard
2000-02-01oops, fix comment, too.Markus Friedl
2000-01-31delay close() of pty until the pty has been chowned back to rootMarkus Friedl
2000-01-27deny login if shell does not exist or is not executable at allMarkus Friedl
2000-01-24allow '.' in usernames; from jedgar@fxp.orgMarkus Friedl
2000-01-24do not connect() if request has been denied.Markus Friedl
2000-01-24don't panic if client behaves strange. ok deraadt@Markus Friedl
2000-01-23OpenSSH-1.2.2Markus Friedl
2000-01-22getsockname() requires initialized tolen; andy@guildsoftware.comTheo de Raadt
2000-01-22ie. -> i.e.,Aaron Campbell
2000-01-21instead of blocking SIGINT, catch it ourselves, so that we can clean theTheo de Raadt
2000-01-20log with level log() not fatal() if peer behaves badly.Markus Friedl
2000-01-20use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;Markus Friedl
2000-01-18no need for poll.h; from bright@wintelcom.netMarkus Friedl
2000-01-18disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.Markus Friedl
2000-01-18fix user/1056, sshd keeps restrictions; dbt@meat.netMarkus Friedl
2000-01-16destroy keys earlierMarkus Friedl
2000-01-16split key exchange (kex) and user authentication (user-auth), ok: provos@Markus Friedl
2000-01-15typo; sotiris.vassilopoulos@betatech.gr via adejoode@zedz.netNiels Provos
2000-01-14sort options, from paskalis@di.uoa.gr; .Xr gzip 1Markus Friedl
2000-01-14port:host:hostport in SYNOPSIS, from mep@netsec.netMarkus Friedl
2000-01-10document latest bugfixMarkus Friedl
2000-01-10handle OCLOSE for CHAN_INPUT_WAIT_DRAIN, i.e. do not drain buffer ifMarkus Friedl
2000-01-10discard data for channel if state != CHAN_OUTPUT_OPEN, fixes lockupMarkus Friedl
2000-01-05better error messageMarkus Friedl
2000-01-04document -4, -6, and 'ssh -L 2022/::1/22'Markus Friedl
2000-01-04allow auth-kerberos for IPv4 onlyMarkus Friedl
2000-01-04more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo, from itojun@Markus Friedl
2000-01-04'ssh @host' is illegal (null user name), from karsten@gedankenpolizei.deMarkus Friedl
2000-01-04listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)Markus Friedl
2000-01-04ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features:Markus Friedl
2000-01-04ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features:Markus Friedl
2000-01-02cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and dgaudet@arctic.orgMarkus Friedl
2000-01-02compare correct version for 1.3 compat modeMarkus Friedl
1999-12-29check for NULL 1stMarkus Friedl
1999-12-27check format string for packet_disconnect and packet_send_debug, tooMarkus Friedl
1999-12-27use packet_get_maxsize for channels. consistence.Markus Friedl
1999-12-25remove ref to .ssh/random_seed, mention .ssh/environment in .Sh FILES, tooMarkus Friedl
1999-12-20say "REMOTE HOST IDENTIFICATION HAS CHANGED"Markus Friedl
1999-12-15"Connection closed by x.x.x.x": fatal() -> log()Markus Friedl
1999-12-15keysize warnings talk about identity filesMarkus Friedl
1999-12-12type conflict for 'extern Type *options' in channels.c; dot@dotat.atMarkus Friedl
1999-12-11namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.orgMarkus Friedl
1999-12-10typo; mark.baushke@solipsa.comNiels Provos
1999-12-09fix proto; markusTheo de Raadt
1999-12-09OpenSSH-1.2.1Markus Friedl
1999-12-09fix get_remote_port() and friends for sshd -i; Holger.Trapp@Informatik.TU-Che...Markus Friedl
1999-12-08repair fake-skey for AUTH_TISMarkus Friedl
1999-12-08move checking of hostkey into own function.Markus Friedl
1999-12-08make code simpler. no need for memcpy. niels@ okMarkus Friedl