summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2007-09-21unifdef -DBSD_AUTHDamien Miller
2007-09-21document KbdInteractiveAuthentication in ssh_config.5;Damien Miller
2007-09-16use off_t instead of u_int64_t for file offsets, matching what theDamien Miller
2007-09-13fix incorrect test when setting syslog facility; from Jan PechanecDamien Miller
2007-09-12use xmalloc() and xfree(); ok markus@ pvalchev@Kevin Steves
2007-09-11remove #if defined block not needed; ok markus@ dtucker@Kevin Steves
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2007-09-11sort #includeKevin Steves
2007-09-09sort synopsis and options in ssh-agent(1); usage is lowercaseIgor Sobrado
2007-09-04make ssh(1)'s ConnectTimeout option apply to both the TCP connection andDamien Miller
2007-09-04make file descriptor passing code return an error rather than call fatal()Damien Miller
2007-08-23Execute ProxyCommands with $SHELL rather than /bin/sh unconditionallyDamien Miller
2007-08-23Support "Banner=none" to disable displaying of the pre-login banner;Damien Miller
2007-08-23login_cap.h doesn't belong hereDamien Miller
2007-08-23missed include bits from last commitDamien Miller
2007-08-23unifdef HAVE_LOGIN_CAP; ok deraadt@ millert@Damien Miller
2007-08-15tun device forwarding now honours ExitOnForwardFailure; ok markus@Kevin Steves
2007-08-15openssh 4.7Markus Friedl
2007-08-15do NOT fall back to the trused x11 cookie if generation of an untrustedMarkus Friedl
2007-08-07bz#1232: ensure that any specified LocalCommand is executed after theDamien Miller
2007-08-06the ellipsis is not an optional argument; while here, sync the usageIgor Sobrado
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