This commit was manufactured by cvs2svn to create tag
[heimdal.git] / lib / kafs / ChangeLog
blob2f1bb02e7b5515b97d2c60a4417513aef49c673d
1 2004-06-22  Love  <lha@stacken.kth.se>
3         * afssys.c: 1.70->1.72: s/arla/nnpfs/
4         
5 2004-06-22  Love Hörquist Åstrand  <lha@it.su.se>
7         * afssys.c: 1.70: support the linux /proc/fs/mumel/afs_ioctl afs
8         "syscall" interface
9         
10 2003-04-23  Love Hörquist Åstrand  <lha@it.su.se>
12         * common.c, kafs.h: drop the int argument (the error code) from
13         the logging function
15 2003-04-22  Johan Danielsson  <joda@pdc.kth.se>
17         * afskrb5.c (v5_convert): better match what other functions do
18         with values from krb5.conf, like case insensitivity
20 2003-04-16  Love Hörquist Åstrand  <lha@it.su.se>
22         * kafs.3: Change .Fd #include <header.h> to .In header.h
23         from Thomas Klausner <wiz@netbsd.org>
25 2003-04-14  Love Hörquist Åstrand  <lha@it.su.se>
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
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
44         * afskrb.c (krb_afslog_uid_home): set name
45         (krb_afslog_uid_home): ditto
47         * kafs_locl.h (kafs_data): add name
48         (_kafs_foldup): internally export
50 2003-04-11  Love Hörquist Åstrand  <lha@it.su.se>
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.
62 2003-04-06  Love Hörquist Åstrand  <lha@it.su.se>
64         * kafs.3: s/kerberos/Kerberos/
65         
66 2003-03-19  Love Hörquist Åstrand  <lha@it.su.se>
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         
73 2003-03-18  Love Hörquist Åstrand  <lha@it.su.se>
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
83         * kafs.h (kafs_settoken5): change signature to include a
84         krb5_context
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
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.
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         
112 2003-02-18  Love Hörquist Åstrand  <lha@it.su.se>
114         * dlfcn.h: s/intialize/initialize, from
115         <jmc@prioris.mini.pw.edu.pl>
117 2003-02-08  Assar Westerlund  <assar@kth.se>
119         * afssysdefs.h: fix FreeBSD section
121 2003-02-06  Love Hörquist Åstrand  <lha@it.su.se>
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         
126 2002-08-28  Johan Danielsson  <joda@pdc.kth.se>
128         * kafs.3: move around sections (from NetBSD)
130 2002-05-31  Assar Westerlund  <assar@pdc.kth.se>
132         * common.c: remove the trial of afs@REALM for cell != realm, it
133         tries to use the wrong key for foreign cells
135 2002-05-20  Johan Danielsson  <joda@pdc.kth.se>
137         * Makefile.am: version number
139 2002-04-18  Johan Danielsson  <joda@pdc.kth.se>
141         * common.c (find_cells): make file parameter const
143 2001-11-01  Assar Westerlund  <assar@sics.se>
145         * add strsep, and bump version to 3:3:3
147 2001-10-27  Assar Westerlund  <assar@sics.se>
149         * Makefile.am (libkafs_la_LDFLAGS): set version to 3:2:3
151 2001-10-24  Assar Westerlund  <assar@sics.se>
153         * afskrb.c (afslog_uid_int): handle krb_get_tf_fullname that
154         cannot take NULLs
155         (such as the MIT one)
157 2001-10-22  Assar Westerlund  <assar@sics.se>
159         * Makefile.am (ROKEN_SRCS): add strlcpy.c
161 2001-10-09  Assar Westerlund  <assar@sics.se>
163         * Makefile.am (ROKEN_SRCS): add strtok_r.c
164         * roken_rename.h (dns_srv_order): rename correctly
165         (strtok_r): add renaming
167 2001-09-10  Assar Westerlund  <assar@sics.se>
169         * kafs.h, common.c: look for configuration files in /etc/arla (the
170         location in debian's arla package)
172 2001-08-26  Assar Westerlund  <assar@sics.se>
174         * Makefile.am: handle both krb5 and krb4 cases
176 2001-07-19  Assar Westerlund  <assar@sics.se>
178         * Makefile.am (libkafs_la_LDFLAGS): set version to 3:0:3
180 2001-07-12  Assar Westerlund  <assar@sics.se>
182         * common.c: look in /etc/openafs for debian openafs
183         * kafs.h: add paths for openafs debian (/etc/openafs)
185         * Makefile.am: add required library dependencies
187 2001-07-03  Assar Westerlund  <assar@sics.se>
189         * Makefile.am (libkafs_la_LDFLAGS): set versoin to 2:4:2
191 2001-06-19  Assar Westerlund  <assar@sics.se>
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
197 2001-05-18  Johan Danielsson  <joda@pdc.kth.se>
199         * Makefile.am: only build resolve.c if doing renaming
201 2001-02-12  Assar Westerlund  <assar@sics.se>
203         * Makefile.am, roken_rename.h: add rename of dns functions
205 2000-12-11  Assar Westerlund  <assar@sics.se>
207         * Makefile.am (libkafs_la_LDFLAGS): set version to 2:3:2
209 2000-11-17  Assar Westerlund  <assar@sics.se>
211         * afssysdefs.h: solaris 8 apperently uses 65
213 2000-09-19  Assar Westerlund  <assar@sics.se>
215         * Makefile.am (libkafs_la_LDFLAGS): bump version to 2:2:2
217 2000-09-12  Johan Danielsson  <joda@pdc.kth.se>
219         * dlfcn.c: correct arguments to some snprintf:s
221 2000-07-25  Johan Danielsson  <joda@pdc.kth.se>
223         * Makefile.am: bump version to 2:1:2
225 2000-04-03  Assar Westerlund  <assar@sics.se>
227         * Makefile.am: set version to 2:0:2
229 2000-03-20  Assar Westerlund  <assar@sics.se>
231         * afssysdefs.h: make versions later than 5.7 of solaris also use
232         73
234 2000-03-16  Assar Westerlund  <assar@sics.se>
236         * afskrb.c (afslog_uid_int): use krb_get_tf_fullname instead of
237         krb_get_default_principal
239 2000-03-15  Assar Westerlund  <assar@sics.se>
241         * afssys.c (map_syscall_name_to_number): ignore # at
242         beginning-of-line
244 2000-03-13  Assar Westerlund  <assar@sics.se>
246         * afssysdefs.h: add 230 for MacOS X per information from
247         <warner.c@apple.com>
249 1999-12-06  Assar Westerlund  <assar@sics.se>
251         * Makefile.am: set version to 1:2:1
253 1999-11-22  Assar Westerlund  <assar@sics.se>
255         * afskrb5.c (afslog_uid_int): handle d->realm == NULL
256         
257 1999-11-17  Assar Westerlund  <assar@sics.se>
259         * afskrb5.c (afslog_uid_int): don't look at the local realm at
260         all.  just use the realm from the ticket file.
262 1999-10-20  Assar Westerlund  <assar@sics.se>
264         * Makefile.am: set version to 1:1:1
266         * afskrb5.c (get_cred): always request a DES key
268 Mon Oct 18 17:40:21 1999  Bjoern Groenvall  <bg@mummel.sics.se>
270         * common.c (find_cells): Trim trailing whitespace from
271         cellname. Lines starting with # are regarded as comments.
273 Fri Oct  8 18:17:22 1999  Bjoern Groenvall  <bg@mummel.sics.se>
275         * afskrb.c, common.c : Change code to make a clear distinction
276         between hinted realm and ticket realm.
278         * kafs_locl.h: Added argument realm_hint.
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.
284         * afskrb.c (afslog_uid_int): Add realm_hint argument and extract
285         realm from ticket file.
287         * afskrb5.c (afslog_uid_int): Added argument realm_hint.
289 1999-10-03  Assar Westerlund  <assar@sics.se>
291         * afskrb5.c (get_cred): update to new krb524_convert_creds_kdc
293 1999-08-12  Johan Danielsson  <joda@pdc.kth.se>
295         * Makefile.am: ignore the comlicated aix construct if !krb4
297 1999-07-26  Assar Westerlund  <assar@sics.se>
299         * Makefile.am: set version to 1:0:1
301 1999-07-22  Assar Westerlund  <assar@sics.se>
303         * afssysdefs.h: define AFS_SYSCALL to 73 for Solaris 2.7
305 1999-07-07  Assar Westerlund  <assar@sics.se>
307         * afskrb5.c (krb5_realm_of_cell): new function
309         * afskrb.c (krb_realm_of_cell): new function
310         (afslog_uid_int): call krb_get_lrealm correctly
312 1999-06-15  Assar Westerlund  <assar@sics.se>
314         * common.c (realm_of_cell): rename to _kafs_realm_of_cell and
315         un-staticize
317 Fri Mar 19 14:52:29 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
319         * Makefile.am: add version-info
321 Thu Mar 18 11:24:02 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
323         * Makefile.am: include Makefile.am.common
325 Sat Feb 27 19:46:21 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
327         * Makefile.am: remove EXTRA_DATA (as of autoconf 2.13/automake
328         1.4)
330 Thu Feb 11 22:57:37 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
332         * Makefile.am: set AIX_SRC also if !AIX
334 Tue Dec  1 14:45:15 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
336         * Makefile.am: fix AIX linkage
338 Sun Nov 22 10:40:44 1998  Assar Westerlund  <assar@sics.se>
340         * Makefile.in (WFLAGS): set
342 Sat Nov 21 16:55:19 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
344         * afskrb5.c: add homedir support
346 Sun Sep  6 20:16:27 1998  Assar Westerlund  <assar@sics.se>
348         * add new functionality for specifying the homedir to krb_afslog
349         et al
351 Thu Jul 16 01:27:19 1998  Assar Westerlund  <assar@sics.se>
353         * afssys.c: reorganize order of definitions.
354         (try_one, try_two): conditionalize
356 Thu Jul  9 18:31:52 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
358         * common.c (realm_of_cell): make the dns fallback work
360 Wed Jul  8 01:39:44 1998  Assar Westerlund  <assar@sics.se>
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
366 Tue Jun 30 17:19:00 1998  Assar Westerlund  <assar@sics.se>
368         * afssys.c: rewrite and add support for environment variable
369         AFS_SYSCALL
371         * Makefile.in (distclean): don't remove roken_rename.h
373 Fri May 29 19:03:20 1998  Assar Westerlund  <assar@sics.se>
375         * Makefile.in (roken_rename.h): remove dependency
377 Mon May 25 05:25:54 1998  Assar Westerlund  <assar@sics.se>
379         * Makefile.in (clean): try to remove shared library debris
381 Sun Apr 19 09:58:40 1998  Assar Westerlund  <assar@sics.se>
383         * Makefile.in: add symlink magic for linux
385 Sat Apr  4 15:08:48 1998  Assar Westerlund  <assar@sics.se>
387         * kafs.h: add arla paths
389         * common.c (_kafs_afslog_all_local_cells): Try _PATH_ARLA_*
390         (_realm_of_cell): Try _PATH_ARLA_CELLSERVDB
392 Thu Feb 19 14:50:22 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
394         * common.c: Don't store expired tokens (this broke when using
395         pag-less rsh-sessions, and `non-standard' ticket files).
397 Thu Feb 12 11:20:15 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
399         * Makefile.in: Install/uninstall one library at a time.
401 Thu Feb 12 05:38:58 1998  Assar Westerlund  <assar@sics.se>
403         * Makefile.in (install): one library at a time.
405 Mon Feb  9 23:40:32 1998  Assar Westerlund  <assar@sics.se>
407         * common.c (find_cells): ignore empty lines
409 Tue Jan  6 04:25:58 1998  Assar Westerlund  <assar@sics.se>
411         * afssysdefs.h (AFS_SYSCALL): add FreeBSD
413 Fri Jan  2 17:08:24 1998  Assar Westerlund  <assar@sics.se>
415         * kafs.h: new VICEIOCTL's.  From <rb@stacken.kth.se>
417         * afssysdefs.h: Add OpenBSD