Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2003 06:10:28 -0800 (PST)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/crypto/openssh auth2-pam-freebsd.c
Message-ID:  <200302031410.h13EASYY006359@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2003/02/03 06:10:28 PST

  Modified files:
    crypto/openssh       auth2-pam-freebsd.c 
  Log:
  Linux-PAM's pam_start(3) fails with a bogus error message if passed the
  pam_conv argument is NULL.  OpenPAM doesn't care, but to make things
  easier for people porting this code to other systems (or -STABLE), use
  a dummy struct pam_conv instead of NULL.
  
  Pointed out by: Damien Miller <djm@mindrot.org>
  
  Revision  Changes    Path
  1.9       +2 -1      src/crypto/openssh/auth2-pam-freebsd.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302031410.h13EASYY006359>