summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2000-05-25man subdirTheo de Raadt
2000-05-25do not attach incorrect Host: directive if we are using proxy.Jun-ichiro itojun Hagino
Host: directive must be based on original URI, not the proxy address. see RFC2616.
2000-05-25group ssh1 vs. ssh2 in serverloopMarkus Friedl
2000-05-25just some line shorteningTheo de Raadt
2000-05-24fix key_read() for uuencoded keys w/o '='Markus Friedl
2000-05-24correct type to be passed to IN6_ARE_ADDR_EQUAL macro.Jun-ichiro itojun Hagino
2000-05-22check strtok() != NULL; ok niels@Markus Friedl
2000-05-22make x11-fwd work w/ localhost (xauth add host/unix:11)Markus Friedl
2000-05-19Make usage() work as expected. deraadt@ okEric Jackson
2000-05-18Check for RSA key presence before freeing them. FromDamien Miller
kevin_oconnor@standardandpoors.com. ok Markus.
2000-05-18we don't have stderr for interactive terminal sessions (fcntl errors)Markus Friedl
2000-05-18check getnameinfo error proprely. this can be visited on printingJun-ichiro itojun Hagino
radix_mask on netstat -rnAv (actually, I think it's a bad idea to use p_sockaddr for printing mask portion in radix_mask, since address family is not properly filled)
2000-05-18allow mask == NULL in netname6.Jun-ichiro itojun Hagino
2000-05-17accept an empty shell in authentication; bug reported by chris@tinker.ucr.eduTheo de Raadt
2000-05-17copy only ai_addrlen bytes; misiek@pld.org.plMarkus Friedl
2000-05-17s/icmp/icmp6/ in messageJun-ichiro itojun Hagino
2000-05-17missing includeMarkus Friedl
2000-05-17enable nonblocking IO for sshd w/ proto 1, too; split out common codeMarkus Friedl
2000-05-150-size files still deserve a progress meter; also, after file is finishedTheo de Raadt
transfer, display a non-ETA line with an elapsed time.
2000-05-15parse RFC2732 ftp URL (ftp://[::1]:21/readme)Jun-ichiro itojun Hagino
2000-05-15draft-ietf-secsh-architecture-05.txtMarkus Friedl
2000-05-15/etc/mail/aliasesTheo de Raadt
2000-05-15document ssh -T -N (ssh2 only)Markus Friedl
2000-05-15fix usage()Markus Friedl
2000-05-08OpenSSH-2.1Markus Friedl
2000-05-08handle escapes in real and original key format, ok millert@Markus Friedl
2000-05-08no drain if ibuf_empty, fixes x11fwd problems; tests by fries@Markus Friedl
2000-05-08some markus certified spelling adjustmentsHugh Graham
2000-05-08bug compat w/ ssh-2.0.13 x11, split out bugsMarkus Friedl
2000-05-08One last nit fix. (markus approved)Hugh Graham
2000-05-08zap typoHugh Graham
2000-05-08complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)Markus Friedl
2000-05-08Fix 12 hours handling, so that you can say leave 1830 when it is 1800.Marc Espie
(Anything over 1300 is obviously 24 hours based, and interval arithmetic is much simpler than the old code would make you believe...)
2000-05-07interop w/ SecureFXMarkus Friedl
2000-05-07make x11-fwd interop w/ ssh-2.0.13Markus Friedl
2000-05-06add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8Markus Friedl
2000-05-05remote trailing comments before calling __b64_ptonMarkus Friedl
2000-05-05log failure before sending the replyMarkus Friedl
2000-05-04replace broken uuencode w/ libc b64_ntopMarkus Friedl
2000-05-04clear padding in ssh2Markus Friedl
2000-05-04print key type when talking about host keysMarkus Friedl
2000-05-03sync AUTHOR w/ ssh.1Markus Friedl
2000-05-03more info on proto 2Markus Friedl
2000-05-03if no /etc/services file, use defaults. found by millert, fixed by itojunTheo de Raadt
2000-05-03more doc on: DSA, id_dsa, known_hosts2, authorized_keys2Markus Friedl
2000-05-03GatewayPorts for sshd, ok deraadt@Markus Friedl
2000-05-03respect number_of_password_promptsMarkus Friedl
2000-05-03s/DsaKey/HostDSAKey/, document optionMarkus Friedl
2000-05-03fix close for non-open ssh1 channelsMarkus Friedl
2000-05-03document -y, update -X,-xMarkus Friedl