Trusted HP-UX Patch from Re: PLEASE TEST snapshots

Tim Rice tim at multitalents.net
Fri Apr 26 05:29:12 EST 2002


On Thu, 25 Apr 2002, Darren Cole wrote:

> > did you review the auth-passwd.c changes?
> > :> +# ifdef HAVE_SECUREWARE
> > :>  #  include <sys/security.h>
> > :>  #  include <sys/audit.h>
> > :>  #  include <prot.h>
> > :> -# endif /* HAVE_SCO_PROTECTED_PW */
> > :> +# endif /* HAVE_SECUREWARE */
> >
> > is audit.h really required here?
>
> I don't think it is needed for Trusted HPUX (compiled with it included and
> without. Each time had the same set of warnings). Someone on SCO will have
> to comment for them,  I think that is why it was included.
>
from the getprpwnam() man page
...
  getprpwent, getprpwuid, getprpwnam, setprpwent, endprpwent, putprpwnam --
  manipulate protected password database entry

  Syntax
  ======

  cc . . . -lprot -lx

  #include <sys/types.h>
  #include <sys/security.h>
  #include <sys/audit.h>
  #include <prot.h>
...

I haven't tried leaving it out.

-- 
Tim Rice				Multitalents	(707) 887-1469
tim at multitalents.net





More information about the openssh-unix-dev mailing list