Age | Commit message (Collapse) | Author |
|
|
|
from peak AT argo.troja.mff.cuni.cz; ok markus@
|
|
|
|
check authctxt->valid rather then pw != NULL; ok markus@
|
|
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@
|
|
from solar
|
|
|
|
stripped down and tested by Jakob and myself.
|
|
|
|
server interops with commercial client; ok jakob@ djm@
|
|
|
|
|
|
so skip this for use_privsep, ok stevesk@, fixes bugzilla #387/325
|
|
|
|
|
|
|
|
|
|
|
|
|
|
work done by me and markus@
|
|
and then do_authenticated; okay millert@
|
|
|
|
|
|
stevesk@
|
|
|
|
|
|
dispatch_range(): set handler for a ranges message types
use dispatch_protocol_ignore() for authentication requests after
successful authentication (the drafts requirement).
serverloop/clientloop now send a 'UNIMPLEMENTED' message instead of exiting.
|
|
|
|
|
|
responding with a SSH_MSG_UNIMPLEMENTED message. Spotted by
yakk@yakk.dot.net; ok markus@
|
|
|
|
|
|
fixes memleak.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TODO; cleanup headers
|
|
|
|
only used for backward compat. merge ssh1/2 hostkey check
and move it to auth.c
|
|
authorized_keys2 is used for backward compat.
(just append authorized_keys2 to authorized_keys).
|
|
disconnect on user/service change (ietf-drafts)
|
|
|
|
|
|
|
|
|