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