summaryrefslogtreecommitdiffstats
path: root/kerberos5/lib
diff options
context:
space:
mode:
authorassar <assar@FreeBSD.org>2001-06-21 12:55:45 +0000
committerassar <assar@FreeBSD.org>2001-06-21 12:55:45 +0000
commitfbf015e5d850112fb3b2fc9cacde61d7571dc17c (patch)
tree00671dde38f2c8ecc6ef1dc5ef079d89bd4888eb /kerberos5/lib
parent1f2cf25cedb7a77ecb98a01a1e9098c1f474ddfa (diff)
downloadFreeBSD-src-fbf015e5d850112fb3b2fc9cacde61d7571dc17c.zip
FreeBSD-src-fbf015e5d850112fb3b2fc9cacde61d7571dc17c.tar.gz
update infrastructure for heimdal 0.3f
Diffstat (limited to 'kerberos5/lib')
-rw-r--r--kerberos5/lib/Makefile.inc2
-rw-r--r--kerberos5/lib/libasn1/Makefile34
-rw-r--r--kerberos5/lib/libhdb/Makefile2
-rw-r--r--kerberos5/lib/libkrb5/Makefile25
-rw-r--r--kerberos5/lib/libroken/Makefile1
5 files changed, 53 insertions, 11 deletions
diff --git a/kerberos5/lib/Makefile.inc b/kerberos5/lib/Makefile.inc
index acd5059..cd353db 100644
--- a/kerberos5/lib/Makefile.inc
+++ b/kerberos5/lib/Makefile.inc
@@ -1,6 +1,6 @@
# $FreeBSD$
-SHLIB_MAJOR?= 3
+SHLIB_MAJOR?= 4
SHLIB_MINOR?= 0
.include "../Makefile.inc"
diff --git a/kerberos5/lib/libasn1/Makefile b/kerberos5/lib/libasn1/Makefile
index 04bd594..64f8655 100644
--- a/kerberos5/lib/libasn1/Makefile
+++ b/kerberos5/lib/libasn1/Makefile
@@ -7,7 +7,7 @@ CFLAGS+=-I${KRB5DIR}/include \
-I${INCLUDEOBJDIR} \
-I${.OBJDIR}
SRCS= der_get.c der_put.c der_free.c der_length.c der_copy.c \
- timegm.c asn1_err.c asn1_err.h asn1.h roken.h \
+ timegm.c asn1_err.c asn1_err.h krb5_asn1.h roken.h \
${GEN:S/.x/.c/g}
GEN= \
@@ -20,6 +20,7 @@ GEN= \
asn1_AuthorizationData.x \
asn1_CKSUMTYPE.x \
asn1_Checksum.x \
+ asn1_ENCTYPE.x \
asn1_ETYPE_INFO.x \
asn1_ETYPE_INFO_ENTRY.x \
asn1_EncAPRepPart.x \
@@ -45,6 +46,7 @@ GEN= \
asn1_KerberosTime.x \
asn1_KrbCredInfo.x \
asn1_LastReq.x \
+ asn1_LR_TYPE.x \
asn1_MESSAGE_TYPE.x \
asn1_METHOD_DATA.x \
asn1_NAME_TYPE.x \
@@ -61,7 +63,7 @@ GEN= \
asn1_TransitedEncoding.x \
asn1_UNSIGNED.x
-INCLUDES=asn1.h asn1_err.h
+INCLUDES=krb5_asn1.h asn1_err.h
.include <bsd.lib.mk>
@@ -79,17 +81,31 @@ ${I:S/.x/.c/}: ${I}
cmp -s ${.OODATE} ${.TARGET} 2> /dev/null || cp ${.OODATE} ${.TARGET}
.endfor
-CLEANFILES+= ${GEN:S/.x/.c/g} asn1.h asn1_files
+CLEANFILES+= ${GEN:S/.x/.c/g} krb5_asn1.h asn1_files
-${GEN} asn1.h: asn1_compile k5.asn1
- ./asn1_compile ${KRB5DIR}/lib/asn1/k5.asn1
+${GEN} krb5_asn1.h: asn1_compile k5.asn1
+ ./asn1_compile ${KRB5DIR}/lib/asn1/k5.asn1 krb5_asn1
build-tools: make-print-version asn1_compile
-asn1_compile: parse.o lex.o main.c hash.c symbol.c gen.c \
- gen_encode.c gen_decode.c gen_free.c gen_length.c \
- gen_copy.c gen_glue.c getarg.c warnerr.c print_version.o \
- get_window_size.c strupr.c
+asn1_compile: \
+ gen.c \
+ gen_copy.c \
+ gen_decode.c \
+ gen_encode.c \
+ gen_free.c \
+ gen_glue.c \
+ gen_length.c \
+ hash.c \
+ lex.o \
+ main.c \
+ parse.o \
+ symbol.c \
+ getarg.c \
+ warnerr.c \
+ print_version.o \
+ get_window_size.c \
+ strupr.c
${CC} ${CFLAGS} ${.OODATE} -o ${.TARGET}
parse.o: parse.c roken.h
diff --git a/kerberos5/lib/libhdb/Makefile b/kerberos5/lib/libhdb/Makefile
index e8980f8..ff3bb74 100644
--- a/kerberos5/lib/libhdb/Makefile
+++ b/kerberos5/lib/libhdb/Makefile
@@ -48,7 +48,7 @@ ${I:S/.x/.c/}: ${I}
cmp -s ${.OODATE} ${.TARGET} 2> /dev/null || cp ${.OODATE} ${.TARGET}
.endfor
-CLEANFILES+= ${GEN:S/.x/.c/g} asn1.h asn1_files
+CLEANFILES+= ${GEN:S/.x/.c/g} hdb_asn1.h asn1_files
${GEN} hdb_asn1.h: asn1_compile hdb.asn1
./asn1_compile ${KRB5DIR}/lib/hdb/hdb.asn1 hdb_asn1
diff --git a/kerberos5/lib/libkrb5/Makefile b/kerberos5/lib/libkrb5/Makefile
index c818687..c0659a8 100644
--- a/kerberos5/lib/libkrb5/Makefile
+++ b/kerberos5/lib/libkrb5/Makefile
@@ -37,6 +37,7 @@ SRCS= \
crypto.c \
data.c \
eai_to_heim_errno.c \
+ error_string.c \
expand_hostname.c \
fcache.c \
free.c \
@@ -58,6 +59,7 @@ SRCS= \
init_creds_pw.c \
keyblock.c \
keytab.c \
+ keytab_any.c \
keytab_file.c \
keytab_memory.c \
keytab_keyfile.c \
@@ -112,6 +114,29 @@ SRCS= \
INCLUDES=${KRB5DIR}/lib/krb5/krb5.h ${.CURDIR}/../../include/krb5-types.h \
${KRB5DIR}/lib/krb5/krb5-protos.h heim_err.h krb5_err.h
+MAN3= \
+ krb5_425_conv_principal.3 \
+ krb5_appdefault.3 \
+ krb5_auth_context.3 \
+ krb5_build_principal.3 \
+ krb5_config.3 \
+ krb5_context.3 \
+ krb5_free_principal.3 \
+ krb5_init_context.3 \
+ krb5_keytab.3 \
+ krb5_openlog.3 \
+ krb5_parse_name.3 \
+ krb5_sname_to_principal.3 \
+ krb5_unparse_name.3 \
+ krb5_warn.3
+
+MAN5= \
+ krb5.conf.5
+
+MAN8= \
+ kerberos.8 \
+ verify_krb5_conf.8
+
.include <bsd.lib.mk>
.PATH: ${KRB5DIR}/lib/krb5
diff --git a/kerberos5/lib/libroken/Makefile b/kerberos5/lib/libroken/Makefile
index 38b3f3c..fc118e0 100644
--- a/kerberos5/lib/libroken/Makefile
+++ b/kerberos5/lib/libroken/Makefile
@@ -8,6 +8,7 @@ CFLAGS+= -I${KRB5DIR}/include \
SRCS= \
base64.c \
+ bswap.c \
concat.c \
emalloc.c \
environment.c \
OpenPOWER on IntegriCloud