OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Damien Miller (djmcvs.openbsd.org)
Date: Tue Nov 04 2003 - 02:54:09 CST


CVSROOT: /cvs
Module name: src
Changes by: djmcvs.openbsd.org 2003/11/04 01:54:09

Modified files:
        usr.bin/ssh : auth-krb5.c auth-passwd.c auth-rh-rsa.c
                         auth-rhosts.c auth-rsa.c auth.h auth1.c
                         auth2-pubkey.c auth2.c monitor.c serverloop.c
                         session.c

Log message:
standardise arguments to auth methods - they should all take authctxt.
check authctxt->valid rather then pw != NULL; ok markus