Age | Commit message (Expand) | Author |
2007-06-12 | Add "-K" flag for ssh to set GSSAPIAuthentication=yes and | Damien Miller |
2007-06-12 | fix slave exit value when a control master goes away without passing the | Damien Miller |
2007-06-12 | make scp try to skip FIFOs rather than blocking when nothing is listening. | Damien Miller |
2007-06-12 | relocate server-only GSSAPI code from libssh to server; bz #1225 | Damien Miller |
2007-06-12 | better document ssh-add's -d option (delete identies from agent), bz#1224 | Damien Miller |
2007-06-11 | increase default channel windows; ok djm | Markus Friedl |
2007-06-11 | send 'window adjust' messages every tree packets and do not wait | Markus Friedl |
2007-06-08 | oops, here too: put the MAC list into a display, like we do for | Jason McIntyre |
2007-06-08 | put the MAC list into a display, like we do for ciphers, | Jason McIntyre |
2007-06-08 | Add a "MACs" line after "Ciphers" with the default MAC algorithms, | Peter Valchev |
2007-06-07 | Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, must | Peter Valchev |
2007-06-05 | Preserve MAC ctx between packets, saving 2xhash calls per-packet. | Damien Miller |
2007-06-02 | memory leak on error path; from arnaud.lacombe.1 AT ulaval.ca | Damien Miller |
2007-05-31 | gc unreachable code; spotted by Tavis Ormandy | Damien Miller |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | tidy: KNF, ARGSUSED and u_int | Damien Miller |
2007-05-22 | zap double include; from p_nowaczyk AT o2.pl | Damien Miller |
2007-05-17 | djm owes me a vb and a tism cd for breaking ssh compilation | Jolan Luff |
2007-05-17 | pass received SIGINT from monitor to postauth child so it can clean | Damien Miller |
2007-05-17 | fall back to gethostname() when the outgoing connection is not | Damien Miller |
2007-05-17 | bz#1286 stop reading and processing commands when input or output buffer | Damien Miller |
2007-05-17 | save and restore errno when logging; ok deraadt@ | Damien Miller |
2007-04-23 | Remove debug() left over from development. ok deraadt@ | Darren Tucker |
2007-04-18 | cast "%llu" format spec to (unsigned long long); do not assume a | Kevin Steves |
2007-04-14 | remove unused macro; from Dmitry V. Levin <ldv@altlinux.org> | Kevin Steves |
2007-03-20 | - let synopsis and description agree for -f | Jason McIntyre |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2007-03-19 | Remove the signal handler that checks if the agent's parent process | Darren Tucker |
2007-03-19 | Disable the legacy SSH protocol 1 for new installations via | Damien Miller |
2007-03-09 | Move C/R -> kbdint special case to after the defaults have been | Darren Tucker |
2007-03-06 | openssh-4.6; "please" deraadt@ | Damien Miller |
2007-03-01 | sort the `match' keywords; | Jason McIntyre |
2007-03-01 | Remove ChallengeResponseAuthentication support inside a Match | Darren Tucker |
2007-02-28 | Remove expired keys periodically so they don't remain in memory when | Darren Tucker |
2007-02-24 | - strlen returns size_t, not int. | Ray Lai |
2007-02-22 | Check activep so Match and GatewayPorts work together; ok markus@ | Darren Tucker |
2007-02-21 | Clear alarm() before restarting sshd on SIGHUP. Without this, if there's | Darren Tucker |
2007-02-20 | set maximum packet and window sizes the same for multiplexed clients | Damien Miller |
2007-02-19 | Teach Match how handle config directives that are used before authentication. | Darren Tucker |
2007-02-14 | typos in comments; ok jmc@ | Kevin Steves |
2007-01-22 | fix detection of whether we should show progress meter or not: scp | Damien Miller |
2007-01-22 | return error from do_upload() when a write fails. fixes bz#1252: zero | Damien Miller |
2007-01-21 | spaces | Kevin Steves |
2007-01-21 | spaces | Kevin Steves |
2007-01-17 | Honour activep for times (eg ServerAliveInterval) while parsing | Darren Tucker |
2007-01-12 | more secsh -> rfc 4716 updates; | Jason McIntyre |
2007-01-10 | do not use a list for SYNOPSIS; | Jason McIntyre |
2007-01-03 | spaces | Kevin Steves |
2007-01-03 | ARGSUSED for lint | Kevin Steves |
2007-01-03 | spaces | Kevin Steves |