summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2024-03-14Clarify how literal IPv6 addresses can be used in -J modeJob Snijders
2024-03-11openssh-9.7Damien Miller
2024-03-09avoid logging in signal handler by converting mainloop to ppoll()Damien Miller
2024-03-08skip more whitespace, fixes find-principals on allowed_signersDamien Miller
2024-03-06fix memory leak in mux proxy mode when requesting forwarding.Damien Miller
2024-03-06wrap a few PKCS#11-specific bits in ENABLE_PKCS11Damien Miller
2024-03-04fix leak of CanonicalizePermittedCNAMEs on error path; spottedDamien Miller
2024-03-04Separate parsing of string array options from applying them to theDamien Miller
2024-02-21explain arguments of internal-sftpDamien Miller
2024-02-21clarify permissions requirements for ChrootDirectoryDamien Miller
2024-02-21.Cm for a keyword. Part of GHPR#454 from Niklas HambüchenDamien Miller
2024-02-21fix typo in match directive predicate (s/tagged/tag)Damien Miller
2024-02-21fix proxy multiplexing mode, broken when keystroke timingDamien Miller
2024-02-20don't append a gratuitous space to the end of subsystem arguments;Damien Miller
2024-02-10clean sshd random relinking kit; ok miod@Christian Weisgerber
2024-02-02whitespaceDamien Miller
2024-02-01whitespaceDamien Miller
2024-01-11ensure key_fd is filled when DSA is disabled; spotted by tb@Damien Miller
2024-01-11make DSA key support compile-time optional, defaulting to onDamien Miller
2024-01-10fix incorrect capitalisation;Jason McIntyre
2024-01-09add a "global" ChannelTimeout type to ssh(1) and sshd(8) that watchesDamien Miller
2024-01-09adapt ssh_api.c code for kex-strictDamien Miller
2024-01-08Remove outdated note from PROTOCOL.muxDamien Miller
2024-01-08fix missing field in users-groups-by-id@openssh.com reply documentationDamien Miller
2024-01-08make kex-strict section more explicit about its intent: banning allDamien Miller
2024-01-08remove ext-info-* in the kex.c code, not in callers; with/ok markus@Damien Miller
2024-01-08fix typo; spotted by Albert ChinDamien Miller
2024-01-04Import regenerated moduli.Darren Tucker
2023-12-20spelling; ok markus@Jonathan Gray
2023-12-19sort -C, and add to usage(); ok djmJason McIntyre
2023-12-19correct section numbers; from Ed MasteDamien Miller
2023-12-18match flag type (s/int/u_int)Damien Miller
2023-12-18openssh-9.6Damien Miller
2023-12-18ssh-agent: record failed session-bind attemptsDamien Miller
2023-12-18ban user/hostnames with most shell metacharactersDamien Miller
2023-12-18stricter handling of channel window limitsDamien Miller
2023-12-18Make it possible to load certs from PKCS#11 tokensDamien Miller
2023-12-18apply destination constraints to all p11 keysDamien Miller
2023-12-18add "ext-info-in-auth@openssh.com" extensionDamien Miller
2023-12-18implement "strict key exchange" in ssh and sshdDamien Miller
2023-12-13when invoking KnownHostsCommand to determine the order of host keyDamien Miller
2023-12-08prevent leak in sshsig_match_principals; ok djm@Markus Friedl
2023-12-06short circuit debug log processing early if we're not going toDamien Miller
2023-11-24Plug mem leak of msg when processing a quit message.Darren Tucker
2023-11-23Include existing mux path in debug message.Darren Tucker
2023-11-20set errno=EAFNOSUPPORT when filtering addresses that don't matchDamien Miller
2023-11-15when connecting via socket (the default case), filter addresses byDamien Miller
2023-11-15when deciding whether to enable keystroke timing obfuscation,Damien Miller
2023-11-13Make sure sftp_get_limits() only returns 0 if 'limits' was initialized.Tobias Heider
2023-10-25Import regenerated moduli.Darren Tucker