summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2024-06-11reap the [net] child if it hangs up while writing privsep messageDamien Miller
2024-06-11log waitpid() status for abnormal exitsDamien Miller
2024-06-11correct error messageDamien Miller
2024-06-07avoid shadowing issues which some compilers won't acceptTheo de Raadt
2024-06-06escape the final dot at eol in "e.g." to avoid double spacing;Jason McIntyre
2024-06-06enable PerSourcePenalties by default.Damien Miller
2024-06-06mention that PerSourcePenalties don't affect concurrent in-progressDamien Miller
2024-06-06disable stderr redirection before closing fdsDamien Miller
2024-06-06Add a facility to sshd(8) to penalise particular problematic clientDamien Miller
2024-06-04enable -fret-clean on amd64, for libc libcrypto ld.so kernel, and all theTheo de Raadt
2024-06-01be really strict with fds reserved for communication with the separateDamien Miller
2024-05-31warn when -r (deprecated option to disable re-exec) is passedDamien Miller
2024-05-31typosDamien Miller
2024-05-27don't need sys/queue.h hereDamien Miller
2024-05-26remove references to SSH1 and DSA server keysChristian Weisgerber
2024-05-23remove unused struct fwd_perm_list, no decl with complete typeJonathan Gray
2024-05-22Do not pass -Werror twice when building with clang.Christian Weisgerber
2024-05-22Do not pass -Werror if building with gcc 3, for asn1.h and bio.h causeMiod Vallat
2024-05-17remove duplicate copy of relink kit for sshd-sessionChristian Weisgerber
2024-05-17remove prototypes with no matching function; ok djm@Jonathan Gray
2024-05-17remove externs for removed vars; ok djm@Jonathan Gray
2024-05-17-Werror was turned on (probably just for development), and this is aTheo de Raadt
2024-05-17g/c unused variableDamien Miller
2024-05-17spelling; ok djm@Jonathan Gray
2024-05-17fix incorrect debug option name introduce in previous commitDamien Miller
2024-05-17construct and install a relink-kit for sshd-sessionTheo de Raadt
2024-05-17missing files from previousDamien Miller
2024-05-17Start the process of splitting sshd into separate binaries. This stepDamien Miller
2024-05-09simplify exit message handling, which was more complicated thanDamien Miller
2024-05-06remove SSH1 leftoversTobias Stoeckmann
2024-04-30never close stdinTobias Stoeckmann
2024-04-30fix home-directory extension implementation, it always returnedDamien Miller
2024-04-30flush stdout after writing "sftp>" prompt when not using editline.Damien Miller
2024-04-30stricter validation of messaging socket fd number; disallow usage ofDamien Miller
2024-04-30add missing reserved fields to key constraint protocol documentation.Damien Miller
2024-04-30correctly restore sigprocmask around ppoll()Damien Miller
2024-04-30add explict check for server hostkey type against HostkeyAlgorithms.Damien Miller
2024-04-23correct indentation; no functional changeJonathan Gray
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