Initial import from FreeBSD RELENG_4:
[dragonfly.git] / crypto / kerberosIV / lib / kafs / ChangeLog
1 2000-03-20  Assar Westerlund  <assar@sics.se>
2
3         * afssysdefs.h: make versions later than 5.7 of solaris also use
4         73
5
6 2000-03-13  Assar Westerlund  <assar@sics.se>
7
8         * afssysdefs.h: add 230 for MacOS X per information from
9         <warner.c@apple.com>
10
11 1999-11-22  Assar Westerlund  <assar@sics.se>
12
13         * afskrb5.c (afslog_uid_int): handle d->realm == NULL
14         
15 1999-11-17  Assar Westerlund  <assar@sics.se>
16
17         * afskrb5.c (afslog_uid_int): don't look at the local realm at
18         all.  just use the realm from the ticket file.
19
20 1999-10-20  Assar Westerlund  <assar@sics.se>
21
22         * Makefile.am: set version to 1:1:1
23
24         * afskrb5.c (get_cred): always request a DES key
25
26 Mon Oct 18 17:40:21 1999  Bjoern Groenvall  <bg@mummel.sics.se>
27
28         * common.c (find_cells): Trim trailing whitespace from
29         cellname. Lines starting with # are regarded as comments.
30
31 Fri Oct  8 18:17:22 1999  Bjoern Groenvall  <bg@mummel.sics.se>
32
33         * afskrb.c, common.c : Change code to make a clear distinction
34         between hinted realm and ticket realm.
35
36         * kafs_locl.h: Added argument realm_hint.
37
38         * common.c (_kafs_get_cred): Change code to acquire the ``best''
39         possible ticket. Use cross-cell authentication only as method of
40         last resort.
41
42         * afskrb.c (afslog_uid_int): Add realm_hint argument and extract
43         realm from ticket file.
44
45         * afskrb5.c (afslog_uid_int): Added argument realm_hint.
46
47 1999-10-03  Assar Westerlund  <assar@sics.se>
48
49         * afskrb5.c (get_cred): update to new krb524_convert_creds_kdc
50
51 1999-08-12  Johan Danielsson  <joda@pdc.kth.se>
52
53         * Makefile.am: ignore the comlicated aix construct if !krb4
54
55 1999-07-26  Assar Westerlund  <assar@sics.se>
56
57         * Makefile.am: set version to 1:0:1
58
59 1999-07-22  Assar Westerlund  <assar@sics.se>
60
61         * afssysdefs.h: define AFS_SYSCALL to 73 for Solaris 2.7
62
63 1999-07-07  Assar Westerlund  <assar@sics.se>
64
65         * afskrb5.c (krb5_realm_of_cell): new function
66
67         * afskrb.c (krb_realm_of_cell): new function
68         (afslog_uid_int): call krb_get_lrealm correctly
69
70 1999-06-15  Assar Westerlund  <assar@sics.se>
71
72         * common.c (realm_of_cell): rename to _kafs_realm_of_cell and
73         un-staticize
74
75 Fri Mar 19 14:52:29 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
76
77         * Makefile.am: add version-info
78
79 Thu Mar 18 11:24:02 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
80
81         * Makefile.am: include Makefile.am.common
82
83 Sat Feb 27 19:46:21 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
84
85         * Makefile.am: remove EXTRA_DATA (as of autoconf 2.13/automake
86         1.4)
87
88 Thu Feb 11 22:57:37 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
89
90         * Makefile.am: set AIX_SRC also if !AIX
91
92 Tue Dec  1 14:45:15 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
93
94         * Makefile.am: fix AIX linkage
95
96 Sun Nov 22 10:40:44 1998  Assar Westerlund  <assar@sics.se>
97
98         * Makefile.in (WFLAGS): set
99
100 Sat Nov 21 16:55:19 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
101
102         * afskrb5.c: add homedir support
103
104 Sun Sep  6 20:16:27 1998  Assar Westerlund  <assar@sics.se>
105
106         * add new functionality for specifying the homedir to krb_afslog
107         et al
108
109 Thu Jul 16 01:27:19 1998  Assar Westerlund  <assar@sics.se>
110
111         * afssys.c: reorganize order of definitions.
112         (try_one, try_two): conditionalize
113
114 Thu Jul  9 18:31:52 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
115
116         * common.c (realm_of_cell): make the dns fallback work
117
118 Wed Jul  8 01:39:44 1998  Assar Westerlund  <assar@sics.se>
119
120         * afssys.c (map_syscall_name_to_number): new function for finding
121         the number of a syscall given the name on solaris
122         (k_hasafs): try using map_syscall_name_to_number
123
124 Tue Jun 30 17:19:00 1998  Assar Westerlund  <assar@sics.se>
125
126         * afssys.c: rewrite and add support for environment variable
127         AFS_SYSCALL
128
129         * Makefile.in (distclean): don't remove roken_rename.h
130
131 Fri May 29 19:03:20 1998  Assar Westerlund  <assar@sics.se>
132
133         * Makefile.in (roken_rename.h): remove dependency
134
135 Mon May 25 05:25:54 1998  Assar Westerlund  <assar@sics.se>
136
137         * Makefile.in (clean): try to remove shared library debris
138
139 Sun Apr 19 09:58:40 1998  Assar Westerlund  <assar@sics.se>
140
141         * Makefile.in: add symlink magic for linux
142
143 Sat Apr  4 15:08:48 1998  Assar Westerlund  <assar@sics.se>
144
145         * kafs.h: add arla paths
146
147         * common.c (_kafs_afslog_all_local_cells): Try _PATH_ARLA_*
148         (_realm_of_cell): Try _PATH_ARLA_CELLSERVDB
149
150 Thu Feb 19 14:50:22 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
151
152         * common.c: Don't store expired tokens (this broke when using
153         pag-less rsh-sessions, and `non-standard' ticket files).
154
155 Thu Feb 12 11:20:15 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
156
157         * Makefile.in: Install/uninstall one library at a time.
158
159 Thu Feb 12 05:38:58 1998  Assar Westerlund  <assar@sics.se>
160
161         * Makefile.in (install): one library at a time.
162
163 Mon Feb  9 23:40:32 1998  Assar Westerlund  <assar@sics.se>
164
165         * common.c (find_cells): ignore empty lines
166
167 Tue Jan  6 04:25:58 1998  Assar Westerlund  <assar@sics.se>
168
169         * afssysdefs.h (AFS_SYSCALL): add FreeBSD
170
171 Fri Jan  2 17:08:24 1998  Assar Westerlund  <assar@sics.se>
172
173         * kafs.h: new VICEIOCTL's.  From <rb@stacken.kth.se>
174
175         * afssysdefs.h: Add OpenBSD