aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/ccache/stdio/ChangeLog
blob: 1d84c8aac33a162603d8732c6d3b8d7d2212e7c1 (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
132
133
Wed Sep 06 14:20:57 1995   Chris Provenzano (proven@mit.edu)

        * scc_read.c, scc_write.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g

Tue Sep 05 22:58:52 1995

        * scc.h : Add another KRB5_SCC_FVNO but don't up the default.
        * scc_gennew.c, scc_maybe.c : New version saves a length after
                version for whatever we want to put into the ccache before
                the first credential (like a time skew)
        * scc_read.c, scc_write.c : Remove krb5_enctype references, and
                replace with krb5_keytype where appropriate

Tue Aug 29 13:36:39 EDT 1995	Paul Park	(pjpark@mit.edu)
	* scc_reslv.c - Set magic number in successfully resolved ccache.

Wed Aug 16 02:45:19 1995  Chris Provenzano <proven@mit.edu>

        * scc_maybe.c: Pass fds to krb5_lock_file() and krb5_unlock_file()

Tue Jul 11 19:22:17 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>

	* scc-proto.h: Add prototype for krb5_scc_read.

Wed Jun 14 23:55:24 1995  Theodore Y. Ts'o  (tytso@dcl)

	* scc_errs.c (krb5_scc_interpret): Add #ifdef around switch
		statement for ETXTBUSY.


Sat Jun 10 00:04:02 1995  Theodore Y. Ts'o  <tytso@dcl>

	* scc_init.c (krb5_scc_initialize): Make sure the status return
	        from krb5_scc_store_principal is reflected in the return
		status of krb5_scc_initialize().

Fri Jun  9 19:30:35 1995    <tytso@rsx-11.mit.edu>

	* configure.in: Remove standardized set of autoconf macros, which
		are now handled by CONFIG_RULES.

	* scc_maybe.c: Fix -Wall nit

Fri May 26 20:19:49 1995  Theodore Y. Ts'o  (tytso@dcl)

	* configure.in, Makefile.in: Add support for building shared libraries.

Thu Apr 13 16:32:12 1995 Keith Vetter (keithv@fusion.com)

	* scc_genn.c: __STDC__ conditional also checks the _WINDOWS define.

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