Initial import from FreeBSD RELENG_4:
[games.git] / crypto / heimdal / lib / kafs / ChangeLog
1 2002-08-28  Johan Danielsson  <joda@pdc.kth.se>
2
3         * kafs.3: move around sections (from NetBSD)
4
5 2002-05-31  Assar Westerlund  <assar@pdc.kth.se>
6
7         * common.c: remove the trial of afs@REALM for cell != realm, it
8         tries to use the wrong key for foreign cells
9
10 2002-05-20  Johan Danielsson  <joda@pdc.kth.se>
11
12         * Makefile.am: version number
13
14 2002-04-18  Johan Danielsson  <joda@pdc.kth.se>
15
16         * common.c (find_cells): make file parameter const
17
18 2001-11-01  Assar Westerlund  <assar@sics.se>
19
20         * add strsep, and bump version to 3:3:3
21
22 2001-10-27  Assar Westerlund  <assar@sics.se>
23
24         * Makefile.am (libkafs_la_LDFLAGS): set version to 3:2:3
25
26 2001-10-24  Assar Westerlund  <assar@sics.se>
27
28         * afskrb.c (afslog_uid_int): handle krb_get_tf_fullname that
29         cannot take NULLs
30         (such as the MIT one)
31
32 2001-10-22  Assar Westerlund  <assar@sics.se>
33
34         * Makefile.am (ROKEN_SRCS): add strlcpy.c
35
36 2001-10-09  Assar Westerlund  <assar@sics.se>
37
38         * Makefile.am (ROKEN_SRCS): add strtok_r.c
39         * roken_rename.h (dns_srv_order): rename correctly
40         (strtok_r): add renaming
41
42 2001-09-10  Assar Westerlund  <assar@sics.se>
43
44         * kafs.h, common.c: look for configuration files in /etc/arla (the
45         location in debian's arla package)
46
47 2001-08-26  Assar Westerlund  <assar@sics.se>
48
49         * Makefile.am: handle both krb5 and krb4 cases
50
51 2001-07-19  Assar Westerlund  <assar@sics.se>
52
53         * Makefile.am (libkafs_la_LDFLAGS): set version to 3:0:3
54
55 2001-07-12  Assar Westerlund  <assar@sics.se>
56
57         * common.c: look in /etc/openafs for debian openafs
58         * kafs.h: add paths for openafs debian (/etc/openafs)
59
60         * Makefile.am: add required library dependencies
61
62 2001-07-03  Assar Westerlund  <assar@sics.se>
63
64         * Makefile.am (libkafs_la_LDFLAGS): set versoin to 2:4:2
65
66 2001-06-19  Assar Westerlund  <assar@sics.se>
67
68         * common.c (_kafs_realm_of_cell): changed to first try exact match
69         in CellServDB, then exact match in DNS, and finally in-exact match
70         in CellServDB
71
72 2001-05-18  Johan Danielsson  <joda@pdc.kth.se>
73
74         * Makefile.am: only build resolve.c if doing renaming
75
76 2001-02-12  Assar Westerlund  <assar@sics.se>
77
78         * Makefile.am, roken_rename.h: add rename of dns functions
79
80 2000-12-11  Assar Westerlund  <assar@sics.se>
81
82         * Makefile.am (libkafs_la_LDFLAGS): set version to 2:3:2
83
84 2000-11-17  Assar Westerlund  <assar@sics.se>
85
86         * afssysdefs.h: solaris 8 apperently uses 65
87
88 2000-09-19  Assar Westerlund  <assar@sics.se>
89
90         * Makefile.am (libkafs_la_LDFLAGS): bump version to 2:2:2
91
92 2000-09-12  Johan Danielsson  <joda@pdc.kth.se>
93
94         * dlfcn.c: correct arguments to some snprintf:s
95
96 2000-07-25  Johan Danielsson  <joda@pdc.kth.se>
97
98         * Makefile.am: bump version to 2:1:2
99
100 2000-04-03  Assar Westerlund  <assar@sics.se>
101
102         * Makefile.am: set version to 2:0:2
103
104 2000-03-20  Assar Westerlund  <assar@sics.se>
105
106         * afssysdefs.h: make versions later than 5.7 of solaris also use
107         73
108
109 2000-03-16  Assar Westerlund  <assar@sics.se>
110
111         * afskrb.c (afslog_uid_int): use krb_get_tf_fullname instead of
112         krb_get_default_principal
113
114 2000-03-15  Assar Westerlund  <assar@sics.se>
115
116         * afssys.c (map_syscall_name_to_number): ignore # at
117         beginning-of-line
118
119 2000-03-13  Assar Westerlund  <assar@sics.se>
120
121         * afssysdefs.h: add 230 for MacOS X per information from
122         <warner.c@apple.com>
123
124 1999-12-06  Assar Westerlund  <assar@sics.se>
125
126         * Makefile.am: set version to 1:2:1
127
128 1999-11-22  Assar Westerlund  <assar@sics.se>
129
130         * afskrb5.c (afslog_uid_int): handle d->realm == NULL
131         
132 1999-11-17  Assar Westerlund  <assar@sics.se>
133
134         * afskrb5.c (afslog_uid_int): don't look at the local realm at
135         all.  just use the realm from the ticket file.
136
137 1999-10-20  Assar Westerlund  <assar@sics.se>
138
139         * Makefile.am: set version to 1:1:1
140
141         * afskrb5.c (get_cred): always request a DES key
142
143 Mon Oct 18 17:40:21 1999  Bjoern Groenvall  <bg@mummel.sics.se>
144
145         * common.c (find_cells): Trim trailing whitespace from
146         cellname. Lines starting with # are regarded as comments.
147
148 Fri Oct  8 18:17:22 1999  Bjoern Groenvall  <bg@mummel.sics.se>
149
150         * afskrb.c, common.c : Change code to make a clear distinction
151         between hinted realm and ticket realm.
152
153         * kafs_locl.h: Added argument realm_hint.
154
155         * common.c (_kafs_get_cred): Change code to acquire the ``best''
156         possible ticket. Use cross-cell authentication only as method of
157         last resort.
158
159         * afskrb.c (afslog_uid_int): Add realm_hint argument and extract
160         realm from ticket file.
161
162         * afskrb5.c (afslog_uid_int): Added argument realm_hint.
163
164 1999-10-03  Assar Westerlund  <assar@sics.se>
165
166         * afskrb5.c (get_cred): update to new krb524_convert_creds_kdc
167
168 1999-08-12  Johan Danielsson  <joda@pdc.kth.se>
169
170         * Makefile.am: ignore the comlicated aix construct if !krb4
171
172 1999-07-26  Assar Westerlund  <assar@sics.se>
173
174         * Makefile.am: set version to 1:0:1
175
176 1999-07-22  Assar Westerlund  <assar@sics.se>
177
178         * afssysdefs.h: define AFS_SYSCALL to 73 for Solaris 2.7
179
180 1999-07-07  Assar Westerlund  <assar@sics.se>
181
182         * afskrb5.c (krb5_realm_of_cell): new function
183
184         * afskrb.c (krb_realm_of_cell): new function
185         (afslog_uid_int): call krb_get_lrealm correctly
186
187 1999-06-15  Assar Westerlund  <assar@sics.se>
188
189         * common.c (realm_of_cell): rename to _kafs_realm_of_cell and
190         un-staticize
191
192 Fri Mar 19 14:52:29 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
193
194         * Makefile.am: add version-info
195
196 Thu Mar 18 11:24:02 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
197
198         * Makefile.am: include Makefile.am.common
199
200 Sat Feb 27 19:46:21 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
201
202         * Makefile.am: remove EXTRA_DATA (as of autoconf 2.13/automake
203         1.4)
204
205 Thu Feb 11 22:57:37 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
206
207         * Makefile.am: set AIX_SRC also if !AIX
208
209 Tue Dec  1 14:45:15 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
210
211         * Makefile.am: fix AIX linkage
212
213 Sun Nov 22 10:40:44 1998  Assar Westerlund  <assar@sics.se>
214
215         * Makefile.in (WFLAGS): set
216
217 Sat Nov 21 16:55:19 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
218
219         * afskrb5.c: add homedir support
220
221 Sun Sep  6 20:16:27 1998  Assar Westerlund  <assar@sics.se>
222
223         * add new functionality for specifying the homedir to krb_afslog
224         et al
225
226 Thu Jul 16 01:27:19 1998  Assar Westerlund  <assar@sics.se>
227
228         * afssys.c: reorganize order of definitions.
229         (try_one, try_two): conditionalize
230
231 Thu Jul  9 18:31:52 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
232
233         * common.c (realm_of_cell): make the dns fallback work
234
235 Wed Jul  8 01:39:44 1998  Assar Westerlund  <assar@sics.se>
236
237         * afssys.c (map_syscall_name_to_number): new function for finding
238         the number of a syscall given the name on solaris
239         (k_hasafs): try using map_syscall_name_to_number
240
241 Tue Jun 30 17:19:00 1998  Assar Westerlund  <assar@sics.se>
242
243         * afssys.c: rewrite and add support for environment variable
244         AFS_SYSCALL
245
246         * Makefile.in (distclean): don't remove roken_rename.h
247
248 Fri May 29 19:03:20 1998  Assar Westerlund  <assar@sics.se>
249
250         * Makefile.in (roken_rename.h): remove dependency
251
252 Mon May 25 05:25:54 1998  Assar Westerlund  <assar@sics.se>
253
254         * Makefile.in (clean): try to remove shared library debris
255
256 Sun Apr 19 09:58:40 1998  Assar Westerlund  <assar@sics.se>
257
258         * Makefile.in: add symlink magic for linux
259
260 Sat Apr  4 15:08:48 1998  Assar Westerlund  <assar@sics.se>
261
262         * kafs.h: add arla paths
263
264         * common.c (_kafs_afslog_all_local_cells): Try _PATH_ARLA_*
265         (_realm_of_cell): Try _PATH_ARLA_CELLSERVDB
266
267 Thu Feb 19 14:50:22 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
268
269         * common.c: Don't store expired tokens (this broke when using
270         pag-less rsh-sessions, and `non-standard' ticket files).
271
272 Thu Feb 12 11:20:15 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
273
274         * Makefile.in: Install/uninstall one library at a time.
275
276 Thu Feb 12 05:38:58 1998  Assar Westerlund  <assar@sics.se>
277
278         * Makefile.in (install): one library at a time.
279
280 Mon Feb  9 23:40:32 1998  Assar Westerlund  <assar@sics.se>
281
282         * common.c (find_cells): ignore empty lines
283
284 Tue Jan  6 04:25:58 1998  Assar Westerlund  <assar@sics.se>
285
286         * afssysdefs.h (AFS_SYSCALL): add FreeBSD
287
288 Fri Jan  2 17:08:24 1998  Assar Westerlund  <assar@sics.se>
289
290         * kafs.h: new VICEIOCTL's.  From <rb@stacken.kth.se>
291
292         * afssysdefs.h: Add OpenBSD