summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2004-06-20make "ls -l" listings print user/group names, add "ls -n" to show uid/gidDamien Miller
2004-06-20filter passed env vars at slave in connection sharing case; ok markus@Damien Miller
2004-06-18clientloop.cDamien Miller
2004-06-18trim synopsis for -S, allow -S and -oControlMaster, -MM means 'ask'; ok djmMarkus Friedl
2004-06-18delay signal handler setup until we have finished talking to the master.Damien Miller
2004-06-18Use execvp instead of execv so sftp -S ssh works. "makes sense" markus@Darren Tucker
2004-06-17sync usage() and SYNPOSIS with connection sharing changesDamien Miller
2004-06-17Add option for confirmation (ControlMaster=ask) via ssh-askpass before openingDamien Miller
2004-06-17support environment passing over shared connections; ok markus@Damien Miller
2004-06-15missed one unset_nonblock; spotted by Tim RiceDamien Miller
2004-06-14set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@Damien Miller
2004-06-13implement session multiplexing in the client (the server has supported thisDamien Miller
2004-06-13List supported ciphers in man pages, tidy up ssh -c;Darren Tucker
2004-06-13implement diffie-hellman-group14-sha1 kex method (trivial extension toDamien Miller
2004-06-03initialize pointers, ok markus@Pedro Martelletto
2004-06-01Remove redundant #include; ok markus@Darren Tucker
2004-05-27Kill dead code after fatal(); ok djm@Darren Tucker
2004-05-26missing freeaddrinfo; Andrey MatveevMarkus Friedl
2004-05-26exit -> _exit in forked child on error; from andrushock AT korovino.netDamien Miller
2004-05-23Add MaxAuthTries sshd config option; ok markus@Darren Tucker
2004-05-22kill whitespace at eol;Jason McIntyre
2004-05-22use '-h' for help in ~C commandline instead of '-?'; inspired by jmc@Damien Miller
2004-05-21bz #756: add support for the cancel-tcpip-forward request for the server andDamien Miller
2004-05-21add prototypes for -Wall; ok djmMarkus Friedl
2004-05-20Trivial type fix 0 -> '\0'; ok markus@Darren Tucker
2004-05-19gracefully abort transfers on receipt of SIGINT, also ignore SIGINT whileDamien Miller
2004-05-13Add examples to ssh-agent.1, bz#481 from Ralf Hauser; ok deraadt@Darren Tucker
2004-05-11improve some code lint did not like; djm millert okTheo de Raadt
2004-05-09don't overwrite what we are trying to computeDamien Miller
2004-05-09kill it here tooDamien Miller
2004-05-09kill some more tiny files; ok deraadt@Damien Miller
2004-05-09zap another tiny header; ok deraadt@Damien Miller
2004-05-08kill a tiny header; ok deraadt@Damien Miller
2004-05-08make two tiny header files go away; djm okTheo de Raadt
2004-05-06typo from John Cosimano (PR 3770);Jason McIntyre
2004-05-04SendEnv here too;Jason McIntyre
2004-05-02ConnectionTimeout -> ConnectTimeout for scp.1 too.Darren Tucker
2004-05-02ConnectionTimeout -> ConnectTimeout here too, pointed out by jmc@Darren Tucker
2004-05-02ConnectionTimeout -> ConnectTimeout, from m.a.ellis at ncl.ac.uk via Debian.Darren Tucker
2004-05-02Man page grammar fix (bz #858), from damerell at chiark.greenend.org.ukDarren Tucker
2004-04-28add SendEnv to -o list;Jason McIntyre
2004-04-28remove unnecessary .Pp;Jason McIntyre
2004-04-28manpage fixes in envpass stuff from Brian Poole (raj AT cerias.purdue.edu)Damien Miller
2004-04-27bz #815: implement ability to pass specified environment variables from theDamien Miller
2004-04-22Bugzilla #850: Sophie Germain is the correct name of the French mathematician,Damien Miller
2004-04-19fix idiot typo that i introduced in my last commit;Damien Miller
2004-04-19kill whitespace at eol;Jason McIntyre
2004-04-19document strict permission checks on ~/.ssh/config; prompted by, with & ok jmc@Damien Miller
2004-04-18perform strict ownership and modes checks for ~/.ssh/config files, as theseDamien Miller
2004-04-08swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSDHenning Brauer