blob: 865c25f5ddf72ea9e73cf94518c5c420a3b0f5a2 (
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
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
|
Sun Aug 17 14:26:57 1997 Ezra Peisach <epeisach@mit.edu>
* Makefile.in (SRCS): Add $(SRCS) line.
Tue Feb 18 18:21:16 1997 Richard Basch <basch@lehman.com>
* kdc5_hammer.c (verify_cs_pair):
Use krb5_free_data_contents instead of krb5_xfree
Sun Feb 9 01:45:03 1997 Tom Yu <tlyu@mit.edu>
* Makefile.in:
* configure.in: Update to new program build procedure.
Fri Jan 19 23:00:37 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* kdc5_hammer.c: Remove krb5_kdc_default_options.
Thu Nov 09 17:05:57 1995 Chris Provenzano (proven@mit.edu)
* kdc5_hammer.c : Remove krb5_enctype from krb5_string_to_key() args.
Wed Sep 06 14:20:57 1995 Chris Provenzano (proven@mit.edu)
* kdc5_hammer.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g
Tue Sep 05 22:10:34 1995 Chris Provenzano (proven@mit.edu)
* kdc5_hammer.c : Remove krb5_enctype references, and replace with
krb5_keytype where appropriate
Wed Jul 12 12:31:51 EDT 1995 Paul Park (pjpark@mit.edu)
* configure.in - Remove V5_USE_SHARED_LIB
Fri Jul 7 16:37:54 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Remove explicit library handling and LDFLAGS.
* configure.in - Add KRB5_LIBRARIES and V5_USE_SHARED_LIB.
Thu Jun 22 12:02:48 EDT 1995 Paul Park (pjpark@mit.edu)
* kdc5_hammer.c - Change generation of server principals so that
we can use kdc5_hammer with kdb5_mkdums. Also add logic
to time these operations.
Sat Jun 10 23:08:04 1995 Tom Yu (tlyu@dragons-lair)
* kdc5_hammer.c: krb5_auth_context redefinitions
Fri Jun 9 18:58:36 1995 <tytso@rsx-11.mit.edu>
* configure.in: Remove standardized set of autoconf macros, which
are now handled by CONFIG_RULES.
Thu Apr 20 13:06:53 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* kdc_hammer.c (usage()): Removed -M as not used.
(main()): Add missing option to getopt call.
On exit, close the ccache, free context, and exit
with status set to number of errors encountered.
Mon Mar 27 07:56:26 1995 Chris Provenzano (proven@mit.edu)
* kdc5_hammer.c (verify_cs_pair()): Use new calling conventions
for krb5_rd_req() and krb5_mk_req_extended(),
Fri Mar 24 14:52:03 1995 <tytso@rsx-11.mit.edu>
* kdc5_hammer.c (get_tgt): Remove the call to krb5_os_localaddr()
since get_in_tkt_XXXX will default appropriately.
Thu Mar 2 12:34:23 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in (ISODELIB): Remove reference to $(ISODELIB).
Wed Mar 1 16:32:38 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 01:25:13 1995 John Gilmore (gnu at toad.com)
* kdc5_hammer.c, pp.c: Avoid <krb5/...> includes.
Mon Feb 06 17:19:04 1995 Chris Provenzano (proven@mit.edu)
* kdc5_hammer.c Removed krb5_keytype, changed krb5_enctype to
krb5_enctype *, changed krb5_preauthtype to krb5_preauthtype *
for krb5_get_in_tkt_with_password() rotuine.
Fri Feb 3 11:45:23 1995 Theodore Y. Ts'o (tytso@dcl)
* kdc_hammer.c (get_server_key): Add keytype parameter
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
Tue Nov 8 17:53:40 1994 Theodore Y. Ts'o (tytso@dcl)
* kdc5_hammer.c (get_server_key): Use the published interface to
call krb5_string_to_key().
Sun Oct 23 01:44:37 1994 (tytso@rsx-11)
* kdc5_hammer.c (main): Allow kdc_hammer to be called on an
arbitrary realm.
Tue Oct 4 17:24:36 1994 Theodore Y. Ts'o (tytso@dcl)
* kdc_hammer.c (get_server_key): Add widen.h and narrow.h around
declaration to make argument types be widened.
Fri Sep 30 22:08:45 1994 Theodore Y. Ts'o (tytso@dcl)
* kdc_hammer.c: Add placeholder for magic number
Thu Sep 29 22:59:09 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: Relink executable when libraries change
Thu Sep 15 17:38:51 1994 Theodore Y. Ts'o (tytso@dcl)
* kdc_hammer.c (get_server_key): index() -> strchr()
|