aboutsummaryrefslogtreecommitdiffstats
path: root/security/heimdal/files/patch-co
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2000-11-09 23:35:03 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2000-11-09 23:35:03 +0000
commit2cf9350a4efdb46b41d8c5899ad6e871ce10b07f (patch)
treeb532d123acafead4be241321243f33993c59c901 /security/heimdal/files/patch-co
parentd92a5bf8db4de6ce08d35b5f43db6650bf81a9a3 (diff)
= Use system libcom_err.
No longer build or install the included libcom_err and compile_et. = ftpd now uses IP_PORTRANGE* in the same fashion as the system ftpd. By default, ftpd will now use high port numbers for serving clients in passive mode. = Fix segmentation fault in kadmin. A null pointer dereference that was only tickled when using kadmin with a kdc that uses LDAP as the backend. = Fix a search filter in hdb-ldap.c. A lookup was failing to fetch operational attributes such as modifiersName. = Bump PORTREVISION for above changes.
Diffstat (limited to 'security/heimdal/files/patch-co')
-rw-r--r--security/heimdal/files/patch-co11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/heimdal/files/patch-co b/security/heimdal/files/patch-co
new file mode 100644
index 000000000000..4395d43ec21e
--- /dev/null
+++ b/security/heimdal/files/patch-co
@@ -0,0 +1,11 @@
+--- include/Makefile.in.orig Wed Nov 8 10:21:59 2000
++++ include/Makefile.in Wed Nov 8 10:22:07 2000
+@@ -199,8 +199,6 @@
+ asn1.h \
+ asn1_err.h \
+ base64.h \
+- com_err.h \
+- com_right.h \
+ der.h \
+ des.h \
+ editline.h \