Age | Commit message (Expand) | Author |
2020-01-30 | Don't open the device for reading. | Alexandre Ratchov |
2020-01-29 | in the very strange case where make's child gets ptrace'd by its own infant | Marc Espie |
2020-01-29 | Warn if a message type that is no longer used is received. | Nicholas Marriott |
2020-01-29 | Do not send DA and DSR again if already have a response. | Nicholas Marriott |
2020-01-29 | Remove extra Pp (from jmc) and add a missing word. | Nicholas Marriott |
2020-01-29 | markus suggests a simplification to previous | Damien Miller |
2020-01-29 | give more context to UpdateHostKeys messages, mentioning that the | Damien Miller |
2020-01-28 | If ALL clients are readonly, allow them to affect the size, suggested by Thom... | Nicholas Marriott |
2020-01-28 | Ignore empty commands rather than adding them to the command list rather | Nicholas Marriott |
2020-01-28 | If we can identify the terminal as iTerm2 or as tmux, we can be sure | Nicholas Marriott |
2020-01-28 | -V also needs to go in usage. | Nicholas Marriott |
2020-01-28 | Add support for the iTerm2 DSR 1337 sequence to get the terminal version. | Nicholas Marriott |
2020-01-28 | Reduce a difference with portable tmux by adding the -V flag and | Nicholas Marriott |
2020-01-28 | Set up working directory before killing the existing pane on respawn. | Nicholas Marriott |
2020-01-28 | Add a define for flags meaning a client is not attached, and fix | Nicholas Marriott |
2020-01-28 | changes to support FIDO attestation | Damien Miller |
2020-01-28 | disable UpdateHostKeys=ask when in quiet mode; | Damien Miller |
2020-01-28 | make IPTOS_DSCP_LE available via IPQoS directive; bz2986, based on | Damien Miller |
2020-01-27 | disable UpdateHostKeys=ask if command is specified; ok djm@ sthen@ | Markus Friedl |
2020-01-27 | Expand description of start-server. | Nicholas Marriott |
2020-01-27 | Add support for adding a note to a key binding (with bind-key -N) and | Nicholas Marriott |
2020-01-27 | Change so that assignments may be specified alone - a command isn't | Nicholas Marriott |
2020-01-27 | in hhmm mode, check that len(time) is 4 to avoid confusion. | Ted Unangst |
2020-01-26 | revert previous nc loop refactor from 1.211, breaks bluhm's stuff | Bob Beck |
2020-01-26 | Repair more of the issues that i found in filescan() while investigating | Ingo Schwarze |
2020-01-26 | remove OP_* for deprecated keywords (document that :: still uses | Marc Espie |
2020-01-26 | remove documentation for .MADE | Marc Espie |
2020-01-26 | deprecate old keywords, some already removed, some now hitting the bitbucket. | Marc Espie |
2020-01-26 | simplify logic in compat engine, we can set ABORTED directly instead of | Marc Espie |
2020-01-26 | Fix incorrect file type tests. | Ingo Schwarze |
2020-01-26 | for UpdateHostKeys, don't report errors for unsupported key types - | Damien Miller |
2020-01-26 | downgrade error() for missing subsequent known_hosts files to debug() | Damien Miller |
2020-01-25 | clarify that BatchMode applies to all interactive prompts (e.g. host key | Damien Miller |
2020-01-25 | tidy headers; some junk snuck into sshbuf-misc.c and sshbuf-io.c | Damien Miller |
2020-01-25 | improve the error message for u2f enrollment errors by making | Damien Miller |
2020-01-25 | factor out reading/writing sshbufs to dedicated functions; | Damien Miller |
2020-01-25 | Minor cleanup, no functional change: | Ingo Schwarze |
2020-01-25 | add a comment describing the ranges of channel IDs that we use; | Damien Miller |
2020-01-25 | make sshd_config:ClientAliveCountMax=0 disable the connection killing | Damien Miller |
2020-01-25 | clarify order of AllowUsers/DenyUsers vs AllowGroups/DenyGroups; | Damien Miller |
2020-01-25 | Remove a sleep call that I used for some testing that slipped in during | Martijn van Duren |
2020-01-25 | Mention swap-window -d, GitHub issue 2068. | Nicholas Marriott |
2020-01-25 | when AddKeysToAgent=yes is set and the key contains no comment, | Damien Miller |
2020-01-25 | group14-sha1 is no longer a default algorithm | Ted Unangst |
2020-01-25 | reword HashKnownHosts description a little more; some people found | Damien Miller |
2020-01-25 | weaken the language for what HashKnownHosts provides with regards | Damien Miller |
2020-01-25 | the GatewayPorts vs -R listen address selection logic is still | Damien Miller |
2020-01-25 | mention that permitopen=/PermitOpen do no name to address | Damien Miller |
2020-01-25 | add a couple of XXX for future cleanup | Theo Buehler |
2020-01-25 | unrevert this: | Damien Miller |