blob: 20d58958c50c80b7c92182f12cbb53f9c823e7ea (
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
Mon Aug 21 16:44:07 EDT 1995 Paul Park (pjpark@mit.edu)
* kdb5_convert.c - Interpret -k and -e arguments as strings instead of
string representations of integers (e.g. -e des-cbc-md5).
* kdb5_convert.M - Remove "ascii representation of a decimal number".
Thu Jul 27 14:59:53 EDT 1995 Paul Park (pjpark@mit.edu)
* configure.in - Add --with-dbm and check for already checking for dbm.
Mon Jul 17 14:55:58 EDT 1995 Paul Park (pjpark@mit.edu)
* configure.in - Add KADM library.
* kdb5_convert.c - Change calling sequence to krb5_db_fetch_mkey(),
using the stash file. Add KDC profile reading/handling as
a supplement to command line supplied arguments.
Wed Jul 12 11:55:44 EDT 1995 Paul Park (pjpark@mit.edu)
* configure.in - Temporarily add --with-kdb4 option. Default is without
kdb4. Without kdb4 enables a define. With kdb4 uses -lkdb4 and
-l[n]dbm libraries.
* kdb5_convert.c - Conditionalize references to kdb4 routines with
KDB4_DISABLE. Replace two required routines:
kdb_encrypt_key -> pcbc_encrypt
kdb_get_master_key -> des_read_password/printf/key_sched
Fri Jul 7 15:35:07 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Remove all explicit library handling and LDFLAGS.
* configure.in - Add appropriate USE_<mumble> and KRB5_LIBRARIES.
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.
|