CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2025/03/12 16:43:44
Modified files: usr.bin/ssh : sshd-session.c sshd.c Log message: remove assumption that the sshd_config and any configs included from it can fit in a (possibly enlarged) socket buffer, by having the sshd listener mainloop actively manage sending the configuration to the sshd-session subprocess. work by markus@ w/ a little feedback from me; ok me and committing on his behalf