Age | Commit message (Expand) | Author |
2024-04-04 | set right mode on ssh-agent at boot-time | Sebastien Marie |
2024-04-02 | Oops, incorrect hex conversion spotted by claudio. While here try to | Theo de Raadt |
2024-04-02 | for parse_ipqos(), use strtonum() instead of mostly idiomatic strtoul(), | Theo de Raadt |
2024-04-02 | can shortcut by returning strtonum() value directly; ok djm | Theo de Raadt |
2024-04-02 | rewrite convtime() to use a isdigit-scanner and strtonum() instead of | Theo de Raadt |
2024-04-02 | Remove unused ptr[3] char array in pkcs11_decode_hex. | Claudio Jeker |
2024-04-02 | Replace non-idiomatic strtoul(, 16) to parse a region of 2-character | Theo de Raadt |
2024-04-02 | Use strtonum() instead of severely non-idomatic strtoul() | Theo de Raadt |
2024-04-01 | also create a relink kit for ssh-agent, since it is a long-running setgid | Theo de Raadt |
2024-04-01 | new-style relink kit for sshd. The old scheme created a Makefile by | Theo de Raadt |
2024-03-30 | in OpenSSH private key format, correct type for subsequent private | Damien Miller |
2024-03-30 | allow WAYLAND_DISPLAY to enable SSH_ASKPASS | Damien Miller |
2024-03-26 | Import regenerated moduli. | Darren Tucker |
2024-03-14 | Clarify how literal IPv6 addresses can be used in -J mode | Job Snijders |
2024-03-11 | openssh-9.7 | Damien Miller |
2024-03-09 | avoid logging in signal handler by converting mainloop to ppoll() | Damien Miller |
2024-03-08 | skip more whitespace, fixes find-principals on allowed_signers | Damien Miller |
2024-03-06 | fix memory leak in mux proxy mode when requesting forwarding. | Damien Miller |
2024-03-06 | wrap a few PKCS#11-specific bits in ENABLE_PKCS11 | Damien Miller |
2024-03-04 | fix leak of CanonicalizePermittedCNAMEs on error path; spotted | Damien Miller |
2024-03-04 | Separate parsing of string array options from applying them to the | Damien Miller |
2024-02-21 | explain arguments of internal-sftp | Damien Miller |
2024-02-21 | clarify permissions requirements for ChrootDirectory | Damien Miller |
2024-02-21 | .Cm for a keyword. Part of GHPR#454 from Niklas Hambüchen | Damien Miller |
2024-02-21 | fix typo in match directive predicate (s/tagged/tag) | Damien Miller |
2024-02-21 | fix proxy multiplexing mode, broken when keystroke timing | Damien Miller |
2024-02-20 | don't append a gratuitous space to the end of subsystem arguments; | Damien Miller |
2024-02-10 | clean sshd random relinking kit; ok miod@ | Christian Weisgerber |
2024-02-02 | whitespace | Damien Miller |
2024-02-01 | whitespace | Damien Miller |
2024-01-11 | ensure key_fd is filled when DSA is disabled; spotted by tb@ | Damien Miller |
2024-01-11 | make DSA key support compile-time optional, defaulting to on | Damien Miller |
2024-01-10 | fix incorrect capitalisation; | Jason McIntyre |
2024-01-09 | add a "global" ChannelTimeout type to ssh(1) and sshd(8) that watches | Damien Miller |
2024-01-09 | adapt ssh_api.c code for kex-strict | Damien Miller |
2024-01-08 | Remove outdated note from PROTOCOL.mux | Damien Miller |
2024-01-08 | fix missing field in users-groups-by-id@openssh.com reply documentation | Damien Miller |
2024-01-08 | make kex-strict section more explicit about its intent: banning all | Damien Miller |
2024-01-08 | remove ext-info-* in the kex.c code, not in callers; with/ok markus@ | Damien Miller |
2024-01-08 | fix typo; spotted by Albert Chin | Damien Miller |
2024-01-04 | Import regenerated moduli. | Darren Tucker |
2023-12-20 | spelling; ok markus@ | Jonathan Gray |
2023-12-19 | sort -C, and add to usage(); ok djm | Jason McIntyre |
2023-12-19 | correct section numbers; from Ed Maste | Damien Miller |
2023-12-18 | match flag type (s/int/u_int) | Damien Miller |
2023-12-18 | openssh-9.6 | Damien Miller |
2023-12-18 | ssh-agent: record failed session-bind attempts | Damien Miller |
2023-12-18 | ban user/hostnames with most shell metacharacters | Damien Miller |
2023-12-18 | stricter handling of channel window limits | Damien Miller |
2023-12-18 | Make it possible to load certs from PKCS#11 tokens | Damien Miller |