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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
|
Sun May 21 14:20:32 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* dumpv4.c: Include k5-int.h before krb.h so that PROTOTYPE is not
redefined.
Sun May 7 13:46:30 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* configure.in: Add AC_HEADER_STDC to define STDC_HEADERS for
getdate.y.
Mon May 1 13:36:41 1995 Theodore Y. Ts'o (tytso@dcl)
* kdb5_edit.c (kdb5_edit_Init): Check the return code from
kdb5_init_context().
Fri Apr 28 18:04:26 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:47:23 1995 Mark Eichin <eichin@cygnus.com>
* Makefile.in (LOCAL_LIBRARIES): use KRB4_LIB and KDB4_LIB
directly.
* configure.in: just use WITH_KRB4.
Wed Apr 19 13:59:47 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* kdb5_edit.c (kdb5_edit_Init): If a default realm is specified
(with -r), use krb5_set_default_realm so that created keys
will have the correct realm.
Thu Mar 23 23:28:26 1995 Theodore Y. Ts'o <tytso@dcl>
* kdb5_edit.c (show_principal, parse_princ_args): Add
"support_desmd5" flag.
Tue Mar 14 16:29:05 1995 <tytso@rsx-11.mit.edu>
* ss_wrapper.c (main): Set the return code from ss_execute_line(),
so that appropriate error checking is done.
Thu Mar 2 12:18:57 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in (ISODELIB): Remove reference to $(ISODELIB).
Wed Mar 1 11:53:02 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:06:26 1995 John Gilmore (gnu at toad.com)
* dump.c, dumpv4.c, kdb5_edit.c, ss_wrapper.c, tcl_wrapper.c,
util.c: Avoid <krb5/...> includes.
Thu Feb 23 19:52:35 1995 Mark Eichin (eichin@cygnus.com)
* kdb5_edit.c: add struct timeb and sys/timeb includes from
getdate.y.
(ftime): new function, in case we don't HAVE_FTIME.
Tue Feb 14 17:55:47 1995 Tom Yu (tlyu@dragons-lair)
* kdb5_edit.c: add modent
* getdate.y: import get_date
* kdbt_ed_ct.ct: add modent
* configure.in:
* Makefile.in: support for getdate.y
Wed Feb 8 20:08:36 1995 Tom Yu (tlyu@dragons-lair)
* kdb5_edit.c (show_principal): make sane and print all useful
fields
Wed Jan 25 16:54:40 1995 Chris Provenzano (proven@mit.edu)
* Removed all narrow types and references to wide.h and narrow.h
Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu)
* Added krb5_context to all krb5_routines
Mon Dec 19 18:04:11 1994 Theodore Y. Ts'o (tytso@dcl)
* configure.in:
* Makefile.in:
* dumpv4.c (dump_v4db): Do the right thing if we are compiling
without V4 support. (The dump_v4db command is disabled.)
Wed Dec 7 00:07:46 1994 <tytso@rsx-11.mit.edu>
* dumpv4.c (v4_print_time): gmtime expects a pointer to a time_t,
not a long. On most systems these are the same, on
others....
Wed Nov 16 01:03:42 1994 Mark Eichin (eichin@cygnus.com)
* dumpv4.c: new file. New command dump_v4db which creates a v4
slave dump out of a v5 database, leaving out any keys which aren't
using v4 salt, and any keys that aren't for the current
realm. Reencrypts using v4 master key, synthesizes arbitrary
master key version number.
* configure.in: use WITH_KRB4 for dump support.
* kdb5_ed_ct.ct: add new dump_v4 command.
* Makefile.in: link in dumpv4.
Fri Oct 14 23:31:49 1994 Theodore Y. Ts'o (tytso@dcl)
* dump.c (load_db): When scanning a database entry, read
fail_auth_count into a temporary integer variable, and
then copy that into entry.fail_auth_count, which is a
char.
Fri Oct 7 00:01:40 1994 Theodore Y. Ts'o (tytso@dcl)
* kdb5_edit.c (kdb5_edit_Init): Don't let errors in
set_dbname_help initially cause the exit status to be set.
Commands like load_db don't need a valid database to be
opened.
* ss_wrapper.c (main): Clear code before ss_execute_line, since
ss_execute_line doesn't set code to 0 if there are no
problems.
* kdb5_edit.c (kdb5_edit_Init): Add a new option so that the
master key password can be entered on the command line ---
for testing only; not documented!!
Mon Oct 3 19:10:47 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: Use $(srcdir) to find manual page for make install.
Thu Sep 29 15:52:22 1994 Theodore Y. Ts'o (tytso@dcl)
* dump.c (update_ok_file): Make sure mod time on the dump_ok file
is updated. (Some systems don't update the mod-time when
a file is opened for writing.)
* Makefile.in: Relink executable when libraries change.
* kdb5_edit.c (show_principal): Pass variable with correct type to
ctime().
* tcl_wrapper.c (doquit):
ss_wrapper.c (main):
kdb5_edit.c:
dump.c: Exit with a non-zero exit status if there was an error
in a executed command.
Thu Sep 15 11:00:30 1994 Theodore Y. Ts'o (tytso@dcl)
* dump.c (load_db): Fix error string on failed fopen. ("for
writing" -> "for reading")
|