| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|