summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2013-10-29pty(4), not pty(7);Jason McIntyre
2013-10-29shd_config PermitTTY to disallow TTY allocation, mirroring theDamien Miller
2013-10-29fix potential stack exhaustion caused by nested certificates;Damien Miller
2013-10-25fix crash when using ProxyCommand caused by previous commit - was callingDamien Miller
2013-10-24fix bug introduced in hostname canonicalisation commit: don't try toDamien Miller
2013-10-24Disallow empty Match statements and add "Match all" which matches everything.Darren Tucker
2013-10-24Periodically print progress and, if possible, expected time to completionDarren Tucker
2013-10-23include local address and port in "Connection from ..." message (onlyDamien Miller
2013-10-23fix commentDarren Tucker
2013-10-23Make code match documentation: relative-specified certificate expiry timeDamien Miller
2013-10-23commentDamien Miller
2013-10-23Hostname may have %h sequences that should be expanded prior to MatchDamien Miller
2013-10-20tweak the "exec" description, as worded by djm;Jason McIntyre
2013-10-20add canonicalisation options to -o listsDamien Miller
2013-10-20rename "command" subclause of the recently-added "Match" keyword toDamien Miller
2013-10-20document % expansions performed by "Match command ..."Damien Miller
2013-10-17include remote port in bad banner message; bz#2162Damien Miller
2013-10-17tweak previous;Jason McIntyre
2013-10-17rearrange check to reduce diff against -portableDamien Miller
2013-10-17fsync@openssh.com protocol extension for sftp-serverDamien Miller
2013-10-16one I missed in previous: s/isation/ization/Damien Miller
2013-10-16s/canonicalise/canonicalize/ for consistency with existing spelling,Damien Miller
2013-10-16tweak previous;Jason McIntyre
2013-10-16Implement client-side hostname canonicalisation to allow an explicitDamien Miller
2013-10-15tweak previous;Jason McIntyre
2013-10-14whitespace at EOL; pointed out by markus@Damien Miller
2013-10-14refactor client config code a little:Damien Miller
2013-10-14add a "Match" keyword to ssh_config that allows matching on hostname,Damien Miller
2013-10-14Add logging of session starts in a useful format; ok markus@ feedback andDamien Miller
2013-10-14tweak previous;Jason McIntyre
2013-10-14add 7.5kbit DH groupsDarren Tucker
2013-10-14count number of lines in moduli input file and pass to the testingDarren Tucker
2013-10-11obsolete commentDamien Miller
2013-10-11missed one arg reorderDamien Miller
2013-10-11rename flag arguments to be more clear and consistent.Damien Miller
2013-10-10Regenerate moduliDarren Tucker
2013-10-10bz#2139: fix re-exec fallback by ensuring that startup_pipe is correctlyDamien Miller
2013-10-10Move moduli generation to usr.bin/ssh/moduli-gen and keep track ofDarren Tucker
2013-10-10add -Q, -P and -p to usage() before jmc@ catches meDamien Miller
2013-10-09Add ability to whitelist and/or blacklist sftp protocol requests by name.Damien Miller
2013-10-08Increase the size of the Diffie-Hellman groups requested for a each symmetricDarren Tucker
2013-09-19bz#1211: make BindAddress work with UsePrivilegedPort=yes; patch fromDamien Miller
2013-09-19bz#1297 - tell the client (via packet_send_debug) when their preferredDamien Miller
2013-09-19fix swapped pflag and printflag in sftp upload_dir; from Iain MorganDamien Miller
2013-09-19store the initial file offset so the progress meter doesn't freak outDamien Miller
2013-09-16Remove gssapi config parts from ssh_config, as was already done for sshd_config.Stuart Henderson
2013-09-13avoid unaligned access in code that reused a buffer to send aDamien Miller
2013-09-12fix connection crash when sending break (~B) on ControlPersist'd session;Damien Miller
2013-09-07Remove commented-out kerberos/gssapi config options from sample config,Stuart Henderson
2013-09-02All the instances of arc4random_stir() are bogus, since arc4random()Theo de Raadt