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