blob: 0f902ad5d4195b65dbd1c4096bd6d64415f4f648 (
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
|
Thu Jun 6 15:50:39 1996 Theodore Y. Ts'o <tytso@mit.edu>
* krb5.tex: Update function prototype for krb5_encrypt_tkt_part
Mon Sep 4 21:13:36 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* libos.tex: Update krb5_lock_file and krb5_unlock_file no longer
take FILE *.
Sun Jun 11 09:17:10 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* krb5.tex: Update krb5_auth_context usage.
Sat May 13 17:40:32 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* ccache.tex: Add krb5_get_notification_message.
* krb5.tex: Add krb5_get_cred_via_tkt.
Sun May 7 13:56:43 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* krb5.tex (subsubsection{The krb5_auth_context}): Some function
names were misformed.
* errors.tex (subsection{error_table kv5m}): Reformatting nits.
* tables.tex: Formatting fixes.
Thu May 4 14:29:45 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* krb5.tex: Reorganized into subsubsections. Added principal
access macros.
* libos.tex: Added missing functions (os_context) and reorganized
into subsubsections.
Wed May 3 01:22:11 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* krb5.tex: Added auth_context routines.
* free.tex: Add krb5_xfree and krb5_free_data.
* rcache.tex: Add krb5_rc_get_type, krb5_rc_resolve_type.
* krb5.tex: API changes finished.
Tue May 2 15:26:11 1995 Ezra Peisach (epeisach@kangaroo.mit.edu)
* ccache.tex: krb5_cc_gen_new instead of krb5_cc_generate_new.
Sun Apr 30 15:37:31 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* errors.tex: Formatting fixes
* intro.tex: Formatting fixes
* Makefile: Add free.tex to list.
* rcache.tex: Update to current API specs.
* ccache.tex: Update to current API specs.
* keytab.tex: Update to current API specs.
* free.tex: Finished first version.
Tue Apr 18 10:42:03 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* intro.tex: spell checked
Tue Apr 11 14:21:21 1995 Ezra Peisach (epeisach@kangaroo.mit.edu)
* Makefile Cleaned up two pass processing through latex of library
document.
Tue Apr 4 15:22:11 1995 Ezra Peisach <epeisach@mit.edu>
* errors.tex Added missing entries in existing tables. Removed
isode table. Added asn.1 table and magic number table.
Tue Feb 07 18:31:58 1995 Chris Provenzano (proven@mit.edu)
* krb5.tex Documented API changes to krb5_get_in_tkt*() routines
and added krb5_get_in_tkt_with_keytab(). The explanation of
each of these routines still needs appropriate changes.
Thu Feb 02 22:59:41 1995 Chris Provenzano (proven@mit.edu)
* krb5.tex Documented change of krb5_enctype to krb5_enctypes
to krb5_send_tgs().
* krb5.tex Documented added krb5_keytype arg to (*keyproc)() arg
for krb5_rd_req(), krb5_rd_req_decoded(), and krb5_recvauth().
Fri Jan 27 22:15:23 1995 Chris Provenzano (proven@mit.edu)
* keytab.tex Documented added krb5_keytab argunment to
krb5_kt_read_service_key() and krb5_kt_get_entry().
Mon Nov 21 14:17:50 1994 Theodore Y. Ts'o (tytso@dcl)
* library.tex (internalfunc): Define \internalfunc, which prints a
disclaimer in front of "internal functions". We should
move them somewhere else, but for now, let's start marking
those functions which we believe are internal.
* krb5.tex: Documented changed interfaces to krb5_encode_kdc_rep
and krb5_encrypt_tkt_part. Document krb5_encode_kdc_rep,
krb5_decode_kdc_rep, krb5_encrypt_tkt_part,
krb5_decrypt_tkt_part, and krb5_send_tgs as all internal
functions.
Thu Oct 13 13:14:48 1994 Theodore Y. Ts'o (tytso@dcl)
* krb5.tex: Fixed typo; extra space in \funcname{ krb5_recvauth}.
Wed Oct 12 02:03:37 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile: Added better dependencies to do two-pass latex runs
automatically. Make "make clean" clean up the tex temp
files.
|