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.8 (requested by jonat...
details: https://anonhg.NetBSD.org/src/rev/33f64a70fb80
branches: netbsd-1-5
changeset: 492893:33f64a70fb80
user: he <he%NetBSD.org@localhost>
date: Tue Feb 26 22:09:20 2002 +0000
description:
Pull up revision 1.8 (requested by jonathan):
Add support for local MD5-encrypted passwords.
diffstat:
usr.bin/passwd/extern.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 51ecc76cea29 -r 33f64a70fb80 usr.bin/passwd/extern.h
--- a/usr.bin/passwd/extern.h Tue Feb 26 22:09:17 2002 +0000
+++ b/usr.bin/passwd/extern.h Tue Feb 26 22:09:20 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.7 2000/02/14 04:36:20 aidan Exp $ */
+/* $NetBSD: extern.h,v 1.7.4.1 2002/02/26 22:09:20 he Exp $ */
/*
* Copyright (c) 1994
@@ -42,7 +42,7 @@
PW_DONT_USE
};
-void to64(char *, long, int);
+int pwd_gensalt(char *salt, int max, struct passwd *pwd, char type);
#ifdef KERBEROS5
int krb5_init __P((const char *));
Home |
Main Index |
Thread Index |
Old Index