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