Source-Changes-HG archive

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

[src/trunk]: src/libexec Import libexec portions of Heimdal, from cryptosrc-i...



details:   https://anonhg.NetBSD.org/src/rev/40c39d572166
branches:  trunk
changeset: 488029:40c39d572166
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Jun 16 23:32:37 2000 +0000

description:
Import libexec portions of Heimdal, from cryptosrc-intl.

diffstat:

 libexec/hprop/Makefile    |  39 +++++++++++++++++++++++++++++++++++++++
 libexec/hpropd/Makefile   |  38 ++++++++++++++++++++++++++++++++++++++
 libexec/kadmind/Makefile  |  41 +++++++++++++++++++++++++++++++++++++++++
 libexec/kdc/Makefile      |  46 ++++++++++++++++++++++++++++++++++++++++++++++
 libexec/kfd/Makefile      |  27 +++++++++++++++++++++++++++
 libexec/kpasswdd/Makefile |  35 +++++++++++++++++++++++++++++++++++
 6 files changed, 226 insertions(+), 0 deletions(-)

diffs (250 lines):

diff -r 33ffde522ec5 -r 40c39d572166 libexec/hprop/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/libexec/hprop/Makefile    Fri Jun 16 23:32:37 2000 +0000
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:32:37 thorpej Exp $
+DIST=          ${.CURDIR}/../../dist
+.PATH: ${DIST}/heimdal/kdc
+
+WARNS?=  1
+MKLINT= no
+
+PROG= hprop
+
+SRCS=  hprop.c                                 \
+       hprop-common.c
+
+CPPFLAGS+= -I.                                 \
+       -I${DIST}/heimdal/kdc                   \
+       -I${DIST}/heimdal/lib/hdb               \
+       -I${DIST}/heimdal/lib/krb5              \
+       -I${.CURDIR}/../../include/heimdal      \
+       -I${DIST}/heimdal/lib/asn1              \
+       -I${DESTDIR}/usr/include/krb5           \
+       -I${DIST}/openssl/crypto/md4            \
+       -I${DIST}/openssl/crypto/md5            \
+       -I${DIST}/openssl/crypto/sha            \
+       -I${DIST}/openssl/crypto/rc4            \
+       -I${DIST}/openssl/crypto/des            \
+       -DHAVE_CONFIG_H
+
+LDADD= -lhdb                                   \
+       -lkrb5                                  \
+       -lkdb                                   \
+       -lkrb                                   \
+       -lcrypto                                \
+       -lasn1                                  \
+       -lcom_err                               \
+       -lroken                                 \
+       -lcrypt
+
+MAN=   hprop.8
+
+.include <bsd.prog.mk>
diff -r 33ffde522ec5 -r 40c39d572166 libexec/hpropd/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/libexec/hpropd/Makefile   Fri Jun 16 23:32:37 2000 +0000
@@ -0,0 +1,38 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:32:38 thorpej Exp $
+DIST=          ${.CURDIR}/../../dist
+.PATH: ${DIST}/heimdal/kdc
+
+WARNS?=  1
+MKLINT= no
+
+PROG= hpropd
+
+SRCS=  hpropd.c                                \
+       hprop-common.c
+
+CPPFLAGS+= -I.                                 \
+       -I${DIST}/heimdal/kdc                   \
+       -I${.CURDIR}/../../include/heimdal      \
+       -I${DIST}/heimdal/lib/asn1              \
+       -I${DIST}/heimdal/lib/krb5              \
+       -I${DESTDIR}/usr/include/krb5           \
+       -I${DIST}/openssl/crypto/md4            \
+       -I${DIST}/openssl/crypto/md5            \
+       -I${DIST}/openssl/crypto/sha            \
+       -I${DIST}/openssl/crypto/rc4            \
+       -I${DIST}/openssl/crypto/des            \
+       -DHAVE_CONFIG_H
+
+LDADD= -lhdb                                   \
+       -lkrb5                                  \
+       -lkdb                                   \
+       -lkrb                                   \
+       -lcrypto                                \
+       -lasn1                                  \
+       -lcom_err                               \
+       -lroken                                 \
+       -lcrypt
+
+MAN=   hpropd.8
+
+.include <bsd.prog.mk>
diff -r 33ffde522ec5 -r 40c39d572166 libexec/kadmind/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/libexec/kadmind/Makefile  Fri Jun 16 23:32:37 2000 +0000
@@ -0,0 +1,41 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:32:38 thorpej Exp $
+DIST=          ${.CURDIR}/../../dist
+.PATH: ${DIST}/heimdal/kadmin
+
+WARNS?=  1
+MKLINT= no
+
+PROG= kadmind
+
+SRCS=  kadmind.c                               \
+       server.c                                \
+       version4.c
+
+CPPFLAGS+= -I.                                 \
+       -I${DIST}/heimdal/kadmin                \
+       -I${DIST}/heimdal/lib/krb5              \
+       -I${DIST}/heimdal/lib/asn1              \
+       -I${.CURDIR}/../../include/heimdal      \
+       -I${DESTDIR}/usr/include/kadm5          \
+       -I${DESTDIR}/usr/include/krb5           \
+       -I${DIST}/openssl/crypto/md4            \
+       -I${DIST}/openssl/crypto/md5            \
+       -I${DIST}/openssl/crypto/sha            \
+       -I${DIST}/openssl/crypto/rc4            \
+       -I${DIST}/openssl/crypto/des            \
+       -DHAVE_CONFIG_H
+
+LDADD= -lkadm5srv                              \
+       -lhdb                                   \
+       -lkrb5                                  \
+       -lkadm                                  \
+       -lkrb                                   \
+       -lcrypto                                \
+       -lasn1                                  \
+       -lcom_err                               \
+       -lroken                                 \
+       -lcrypt
+
+NOMAN=
+
+.include <bsd.prog.mk>
diff -r 33ffde522ec5 -r 40c39d572166 libexec/kdc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/libexec/kdc/Makefile      Fri Jun 16 23:32:37 2000 +0000
@@ -0,0 +1,46 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:32:38 thorpej Exp $
+DIST=          ${.CURDIR}/../../dist
+.PATH: ${DIST}/heimdal/kdc
+
+WARNS?=  1
+MKLINT= no
+
+PROG= kdc
+
+SRCS=  524.c           \
+       config.c        \
+       connect.c       \
+       kaserver.c      \
+       kdc_locl.h      \
+       kerberos4.c     \
+       kerberos4.h     \
+       kerberos5.c     \
+       log.c           \
+       main.c          \
+       misc.c          \
+
+CPPFLAGS+= -I.                                 \
+       -I${DIST}/heimdal/kdc                   \
+       -I${.CURDIR}/../../include/heimdal      \
+       -I${DIST}/heimdal/lib/asn1              \
+       -I${DIST}/heimdal/lib/krb5              \
+       -I${DESTDIR}/usr/include/krb5           \
+       -I${DIST}/openssl/crypto/md4            \
+       -I${DIST}/openssl/crypto/md5            \
+       -I${DIST}/openssl/crypto/sha            \
+       -I${DIST}/openssl/crypto/rc4            \
+       -I${DIST}/openssl/crypto/des            \
+       -DHAVE_CONFIG_H
+
+LDADD= -lhdb                                   \
+       -lkrb5                                  \
+       -lkrb                                   \
+       -lcrypto                                \
+       -lasn1                                  \
+       -lcom_err                               \
+       -lroken                                 \
+       -lcrypt
+
+MAN=   kdc.8
+
+.include <bsd.prog.mk>
diff -r 33ffde522ec5 -r 40c39d572166 libexec/kfd/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/libexec/kfd/Makefile      Fri Jun 16 23:32:37 2000 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:32:38 thorpej Exp $
+DIST=          ${.CURDIR}/../../dist
+.PATH: ${DIST}/heimdal/appl/kf
+
+WARNS?=  1
+MKLINT= no
+
+PROG= kfd
+
+SRCS=  kfd.c
+
+CPPFLAGS+= -I.                                 \
+       -I${DIST}/heimdal/appl/kf               \
+       -I${.CURDIR}/../../include/heimdal      \
+       -I${DESTDIR}/usr/include/krb5           \
+       -DHAVE_CONFIG_H
+
+LDADD= -lkrb5 \
+       -lcrypto \
+       -lasn1 \
+       -lcom_err \
+       -lroken \
+       -lcrypt
+
+NOMAN=
+
+.include <bsd.prog.mk>
diff -r 33ffde522ec5 -r 40c39d572166 libexec/kpasswdd/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/libexec/kpasswdd/Makefile Fri Jun 16 23:32:37 2000 +0000
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:32:38 thorpej Exp $
+DIST=          ${.CURDIR}/../../dist
+.PATH: ${DIST}/heimdal/kpasswd
+
+WARNS?=  1
+MKLINT= no
+
+PROG= kpasswdd
+
+SRCS=  kpasswdd.c
+
+CPPFLAGS+= -I.                                 \
+       -I${DIST}/heimdal/kpasswd               \
+       -I${.CURDIR}/../../include/heimdal      \
+       -I${DESTDIR}/usr/include/kadm5          \
+       -I${DESTDIR}/usr/include/krb5           \
+       -I${DIST}/openssl/crypto/md4            \
+       -I${DIST}/openssl/crypto/md5            \
+       -I${DIST}/openssl/crypto/sha            \
+       -I${DIST}/openssl/crypto/rc4            \
+       -I${DIST}/openssl/crypto/des            \
+       -DHAVE_CONFIG_H
+
+LDADD= -lkadm5srv \
+       -lhdb \
+       -lkrb5 \
+       -lcrypto \
+       -lasn1 \
+       -lcom_err \
+       -lroken \
+       -lcrypt
+
+MAN = kpasswdd.8
+
+.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index