xref: /freebsd/crypto/heimdal/lib/kafs/ChangeLog (revision 7bd6fde3)
12004-06-22  Love  <lha@stacken.kth.se>
2
3	* afssys.c: 1.70->1.72: s/arla/nnpfs/
4
52004-06-22  Love H�rquist �strand  <lha@it.su.se>
6
7	* afssys.c: 1.70: support the linux /proc/fs/mumel/afs_ioctl afs
8	"syscall" interface
9
102003-04-23  Love H�rquist �strand  <lha@it.su.se>
11
12	* common.c, kafs.h: drop the int argument (the error code) from
13	the logging function
14
152003-04-22  Johan Danielsson  <joda@pdc.kth.se>
16
17	* afskrb5.c (v5_convert): better match what other functions do
18	with values from krb5.conf, like case insensitivity
19
202003-04-16  Love H�rquist �strand  <lha@it.su.se>
21
22	* kafs.3: Change .Fd #include <header.h> to .In header.h
23	from Thomas Klausner <wiz@netbsd.org>
24
252003-04-14  Love H�rquist �strand  <lha@it.su.se>
26
27	* Makefile.am: (libkafs_la_LDFLAGS): update version
28
29	* Makefile.am (ROKEN_SRCS): drop strupr.c
30
31	* kafs.3: document kafs_set_verbose
32
33	* common.c (kafs_set_verbose): add function that (re)sets the
34	logging function
35	(_kafs_try_get_cred): add function that does (krb_data->get_cred) to
36	make logging easier (that is now done in this function)
37	(*): use _kafs_try_get_cred
38
39	* afskrb5.c (get_cred): handle that inst can be the empty string too
40	(v5_convert): use _kafs_foldup
41	(krb5_afslog_uid_home): set name
42	(krb5_afslog_uid_home): ditto
43
44	* afskrb.c (krb_afslog_uid_home): set name
45	(krb_afslog_uid_home): ditto
46
47	* kafs_locl.h (kafs_data): add name
48	(_kafs_foldup): internally export
49
502003-04-11  Love H�rquist �strand  <lha@it.su.se>
51
52	* kafs.3: tell that cell-name is uppercased
53
54	* Makefile.am: add INCLUDE_krb4 when using krb4, add INCLUDE_des
55	when using krb5, add strupr.c
56
57	* afskrb5.c: Check the cell part of the name, not the realm part
58	when checking if 2b should be used. The reson is afs@REALM might
59	have updated their servers but not afs/cell@REALM. Add constant
60	KAFS_RXKAD_2B_KVNO.
61
622003-04-06  Love H�rquist �strand  <lha@it.su.se>
63
64	* kafs.3: s/kerberos/Kerberos/
65
662003-03-19  Love H�rquist �strand  <lha@it.su.se>
67
68	* kafs.3: spelling, from <jmc@prioris.mini.pw.edu.pl>
69
70	* kafs.3: document the kafs_settoken functions write about the
71	krb5_appdefault option for kerberos 5 afs tokens fix prototypes
72
732003-03-18  Love H�rquist �strand  <lha@it.su.se>
74
75	* afskrb5.c (kafs_settoken5): change signature to include a
76	krb5_context, use v5_convert
77	(v5_convert): new function, converts a krb5_ccreds to a kafs_token in
78	three diffrent ways, not at all, local 524/2b, and using 524
79	(v5_to_kt): add code to do local 524/2b
80	(get_cred): use v5_convert
81
82
83	* kafs.h (kafs_settoken5): change signature to include a
84	krb5_context
85
86	* Makefile.am: always build the libkafs library now that the
87	kerberos 5 can stand on their own
88
89	* kafs.3: expose the krb5 functions
90
91	* common.c (kafs_settoken_rxkad): move all content kerberos
92	version from kafs_settoken to kafs_settoken_rxkad
93	(_kafs_fixup_viceid): move the fixup the timestamp to make client
94	happy code here.
95	(_kafs_v4_to_kt): move all the kerberos 4 dependant parts from
96	kafs_settoken here.
97	(*): adapt to kafs_token
98
99	* afskrb5.c (kafs_settoken5): new function, inserts a krb5_creds
100	into kernel
101	(v5_to_kt): new function, stores a krb5_creds in struct kafs_token
102	(get_cred): add a appdefault boolean ("libkafs", realm, "afs-use-524")
103	that can used to toggle if there should v5 token should be used
104	directly or converted via 524 first.
105
106	* afskrb.c: move kafs_settoken here, use struct kafs_token
107
108	* kafs_locl.h: include krb5-v4compat.h if needed, define an
109	internal structure struct kafs_token that carries around for rxkad
110	data that is independant of kerberos version
111
1122003-02-18  Love H�rquist �strand  <lha@it.su.se>
113
114	* dlfcn.h: s/intialize/initialize, from
115	<jmc@prioris.mini.pw.edu.pl>
116
1172003-02-08  Assar Westerlund  <assar@kth.se>
118
119	* afssysdefs.h: fix FreeBSD section
120
1212003-02-06  Love H�rquist �strand  <lha@it.su.se>
122
123	* afssysdefs.h: use syscall 208 on openbsd (all version) use
124	syscall 339 on freebsd 5.0 and later, use 210 on 4.x and earlier
125
1262002-08-28  Johan Danielsson  <joda@pdc.kth.se>
127
128	* kafs.3: move around sections (from NetBSD)
129
1302002-05-31  Assar Westerlund  <assar@pdc.kth.se>
131
132	* common.c: remove the trial of afs@REALM for cell != realm, it
133	tries to use the wrong key for foreign cells
134
1352002-05-20  Johan Danielsson  <joda@pdc.kth.se>
136
137	* Makefile.am: version number
138
1392002-04-18  Johan Danielsson  <joda@pdc.kth.se>
140
141	* common.c (find_cells): make file parameter const
142
1432001-11-01  Assar Westerlund  <assar@sics.se>
144
145	* add strsep, and bump version to 3:3:3
146
1472001-10-27  Assar Westerlund  <assar@sics.se>
148
149	* Makefile.am (libkafs_la_LDFLAGS): set version to 3:2:3
150
1512001-10-24  Assar Westerlund  <assar@sics.se>
152
153	* afskrb.c (afslog_uid_int): handle krb_get_tf_fullname that
154	cannot take NULLs
155	(such as the MIT one)
156
1572001-10-22  Assar Westerlund  <assar@sics.se>
158
159	* Makefile.am (ROKEN_SRCS): add strlcpy.c
160
1612001-10-09  Assar Westerlund  <assar@sics.se>
162
163	* Makefile.am (ROKEN_SRCS): add strtok_r.c
164	* roken_rename.h (dns_srv_order): rename correctly
165	(strtok_r): add renaming
166
1672001-09-10  Assar Westerlund  <assar@sics.se>
168
169	* kafs.h, common.c: look for configuration files in /etc/arla (the
170	location in debian's arla package)
171
1722001-08-26  Assar Westerlund  <assar@sics.se>
173
174	* Makefile.am: handle both krb5 and krb4 cases
175
1762001-07-19  Assar Westerlund  <assar@sics.se>
177
178	* Makefile.am (libkafs_la_LDFLAGS): set version to 3:0:3
179
1802001-07-12  Assar Westerlund  <assar@sics.se>
181
182	* common.c: look in /etc/openafs for debian openafs
183	* kafs.h: add paths for openafs debian (/etc/openafs)
184
185	* Makefile.am: add required library dependencies
186
1872001-07-03  Assar Westerlund  <assar@sics.se>
188
189	* Makefile.am (libkafs_la_LDFLAGS): set versoin to 2:4:2
190
1912001-06-19  Assar Westerlund  <assar@sics.se>
192
193	* common.c (_kafs_realm_of_cell): changed to first try exact match
194	in CellServDB, then exact match in DNS, and finally in-exact match
195	in CellServDB
196
1972001-05-18  Johan Danielsson  <joda@pdc.kth.se>
198
199	* Makefile.am: only build resolve.c if doing renaming
200
2012001-02-12  Assar Westerlund  <assar@sics.se>
202
203	* Makefile.am, roken_rename.h: add rename of dns functions
204
2052000-12-11  Assar Westerlund  <assar@sics.se>
206
207	* Makefile.am (libkafs_la_LDFLAGS): set version to 2:3:2
208
2092000-11-17  Assar Westerlund  <assar@sics.se>
210
211	* afssysdefs.h: solaris 8 apperently uses 65
212
2132000-09-19  Assar Westerlund  <assar@sics.se>
214
215	* Makefile.am (libkafs_la_LDFLAGS): bump version to 2:2:2
216
2172000-09-12  Johan Danielsson  <joda@pdc.kth.se>
218
219	* dlfcn.c: correct arguments to some snprintf:s
220
2212000-07-25  Johan Danielsson  <joda@pdc.kth.se>
222
223	* Makefile.am: bump version to 2:1:2
224
2252000-04-03  Assar Westerlund  <assar@sics.se>
226
227	* Makefile.am: set version to 2:0:2
228
2292000-03-20  Assar Westerlund  <assar@sics.se>
230
231	* afssysdefs.h: make versions later than 5.7 of solaris also use
232	73
233
2342000-03-16  Assar Westerlund  <assar@sics.se>
235
236	* afskrb.c (afslog_uid_int): use krb_get_tf_fullname instead of
237	krb_get_default_principal
238
2392000-03-15  Assar Westerlund  <assar@sics.se>
240
241	* afssys.c (map_syscall_name_to_number): ignore # at
242	beginning-of-line
243
2442000-03-13  Assar Westerlund  <assar@sics.se>
245
246	* afssysdefs.h: add 230 for MacOS X per information from
247	<warner.c@apple.com>
248
2491999-12-06  Assar Westerlund  <assar@sics.se>
250
251	* Makefile.am: set version to 1:2:1
252
2531999-11-22  Assar Westerlund  <assar@sics.se>
254
255	* afskrb5.c (afslog_uid_int): handle d->realm == NULL
256
2571999-11-17  Assar Westerlund  <assar@sics.se>
258
259	* afskrb5.c (afslog_uid_int): don't look at the local realm at
260 	all.  just use the realm from the ticket file.
261
2621999-10-20  Assar Westerlund  <assar@sics.se>
263
264	* Makefile.am: set version to 1:1:1
265
266	* afskrb5.c (get_cred): always request a DES key
267
268Mon Oct 18 17:40:21 1999  Bjoern Groenvall  <bg@mummel.sics.se>
269
270	* common.c (find_cells): Trim trailing whitespace from
271 	cellname. Lines starting with # are regarded as comments.
272
273Fri Oct  8 18:17:22 1999  Bjoern Groenvall  <bg@mummel.sics.se>
274
275	* afskrb.c, common.c : Change code to make a clear distinction
276 	between hinted realm and ticket realm.
277
278	* kafs_locl.h: Added argument realm_hint.
279
280	* common.c (_kafs_get_cred): Change code to acquire the ``best''
281 	possible ticket. Use cross-cell authentication only as method of
282 	last resort.
283
284	* afskrb.c (afslog_uid_int): Add realm_hint argument and extract
285 	realm from ticket file.
286
287	* afskrb5.c (afslog_uid_int): Added argument realm_hint.
288
2891999-10-03  Assar Westerlund  <assar@sics.se>
290
291	* afskrb5.c (get_cred): update to new krb524_convert_creds_kdc
292
2931999-08-12  Johan Danielsson  <joda@pdc.kth.se>
294
295	* Makefile.am: ignore the comlicated aix construct if !krb4
296
2971999-07-26  Assar Westerlund  <assar@sics.se>
298
299	* Makefile.am: set version to 1:0:1
300
3011999-07-22  Assar Westerlund  <assar@sics.se>
302
303	* afssysdefs.h: define AFS_SYSCALL to 73 for Solaris 2.7
304
3051999-07-07  Assar Westerlund  <assar@sics.se>
306
307	* afskrb5.c (krb5_realm_of_cell): new function
308
309	* afskrb.c (krb_realm_of_cell): new function
310	(afslog_uid_int): call krb_get_lrealm correctly
311
3121999-06-15  Assar Westerlund  <assar@sics.se>
313
314	* common.c (realm_of_cell): rename to _kafs_realm_of_cell and
315 	un-staticize
316
317Fri Mar 19 14:52:29 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
318
319	* Makefile.am: add version-info
320
321Thu Mar 18 11:24:02 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
322
323	* Makefile.am: include Makefile.am.common
324
325Sat Feb 27 19:46:21 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
326
327	* Makefile.am: remove EXTRA_DATA (as of autoconf 2.13/automake
328 	1.4)
329
330Thu Feb 11 22:57:37 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
331
332	* Makefile.am: set AIX_SRC also if !AIX
333
334Tue Dec  1 14:45:15 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
335
336	* Makefile.am: fix AIX linkage
337
338Sun Nov 22 10:40:44 1998  Assar Westerlund  <assar@sics.se>
339
340	* Makefile.in (WFLAGS): set
341
342Sat Nov 21 16:55:19 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
343
344	* afskrb5.c: add homedir support
345
346Sun Sep  6 20:16:27 1998  Assar Westerlund  <assar@sics.se>
347
348	* add new functionality for specifying the homedir to krb_afslog
349 	et al
350
351Thu Jul 16 01:27:19 1998  Assar Westerlund  <assar@sics.se>
352
353	* afssys.c: reorganize order of definitions.
354	(try_one, try_two): conditionalize
355
356Thu Jul  9 18:31:52 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
357
358	* common.c (realm_of_cell): make the dns fallback work
359
360Wed Jul  8 01:39:44 1998  Assar Westerlund  <assar@sics.se>
361
362	* afssys.c (map_syscall_name_to_number): new function for finding
363 	the number of a syscall given the name on solaris
364	(k_hasafs): try using map_syscall_name_to_number
365
366Tue Jun 30 17:19:00 1998  Assar Westerlund  <assar@sics.se>
367
368	* afssys.c: rewrite and add support for environment variable
369 	AFS_SYSCALL
370
371	* Makefile.in (distclean): don't remove roken_rename.h
372
373Fri May 29 19:03:20 1998  Assar Westerlund  <assar@sics.se>
374
375	* Makefile.in (roken_rename.h): remove dependency
376
377Mon May 25 05:25:54 1998  Assar Westerlund  <assar@sics.se>
378
379	* Makefile.in (clean): try to remove shared library debris
380
381Sun Apr 19 09:58:40 1998  Assar Westerlund  <assar@sics.se>
382
383	* Makefile.in: add symlink magic for linux
384
385Sat Apr  4 15:08:48 1998  Assar Westerlund  <assar@sics.se>
386
387	* kafs.h: add arla paths
388
389	* common.c (_kafs_afslog_all_local_cells): Try _PATH_ARLA_*
390	(_realm_of_cell): Try _PATH_ARLA_CELLSERVDB
391
392Thu Feb 19 14:50:22 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
393
394	* common.c: Don't store expired tokens (this broke when using
395 	pag-less rsh-sessions, and `non-standard' ticket files).
396
397Thu Feb 12 11:20:15 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
398
399	* Makefile.in: Install/uninstall one library at a time.
400
401Thu Feb 12 05:38:58 1998  Assar Westerlund  <assar@sics.se>
402
403	* Makefile.in (install): one library at a time.
404
405Mon Feb  9 23:40:32 1998  Assar Westerlund  <assar@sics.se>
406
407	* common.c (find_cells): ignore empty lines
408
409Tue Jan  6 04:25:58 1998  Assar Westerlund  <assar@sics.se>
410
411	* afssysdefs.h (AFS_SYSCALL): add FreeBSD
412
413Fri Jan  2 17:08:24 1998  Assar Westerlund  <assar@sics.se>
414
415	* kafs.h: new VICEIOCTL's.  From <rb@stacken.kth.se>
416
417	* afssysdefs.h: Add OpenBSD
418