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