12001-11-01 Assar Westerlund <assar@sics.se> 2 3 * add strsep, and bump version to 3:3:3 4 52001-10-27 Assar Westerlund <assar@sics.se> 6 7 * Makefile.am (libkafs_la_LDFLAGS): set version to 3:2:3 8 92001-10-24 Assar Westerlund <assar@sics.se> 10 11 * afskrb.c (afslog_uid_int): handle krb_get_tf_fullname that 12 cannot take NULLs 13 (such as the MIT one) 14 152001-10-22 Assar Westerlund <assar@sics.se> 16 17 * Makefile.am (ROKEN_SRCS): add strlcpy.c 18 192001-10-09 Assar Westerlund <assar@sics.se> 20 21 * Makefile.am (ROKEN_SRCS): add strtok_r.c 22 * roken_rename.h (dns_srv_order): rename correctly 23 (strtok_r): add renaming 24 252001-09-10 Assar Westerlund <assar@sics.se> 26 27 * kafs.h, common.c: look for configuration files in /etc/arla (the 28 location in debian's arla package) 29 302001-08-26 Assar Westerlund <assar@sics.se> 31 32 * Makefile.am: handle both krb5 and krb4 cases 33 342001-07-19 Assar Westerlund <assar@sics.se> 35 36 * Makefile.am (libkafs_la_LDFLAGS): set version to 3:0:3 37 382001-07-12 Assar Westerlund <assar@sics.se> 39 40 * common.c: look in /etc/openafs for debian openafs 41 * kafs.h: add paths for openafs debian (/etc/openafs) 42 43 * Makefile.am: add required library dependencies 44 452001-07-03 Assar Westerlund <assar@sics.se> 46 47 * Makefile.am (libkafs_la_LDFLAGS): set versoin to 2:4:2 48 492001-06-19 Assar Westerlund <assar@sics.se> 50 51 * common.c (_kafs_realm_of_cell): changed to first try exact match 52 in CellServDB, then exact match in DNS, and finally in-exact match 53 in CellServDB 54 552001-05-18 Johan Danielsson <joda@pdc.kth.se> 56 57 * Makefile.am: only build resolve.c if doing renaming 58 592001-02-12 Assar Westerlund <assar@sics.se> 60 61 * Makefile.am, roken_rename.h: add rename of dns functions 62 632000-12-11 Assar Westerlund <assar@sics.se> 64 65 * Makefile.am (libkafs_la_LDFLAGS): set version to 2:3:2 66 672000-11-17 Assar Westerlund <assar@sics.se> 68 69 * afssysdefs.h: solaris 8 apperently uses 65 70 712000-09-19 Assar Westerlund <assar@sics.se> 72 73 * Makefile.am (libkafs_la_LDFLAGS): bump version to 2:2:2 74 752000-09-12 Johan Danielsson <joda@pdc.kth.se> 76 77 * dlfcn.c: correct arguments to some snprintf:s 78 792000-07-25 Johan Danielsson <joda@pdc.kth.se> 80 81 * Makefile.am: bump version to 2:1:2 82 832000-04-03 Assar Westerlund <assar@sics.se> 84 85 * Makefile.am: set version to 2:0:2 86 872000-03-20 Assar Westerlund <assar@sics.se> 88 89 * afssysdefs.h: make versions later than 5.7 of solaris also use 90 73 91 922000-03-16 Assar Westerlund <assar@sics.se> 93 94 * afskrb.c (afslog_uid_int): use krb_get_tf_fullname instead of 95 krb_get_default_principal 96 972000-03-15 Assar Westerlund <assar@sics.se> 98 99 * afssys.c (map_syscall_name_to_number): ignore # at 100 beginning-of-line 101 1022000-03-13 Assar Westerlund <assar@sics.se> 103 104 * afssysdefs.h: add 230 for MacOS X per information from 105 <warner.c@apple.com> 106 1071999-12-06 Assar Westerlund <assar@sics.se> 108 109 * Makefile.am: set version to 1:2:1 110 1111999-11-22 Assar Westerlund <assar@sics.se> 112 113 * afskrb5.c (afslog_uid_int): handle d->realm == NULL 114 1151999-11-17 Assar Westerlund <assar@sics.se> 116 117 * afskrb5.c (afslog_uid_int): don't look at the local realm at 118 all. just use the realm from the ticket file. 119 1201999-10-20 Assar Westerlund <assar@sics.se> 121 122 * Makefile.am: set version to 1:1:1 123 124 * afskrb5.c (get_cred): always request a DES key 125 126Mon Oct 18 17:40:21 1999 Bjoern Groenvall <bg@mummel.sics.se> 127 128 * common.c (find_cells): Trim trailing whitespace from 129 cellname. Lines starting with # are regarded as comments. 130 131Fri Oct 8 18:17:22 1999 Bjoern Groenvall <bg@mummel.sics.se> 132 133 * afskrb.c, common.c : Change code to make a clear distinction 134 between hinted realm and ticket realm. 135 136 * kafs_locl.h: Added argument realm_hint. 137 138 * common.c (_kafs_get_cred): Change code to acquire the ``best'' 139 possible ticket. Use cross-cell authentication only as method of 140 last resort. 141 142 * afskrb.c (afslog_uid_int): Add realm_hint argument and extract 143 realm from ticket file. 144 145 * afskrb5.c (afslog_uid_int): Added argument realm_hint. 146 1471999-10-03 Assar Westerlund <assar@sics.se> 148 149 * afskrb5.c (get_cred): update to new krb524_convert_creds_kdc 150 1511999-08-12 Johan Danielsson <joda@pdc.kth.se> 152 153 * Makefile.am: ignore the comlicated aix construct if !krb4 154 1551999-07-26 Assar Westerlund <assar@sics.se> 156 157 * Makefile.am: set version to 1:0:1 158 1591999-07-22 Assar Westerlund <assar@sics.se> 160 161 * afssysdefs.h: define AFS_SYSCALL to 73 for Solaris 2.7 162 1631999-07-07 Assar Westerlund <assar@sics.se> 164 165 * afskrb5.c (krb5_realm_of_cell): new function 166 167 * afskrb.c (krb_realm_of_cell): new function 168 (afslog_uid_int): call krb_get_lrealm correctly 169 1701999-06-15 Assar Westerlund <assar@sics.se> 171 172 * common.c (realm_of_cell): rename to _kafs_realm_of_cell and 173 un-staticize 174 175Fri Mar 19 14:52:29 1999 Johan Danielsson <joda@hella.pdc.kth.se> 176 177 * Makefile.am: add version-info 178 179Thu Mar 18 11:24:02 1999 Johan Danielsson <joda@hella.pdc.kth.se> 180 181 * Makefile.am: include Makefile.am.common 182 183Sat Feb 27 19:46:21 1999 Johan Danielsson <joda@hella.pdc.kth.se> 184 185 * Makefile.am: remove EXTRA_DATA (as of autoconf 2.13/automake 186 1.4) 187 188Thu Feb 11 22:57:37 1999 Johan Danielsson <joda@hella.pdc.kth.se> 189 190 * Makefile.am: set AIX_SRC also if !AIX 191 192Tue Dec 1 14:45:15 1998 Johan Danielsson <joda@hella.pdc.kth.se> 193 194 * Makefile.am: fix AIX linkage 195 196Sun Nov 22 10:40:44 1998 Assar Westerlund <assar@sics.se> 197 198 * Makefile.in (WFLAGS): set 199 200Sat Nov 21 16:55:19 1998 Johan Danielsson <joda@hella.pdc.kth.se> 201 202 * afskrb5.c: add homedir support 203 204Sun Sep 6 20:16:27 1998 Assar Westerlund <assar@sics.se> 205 206 * add new functionality for specifying the homedir to krb_afslog 207 et al 208 209Thu Jul 16 01:27:19 1998 Assar Westerlund <assar@sics.se> 210 211 * afssys.c: reorganize order of definitions. 212 (try_one, try_two): conditionalize 213 214Thu Jul 9 18:31:52 1998 Johan Danielsson <joda@emma.pdc.kth.se> 215 216 * common.c (realm_of_cell): make the dns fallback work 217 218Wed Jul 8 01:39:44 1998 Assar Westerlund <assar@sics.se> 219 220 * afssys.c (map_syscall_name_to_number): new function for finding 221 the number of a syscall given the name on solaris 222 (k_hasafs): try using map_syscall_name_to_number 223 224Tue Jun 30 17:19:00 1998 Assar Westerlund <assar@sics.se> 225 226 * afssys.c: rewrite and add support for environment variable 227 AFS_SYSCALL 228 229 * Makefile.in (distclean): don't remove roken_rename.h 230 231Fri May 29 19:03:20 1998 Assar Westerlund <assar@sics.se> 232 233 * Makefile.in (roken_rename.h): remove dependency 234 235Mon May 25 05:25:54 1998 Assar Westerlund <assar@sics.se> 236 237 * Makefile.in (clean): try to remove shared library debris 238 239Sun Apr 19 09:58:40 1998 Assar Westerlund <assar@sics.se> 240 241 * Makefile.in: add symlink magic for linux 242 243Sat Apr 4 15:08:48 1998 Assar Westerlund <assar@sics.se> 244 245 * kafs.h: add arla paths 246 247 * common.c (_kafs_afslog_all_local_cells): Try _PATH_ARLA_* 248 (_realm_of_cell): Try _PATH_ARLA_CELLSERVDB 249 250Thu Feb 19 14:50:22 1998 Johan Danielsson <joda@emma.pdc.kth.se> 251 252 * common.c: Don't store expired tokens (this broke when using 253 pag-less rsh-sessions, and `non-standard' ticket files). 254 255Thu Feb 12 11:20:15 1998 Johan Danielsson <joda@emma.pdc.kth.se> 256 257 * Makefile.in: Install/uninstall one library at a time. 258 259Thu Feb 12 05:38:58 1998 Assar Westerlund <assar@sics.se> 260 261 * Makefile.in (install): one library at a time. 262 263Mon Feb 9 23:40:32 1998 Assar Westerlund <assar@sics.se> 264 265 * common.c (find_cells): ignore empty lines 266 267Tue Jan 6 04:25:58 1998 Assar Westerlund <assar@sics.se> 268 269 * afssysdefs.h (AFS_SYSCALL): add FreeBSD 270 271Fri Jan 2 17:08:24 1998 Assar Westerlund <assar@sics.se> 272 273 * kafs.h: new VICEIOCTL's. From <rb@stacken.kth.se> 274 275 * afssysdefs.h: Add OpenBSD 276