| commit | 3e3b5145e59c78cbde0f31f59a9267867b8eea2f | [log] [download] |
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Mon Nov 17 21:13:40 2003 +1100 |
| committer | Damien Miller <djm@mindrot.org> | Mon Nov 17 21:13:40 2003 +1100 |
| tree | 6725a1cc2cd54237952d89e4811e1cb82cc46a5d | |
| parent | 8f746ec9703a0072c7a07a25e4c059f7533bf94b [diff] |
- djm@cvs.openbsd.org 2003/11/04 08:54:09
[auth1.c auth2.c auth2-pubkey.c auth.h auth-krb5.c auth-passwd.c]
[auth-rhosts.c auth-rh-rsa.c auth-rsa.c monitor.c serverloop.c]
[session.c]
standardise arguments to auth methods - they should all take authctxt.
check authctxt->valid rather then pw != NULL; ok markus@