summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2024-04-04set right mode on ssh-agent at boot-timeSebastien Marie
2024-04-02Oops, incorrect hex conversion spotted by claudio. While here try toTheo de Raadt
2024-04-02for parse_ipqos(), use strtonum() instead of mostly idiomatic strtoul(),Theo de Raadt
2024-04-02can shortcut by returning strtonum() value directly; ok djmTheo de Raadt
2024-04-02rewrite convtime() to use a isdigit-scanner and strtonum() instead ofTheo de Raadt
2024-04-02Remove unused ptr[3] char array in pkcs11_decode_hex.Claudio Jeker
2024-04-02Replace non-idiomatic strtoul(, 16) to parse a region of 2-characterTheo de Raadt
2024-04-02Use strtonum() instead of severely non-idomatic strtoul()Theo de Raadt
2024-04-01also create a relink kit for ssh-agent, since it is a long-running setgidTheo de Raadt
2024-04-01new-style relink kit for sshd. The old scheme created a Makefile byTheo de Raadt
2024-03-30in OpenSSH private key format, correct type for subsequent privateDamien Miller
2024-03-30allow WAYLAND_DISPLAY to enable SSH_ASKPASSDamien Miller
2024-03-26Import regenerated moduli.Darren Tucker
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