head	1.3;
access;
symbols
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2001.09.07.19.45.46;	author nectar;	state dead;
branches;
next	1.2;

1.2
date	2000.12.14.16.13.47;	author nectar;	state Exp;
branches;
next	1.1;

1.1
date	2000.11.09.23.35.03;	author nectar;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update 0.4d -> 0.4e
@
text
@--- lib/Makefile.in.orig	Thu Dec 14 09:25:08 2000
+++ lib/Makefile.in	Thu Dec 14 09:25:18 2000
@@@@ -190,7 +190,7 @@@@
 @@OTP_TRUE@@dir_otp = @@OTP_TRUE@@otp
 @@DCE_TRUE@@dir_dce = @@DCE_TRUE@@kdfs
 
-SUBDIRS = @@DIR_roken@@ vers editline com_err sl asn1 @@DIR_des@@ krb5 \
+SUBDIRS = @@DIR_roken@@ vers editline sl asn1 @@DIR_des@@ krb5 \
 	kafs hdb kadm5 gssapi auth $(dir_45) $(dir_otp) $(dir_dce)
 
 subdir = lib
@@@@ -210,7 +210,7 @@@@
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
 GZIP_ENV = --best
-DIST_SUBDIRS =  @@DIR_roken@@ vers editline com_err sl asn1 @@DIR_des@@ krb5 \
+DIST_SUBDIRS =  @@DIR_roken@@ vers editline sl asn1 @@DIR_des@@ krb5 \
 kafs hdb kadm5 gssapi auth 45 otp kdfs
 all: all-redirect
 .SUFFIXES:
@


1.2
log
@Update 0.3c -> 0.3d
@
text
@@


1.1
log
@= 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.
@
text
@d1 3
a3 3
--- lib/Makefile.in.orig	Wed Nov  8 10:21:25 2000
+++ lib/Makefile.in	Wed Nov  8 10:21:34 2000
@@@@ -194,7 +194,7 @@@@
d7 2
a8 2
-SUBDIRS = @@DIR_roken@@ vers editline com_err sl asn1 des krb5 \
+SUBDIRS = @@DIR_roken@@ vers editline sl asn1 des krb5 \
d12 1
a12 1
@@@@ -214,7 +214,7 @@@@
d16 3
a18 3
-DIST_SUBDIRS =  @@DIR_roken@@ vers editline com_err sl asn1 des krb5 kafs \
+DIST_SUBDIRS =  @@DIR_roken@@ vers editline sl asn1 des krb5 kafs \
 hdb kadm5 gssapi auth 45 otp kdfs
@

