Source-Changes-HG archive

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

[src/netbsd-2-0]: src/lib/libasn1 Pull up revision 1.24 (requested by jonatha...



details:   https://anonhg.NetBSD.org/src/rev/cc622e04d819
branches:  netbsd-2-0
changeset: 561950:cc622e04d819
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Jul 14 09:17:20 2004 +0000

description:
Pull up revision 1.24 (requested by jonathan in ticket #646):
Commit changes from Heimdal-current, as per discussion with Love
(lha%NetBSD.ORG@localhost), to incorporate contemporary (last-year-ish)
set-password and change-password extensions derived RFC-3244
(Microsoft set-password/change-password extensions), and the
subsequent MIT-KRB5 APIs for changing and setting passwords.
Required for compatibility with recent (2002/2003-ish) open-source
code which uses the MIT KRB5 APIs for setting passwords, or for
joining Microsoft domains as a  "computer account".
Modified files (for pullup tracking purposes):
         lib/libasn1/Makefile
         crypto/dist/heimdal/lib/asn1/k5.asn1
         crypto/dist/heimdal/lib/krb5/changepw.c
         crypto/dist/heimdal/lib/krb5/krb5-protos.h
         crypto/dist/heimdal/lib/krb5/krb5.h

diffstat:

 lib/libasn1/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6f2ddfc9dc54 -r cc622e04d819 lib/libasn1/Makefile
--- a/lib/libasn1/Makefile      Wed Jul 14 09:16:59 2004 +0000
+++ b/lib/libasn1/Makefile      Wed Jul 14 09:17:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2003/08/01 17:03:46 lukem Exp $
+# $NetBSD: Makefile,v 1.23.2.1 2004/07/14 09:17:20 tron Exp $
 
 NOLINT=                # defined
 
@@ -47,6 +47,7 @@
        asn1_Authenticator.x            \
        asn1_AuthorizationData.x        \
        asn1_CKSUMTYPE.x                \
+       asn1_ChangePasswdDataMS.x       \
        asn1_Checksum.x                 \
        asn1_ENCTYPE.x                  \
        asn1_ETYPE_INFO.x               \



Home | Main Index | Thread Index | Old Index