summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2007-07-12Delint: remove some unreachable statements, from Bret Lambert.Ray Lai
2007-06-25Include <poll.h> like the man page says rather than <sys/poll.h>. ok djm@Darren Tucker
2007-06-25Correct test for window updates every three packets; prevents sendingDarren Tucker
2007-06-19if the fd passed to atomicio/atomiciov() is non blocking, then poll() toDamien Miller
2007-06-14when waiting for the multiplex exit status, read until the master endDamien Miller
2007-06-14handle EINTR when waiting for mux exit status properlyDamien Miller
2007-06-13don't ftruncate() non-regular files; bz#1236 reported by wood AT xmission.com;Damien Miller
2007-06-12Encode filename with strnvis if the name contains a newline (which can'tDarren Tucker
2007-06-12add -K to SYNOPSIS;Jason McIntyre
2007-06-12identies -> identities;Jason McIntyre
2007-06-12Pass GSS OID to gss_display_status to provide better information inDarren Tucker
2007-06-12improved exit message from multiplex slave sessions; bz #1262Damien Miller
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