summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2020-01-25factor out reading/writing sshbufs to dedicated functions;Damien Miller
2020-01-25Minor cleanup, no functional change:Ingo Schwarze
2020-01-25add a comment describing the ranges of channel IDs that we use;Damien Miller
2020-01-25make sshd_config:ClientAliveCountMax=0 disable the connection killingDamien Miller
2020-01-25clarify order of AllowUsers/DenyUsers vs AllowGroups/DenyGroups;Damien Miller
2020-01-25Remove a sleep call that I used for some testing that slipped in duringMartijn van Duren
2020-01-25Mention swap-window -d, GitHub issue 2068.Nicholas Marriott
2020-01-25when AddKeysToAgent=yes is set and the key contains no comment,Damien Miller
2020-01-25group14-sha1 is no longer a default algorithmTed Unangst
2020-01-25reword HashKnownHosts description a little more; some people foundDamien Miller
2020-01-25weaken the language for what HashKnownHosts provides with regardsDamien Miller
2020-01-25the GatewayPorts vs -R listen address selection logic is stillDamien Miller
2020-01-25mention that permitopen=/PermitOpen do no name to addressDamien Miller
2020-01-25add a couple of XXX for future cleanupTheo Buehler
2020-01-25unrevert this:Damien Miller