Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.bin/passwd Pull up revision 1.9 (requested by jonat...



details:   https://anonhg.NetBSD.org/src/rev/ae6407198f37
branches:  netbsd-1-5
changeset: 492894:ae6407198f37
user:      he <he%NetBSD.org@localhost>
date:      Tue Feb 26 22:09:23 2002 +0000

description:
Pull up revision 1.9 (requested by jonathan):
  Add support for local MD5-encrypted passwords.

diffstat:

 usr.bin/passwd/krb5_passwd.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 33f64a70fb80 -r ae6407198f37 usr.bin/passwd/krb5_passwd.c
--- a/usr.bin/passwd/krb5_passwd.c      Tue Feb 26 22:09:20 2002 +0000
+++ b/usr.bin/passwd/krb5_passwd.c      Tue Feb 26 22:09:23 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: krb5_passwd.c,v 1.8.2.2 2000/12/15 00:11:53 he Exp $ */
+/* $NetBSD: krb5_passwd.c,v 1.8.2.3 2002/02/26 22:09:23 he Exp $ */
 
 /*
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -40,8 +40,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-
 #include <err.h>
+#include <pwd.h>
 
 #include <openssl/des.h>
 #include <krb5.h>



Home | Main Index | Thread Index | Old Index