Age | Commit message (Collapse) | Author |
|
|
|
post-auth privsep is disabled (e.g. when root is logged in); ok dtucker@
|
|
|
|
has been authenticated successfully and set compression to 'delayed'
for sshd.
this breaks older openssh clients (< 3.5) if they insist on
compression, so you have to re-enable compression in sshd_config.
ok djm@
|
|
|
|
|
|
|
|
|
|
buffer earlier and clear it after privsep fork. ok and help dtucker@ markus@
|
|
|
|
ok deraadt@
|
|
|
|
|
|
|
|
|
|
|
|
before recording the new login. Fixes missing lastlog message when
/var/log/lastlog is not world-readable and incorrect datestamp when
multiple sessions are used (bz #463); much assistance & ok markus@
|
|
|
|
|
|
/dev/crypto is in use; ok deraadt@ markus@
|
|
silences useless warnings from regress tests that use proxycommand="sshd -i"
prompted by david@ ok markus@
|
|
|
|
|
|
existing diffie-hellman-group1-sha1); ok markus@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
confusion; ok djm, dtucker; with help from jmc@
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|