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