PATCH: HPUX trusted system password checking

Kevin Steves stevesk at sweden.hp.com
Sat Sep 16 19:42:41 EST 2000


On Sat, 16 Sep 2000, Damien Miller wrote:
> On Fri, 8 Sep 2000, Dirk De Wachter wrote:
> > The HPUX 10.20 trusted system hack doesn't work yet as intended.
> > I have adapted the auth-passwd.c file to make it work.
> > 
> > Please find a context diff file attached to this file. This diff is 
> > against the latest OpenSSH 2.2.0p1 released Sept 2, 2000.
> 
> Thanks - applied.

My patch was a superset of Dirk's; here's some small cleanup against the
0916 snapshot:

--- auth-passwd.c~	Sat Sep 16 06:55:52 2000
+++ auth-passwd.c	Sat Sep 16 10:31:00 2000
@@ -114,9 +114,6 @@
 #if defined(HAVE_GETPWANAM) && !defined(DISABLE_SHADOW)
 	struct passwd_adjunct *spw;
 #endif
-# ifdef HAVE_HPUX_TRUSTED_SYSTEM_PW
-	struct pr_passwd *prpw;
-#endif
 #ifdef WITH_AIXAUTHENTICATE
 	char *authmsg;
 	char *loginmsg;






More information about the openssh-unix-dev mailing list