summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2007-11-03avoid errno trashing in signal handler; ok dtuckerTheo de Raadt
2007-11-03Use xstrdup/xfree when saving pwname and pwdir; ok deraadt@Darren Tucker
2007-11-03bz #1377: getpwuid results were being clobbered by another getpw* callTheo de Raadt
2007-11-03fix memory leak in process_cmdline(), patch from Jan.Pechanec AT Sun.COM;Damien Miller
2007-10-29clean up after previous macro removal;Jason McIntyre
2007-10-29Make LocalCommand work for Protocol 1 too; ok djm@Darren Tucker
2007-10-29ProxyCommand and LocalCommand use the user's shell, not /bin/sh; ok djm@Darren Tucker
2007-10-29Send config block back to slave for invalid users too so optionsDarren Tucker
2007-10-29Plug tiny mem leaks in ControlPath and ProxyCommand option processing; ok djm@Darren Tucker
2007-10-29Allow build without -DGSSAPI; ok deraadt@Darren Tucker
2007-10-24factor out network read/write into an atomicio()-like function, and use itDamien Miller
2007-10-24rework argument splitting and parsing to cope correctly with common shellDamien Miller
2007-10-22make sure that both the local and remote port are correct whenMarkus Friedl
2007-10-02handles zero-sized strings that fgets can returnCharles Longeau
2007-09-29Remove unused prototype. ok djm@Darren Tucker
2007-09-27Don't return -1 on error in dh_pub_is_valid(), since it evaluatesRay Lai
2007-09-25When adding a key that already exists, update the propertiesCan Erkin Acar
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