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
|
Sat Mar 25 14:42:37 1995 Tom Yu (tlyu@dragons-lair)
* scc_maybe.c (krb5_scc_open_file): fixed typo (extra & in
reference to fvno_bytes)
* scc_gennew.c: Ultrix cc (and K&R compilers) doesn't deal with
automatic aggregate initialization, so fixed scc_fvno usage.
Fri Mar 17 19:24:05 1995 John Gilmore (gnu at toad.com)
* scc_errs.c: Mac doesn't have EISDIR error.
* scc_gennew.c, scc_maybe.c: Eliminate the use of htons and ntohs
for byte order handling; just do it by hand.
* scc_read.c (krb5_scc_read_authdatum): Zap unused variable "ret".
* Makefile.in (LDFLAGS): Eliminate, duplicates config/pre.in.
Tue Mar 7 19:55:01 1995 Mark Eichin <eichin@cygnus.com>
* configure.in: take out ISODE_DEFS.
Tue Feb 28 00:36:36 1995 John Gilmore (gnu at toad.com)
* scc.h, scc_gennew.c, scc_maybe.c: Avoid <krb5/...> includes.
Fri Jan 27 00:49:36 1995 Chris Provenzano (proven@mit.edu)
* Fix scc_read.c (krb5_scc_read_authdatum()) krb5_authdatatype
is of type unsigned int and therefore shouldn't be the
argument to krb5_scc_read_ui_2().
Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu)
* Added krb5_context to all krb5_routines
Tue Dec 13 15:42:50 1994 <tytso@rsx-11.mit.edu>
* scc_write.c (krb5_scc_store_addrs): If a null addresses is
passed in, don't core dump.
Fri Nov 18 14:47:33 1994 Theodore Y. Ts'o (tytso@dcl)
* scc-proto.h, scc.h, scc_maybe.c (krb5_scc_open_file), scc_nseq.c
(krb5_scc_next_cred), scc_store.c (krb5_scc_store), scc_read.c,
scc_write.c: Changes to implement SCC format version #3, which
is architecture independent, and includes the key
encryption type information.
Wed Nov 16 23:40:16 1994 Theodore Y. Ts'o (tytso@dcl)
* scc_gennew.c (krb5_scc_generate_new): Generate new ccaches using
whatever version is marked as the default.
* scc_read.c (krb5_scc_read_keyblock): Insert keyblock magic
number and initialize etype value. Also add magic numbers
for the krb5_principal, krb5_data, krb5_address, and
krb5_authdata structures.
Thu Oct 13 17:24:00 1994 Theodore Y. Ts'o (tytso@maytag)
* configure.in: Add ISODE_DEFS
Fri Sep 30 21:53:31 1994 Theodore Y. Ts'o (tytso@dcl)
* scc_defops.c (krb5_cc_stdio_ops):
scc_ops.c (krb5_scc_ops): Add placeholder for magic number
Thu Sep 22 21:38:09 1994 Theodore Y. Ts'o (tytso@dcl)
* scc_destry.c (krb5_scc_destroy): Make sure memory associated
with the credentials cache is freed after it is destroyed.
Thu Aug 18 16:34:51 1994 Theodore Y. Ts'o (tytso at tsx-11)
* scc_retrv.c (srvname_match): Fix bug in srvname_match where so
that the server realm is really ignored in the compare, like it's
supposed to be.
Tue Aug 2 04:07:17 1994 Tom Yu (tlyu@dragons-lair)
* scc_maybe.c (krb5_scc_open_file): changed an #ifdef from
ANSI_STDIO to HAS_SETVBUF
|