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