Windows global stuff:
[krb5.git] / src / lib / krb5 / keytab / file / ChangeLog
1 Thu Apr 13 15:49:16 1995 Keith Vetter (keithv@fusion.com)
2
3         * *.[ch]: removed unneeded INTERFACE from non-api functions.
4
5 Fri Mar 17 19:46:49 1995  John Gilmore  (gnu at toad.com)
6
7         * Makefile.in (LDFLAGS):  Zap duplicate.
8
9 Tue Mar 7 21:40:18 1995 Keith Vetter (keithv@fusion.com)
10
11         * Makefile.in: changed library name for the PC.
12
13 Tue Mar  7 19:55:14 1995  Mark Eichin  <eichin@cygnus.com>
14
15         * configure.in: take out ISODE_DEFS.
16
17 Thu Mar 2 11:50:00 1995 Keith Vetter (keithv@fusion.com)
18
19         * ktf_util.c: Changed NEED_WINSOCK_H to NEED_SOCKETS
20
21 Wed Mar 1 16:30:00 1995 Keith Vetter (keithv@fusion.com)
22
23         * ktf_util.c: fixed up some 16 vs 32 bit conversions.
24
25 Tue Feb 28 01:01:15 1995  John Gilmore  (gnu at toad.com)
26
27         * *.c:  Avoid <krb5/...> includes.
28
29 Wed Feb 22 01:27:05 1995 Keith Vetter (keithv@fusion.com)
30
31         * Makefile.in: made to work on the PC
32         * *.c, ktfile.h: added windows INTERFACE keyword
33         * ktf_util.c: removed include of <netinet/in.h>
34            cast some 32bit ints to size_t ints
35
36 Fri Feb  3 01:53:44 1995  John Gilmore  <gnu@cygnus.com>
37
38         Rename files for DOS 8.3 uniqueness:
39         * ktf_get_en.c => ktf_g_ent.c
40         * ktf_get_na.c => ktf_g_name.c
41         * Makefile.in:  changed to match.
42
43 Fri Jan 27 12:54:54 1995  Chris Provenzano (proven@mit.edu)
44
45         * ktf_get_en.c, ktfile.h (krb5_ktfile_get_entry()) Added 
46                 krb5_keytype arg.
47
48 Wed Jan 25 16:54:40 1995  Chris Provenzano (proven@mit.edu)
49
50         * Removed all narrow types and references to wide.h and narrow.h
51         * ktf_util.c : Use a constant size for file data not subfield
52                 size from krb5_keytab_entry
53
54 Fri Nov 18 15:34:35 1994  Theodore Y. Ts'o  (tytso@dcl)
55
56         * ktf_util.c (krb5_ktfileint_internal_read_entry): Add magic
57                 numbers for keytab, principal, and keyblock.
58
59 Wed Oct 26 14:41:31 1994    (tytso@rsx-11)
60
61         * ktf_get_en.c (krb5_ktfile_get_entry): If the requested kvno is
62                 IGNORE_KVNO, fix the error return so that 0 (no error) is
63                 returned instead of KTF_NOT_FOUND.
64
65 Thu Oct 13 17:26:12 1994  Theodore Y. Ts'o  (tytso@maytag)
66
67         * configure.in: Add ISODE_DEFS
68
69 Tue Oct  4 16:20:48 1994  Theodore Y. Ts'o  (tytso@dcl)
70
71         * ktf_get_en.c (krb5_ktfile_get_entry): Fix to compare using
72                 new_entry instead of cur_entry.  (Bug made in modification
73                 on Sep 28th).  Don't free cur_entry twice on errors.
74
75         * ktfile.h
76         * ktf_wreslv.c (krb5_ktfile_wresolve):
77         * ktf_resolv.c (krb5_ktf_resolv): Resolv's first argument is now a
78                 const char *.
79
80 Fri Sep 30 21:56:02 1994  Theodore Y. Ts'o  (tytso@dcl)
81
82         * ktf_ops.c (krb5_ktf_ops): 
83           ktf_wops.c (krb5_ktf_writable_ops):
84           ktf_defops.c (krb5_kt_dfl_ops): Add placeholder for magic number.
85
86 Wed Sep 28 21:14:49 1994  Theodore Y. Ts'o  (tytso@dcl)
87
88         * ktf_get_en.c (krb5_ktfile_get_entry): Modified to return the
89                 most recent key (with the greatest kvno), instead of the
90                 first.
91
92 Thu Sep 22 21:51:53 1994  Theodore Y. Ts'o  (tytso@dcl)
93     
94         * ktf_get_en.c (krb5_ktfile_get_entry):
95         * ktf_next.c (krb5_ktfile_get_next):
96         * ktf_remove.c (krb5_ktfile_remove):
97         * ktf_util.c (krb5_ktfileint_read_entry,
98                 krb5_ktfileint_internal_read_entry):
99         * ktfile.h: Change the interface of krb5_ktfile_read_entry and
100                 krb5_ktfile_internal_read_entry so that they don't
101                 allocate memory for the top-level structure.  All of their
102                 callers didn't need it and were freeing it anyway.
103                 
104
105         * ktf_remove.c (krb5_ktfile_remove): Fix memory leak caused by not
106                 freeing the top-level structure.
107
108 Wed Sep 14 21:56:15 1994  Theodore Y. Ts'o  (tytso@dcl)
109
110         * ktf_util.c (krb5_ktfileint_delete_entry):  Fixed bug reported by
111                 Bill Sommerfeld where a missing byte-swap on a
112                 little-endian machine causes the delete operation fail.
113