This commit was manufactured by cvs2svn to create tag
[heimdal.git] / lib / kafs / ChangeLog
blob093f609aa750507bd368d97d94cad7ffafd726ea
1 2001-07-03  Assar Westerlund  <assar@sics.se>
3         * Makefile.am (libkafs_la_LDFLAGS): set versoin to 2:4:2
5 2001-06-19  Assar Westerlund  <assar@sics.se>
7         * common.c (_kafs_realm_of_cell): changed to first try exact match
8         in CellServDB, then exact match in DNS, and finally in-exact match
9         in CellServDB
11 2001-05-18  Johan Danielsson  <joda@pdc.kth.se>
13         * Makefile.am: only build resolve.c if doing renaming
15 2001-02-12  Assar Westerlund  <assar@sics.se>
17         * Makefile.am, roken_rename.h: add rename of dns functions
19 2000-12-11  Assar Westerlund  <assar@sics.se>
21         * Makefile.am (libkafs_la_LDFLAGS): set version to 2:3:2
23 2000-11-17  Assar Westerlund  <assar@sics.se>
25         * afssysdefs.h: solaris 8 apperently uses 65
27 2000-09-19  Assar Westerlund  <assar@sics.se>
29         * Makefile.am (libkafs_la_LDFLAGS): bump version to 2:2:2
31 2000-09-12  Johan Danielsson  <joda@pdc.kth.se>
33         * dlfcn.c: correct arguments to some snprintf:s
35 2000-07-25  Johan Danielsson  <joda@pdc.kth.se>
37         * Makefile.am: bump version to 2:1:2
39 2000-04-03  Assar Westerlund  <assar@sics.se>
41         * Makefile.am: set version to 2:0:2
43 2000-03-20  Assar Westerlund  <assar@sics.se>
45         * afssysdefs.h: make versions later than 5.7 of solaris also use
46         73
48 2000-03-16  Assar Westerlund  <assar@sics.se>
50         * afskrb.c (afslog_uid_int): use krb_get_tf_fullname instead of
51         krb_get_default_principal
53 2000-03-15  Assar Westerlund  <assar@sics.se>
55         * afssys.c (map_syscall_name_to_number): ignore # at
56         beginning-of-line
58 2000-03-13  Assar Westerlund  <assar@sics.se>
60         * afssysdefs.h: add 230 for MacOS X per information from
61         <warner.c@apple.com>
63 1999-12-06  Assar Westerlund  <assar@sics.se>
65         * Makefile.am: set version to 1:2:1
67 1999-11-22  Assar Westerlund  <assar@sics.se>
69         * afskrb5.c (afslog_uid_int): handle d->realm == NULL
70         
71 1999-11-17  Assar Westerlund  <assar@sics.se>
73         * afskrb5.c (afslog_uid_int): don't look at the local realm at
74         all.  just use the realm from the ticket file.
76 1999-10-20  Assar Westerlund  <assar@sics.se>
78         * Makefile.am: set version to 1:1:1
80         * afskrb5.c (get_cred): always request a DES key
82 Mon Oct 18 17:40:21 1999  Bjoern Groenvall  <bg@mummel.sics.se>
84         * common.c (find_cells): Trim trailing whitespace from
85         cellname. Lines starting with # are regarded as comments.
87 Fri Oct  8 18:17:22 1999  Bjoern Groenvall  <bg@mummel.sics.se>
89         * afskrb.c, common.c : Change code to make a clear distinction
90         between hinted realm and ticket realm.
92         * kafs_locl.h: Added argument realm_hint.
94         * common.c (_kafs_get_cred): Change code to acquire the ``best''
95         possible ticket. Use cross-cell authentication only as method of
96         last resort.
98         * afskrb.c (afslog_uid_int): Add realm_hint argument and extract
99         realm from ticket file.
101         * afskrb5.c (afslog_uid_int): Added argument realm_hint.
103 1999-10-03  Assar Westerlund  <assar@sics.se>
105         * afskrb5.c (get_cred): update to new krb524_convert_creds_kdc
107 1999-08-12  Johan Danielsson  <joda@pdc.kth.se>
109         * Makefile.am: ignore the comlicated aix construct if !krb4
111 1999-07-26  Assar Westerlund  <assar@sics.se>
113         * Makefile.am: set version to 1:0:1
115 1999-07-22  Assar Westerlund  <assar@sics.se>
117         * afssysdefs.h: define AFS_SYSCALL to 73 for Solaris 2.7
119 1999-07-07  Assar Westerlund  <assar@sics.se>
121         * afskrb5.c (krb5_realm_of_cell): new function
123         * afskrb.c (krb_realm_of_cell): new function
124         (afslog_uid_int): call krb_get_lrealm correctly
126 1999-06-15  Assar Westerlund  <assar@sics.se>
128         * common.c (realm_of_cell): rename to _kafs_realm_of_cell and
129         un-staticize
131 Fri Mar 19 14:52:29 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
133         * Makefile.am: add version-info
135 Thu Mar 18 11:24:02 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
137         * Makefile.am: include Makefile.am.common
139 Sat Feb 27 19:46:21 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
141         * Makefile.am: remove EXTRA_DATA (as of autoconf 2.13/automake
142         1.4)
144 Thu Feb 11 22:57:37 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
146         * Makefile.am: set AIX_SRC also if !AIX
148 Tue Dec  1 14:45:15 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
150         * Makefile.am: fix AIX linkage
152 Sun Nov 22 10:40:44 1998  Assar Westerlund  <assar@sics.se>
154         * Makefile.in (WFLAGS): set
156 Sat Nov 21 16:55:19 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
158         * afskrb5.c: add homedir support
160 Sun Sep  6 20:16:27 1998  Assar Westerlund  <assar@sics.se>
162         * add new functionality for specifying the homedir to krb_afslog
163         et al
165 Thu Jul 16 01:27:19 1998  Assar Westerlund  <assar@sics.se>
167         * afssys.c: reorganize order of definitions.
168         (try_one, try_two): conditionalize
170 Thu Jul  9 18:31:52 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
172         * common.c (realm_of_cell): make the dns fallback work
174 Wed Jul  8 01:39:44 1998  Assar Westerlund  <assar@sics.se>
176         * afssys.c (map_syscall_name_to_number): new function for finding
177         the number of a syscall given the name on solaris
178         (k_hasafs): try using map_syscall_name_to_number
180 Tue Jun 30 17:19:00 1998  Assar Westerlund  <assar@sics.se>
182         * afssys.c: rewrite and add support for environment variable
183         AFS_SYSCALL
185         * Makefile.in (distclean): don't remove roken_rename.h
187 Fri May 29 19:03:20 1998  Assar Westerlund  <assar@sics.se>
189         * Makefile.in (roken_rename.h): remove dependency
191 Mon May 25 05:25:54 1998  Assar Westerlund  <assar@sics.se>
193         * Makefile.in (clean): try to remove shared library debris
195 Sun Apr 19 09:58:40 1998  Assar Westerlund  <assar@sics.se>
197         * Makefile.in: add symlink magic for linux
199 Sat Apr  4 15:08:48 1998  Assar Westerlund  <assar@sics.se>
201         * kafs.h: add arla paths
203         * common.c (_kafs_afslog_all_local_cells): Try _PATH_ARLA_*
204         (_realm_of_cell): Try _PATH_ARLA_CELLSERVDB
206 Thu Feb 19 14:50:22 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
208         * common.c: Don't store expired tokens (this broke when using
209         pag-less rsh-sessions, and `non-standard' ticket files).
211 Thu Feb 12 11:20:15 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
213         * Makefile.in: Install/uninstall one library at a time.
215 Thu Feb 12 05:38:58 1998  Assar Westerlund  <assar@sics.se>
217         * Makefile.in (install): one library at a time.
219 Mon Feb  9 23:40:32 1998  Assar Westerlund  <assar@sics.se>
221         * common.c (find_cells): ignore empty lines
223 Tue Jan  6 04:25:58 1998  Assar Westerlund  <assar@sics.se>
225         * afssysdefs.h (AFS_SYSCALL): add FreeBSD
227 Fri Jan  2 17:08:24 1998  Assar Westerlund  <assar@sics.se>
229         * kafs.h: new VICEIOCTL's.  From <rb@stacken.kth.se>
231         * afssysdefs.h: Add OpenBSD