Age | Commit message (Collapse) | Author |
|
|
|
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@
|
|
but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
|
|
from solar
|
|
fgsch@, miod@, henning@, jakob@ and others
|
|
test+ok henning@
|
|
|
|
|
|
|
|
|
|
|
|
patch from markus
|
|
so skip this for use_privsep, ok stevesk@, fixes bugzilla #387/325
|
|
|
|
|
|
|
|
work done by me and markus@
|
|
and then do_authenticated; okay millert@
|
|
|
|
use new server_input_channel_req() instead:
server_input_channel_req does generic request parsing on server side
session_input_channel_req handles just session specific things now
ok djm@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok
|
|
TODO; cleanup headers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(before this change, root could login even if PermitRootLogin==no)
|
|
|
|
auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled.
|
|
rename util.[ch] -> misc.[ch]
|
|
|
|
harder with /usr/libexec/auth/login_XXX
2) share/unify code used in ssh-1 and ssh-2 authentication (server side)
3) make addition of BSD_AUTH and other challenge reponse methods
easier.
|
|
|
|
|
|
with u_char.
|
|
|
|
|