split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
authormarkus <markus@openbsd.org>
Tue, 28 Mar 2000 21:15:45 +0000 (21:15 +0000)
committermarkus <markus@openbsd.org>
Tue, 28 Mar 2000 21:15:45 +0000 (21:15 +0000)
commit133a7928464fee64fe0d69177d1837ade4d4e8d9
tree7fbbd3c1444151d3c46af88136947189633b25c9
parent4a6ab9f675ca62c427acbc47608b1c0cfeec4972
split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
usr.bin/ssh/auth.c [new file with mode: 0644]
usr.bin/ssh/auth.h [new file with mode: 0644]
usr.bin/ssh/session.c [new file with mode: 0644]
usr.bin/ssh/session.h [new file with mode: 0644]
usr.bin/ssh/sshd.c
usr.bin/ssh/sshd/Makefile