blob: a716a7cc65a8be5c93b40fea9e05a173e5b40cb8 (
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
|
Mon Feb 2 17:02:29 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile
Tue Sep 30 18:58:09 1997 Tom Yu <tlyu@mit.edu>
* ktutil.c: Replace HAS_STDLIB_H with something more sane.
Tue Feb 4 21:11:33 1997 Tom Yu <tlyu@mit.edu>
* Makefile.in:
* configure.in: Update to new program build procedure.
Thu Nov 7 15:42:17 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
* ktutil.c (main): Check the error return from
krb5_init_context(), and print an error message if
necessary.
Tue Sep 10 14:17:17 1996 Tom Yu <tlyu@mit.edu>
* ktutil.M: remove ".so man1/header.doc"
Thu Aug 29 16:06:39 1996 Jeff Bigler <jcb@mit.edu>
* Makefile.in (install): added man page
Thu Jun 13 21:42:11 1996 Tom Yu <tlyu@voltage-multiplier.mit.edu>
* configure.in: remove ref to SS_RULES
Fri Jul 12 14:37:47 1996 Marc Horowitz <marc@mit.edu>
* configure.in (USE_KADM_LIBRARY): removed. it wasn't needed.
Tue Mar 19 19:41:31 1996 Richard Basch <basch@lehman.com>
* ktutil_funcs.c (ktutil_write_srvtab): use any type of des key
in the keytab to create a v4 srvtab
Fri Jan 26 00:06:50 1996 Sam Hartman <hartmans@tertius.mit.edu>
* ktutil.c (ktutil_list): Implement -e option to show enctypes.
* ktutil_funcs.c (ktutil_write_srvtab): Write v4 version
properly. Previous code was endien dependent.
Mon Dec 25 10:03:15 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* ktutil.c (ktutil_write_v4): Call ktutil_write_srvtab not
ktutil_write_keytab.
* ktutil_funcs.c (ktutil_write_srvtab): Clear malloced memory.
Thu Sep 07 15:06:57 1995 Chris Provenzano (proven@mit.edu)
* ktutil_funcs.c : Do appropriate magic for enctype/keytype cleanup.
Thu Aug 24 19:20:26 1995 Theodore Y. Ts'o <tytso@dcl>
* .Sanitize: Added .Sanitize file.
Mon Aug 21 17:01:40 EDT 1995 Paul Park (pjpark@mit.edu)
* ktutil.c - Remove English-specific date handling and let timestamp_
to_sfstring() handle the formatting of the timestamp string.
|