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