summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2020-02-01update currency exchange rates;Jason McIntyre
2020-02-01tweak previous;Jason McIntyre
2020-01-31whitespaceDamien Miller
2020-01-31force early logging to stderr if debug_flag (-d) is set; avoidsDamien Miller
2020-01-31mistake in previous: filling the incorrect bufferDamien Miller
2020-01-31Add a sshd_config "Include" directive to allow inclusion of files.Damien Miller
2020-01-31spelling fix;Jason McIntyre
2020-01-30document changed default for UpdateHostKeysDamien Miller
2020-01-30enable UpdateKnownHosts=yes if the configuration specifies only theDamien Miller
2020-01-30add missing command prompt in the example; requested by jmc@Ingo Schwarze
2020-01-30add a short EXAMPLES section;Ingo Schwarze
2020-01-30Remove bind-key -c which doesn't do anything and is undocumented.Nicholas Marriott
2020-01-30use sshpkt_fatal() instead of plain fatal() for ssh_packet_write_poll()Damien Miller
2020-01-30check the return value of ssh_packet_write_poll() and callDamien Miller
2020-01-30have sshpkt_fatal() save/restore errno before we potentiallyDamien Miller
2020-01-30Don't open the device for reading.Alexandre Ratchov
2020-01-29in the very strange case where make's child gets ptrace'd by its own infantMarc Espie
2020-01-29Warn if a message type that is no longer used is received.Nicholas Marriott
2020-01-29Do not send DA and DSR again if already have a response.Nicholas Marriott
2020-01-29Remove extra Pp (from jmc) and add a missing word.Nicholas Marriott
2020-01-29markus suggests a simplification to previousDamien Miller
2020-01-29give more context to UpdateHostKeys messages, mentioning that theDamien Miller
2020-01-28If ALL clients are readonly, allow them to affect the size, suggested by Thom...Nicholas Marriott
2020-01-28Ignore empty commands rather than adding them to the command list ratherNicholas Marriott
2020-01-28If we can identify the terminal as iTerm2 or as tmux, we can be sureNicholas Marriott
2020-01-28-V also needs to go in usage.Nicholas Marriott
2020-01-28Add support for the iTerm2 DSR 1337 sequence to get the terminal version.Nicholas Marriott
2020-01-28Reduce a difference with portable tmux by adding the -V flag andNicholas Marriott
2020-01-28Set up working directory before killing the existing pane on respawn.Nicholas Marriott
2020-01-28Add a define for flags meaning a client is not attached, and fixNicholas Marriott
2020-01-28changes to support FIDO attestationDamien Miller
2020-01-28disable UpdateHostKeys=ask when in quiet mode;Damien Miller
2020-01-28make IPTOS_DSCP_LE available via IPQoS directive; bz2986, based onDamien Miller
2020-01-27disable UpdateHostKeys=ask if command is specified; ok djm@ sthen@Markus Friedl
2020-01-27Expand description of start-server.Nicholas Marriott
2020-01-27Add support for adding a note to a key binding (with bind-key -N) andNicholas Marriott
2020-01-27Change so that assignments may be specified alone - a command isn'tNicholas Marriott
2020-01-27in hhmm mode, check that len(time) is 4 to avoid confusion.Ted Unangst
2020-01-26revert previous nc loop refactor from 1.211, breaks bluhm's stuffBob Beck
2020-01-26Repair more of the issues that i found in filescan() while investigatingIngo Schwarze
2020-01-26remove OP_* for deprecated keywords (document that :: still usesMarc Espie
2020-01-26remove documentation for .MADEMarc Espie
2020-01-26deprecate old keywords, some already removed, some now hitting the bitbucket.Marc Espie
2020-01-26simplify logic in compat engine, we can set ABORTED directly instead ofMarc Espie
2020-01-26Fix incorrect file type tests.Ingo Schwarze
2020-01-26for UpdateHostKeys, don't report errors for unsupported key types -Damien Miller
2020-01-26downgrade error() for missing subsequent known_hosts files to debug()Damien Miller
2020-01-25clarify that BatchMode applies to all interactive prompts (e.g. host keyDamien Miller
2020-01-25tidy headers; some junk snuck into sshbuf-misc.c and sshbuf-io.cDamien Miller
2020-01-25improve the error message for u2f enrollment errors by makingDamien Miller