Age | Commit message (Collapse) | Author |
|
|
|
|
|
cleanup_exit() function. re-refine cleanup_exit() where appropriate,
allocate sshd's authctxt eary to allow simpler cleanup in sshd.
tested by many, ok deraadt@
|
|
|
|
but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
|
|
fgsch@, miod@, henning@, jakob@ and others
|
|
test+ok henning@
|
|
|
|
as ssh v1 server for ssh.com's ssh v2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
server code into the client; ok provos@
|
|
bug #46, map@appgate.com; ok henning@, provos@, stevesk@
|
|
|
|
stevesk@; markus@ ok
|
|
|
|
SO_REUSEADDR. fixup comments. ok markus@
|
|
ok markus@
|
|
from solar.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
permitted" errors now; ok millert@ markus@
|
|
|
|
|
|
markus@, millert@ ok
Note: big usr.bin/ cleanup is comming. Now I'm waiting Ok from espie@ for
make/.
|
|
_PATH_PRIVSEP_CHROOT_DIR are missing; ok deraadt@
|
|
|
|
to 'pmonitor'. provos@
|
|
This is needed for privsep which calls setlogin() when it changes uids.
Without this, there is a race where the login name of an existing connection,
as returned by getlogin(), may be changed to the privsep user (sshd).
markus@ OK
|
|
|
|
|
|
|
|
|
|
|
|
pw=getpwnam(SSH_PRIVSEP_USER); do_setusercontext(pw). ok provos@
|
|
|
|
|
|
|
|
work done by me and markus@
|