summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2001-05-04move to Channel **channels (instead of Channel *channels), fixes realloc prob...Markus Friedl
2001-05-04channel_new() reallocs channels[], we cannot use Channel *c after callingMarkus Friedl
2001-05-04typosKevin Steves
2001-05-03Move colon() and cleanhost() to misc.c where I should I have put it inmouring
2001-05-03remove "\n" from fatal()Kevin Steves
2001-05-03exec shell -c /bin/sh .ssh/sshrc, from abartlet@pcug.org.auMarkus Friedl
2001-05-03typo in debug() stringKevin Steves
2001-05-02fix prompt for ssh-add.Markus Friedl
2001-05-02Put the 'const' back into ssh_askpass() function. Pointed outmouring
2001-04-30ssh-2.0.10 has the weak-key-bug, too.Markus Friedl
2001-04-30allow interop with weaker key generation used by ssh-2.0.x, x < 10Markus Friedl
2001-04-30implement 'ssh -b bind_address' like 'telnet -b'Markus Friedl
2001-04-29more ssh.com-2.0.x bug-compat; from per@appgate.comMarkus Friedl
2001-04-29fix whitespaceMarkus Friedl
2001-04-24OpenSSH-2.9Markus Friedl
2001-04-23remove debugMarkus Friedl
2001-04-23allow public key for -e, tooMarkus Friedl
2001-04-22document hostbased and other cleanupMarkus Friedl
2001-04-22style, noted by stevesk; sort flags in usageMarkus Friedl
2001-04-22xref draft-ietf-secsh-*Markus Friedl
2001-04-22rename arguments -x -> -e (export key), -X -> -i (import key)Markus Friedl
2001-04-22scp > 2GB; niles@scyld.com; ok deraadt@, djm@Markus Friedl
2001-04-22typos spotted by stevesk@; ok deraadt@Damien Miller
2001-04-21Spellingmouring
2001-04-20set non-privileged gid before uid; tholo@ and deraadt@Markus Friedl
2001-04-20remove old information from ssh-1.2.12Markus Friedl
2001-04-20Split out and improve escape character documentation, mention ~R inDamien Miller
2001-04-19use local variable, no function call needed.Markus Friedl
2001-04-18error->debug; noted by fries@Markus Friedl
2001-04-18more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works nowMarkus Friedl
2001-04-18no longer constMarkus Friedl
2001-04-18use FDQN with trailing dot in the hostbased auth packets, ok deraadt@Markus Friedl
2001-04-18call askpass from ssh, too, based on work by roth@feep.net, ok deraadtMarkus Friedl
2001-04-18Fix typo reported in PR/1779Ian Darwin
2001-04-18debug->debug3Markus Friedl
2001-04-17move auth_approval to do_authenticated().Markus Friedl
2001-04-17undo socks5 and https support since they are not really used andMarkus Friedl
2001-04-17add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@Markus Friedl
2001-04-17handle EINTR/EAGAIN on read; ok deraadt@Markus Friedl
2001-04-17check for key!=NULL, thanks to costaMarkus Friedl
2001-04-16better safe than sorry in later mods; yongari@kt-is.co.krTheo de Raadt
2001-04-16Split motd and hushlogin checks into seperate functions, helps for portable.Damien Miller
2001-04-16xrealloc dealing with ptr == nULL; mouringTheo de Raadt
2001-04-16IPv6 support for sftp (which I bungled in my last patch) which ismouring
2001-04-152,1, not 1,2Theo de Raadt
2001-04-15use fatal() or error() vs. fprintf(); ok markus@Kevin Steves
2001-04-15default for protocol is 1,2; ok markus@Kevin Steves
2001-04-15some ClientAlive cleanup; ok markus@Kevin Steves
2001-04-15set stdin/out/err to nonblocking in SSH proto 1, too. suggested by ho@Markus Friedl
2001-04-15don't use errno for key_{load,save}_private; discussion w/ solar@openwallMarkus Friedl