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