Age | Commit message (Expand) | Author |
2023-02-23 | openssl speed: avoid bad plural | Theo Buehler |
2023-02-22 | fix progressmeter corruption on wide displays; bz3534 | Damien Miller |
2023-02-21 | for process kills due to execve from non-pinned syscall address, export | Theo de Raadt |
2023-02-21 | fseek to end of known_hosts before writing to it. POSIX and ANSI C | Darren Tucker |
2023-02-17 | KTRC_CODE__SYSCALL is never set anymore, because __syscall() is gone. | Theo de Raadt |
2023-02-17 | Remove redundant assignment; ok millert@ | Miod Vallat |
2023-02-17 | Remove unused variables; ok millert@ | Miod Vallat |
2023-02-17 | Remove now-unused compat bit SSH_BUG_RSASIGMD5. The code to set this | Darren Tucker |
2023-02-17 | Remove now-unused compat bit SSH_BUG_BIGENDIANAES. This was | Darren Tucker |
2023-02-16 | Remove SSH_BUG_PASSWORDPAD compat bit since it's no longer used. | Darren Tucker |
2023-02-16 | Remove SSH_BUG_IGNOREMSG compat flag since it's only applicable to SSH1 | Darren Tucker |
2023-02-14 | Fix handling of port numbers in rsync://host[:port]/module URLs | Job Snijders |
2023-02-10 | Fix cursor position after zero width space, GitHub issue 3469. | Nicholas Marriott |
2023-02-10 | space between macro and punctuation; | Jason McIntyre |
2023-02-10 | space between macro and punctuation; | Jason McIntyre |
2023-02-10 | sort SYNOPSIS; | Jason McIntyre |
2023-02-10 | let ssh-keygen and ssh-keyscan accept -Ohashalg=sha1|sha256 when | Damien Miller |
2023-02-10 | add a `sshd -G` option that parses and prints the effective | Damien Miller |
2023-02-10 | make `ssh -Q CASignatureAlgorithms` work as the manpage says it should | Damien Miller |
2023-02-09 | Ensure that there is a terminating newline when adding a new entry | Darren Tucker |
2023-02-08 | Use _nc_tparm_analyze() instead of trying to do it ourselves in process(). | Todd C. Miller |
2023-02-08 | finger/mail: two trivial functions were missed in earlier ansi passes | Theo Buehler |
2023-02-08 | telnet: fix prototypes for two signal handlers to make clang 15 happy | Theo Buehler |
2023-02-08 | sed: add missing void to avoid -Wstrict-prototype with clang 15 | Theo Buehler |
2023-02-08 | openssl(1) pkcs7 avoid crash on malformed files | Theo Buehler |
2023-02-07 | Remove old buffer when renaming rather than complaining, GitHub issue | Nicholas Marriott |
2023-02-07 | Add an L modifier like P, W, S to loop over clients. Also fix some long | Nicholas Marriott |
2023-02-06 | Add -f to list-clients like the other list commands, from Andy Walker in | Nicholas Marriott |
2023-02-05 | Do not allow multiple line separators in a row. | Nicholas Marriott |
2023-02-05 | Extend display-message to work for control clients. GitHub issue 3449. | Nicholas Marriott |
2023-02-03 | Fix tput when compiled with clang-15 -O2 | Theo Buehler |
2023-02-03 | Add ASPA to Looking Glass | Job Snijders |
2023-02-02 | openssh-9.2 | Damien Miller |
2023-02-02 | fix double-free caused by compat_kex_proposal(); bz3522 | Damien Miller |
2023-02-02 | Add a missing error message which causes an invalid layout name to crash. | Nicholas Marriott |
2023-02-02 | Tweak note for D key binding, from Clark Wang. | Nicholas Marriott |
2023-02-01 | Print the pid in lastcomm(1) output for post mortem analysis. Put | Alexander Bluhm |
2023-01-31 | Fix a typo in a comment and spacing | Alexandre Ratchov |
2023-01-29 | Fix ^^D and 0^D description; pointed out by Tomas Rippl; ok jmc@ | Otto Moerbeek |
2023-01-25 | Fix CVE-2023-24056, unbounded variable expansion in pkg-config. | Todd C. Miller |
2023-01-23 | Too many \s in example, GitHub issue 3445. | Nicholas Marriott |
2023-01-20 | Add a flag to display-menu to select the manu item chosen first, GitHub | Nicholas Marriott |
2023-01-18 | delete useless dependency | Theo de Raadt |
2023-01-18 | Create and install sshd random relink kit. | Theo de Raadt |
2023-01-18 | tweak previous; ok djm | Jason McIntyre |
2023-01-18 | when restoring non-blocking mode to stdio fds, restore exactly | Damien Miller |
2023-01-18 | Add a -V (version) option to sshd like the ssh client has. | Todd C. Miller |
2023-01-17 | For "ssh -V" always exit 0, there is no need to check opt again. | Todd C. Miller |
2023-01-17 | Arguments may contain more than one variable assignment | Klemens Nanni |
2023-01-17 | Support -1 without -N for list-keys. | Nicholas Marriott |