| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
add expansion to ControlPath; ok markus@
|
| |
|
|
|
|
| |
(set password-dead=1w in login.conf to use this).
|
|
|
|
| |
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, ...
|
| |
|
|
|
|
| |
stripped down and tested by Jakob and myself.
|
|
|
|
| |
test+ok henning@
|
| |
|
| |
|
|
|
|
| |
patch from markus
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
work done by me and markus@
|
|
|
|
| |
and then do_authenticated; okay millert@
|
| |
|
| |
|
| |
|
|
|
|
|
| |
missing RCSID() to .c files and remove dup /*$OpenBSD$*/ from .c
files. ok markus@
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes memleak.
|
|
|
|
| |
and out of sync
|
| |
|
|
|
|
|
| |
- () -> (void)
- no variable names
|
|
|
|
| |
works on AFS. okay markus@
|
|
|
|
|
| |
only used for backward compat. merge ssh1/2 hostkey check
and move it to auth.c
|
| |
|
| |
|
|
|
|
|
| |
similar to RhostRSAAuthentication unless you enable (the experimental)
HostbasedUsesNameFromPacketOnly option. please test. :)
|
| |
|
| |
|
| |
|
|
|
|
| |
(before this change, root could login even if PermitRootLogin==no)
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Fix idents Id -> OpenBSD for the rest
|
| |
|
|
|
|
|
|
|
| |
the details. everything is now under Tatu's licence (which I copied from his
readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd
developers under a 2-term bsd licence. We're not changing any rules, just
being accurate.
|
| |
|
| |
|
| |
|