summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2003-05-24 04:51:38 +0000
committerKen Raeburn <raeburn@mit.edu>2003-05-24 04:51:38 +0000
commit40711cc106681561609b6035c9c3eb613b3efa24 (patch)
tree2ffccfe7a7776262ac3a6b45a5228bbf2edf1444 /src/util
parent188ed4838183688c58e0e45d9b959f083e58b51d (diff)
downloadkrb5-40711cc106681561609b6035c9c3eb613b3efa24.tar.gz
krb5-40711cc106681561609b6035c9c3eb613b3efa24.tar.xz
krb5-40711cc106681561609b6035c9c3eb613b3efa24.zip
Big step towards integrating libkrb524 into libkrb5:
Move libkrb524 code, including error table, into libkrb5. Now libkrb5 initialization pulls in the krb524 error table, so krb524_init_ets is gone; all calls deleted. Move krb4 life/time conversion functions into libkrb5 under new names, using accessor hooks to get at them from libkrb4. Move declarations from krb524.h into krb5.h, k5-int.h, or krb524d.h; the last doesn't get copied into the include directory. Changed inclusions of krb524.h to the appropriate files, if any were needed. Rebuilt dependencies in Makefiles. These changes are likely to break the Windows build; I'll look into that soon. ticket: 1491 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15491 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
-rw-r--r--src/util/ChangeLog4
-rw-r--r--src/util/depfix.sed2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/util/ChangeLog b/src/util/ChangeLog
index 3113e1ae0..00f8fc5f6 100644
--- a/src/util/ChangeLog
+++ b/src/util/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-23 Ken Raeburn <raeburn@mit.edu>
+
+ * depfix.sed: Don't check for krb524 headers.
+
2003-05-18 Ken Raeburn <raeburn@mit.edu>
* depgen.sed: Put print command on separate lines from
diff --git a/src/util/depfix.sed b/src/util/depfix.sed
index 650dda627..22fa394e5 100644
--- a/src/util/depfix.sed
+++ b/src/util/depfix.sed
@@ -53,8 +53,6 @@ s;\$(BUILDTOP)/include/db.h \$(BUILDTOP)/include/db-config.h ;$(DB_DEPS) ;g
# Some krb4 dependencies should only be present if building with krb4 enabled
s;\$(BUILDTOP)/include/kerberosIV/krb_err.h ;$(KRB_ERR_H_DEP) ;g
-s;\$(BUILDTOP)/include/krb524.h ;$(KRB524_H_DEP) ;g
-s;\$(BUILDTOP)/include/krb524_err.h ;$(KRB524_ERR_H_DEP) ;g
# now delete trailing whitespace
s; *$;;g