summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-07-13Reset G0/G1 state when resetting everything else with send-keys -R.Nicholas Marriott
2015-07-13Ignore environment variables that are too long to send to the server.Nicholas Marriott
2015-07-13Fix line endings.Nicholas Marriott
2015-07-13Initialize cwd fd to -1 so that we don't close fd 0 if the client isNicholas Marriott
2015-07-13Add a format to show if client is a control client. From Bruno Sutic.Nicholas Marriott
2015-07-13Add a -s flag to show-environment to output Bourne shell commands a laNicholas Marriott
2015-07-13Revert to marking lines as wrapped on newlines, fixes problems withNicholas Marriott
2015-07-13Add "PuTTY_Local:" to the clients to which we do not offer DH-GEX.Darren Tucker
2015-07-12Convert openssl(1) dh to the new option handling.Doug Hogan
2015-07-12Convert openssl(1) dsa to the new option handling.Doug Hogan
2015-07-12Convert openssl(1) ec to the new option handling.Doug Hogan
2015-07-12Convert gendh.c to the new option handling.Doug Hogan
2015-07-12Convert openssl(1) dsaparam to the new option handling.Doug Hogan
2015-07-12Convert openssl(1) crl2pkcs7 to the new option handling.Doug Hogan
2015-07-12Keep one byte for terminating '\0'.Tobias Stoeckmann
2015-07-11Convert openssl(1) dhparam to new option handling.Joel Sing
2015-07-10Turn off DSA by default; add HostKeyAlgorithms to the server andMarkus Friedl
2015-07-09re-enable ed25519-certs if compiled w/o openssl; ok djmMarkus Friedl
2015-07-08no need to include the old buffer/key APIMarkus Friedl
2015-07-08typedefs for Cipher&CipherContext are unusedMarkus Friedl
2015-07-08xmalloc.h is unusedMarkus Friedl
2015-07-08compress.c is goneMarkus Friedl
2015-07-08Properly handle files >= 4 GB on 32 bit architectures.Tobias Stoeckmann
2015-07-08Do not allow '\0' as an offset operator or type.Tobias Stoeckmann
2015-07-08switch "openssl dhparam" default from 512 to 2048 bits, ok jsing@Stuart Henderson
2015-07-07Fix a regression caused by timespec changes when vi is run withoutTodd C. Miller
2015-07-06Update environment with -E when attach-session used on an alreadyNicholas Marriott
2015-07-03Remove sudo, it is now in ports.Todd C. Miller
2015-07-03Sudo has moved to ports.Todd C. Miller
2015-07-03Repair algorithm name array after 1.6.Miod Vallat
2015-07-03Switch to standard, non-historical sort(1) and join(1) usage. ok millert@Jeremie Courreges-Anglas
2015-07-03vax-11/780 announced 1977, not 1978;Jason McIntyre
2015-07-03another SSH_RSA_MINIMUM_MODULUS_SIZE that needed crankingDamien Miller
2015-07-03add an XXX reminder for getting correct key paths from sshd_configDamien Miller
2015-07-03refuse to generate or accept RSA keys smaller than 1024 bits;Damien Miller
2015-07-03turn off 1024 bit diffie-hellman-group1-sha1 key exchange methodDamien Miller
2015-07-03delete support for legacy v00 certificates; "sure" markus@ dtucker@Damien Miller
2015-07-01Compile-time disable SSH v.1 againDamien Miller
2015-07-01update currency exchange rates;Jason McIntyre
2015-07-01twiddle PermitRootLogin backDamien Miller
2015-07-01twiddle; (this commit marks the openssh-6.9 release)Damien Miller
2015-07-01better refuse ForwardX11Trusted=no connections attempted afterDamien Miller
2015-07-01put back default PermitRootLogin=noDamien Miller
2015-07-01openssh-6.9Damien Miller
2015-07-01reset default PermitRootLogin to 'yes' (momentarily, for release)Damien Miller
2015-06-30fatal() when a remote window update causes the window value toDamien Miller
2015-06-30Fix math error in remote window calculations that causes eventual stallsDamien Miller
2015-06-29add getpid to sandbox, reachable by grace_alarm_handlerDamien Miller
2015-06-27Ignore blank characters at the beginning of a conditional block,Ingo Schwarze
2015-06-26Fix \-escaping bug that caused forward path parsing to skip twoDamien Miller