summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2001-05-24don't perform escape processing when ``EscapeChar none''; ok markus@Kevin Steves
2001-05-24fix comment; from jakob@Markus Friedl
2001-05-22note obsolete for > OpenSSH-1.2; ok markus@Kevin Steves
2001-05-20configurable authorized_keys{,2} location; originally from peter@; ok djm@Markus Friedl
2001-05-19typo in error messageKevin Steves
2001-05-19sshd command-line arguments and configuration file options thatKevin Steves
2001-05-19document MACs defaults with .DqMarkus Friedl
2001-05-19change preferredauthentication order toMarkus Friedl
2001-05-19sort options; Matthew.Stier@fnc.fujitsu.comMarkus Friedl
2001-05-19ftruncate() instead of open()+O_TRUNC like rcp.c doesMarkus Friedl
2001-05-19Disable X11 forwarding if xauth binary is not found. Patch from NalinDamien Miller
2001-05-18improved kbd-interactive support. work by per@appgate.com and meMarkus Friedl
2001-05-17no spaces in PreferredAuthentications; meixner@rbg.informatik.tu-darmstadt.deMarkus Friedl
2001-05-16more select() error fixes (don't set rfd/wfd to -1).Markus Friedl
2001-05-16check for open sessions before we call select(); fixes the x11 clientMarkus Friedl
2001-05-16return comments for private pem files, too; report from nolan@naic.eduMarkus Friedl
2001-05-15X11 forwarding details improvedTheo de Raadt
2001-05-12readlink does not NULL-terminate; mhe@home.seMarkus Friedl
2001-05-11add unset_nonblock for stdout/err flushing in client_loop().Markus Friedl
2001-05-09fix prototype; J.S.Peatfield@damtp.cam.ac.ukMarkus Friedl
2001-05-09fix -R for protocol 2, noticed by greg@nest.cx.Markus Friedl
2001-05-08no need for xmalloc.h, thanks to espie@Markus Friedl
2001-05-08Use addargs() in sftp plus some clean up of addargs(). OK Markusmouring
2001-05-08adds correct error reporting to async connect()sMarkus Friedl
2001-05-06use atomicio for flushing stdout/stderr bufs. thanks to jbw@izanami.cee.hw.ac.ukMarkus Friedl
2001-05-06cli_read() fails to catch SIGINT + overflow; from obdb@zzlevo.netMarkus Friedl
2001-05-06Use const for 'prompt'. Brought over from portable tree.mouring
2001-05-05typos, grammarKevin Steves
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