summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2022-02-16Support more mouse buttons when the terminal sends them, GitHub issueNicholas Marriott
2022-02-15Add an option (default off) to control the passthrough escape sequence.Nicholas Marriott
2022-02-15Do not create a buffer from an OSC 52 response if we have not sent aNicholas Marriott
2022-02-15unifdef CDIOCCLOSE __OpenBSD__Jonathan Gray
2022-02-15document the unbound/host-bound options to PubkeyAuthentication;Damien Miller
2022-02-14Do not return error with -q, GitHub issue 3065.Nicholas Marriott
2022-02-11tr(1): rename lookup tablesScott Soule Cheloha
2022-02-11Always initialize delim before passing to hpdelim2 which might not set it.Darren Tucker
2022-02-10Casting a char pointer to struct ctf_header causes bus error onAlexander Bluhm
2022-02-10look(1): use a stricter pledge(2) in lieu of unveil(2)Scott Soule Cheloha
2022-02-10unveil _PATH_LOGIN_CONF_DRobert Nagy
2022-02-10revert for imminent OpenSSH release, which wil ship with scp in RCP mode.Damien Miller
2022-02-09Fix the -f option when passed multiple files.Todd C. Miller
2022-02-08In the first example, use "mandoc -a" directly rather "mandoc -l".Ingo Schwarze
2022-02-08rev(1): drop "rpath" promise in no-file branch.Scott Soule Cheloha
2022-02-08Switch hpdelim interface to accept only ":" as delimiter.Darren Tucker
2022-02-07head(1): check for stdio errorsScott Soule Cheloha
2022-02-07use libfido2 1.8.0+ fido_assert_set_clientdata() instead of manuallyDamien Miller
2022-02-06remove please from manual pagesJonathan Gray
2022-02-04Use ACS for pane border indicators so they work with different lineNicholas Marriott
2022-02-04Since they are deprecated, move DSA to the end of the default list ofDarren Tucker
2022-02-03Unindent and unwrap lines. Pull up a NULL check. No functional change.Theo Buehler
2022-02-03Remove commented variable declarationsTheo Buehler
2022-02-03Use X509_*get0_pubkey() wherever possible to simplify and clean upTheo Buehler
2022-02-03Remove some stale comments.Theo Buehler
2022-02-03Adjust size given to resize-pane for pane status line, GitHub issueNicholas Marriott
2022-02-03Use format_draw for command prompt prefix to allow styles, GitHub issueNicholas Marriott
2022-02-03Update focus when active pane changes after pane destroyed.Nicholas Marriott
2022-02-03Add a key in copy mode to toggle position indicator.Nicholas Marriott
2022-02-01allow 'ssh-keygen -Y find-principals' to match wildcard principalsDamien Miller
2022-02-01mark const string array contents const too, i.e.Damien Miller
2022-02-01better match legacy scp behaviour: show un-expanded paths in errorDamien Miller
2022-02-01A menu must be shown on a client, so always give the client when addingNicholas Marriott
2022-02-01Add option to show arrows for active pane indicator, GitHub issue 3022Nicholas Marriott
2022-02-01Mention that if-shell and #() use /bin/sh.Nicholas Marriott
2022-02-01Do not overflow width when not enough space.Nicholas Marriott
2022-02-01Remove explicit kill of privsep preauth child's PID in SIGALRM handler.Darren Tucker
2022-01-29head(1): refactor main loopScott Soule Cheloha
2022-01-29rev(1): refactor main loopScott Soule Cheloha
2022-01-29touch(1): don't leak file descriptor if futimens(2) failsScott Soule Cheloha
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
2022-01-27Update awk to Dec 8, 2021 version.Todd C. Miller
2022-01-22add a ssh_packet_process_read() function that reads from a fdDamien Miller
2022-01-22Use sshbuf_read() to read directly into the channel input bufferDamien Miller
2022-01-22Add a sshbuf_read() that attempts to read(2) directly in to aDamien Miller
2022-01-21add a helper for writing an error message to the stderr_buf and settingDamien Miller
2022-01-21correct comment and use local variable instead of long indirection;Damien Miller
2022-01-21When poll(2) returns -1, for some error conditions pfd[].revents isTheo de Raadt
2022-01-20mg: fix -Wunused-but-set-variable warningsChristian Weisgerber
2022-01-17when decompressing zlib compressed packets, use Z_SYNC_FLUSH insteadDamien Miller