summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2000-07-05typoNiels Provos
2000-07-05use no_x11_forwarding_flag correctly; provos okTheo de Raadt
2000-06-29no longer needed; good riddance for static archsTodd T. Fries
2000-06-26MaxStartups: limit number of unauthenticated connections, work by theo and meMarkus Friedl
2000-06-26cleanup, less cut&pasteMarkus Friedl
2000-06-25correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>Niels Provos
2000-06-22Missing CVS idents; ok markusDamien Miller
2000-06-22missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MILMarkus Friedl
2000-06-21missing free; nuke old commentMarkus Friedl
2000-06-20OpenBSD tagMarkus Friedl
2000-06-19cleanup fingerprinting, less hardcoded sizesMarkus Friedl
2000-06-19mem leak + be more paranoid in dsa_verify.Markus Friedl
2000-06-19make userauth+pubkey interop with ssh.com-2.2.0Markus Friedl
2000-06-18do not mess with tty's. makes EDITOR=ed cvs commit work over ssh2Markus Friedl
2000-06-18typoMarkus Friedl
2000-06-18split auth-rsa option parsing into auth-optionsMarkus Friedl
2000-06-18typoMarkus Friedl
2000-06-18initial support for ssh.com's 2.2.0Markus Friedl
2000-06-18implement bug compatibility with ssh-2.0.13 pubkey, server sideMarkus Friedl
2000-06-18include = in WHITESPACE; markus okTheo de Raadt
2000-06-17add support for ssh v2 subsystems. ok markus@.Jakob Schlyter
2000-06-17missing atomicio, typoMarkus Friedl
2000-06-17allow extended server bannersMarkus Friedl
2000-06-17a real nixTheo de Raadt
2000-06-17everyone says "nix it"Theo de Raadt
2000-06-06OpenSSH 2.1.1Markus Friedl
2000-06-06fix match_hostname() logic for auth-rsa: deny access if we have a negative ma...Markus Friedl
2000-06-05document UseLogin betterMarkus Friedl
2000-06-05allow use_login only for login sessions, otherwise remote commands are execed...Markus Friedl
2000-06-02teach protocol v2 to count login failures properly and also enable anTodd T. Fries
2000-05-31typo, unusedMarkus Friedl
2000-05-31xauth_location support; pr 1234Markus Friedl
2000-05-30remove dependency on openssl-0.9.5a; green@FreeBSD.org via kris@FreeBSD.orgMarkus Friedl
2000-05-30don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via kris@FreeBSD.orgMarkus Friedl
2000-05-29forwardagent defaults to no, add ssh -AMarkus Friedl
2000-05-25split kexinit/kexdh, factor out common codeMarkus Friedl
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-22check strtok() != NULL; ok niels@Markus Friedl
2000-05-22make x11-fwd work w/ localhost (xauth add host/unix:11)Markus Friedl
2000-05-18Check for RSA key presence before freeing them. FromDamien Miller
2000-05-18we don't have stderr for interactive terminal sessions (fcntl errors)Markus Friedl
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-17missing includeMarkus Friedl
2000-05-17enable nonblocking IO for sshd w/ proto 1, too; split out common codeMarkus Friedl
2000-05-15draft-ietf-secsh-architecture-05.txtMarkus Friedl
2000-05-15document ssh -T -N (ssh2 only)Markus Friedl
2000-05-15fix usage()Markus Friedl