sshd(8) split into multiple binaries
by from OpenBSD Journal on (#6MWDB)
With the followingcommit,Damien Miller (djm@)commenced the process of splittingsshd(8)into multiple binaries:
CVSROOT:/cvsModule name:srcChanges by:djm@cvs.openbsd.org2024/05/16 18:30:24Modified files:usr.bin/ssh : Makefile Makefile.inc auth-rhosts.c auth.c auth.h auth2-gss.c auth2-hostbased.c auth2-kbdint.c auth2-none.c auth2-passwd.c auth2-pubkey.c auth2.c channels.c kex.c kex.h kexgexs.c misc.c misc.h monitor.c monitor.h monitor_wrap.c monitor_wrap.h msg.c packet.c packet.h pathnames.h servconf.c servconf.h serverloop.c session.c ssh_api.c sshd.c usr.bin/ssh/sshd: Makefile Added files:usr.bin/ssh : sshd-session.c usr.bin/ssh/sshd-session: Makefile Log message:Start the process of splitting sshd into separate binaries. This stepsplits sshd into a listener and a session binary. More splits areplanned.