Age | Commit message (Collapse) | Author |
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
(btw, hostbased works now with ssh.com >= 2.0.13)
|
|
(however the 2.1.0 server seems to work only if debug is enabled...)
|
|
|
|
|
|
similar to RhostRSAAuthentication unless you enable (the experimental)
HostbasedUsesNameFromPacketOnly option. please test. :)
|
|
is chmod 750 + chgrp grp /home/group/, work be deraadt and me, thanks
to olar@openwall.com is comments. we had many requests for this.
|
|
|
|
|
|
|
|
|
|
|