summaryrefslogtreecommitdiff
path: root/security/heimdal/files/patch-cm
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-cm
parentUpgrade to courier-imap 1.2.2 (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.
Notes
Notes: svn path=/head/; revision=34951
Diffstat (limited to '')
-rw-r--r--security/heimdal/files/patch-cm12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/heimdal/files/patch-cm b/security/heimdal/files/patch-cm
new file mode 100644
index 000000000000..dc0a4bc28ef3
--- /dev/null
+++ b/security/heimdal/files/patch-cm
@@ -0,0 +1,12 @@
+--- lib/roken/roken-common.h.orig Fri Nov 3 11:31:42 2000
++++ lib/roken/roken-common.h Fri Nov 3 11:57:01 2000
+@@ -276,6 +276,9 @@
+ socket_set_port (struct sockaddr *sa, int port);
+
+ void
++socket_set_portrange (int sock, int restrict, int af);
++
++void
+ socket_set_debug (int sock);
+
+ void