blob: 406bb5bb0affc6157eeebb87735c3aa88c55fe9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
Thu Jun 15 15:27:36 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Change explicit library names to -l<lib> form, and
change target link line to use $(LD) and associated flags.
Also, for K4, use KRB4_LIB and KRB4_CRYPTO_LIB, these wer
split out.
* configure.in - Add shared library usage check.
Fri Jun 9 18:14:06 1995 <tytso@rsx-11.mit.edu>
* configure.in: Remove standardized set of autoconf macros, which
are now handled by CONFIG_RULES.
Fri Apr 28 18:02:53 1995 Mark Eichin <eichin@cygnus.com>
* Makefile.in (LOCAL_LIBRARIES): put KRB4_LIB inside KLIB, and put
KDB4_LIB ahead of them both.
Thu Apr 27 13:45:46 1995 Mark Eichin <eichin@cygnus.com>
* Makefile.in (LOCAL_LIBRARIES): use KDB4_LIB and KRB4_LIB directly.
Tue Mar 28 16:41:52 1995 <tytso@rsx-11.mit.edu>
* kdb5_convert.c (fixup_database, main): Set SUPPORT_DESMD5
attribute for the krbtgt entry.
Thu Mar 2 12:23:51 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in (ISODELIB): Remove reference to $(ISODELIB).
Wed Mar 1 11:51:54 1995 Theodore Y. Ts'o <tytso@dcl>
* configure.in: Remove ISODE_INCLUDE, replace check for -lsocket
and -lnsl with WITH_NETLIB check.
Tue Feb 28 02:04:57 1995 John Gilmore (gnu at toad.com)
* kdb5_convert.c: Avoid <krb5/...> and <com_err.h> includes.
Tue Nov 15 23:55:56 1994 Mark Eichin (eichin@cygnus.com)
* kdb5_convert.c (enter_in_v5_db): use the correct instance for
the mod_name field.
Thu Nov 10 17:07:54 1994 Theodore Y. Ts'o (tytso@dcl)
* kdb5_convert.c (enter_in_v5_db): Set the keyblock magic number
and encryption type.
Mon Oct 3 19:12:02 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: Use $(srcdir) to find manual page for make install.
Fri Sep 30 22:06:03 1994 Theodore Y. Ts'o (tytso@dcl)
* kdb5_convert.c: Add placeholders for magic numbers
Thu Sep 29 22:21:21 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: Relink executable when libraries change.
Thu Sep 15 17:11:30 1994 Theodore Y. Ts'o (tytso@dcl)
* kdb5_convert.c (add_principal, enter_in_v5_db): Make the key
version numbers entered into the database be 1.
|