summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2000-02-24sync with sshd_configMarkus Friedl
2000-02-22void* -> unsigned char*, ok niels@Markus Friedl
2000-02-21PKCS#1 paddingMarkus Friedl
2000-02-21do not link to a commercial page..Theo de Raadt
2000-02-20suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jpMarkus Friedl
2000-02-18remove unused variable 'len'. fix comments.Markus Friedl
2000-02-18read error vs. "Connection closed by remote host"Markus Friedl
2000-02-16remove unused variableMarkus Friedl
2000-02-15register cleanup for pty earlier. move code for pty-owner handling to pty.cMarkus Friedl
2000-02-15consistent indent. ok aaron@Markus Friedl
2000-02-15retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.Markus Friedl
2000-02-15move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.Markus Friedl
2000-02-11delay MD5 computation until client sends response, free() early, cleanup.Markus Friedl
2000-02-06typoMarkus Friedl
2000-02-05missing xfree()Markus Friedl
2000-02-04typoMarkus Friedl
2000-02-04enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@Markus Friedl
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