summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2001-03-01don't truncate remote ssh-2 commands; from mkubita@securities.czMarkus Friedl
2001-03-01copyright notices on all source filesTheo de Raadt
2001-03-01KNFTheo de Raadt
2001-03-01shorten usage by a lineTheo de Raadt
2001-03-01oopsTheo de Raadt
2001-03-01get rid of extra headerTheo de Raadt
2001-03-01use MAXPATHLEN over PATH_MAX, since it is more portableTheo de Raadt
2001-03-01split line so that p will have an easier time next time aroundTheo de Raadt
2001-02-28typoMarkus Friedl
2001-02-28use ignore message to simulate a SSH2_MSG_CHANNEL_DATA messageMarkus Friedl
2001-02-28generate a fake session id, tooMarkus Friedl
2001-02-28for completeness, copy pw_gecos tooTheo de Raadt
2001-02-28unify debug messagesMarkus Friedl
2001-02-28in ssh protocol v2 use ignore messages for padding (instead of trailing \0).Markus Friedl
2001-02-28make sure remote stderr does not get truncated.Markus Friedl
2001-02-28fix byte counts for ssh protocol v1Markus Friedl
2001-02-28do not kill the subprocess on termination (we will see if this helps thingsTheo de Raadt
2001-02-28pull in protosTheo de Raadt
2001-02-27support SSH-2.0-2.1 ; from Christophe_Moret@hp.comMarkus Friedl
2001-02-27fix random paddingMarkus Friedl
2001-02-24look for id_rsa by default, before id_dsaTheo de Raadt
2001-02-24ssh2 rsa key before dsa keyTheo de Raadt
2001-02-23the random session key depends now on the session_key_intMarkus Friedl
2001-02-23handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clientsMarkus Friedl
2001-02-23debug2->3Markus Friedl
2001-02-22use pwcopy in ssh.c, tooMarkus Friedl
2001-02-22typos/grammar from matt@anzen.comMarkus Friedl
2001-02-22activate RSA 2 keyTheo de Raadt
2001-02-22bye bye -dTheo de Raadt
2001-02-22document -d, and -t defaults to rsa1Theo de Raadt
2001-02-22grammar; slade@shore.netTheo de Raadt
2001-02-21-i supports DSA identities now; ok markus@Kevin Steves
2001-02-21careful with & and &&; markus okTheo de Raadt
2001-02-21improve fd handlingTheo de Raadt
2001-02-21inline -> __inline__, and some indentTheo de Raadt
2001-02-19clarify message to make it not mention "ident"Theo de Raadt
2001-02-19np is changed by recursion; vinschen@redhat.comTheo de Raadt
2001-02-19OpenSSH_2.5.1 adds bug compat with 1.2.{18-22}Markus Friedl
2001-02-19ssh-1.2.{18-22} has broken handling of ignore messages; report from itojun@Markus Friedl
2001-02-18typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fiMarkus Friedl
2001-02-17it's the OpenSSH oneTheo de Raadt
2001-02-17cleanup -V output; noted by millertTheo de Raadt
2001-02-17typoReinhard J. Sammer
2001-02-162.5.0Markus Friedl
2001-02-16proper payload-length check for x11 w/o screen-numberMarkus Friedl
2001-02-16remove debugMarkus Friedl
2001-02-15genericize password padding function for SSH1 and SSH2.Markus Friedl
2001-02-15indentTheo de Raadt
2001-02-14Fix and document 'preserve modes & times' option ('-p' flag in sftp);Damien Miller
2001-02-13setproctitle(user) only if getpwnam succeedsMarkus Friedl