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