| 1 | 2008-07-17 Love Hörnquist Ã
|
|---|
| 2 | strand <lha@it.su.se>
|
|---|
| 3 |
|
|---|
| 4 | * common.c: Try afs/cell@REALM before afs@REALM since that is what
|
|---|
| 5 | OpenAFS folks have been saying is best pratices for some time
|
|---|
| 6 | now. Patch from Derrick Brashear.
|
|---|
| 7 |
|
|---|
| 8 | 2008-04-15 Love Hörnquist Ã
|
|---|
| 9 | strand <lha@it.su.se>
|
|---|
| 10 | * afssys.c: Avoid using entry points depending on _IOWR if there
|
|---|
| 11 | is no _IOWR (on cygwin).
|
|---|
| 12 |
|
|---|
| 13 | 2007-07-10 Love Hörnquist Ã
|
|---|
| 14 | strand <lha@it.su.se>
|
|---|
| 15 |
|
|---|
| 16 | * Makefile.am: New library version.
|
|---|
| 17 |
|
|---|
| 18 | 2007-05-10 Love Hörnquist Ã
|
|---|
| 19 | strand <lha@it.su.se>
|
|---|
| 20 |
|
|---|
| 21 | * kafs.h: Add VIOCSETTOK2
|
|---|
| 22 |
|
|---|
| 23 | 2006-10-21 Love Hörnquist Ã
|
|---|
| 24 | strand <lha@it.su.se>
|
|---|
| 25 |
|
|---|
| 26 | * Makefile.am: unbreak previous
|
|---|
| 27 |
|
|---|
| 28 | * Makefile.am: split dist and nodist sources
|
|---|
| 29 |
|
|---|
| 30 | 2006-10-20 Love Hörnquist Ã
|
|---|
| 31 | strand <lha@it.su.se>
|
|---|
| 32 |
|
|---|
| 33 | * Makefile.am: add more files
|
|---|
| 34 |
|
|---|
| 35 | 2006-05-01 Love Hörnquist Ã
|
|---|
| 36 | strand <lha@it.su.se>
|
|---|
| 37 |
|
|---|
| 38 | * kafs.3: Spelling, from Björn Sandell.
|
|---|
| 39 |
|
|---|
| 40 | 2006-04-11 Love Hörnquist Ã
|
|---|
| 41 | strand <lha@it.su.se>
|
|---|
| 42 |
|
|---|
| 43 | * afssys.c: use afs_ioctlnum, From Tomas Olsson <tol@it.su.se>
|
|---|
| 44 |
|
|---|
| 45 | 2006-04-10 Love Hörnquist Ã
|
|---|
| 46 | strand <lha@it.su.se>
|
|---|
| 47 |
|
|---|
| 48 | * afssys.c: Try harder to get the pioctl to work via the /proc or
|
|---|
| 49 | /dev interface, OpenAFS choose to reuse the same ioctl number,
|
|---|
| 50 | while Arla didn't. Also, try new ioctl before the the old
|
|---|
| 51 | syscalls.
|
|---|
| 52 |
|
|---|
| 53 | * afskrb5.c (afslog_uid_int): use the simpler
|
|---|
| 54 | krb5_principal_get_realm function.
|
|---|
| 55 |
|
|---|
| 56 | 2005-12-21 Love Hörnquist Ã
|
|---|
| 57 | strand <lha@it.su.se>
|
|---|
| 58 |
|
|---|
| 59 | * Makefile.am: Remove dependency on config.h, breaks IRIX build,
|
|---|
| 60 | could depend on libkafs_la_OBJECTS, but that is just asking for
|
|---|
| 61 | trubble.
|
|---|
| 62 |
|
|---|
| 63 | 2005-10-20 Love Hörnquist Ã
|
|---|
| 64 | strand <lha@it.su.se>
|
|---|
| 65 |
|
|---|
| 66 | * afssys.c (k_hasafs_recheck): new function, allow rechecking if
|
|---|
| 67 | AFS client have started now, internaly it resets the internal
|
|---|
| 68 | state from k_hasafs() and retry retry the probing. The problem
|
|---|
| 69 | with calling k_hasaf() is that is plays around with signals, and
|
|---|
| 70 | that cases problem for some systems/applications.
|
|---|
| 71 |
|
|---|
| 72 | 2005-10-02 Love Hörnquist Ã
|
|---|
| 73 | strand <lha@it.su.se>
|
|---|
| 74 |
|
|---|
| 75 | * kafs_locl.h: Maybe include <sys/sysctl.h>.
|
|---|
| 76 |
|
|---|
| 77 | * afssys.c: Mac OS X 10.4 needs a runtime check if we are going to
|
|---|
| 78 | use the syscall, there is no cpp define to use to check the
|
|---|
| 79 | version. Every after 10.0 (darwin 8.0) uses the /dev/ version of
|
|---|
| 80 | the pioctl.
|
|---|
| 81 |
|
|---|
| 82 | 2005-10-01 Love Hörnquist Ã
|
|---|
| 83 | strand <lha@it.su.se>
|
|---|
| 84 |
|
|---|
| 85 | * afssys.c: Support the new MacOS X 10.4 ioctl interface that is a
|
|---|
| 86 | device node. Patched from Tomas Olson <tol@it.su.se>.
|
|---|
| 87 |
|
|---|
| 88 | 2005-08-26 Love Hörnquist Ã
|
|---|
| 89 | strand <lha@it.su.se>
|
|---|
| 90 |
|
|---|
| 91 | * afskrb5.c: Default to use 2b tokens.
|
|---|
| 92 |
|
|---|
| 93 | 2005-06-17 Love Hörnquist Ã
|
|---|
| 94 | strand <lha@it.su.se>
|
|---|
| 95 |
|
|---|
| 96 | * common.c: rename index to idx
|
|---|
| 97 |
|
|---|
| 98 | * afssys.c (k_afs_cell_of_file): unconst path
|
|---|
| 99 |
|
|---|
| 100 | 2005-06-02 Love Hörnquist Ã
|
|---|
| 101 | strand <lha@it.su.se>
|
|---|
| 102 |
|
|---|
| 103 | * use struct kafs_data everywhere, don't mix with the typedef
|
|---|
| 104 | kafs_data
|
|---|
| 105 |
|
|---|
| 106 | * roken_rename.h: rename more resolve.c symbols
|
|---|
| 107 |
|
|---|
| 108 | * afssys.c: Don't building map_syscall_name_to_number where its
|
|---|
| 109 | not used.
|
|---|
| 110 |
|
|---|
| 111 | 2005-02-24 Love Hörnquist Ã
|
|---|
| 112 | strand <lha@it.su.se>
|
|---|
| 113 |
|
|---|
| 114 | * Makefile.am: bump version to 4:1:4
|
|---|
| 115 |
|
|---|
| 116 | 2005-02-03 Love Hörnquist Ã
|
|---|
| 117 | strand <lha@it.su.se>
|
|---|
| 118 |
|
|---|
| 119 | * kafs.h: de-__P
|
|---|
| 120 |
|
|---|
| 121 | 2004-12-06 Love Hörnquist Ã
|
|---|
| 122 | strand <lha@it.su.se>
|
|---|
| 123 |
|
|---|
| 124 | * afskrb5.c: s/KEYTYPE_DES/ETYPE_DES_CBC_CRC/
|
|---|
| 125 |
|
|---|
| 126 | 2004-08-09 Love Hörnquist Ã
|
|---|
| 127 | strand <lha@it.su.se>
|
|---|
| 128 |
|
|---|
| 129 | * afssysdefs.h: ifdef protect AFS_SYSCALL for DragonFly since they
|
|---|
| 130 | still define __FreeBSD__ (and __FreeBSD_version), but claim that
|
|---|
| 131 | they will stop doing it some time...
|
|---|
| 132 |
|
|---|
| 133 | * afssysdefs.h: dragonflybsd uses 339 just like freebsd5
|
|---|
| 134 |
|
|---|
| 135 | 2004-06-22 Love Hörnquist Ã
|
|---|
| 136 | strand <lha@it.su.se>
|
|---|
| 137 |
|
|---|
| 138 | * afssys.c: s/arla/nnpfs/
|
|---|
| 139 |
|
|---|
| 140 | * afssys.c: support the linux /proc/fs/mumel/afs_ioctl afs
|
|---|
| 141 | "syscall" interface
|
|---|
| 142 |
|
|---|
| 143 | 2004-01-22 Love Hörnquist Ã
|
|---|
| 144 | strand <lha@it.su.se>
|
|---|
| 145 |
|
|---|
| 146 | * common.c: search paths for AFS configuration files for the
|
|---|
| 147 | OpenAFS MacOS X, fix comment
|
|---|
| 148 |
|
|---|
| 149 | * kafs.h: search paths for AFS configuration files for the OpenAFS
|
|---|
| 150 | MacOS X
|
|---|
| 151 |
|
|---|
| 152 | 2003-12-02 Love Hörnquist Ã
|
|---|
| 153 | strand <lha@it.su.se>
|
|---|
| 154 |
|
|---|
| 155 | * common.c: add _PATH_ARLA_OPENBSD & c/o
|
|---|
| 156 |
|
|---|
| 157 | * kafs.h: add _PATH_ARLA_OPENBSD & c/o
|
|---|
| 158 |
|
|---|
| 159 | 2003-11-14 Love Hörnquist Ã
|
|---|
| 160 | strand <lha@it.su.se>
|
|---|
| 161 |
|
|---|
| 162 | * common.c: typo, Bruno Rohee <bruno@rohee.com>
|
|---|
| 163 |
|
|---|
| 164 | 2003-11-08 Love Hörnquist Ã
|
|---|
| 165 | strand <lha@it.su.se>
|
|---|
| 166 |
|
|---|
| 167 | * kafs.3: spelling, partly from jmc <jmc@prioris.mini.pw.edu.pl>
|
|---|
| 168 |
|
|---|
| 169 | 2003-09-30 Love Hörnquist Ã
|
|---|
| 170 | strand <lha@it.su.se>
|
|---|
| 171 |
|
|---|
| 172 | * afskrb5.c (krb5_afslog_uid_home): be even more friendly to the
|
|---|
| 173 | user and fetch context and id ourself
|
|---|
| 174 |
|
|---|
| 175 | 2003-09-23 Love Hörnquist Ã
|
|---|
| 176 | strand <lha@it.su.se>
|
|---|
| 177 |
|
|---|
| 178 | * afskrb5.c (afslog_uid_int): just belive that realm hint the user
|
|---|
| 179 | passed us
|
|---|
| 180 |
|
|---|
| 181 | 2003-07-23 Love Hörnquist Ã
|
|---|
| 182 | strand <lha@it.su.se>
|
|---|
| 183 |
|
|---|
| 184 | * Makefile.am: always include v4 symbols
|
|---|
| 185 |
|
|---|
| 186 | * afskrb.c: provide dummy krb_ function to there is no need to
|
|---|
| 187 | bump major
|
|---|
| 188 |
|
|---|
| 189 | 2003-06-22 Love Hörnquist Ã
|
|---|
| 190 | strand <lha@it.su.se>
|
|---|
| 191 |
|
|---|
| 192 | * afskrb5.c (v5_convert): rename one of the two c to cred4
|
|---|
| 193 |
|
|---|
| 194 | 2003-04-23 Love Hörnquist Ã
|
|---|
| 195 | strand <lha@it.su.se>
|
|---|
| 196 |
|
|---|
| 197 | * common.c, kafs.h: drop the int argument (the error code) from
|
|---|
| 198 | the logging function
|
|---|
| 199 |
|
|---|
| 200 | 2003-04-22 Johan Danielsson <joda@pdc.kth.se>
|
|---|
| 201 |
|
|---|
| 202 | * afskrb5.c (v5_convert): better match what other functions do
|
|---|
| 203 | with values from krb5.conf, like case insensitivity
|
|---|
| 204 |
|
|---|
| 205 | 2003-04-16 Love Hörnquist Ã
|
|---|
| 206 | strand <lha@it.su.se>
|
|---|
| 207 |
|
|---|
| 208 | * kafs.3: Change .Fd #include <header.h> to .In header.h
|
|---|
| 209 | from Thomas Klausner <wiz@netbsd.org>
|
|---|
| 210 |
|
|---|
| 211 | 2003-04-14 Love Hörnquist Ã
|
|---|
| 212 | strand <lha@it.su.se>
|
|---|
| 213 |
|
|---|
| 214 | * Makefile.am: (libkafs_la_LDFLAGS): update version
|
|---|
| 215 |
|
|---|
| 216 | * Makefile.am (ROKEN_SRCS): drop strupr.c
|
|---|
| 217 |
|
|---|
| 218 | * kafs.3: document kafs_set_verbose
|
|---|
| 219 |
|
|---|
| 220 | * common.c (kafs_set_verbose): add function that (re)sets the
|
|---|
| 221 | logging function
|
|---|
| 222 | (_kafs_try_get_cred): add function that does (krb_data->get_cred) to
|
|---|
| 223 | make logging easier (that is now done in this function)
|
|---|
| 224 | (*): use _kafs_try_get_cred
|
|---|
| 225 |
|
|---|
| 226 | * afskrb5.c (get_cred): handle that inst can be the empty string too
|
|---|
| 227 | (v5_convert): use _kafs_foldup
|
|---|
| 228 | (krb5_afslog_uid_home): set name
|
|---|
| 229 | (krb5_afslog_uid_home): ditto
|
|---|
| 230 |
|
|---|
| 231 | * afskrb.c (krb_afslog_uid_home): set name
|
|---|
| 232 | (krb_afslog_uid_home): ditto
|
|---|
| 233 |
|
|---|
| 234 | * kafs_locl.h (kafs_data): add name
|
|---|
| 235 | (_kafs_foldup): internally export
|
|---|
| 236 |
|
|---|
| 237 | 2003-04-11 Love Hörnquist Ã
|
|---|
| 238 | strand <lha@it.su.se>
|
|---|
| 239 |
|
|---|
| 240 | * kafs.3: tell that cell-name is uppercased
|
|---|
| 241 |
|
|---|
| 242 | * Makefile.am: add INCLUDE_krb4 when using krb4, add INCLUDE_des
|
|---|
| 243 | when using krb5, add strupr.c
|
|---|
| 244 |
|
|---|
| 245 | * afskrb5.c: Check the cell part of the name, not the realm part
|
|---|
| 246 | when checking if 2b should be used. The reson is afs@REALM might
|
|---|
| 247 | have updated their servers but not afs/cell@REALM. Add constant
|
|---|
| 248 | KAFS_RXKAD_2B_KVNO.
|
|---|
| 249 |
|
|---|
| 250 | 2003-04-06 Love Hörnquist Ã
|
|---|
| 251 | strand <lha@it.su.se>
|
|---|
| 252 |
|
|---|
| 253 | * kafs.3: s/kerberos/Kerberos/
|
|---|
| 254 |
|
|---|
| 255 | 2003-03-19 Love Hörnquist Ã
|
|---|
| 256 | strand <lha@it.su.se>
|
|---|
| 257 |
|
|---|
| 258 | * kafs.3: spelling, from <jmc@prioris.mini.pw.edu.pl>
|
|---|
| 259 |
|
|---|
| 260 | * kafs.3: document the kafs_settoken functions write about the
|
|---|
| 261 | krb5_appdefault option for kerberos 5 afs tokens fix prototypes
|
|---|
| 262 |
|
|---|
| 263 | 2003-03-18 Love Hörnquist Ã
|
|---|
| 264 | strand <lha@it.su.se>
|
|---|
| 265 |
|
|---|
| 266 | * afskrb5.c (kafs_settoken5): change signature to include a
|
|---|
| 267 | krb5_context, use v5_convert
|
|---|
| 268 | (v5_convert): new function, converts a krb5_ccreds to a kafs_token in
|
|---|
| 269 | three diffrent ways, not at all, local 524/2b, and using 524
|
|---|
| 270 | (v5_to_kt): add code to do local 524/2b
|
|---|
| 271 | (get_cred): use v5_convert
|
|---|
| 272 |
|
|---|
| 273 |
|
|---|
| 274 | * kafs.h (kafs_settoken5): change signature to include a
|
|---|
| 275 | krb5_context
|
|---|
| 276 |
|
|---|
| 277 | * Makefile.am: always build the libkafs library now that the
|
|---|
| 278 | kerberos 5 can stand on their own
|
|---|
| 279 |
|
|---|
| 280 | * kafs.3: expose the krb5 functions
|
|---|
| 281 |
|
|---|
| 282 | * common.c (kafs_settoken_rxkad): move all content kerberos
|
|---|
| 283 | version from kafs_settoken to kafs_settoken_rxkad
|
|---|
| 284 | (_kafs_fixup_viceid): move the fixup the timestamp to make client
|
|---|
| 285 | happy code here.
|
|---|
| 286 | (_kafs_v4_to_kt): move all the kerberos 4 dependant parts from
|
|---|
| 287 | kafs_settoken here.
|
|---|
| 288 | (*): adapt to kafs_token
|
|---|
| 289 |
|
|---|
| 290 | * afskrb5.c (kafs_settoken5): new function, inserts a krb5_creds
|
|---|
| 291 | into kernel
|
|---|
| 292 | (v5_to_kt): new function, stores a krb5_creds in struct kafs_token
|
|---|
| 293 | (get_cred): add a appdefault boolean ("libkafs", realm, "afs-use-524")
|
|---|
| 294 | that can used to toggle if there should v5 token should be used
|
|---|
| 295 | directly or converted via 524 first.
|
|---|
| 296 |
|
|---|
| 297 | * afskrb.c: move kafs_settoken here, use struct kafs_token
|
|---|
| 298 |
|
|---|
| 299 | * kafs_locl.h: include krb5-v4compat.h if needed, define an
|
|---|
| 300 | internal structure struct kafs_token that carries around for rxkad
|
|---|
| 301 | data that is independant of kerberos version
|
|---|
| 302 |
|
|---|
| 303 | 2003-02-18 Love Hörnquist Ã
|
|---|
| 304 | strand <lha@it.su.se>
|
|---|
| 305 |
|
|---|
| 306 | * dlfcn.h: s/intialize/initialize, from
|
|---|
| 307 | <jmc@prioris.mini.pw.edu.pl>
|
|---|
| 308 |
|
|---|
| 309 | 2003-02-08 Assar Westerlund <assar@kth.se>
|
|---|
| 310 |
|
|---|
| 311 | * afssysdefs.h: fix FreeBSD section
|
|---|
| 312 |
|
|---|
| 313 | 2003-02-06 Love Hörnquist Ã
|
|---|
| 314 | strand <lha@it.su.se>
|
|---|
| 315 |
|
|---|
| 316 | * afssysdefs.h: use syscall 208 on openbsd (all version) use
|
|---|
| 317 | syscall 339 on freebsd 5.0 and later, use 210 on 4.x and earlier
|
|---|
| 318 |
|
|---|
| 319 | 2002-08-28 Johan Danielsson <joda@pdc.kth.se>
|
|---|
| 320 |
|
|---|
| 321 | * kafs.3: move around sections (from NetBSD)
|
|---|
| 322 |
|
|---|
| 323 | 2002-05-31 Assar Westerlund <assar@pdc.kth.se>
|
|---|
| 324 |
|
|---|
| 325 | * common.c: remove the trial of afs@REALM for cell != realm, it
|
|---|
| 326 | tries to use the wrong key for foreign cells
|
|---|
| 327 |
|
|---|
| 328 | 2002-05-20 Johan Danielsson <joda@pdc.kth.se>
|
|---|
| 329 |
|
|---|
| 330 | * Makefile.am: version number
|
|---|
| 331 |
|
|---|
| 332 | 2002-04-18 Johan Danielsson <joda@pdc.kth.se>
|
|---|
| 333 |
|
|---|
| 334 | * common.c (find_cells): make file parameter const
|
|---|
| 335 |
|
|---|
| 336 | 2001-11-01 Assar Westerlund <assar@sics.se>
|
|---|
| 337 |
|
|---|
| 338 | * add strsep, and bump version to 3:3:3
|
|---|
| 339 |
|
|---|
| 340 | 2001-10-27 Assar Westerlund <assar@sics.se>
|
|---|
| 341 |
|
|---|
| 342 | * Makefile.am (libkafs_la_LDFLAGS): set version to 3:2:3
|
|---|
| 343 |
|
|---|
| 344 | 2001-10-24 Assar Westerlund <assar@sics.se>
|
|---|
| 345 |
|
|---|
| 346 | * afskrb.c (afslog_uid_int): handle krb_get_tf_fullname that
|
|---|
| 347 | cannot take NULLs
|
|---|
| 348 | (such as the MIT one)
|
|---|
| 349 |
|
|---|
| 350 | 2001-10-22 Assar Westerlund <assar@sics.se>
|
|---|
| 351 |
|
|---|
| 352 | * Makefile.am (ROKEN_SRCS): add strlcpy.c
|
|---|
| 353 |
|
|---|
| 354 | 2001-10-09 Assar Westerlund <assar@sics.se>
|
|---|
| 355 |
|
|---|
| 356 | * Makefile.am (ROKEN_SRCS): add strtok_r.c
|
|---|
| 357 | * roken_rename.h (dns_srv_order): rename correctly
|
|---|
| 358 | (strtok_r): add renaming
|
|---|
| 359 |
|
|---|
| 360 | 2001-09-10 Assar Westerlund <assar@sics.se>
|
|---|
| 361 |
|
|---|
| 362 | * kafs.h, common.c: look for configuration files in /etc/arla (the
|
|---|
| 363 | location in debian's arla package)
|
|---|
| 364 |
|
|---|
| 365 | 2001-08-26 Assar Westerlund <assar@sics.se>
|
|---|
| 366 |
|
|---|
| 367 | * Makefile.am: handle both krb5 and krb4 cases
|
|---|
| 368 |
|
|---|
| 369 | 2001-07-19 Assar Westerlund <assar@sics.se>
|
|---|
| 370 |
|
|---|
| 371 | * Makefile.am (libkafs_la_LDFLAGS): set version to 3:0:3
|
|---|
| 372 |
|
|---|
| 373 | 2001-07-12 Assar Westerlund <assar@sics.se>
|
|---|
| 374 |
|
|---|
| 375 | * common.c: look in /etc/openafs for debian openafs
|
|---|
| 376 | * kafs.h: add paths for openafs debian (/etc/openafs)
|
|---|
| 377 |
|
|---|
| 378 | * Makefile.am: add required library dependencies
|
|---|
| 379 |
|
|---|
| 380 | 2001-07-03 Assar Westerlund <assar@sics.se>
|
|---|
| 381 |
|
|---|
| 382 | * Makefile.am (libkafs_la_LDFLAGS): set versoin to 2:4:2
|
|---|
| 383 |
|
|---|
| 384 | 2001-06-19 Assar Westerlund <assar@sics.se>
|
|---|
| 385 |
|
|---|
| 386 | * common.c (_kafs_realm_of_cell): changed to first try exact match
|
|---|
| 387 | in CellServDB, then exact match in DNS, and finally in-exact match
|
|---|
| 388 | in CellServDB
|
|---|
| 389 |
|
|---|
| 390 | 2001-05-18 Johan Danielsson <joda@pdc.kth.se>
|
|---|
| 391 |
|
|---|
| 392 | * Makefile.am: only build resolve.c if doing renaming
|
|---|
| 393 |
|
|---|
| 394 | 2001-02-12 Assar Westerlund <assar@sics.se>
|
|---|
| 395 |
|
|---|
| 396 | * Makefile.am, roken_rename.h: add rename of dns functions
|
|---|
| 397 |
|
|---|
| 398 | 2000-12-11 Assar Westerlund <assar@sics.se>
|
|---|
| 399 |
|
|---|
| 400 | * Makefile.am (libkafs_la_LDFLAGS): set version to 2:3:2
|
|---|
| 401 |
|
|---|
| 402 | 2000-11-17 Assar Westerlund <assar@sics.se>
|
|---|
| 403 |
|
|---|
| 404 | * afssysdefs.h: solaris 8 apperently uses 65
|
|---|
| 405 |
|
|---|
| 406 | 2000-09-19 Assar Westerlund <assar@sics.se>
|
|---|
| 407 |
|
|---|
| 408 | * Makefile.am (libkafs_la_LDFLAGS): bump version to 2:2:2
|
|---|
| 409 |
|
|---|
| 410 | 2000-09-12 Johan Danielsson <joda@pdc.kth.se>
|
|---|
| 411 |
|
|---|
| 412 | * dlfcn.c: correct arguments to some snprintf:s
|
|---|
| 413 |
|
|---|
| 414 | 2000-07-25 Johan Danielsson <joda@pdc.kth.se>
|
|---|
| 415 |
|
|---|
| 416 | * Makefile.am: bump version to 2:1:2
|
|---|
| 417 |
|
|---|
| 418 | 2000-04-03 Assar Westerlund <assar@sics.se>
|
|---|
| 419 |
|
|---|
| 420 | * Makefile.am: set version to 2:0:2
|
|---|
| 421 |
|
|---|
| 422 | 2000-03-20 Assar Westerlund <assar@sics.se>
|
|---|
| 423 |
|
|---|
| 424 | * afssysdefs.h: make versions later than 5.7 of solaris also use
|
|---|
| 425 | 73
|
|---|
| 426 |
|
|---|
| 427 | 2000-03-16 Assar Westerlund <assar@sics.se>
|
|---|
| 428 |
|
|---|
| 429 | * afskrb.c (afslog_uid_int): use krb_get_tf_fullname instead of
|
|---|
| 430 | krb_get_default_principal
|
|---|
| 431 |
|
|---|
| 432 | 2000-03-15 Assar Westerlund <assar@sics.se>
|
|---|
| 433 |
|
|---|
| 434 | * afssys.c (map_syscall_name_to_number): ignore # at
|
|---|
| 435 | beginning-of-line
|
|---|
| 436 |
|
|---|
| 437 | 2000-03-13 Assar Westerlund <assar@sics.se>
|
|---|
| 438 |
|
|---|
| 439 | * afssysdefs.h: add 230 for MacOS X per information from
|
|---|
| 440 | <warner.c@apple.com>
|
|---|
| 441 |
|
|---|
| 442 | 1999-12-06 Assar Westerlund <assar@sics.se>
|
|---|
| 443 |
|
|---|
| 444 | * Makefile.am: set version to 1:2:1
|
|---|
| 445 |
|
|---|
| 446 | 1999-11-22 Assar Westerlund <assar@sics.se>
|
|---|
| 447 |
|
|---|
| 448 | * afskrb5.c (afslog_uid_int): handle d->realm == NULL
|
|---|
| 449 |
|
|---|
| 450 | 1999-11-17 Assar Westerlund <assar@sics.se>
|
|---|
| 451 |
|
|---|
| 452 | * afskrb5.c (afslog_uid_int): don't look at the local realm at
|
|---|
| 453 | all. just use the realm from the ticket file.
|
|---|
| 454 |
|
|---|
| 455 | 1999-10-20 Assar Westerlund <assar@sics.se>
|
|---|
| 456 |
|
|---|
| 457 | * Makefile.am: set version to 1:1:1
|
|---|
| 458 |
|
|---|
| 459 | * afskrb5.c (get_cred): always request a DES key
|
|---|
| 460 |
|
|---|
| 461 | Mon Oct 18 17:40:21 1999 Bjoern Groenvall <bg@mummel.sics.se>
|
|---|
| 462 |
|
|---|
| 463 | * common.c (find_cells): Trim trailing whitespace from
|
|---|
| 464 | cellname. Lines starting with # are regarded as comments.
|
|---|
| 465 |
|
|---|
| 466 | Fri Oct 8 18:17:22 1999 Bjoern Groenvall <bg@mummel.sics.se>
|
|---|
| 467 |
|
|---|
| 468 | * afskrb.c, common.c : Change code to make a clear distinction
|
|---|
| 469 | between hinted realm and ticket realm.
|
|---|
| 470 |
|
|---|
| 471 | * kafs_locl.h: Added argument realm_hint.
|
|---|
| 472 |
|
|---|
| 473 | * common.c (_kafs_get_cred): Change code to acquire the ``best''
|
|---|
| 474 | possible ticket. Use cross-cell authentication only as method of
|
|---|
| 475 | last resort.
|
|---|
| 476 |
|
|---|
| 477 | * afskrb.c (afslog_uid_int): Add realm_hint argument and extract
|
|---|
| 478 | realm from ticket file.
|
|---|
| 479 |
|
|---|
| 480 | * afskrb5.c (afslog_uid_int): Added argument realm_hint.
|
|---|
| 481 |
|
|---|
| 482 | 1999-10-03 Assar Westerlund <assar@sics.se>
|
|---|
| 483 |
|
|---|
| 484 | * afskrb5.c (get_cred): update to new krb524_convert_creds_kdc
|
|---|
| 485 |
|
|---|
| 486 | 1999-08-12 Johan Danielsson <joda@pdc.kth.se>
|
|---|
| 487 |
|
|---|
| 488 | * Makefile.am: ignore the comlicated aix construct if !krb4
|
|---|
| 489 |
|
|---|
| 490 | 1999-07-26 Assar Westerlund <assar@sics.se>
|
|---|
| 491 |
|
|---|
| 492 | * Makefile.am: set version to 1:0:1
|
|---|
| 493 |
|
|---|
| 494 | 1999-07-22 Assar Westerlund <assar@sics.se>
|
|---|
| 495 |
|
|---|
| 496 | * afssysdefs.h: define AFS_SYSCALL to 73 for Solaris 2.7
|
|---|
| 497 |
|
|---|
| 498 | 1999-07-07 Assar Westerlund <assar@sics.se>
|
|---|
| 499 |
|
|---|
| 500 | * afskrb5.c (krb5_realm_of_cell): new function
|
|---|
| 501 |
|
|---|
| 502 | * afskrb.c (krb_realm_of_cell): new function
|
|---|
| 503 | (afslog_uid_int): call krb_get_lrealm correctly
|
|---|
| 504 |
|
|---|
| 505 | 1999-06-15 Assar Westerlund <assar@sics.se>
|
|---|
| 506 |
|
|---|
| 507 | * common.c (realm_of_cell): rename to _kafs_realm_of_cell and
|
|---|
| 508 | un-staticize
|
|---|
| 509 |
|
|---|
| 510 | Fri Mar 19 14:52:29 1999 Johan Danielsson <joda@hella.pdc.kth.se>
|
|---|
| 511 |
|
|---|
| 512 | * Makefile.am: add version-info
|
|---|
| 513 |
|
|---|
| 514 | Thu Mar 18 11:24:02 1999 Johan Danielsson <joda@hella.pdc.kth.se>
|
|---|
| 515 |
|
|---|
| 516 | * Makefile.am: include Makefile.am.common
|
|---|
| 517 |
|
|---|
| 518 | Sat Feb 27 19:46:21 1999 Johan Danielsson <joda@hella.pdc.kth.se>
|
|---|
| 519 |
|
|---|
| 520 | * Makefile.am: remove EXTRA_DATA (as of autoconf 2.13/automake
|
|---|
| 521 | 1.4)
|
|---|
| 522 |
|
|---|
| 523 | Thu Feb 11 22:57:37 1999 Johan Danielsson <joda@hella.pdc.kth.se>
|
|---|
| 524 |
|
|---|
| 525 | * Makefile.am: set AIX_SRC also if !AIX
|
|---|
| 526 |
|
|---|
| 527 | Tue Dec 1 14:45:15 1998 Johan Danielsson <joda@hella.pdc.kth.se>
|
|---|
| 528 |
|
|---|
| 529 | * Makefile.am: fix AIX linkage
|
|---|
| 530 |
|
|---|
| 531 | Sun Nov 22 10:40:44 1998 Assar Westerlund <assar@sics.se>
|
|---|
| 532 |
|
|---|
| 533 | * Makefile.in (WFLAGS): set
|
|---|
| 534 |
|
|---|
| 535 | Sat Nov 21 16:55:19 1998 Johan Danielsson <joda@hella.pdc.kth.se>
|
|---|
| 536 |
|
|---|
| 537 | * afskrb5.c: add homedir support
|
|---|
| 538 |
|
|---|
| 539 | Sun Sep 6 20:16:27 1998 Assar Westerlund <assar@sics.se>
|
|---|
| 540 |
|
|---|
| 541 | * add new functionality for specifying the homedir to krb_afslog
|
|---|
| 542 | et al
|
|---|
| 543 |
|
|---|
| 544 | Thu Jul 16 01:27:19 1998 Assar Westerlund <assar@sics.se>
|
|---|
| 545 |
|
|---|
| 546 | * afssys.c: reorganize order of definitions.
|
|---|
| 547 | (try_one, try_two): conditionalize
|
|---|
| 548 |
|
|---|
| 549 | Thu Jul 9 18:31:52 1998 Johan Danielsson <joda@emma.pdc.kth.se>
|
|---|
| 550 |
|
|---|
| 551 | * common.c (realm_of_cell): make the dns fallback work
|
|---|
| 552 |
|
|---|
| 553 | Wed Jul 8 01:39:44 1998 Assar Westerlund <assar@sics.se>
|
|---|
| 554 |
|
|---|
| 555 | * afssys.c (map_syscall_name_to_number): new function for finding
|
|---|
| 556 | the number of a syscall given the name on solaris
|
|---|
| 557 | (k_hasafs): try using map_syscall_name_to_number
|
|---|
| 558 |
|
|---|
| 559 | Tue Jun 30 17:19:00 1998 Assar Westerlund <assar@sics.se>
|
|---|
| 560 |
|
|---|
| 561 | * afssys.c: rewrite and add support for environment variable
|
|---|
| 562 | AFS_SYSCALL
|
|---|
| 563 |
|
|---|
| 564 | * Makefile.in (distclean): don't remove roken_rename.h
|
|---|
| 565 |
|
|---|
| 566 | Fri May 29 19:03:20 1998 Assar Westerlund <assar@sics.se>
|
|---|
| 567 |
|
|---|
| 568 | * Makefile.in (roken_rename.h): remove dependency
|
|---|
| 569 |
|
|---|
| 570 | Mon May 25 05:25:54 1998 Assar Westerlund <assar@sics.se>
|
|---|
| 571 |
|
|---|
| 572 | * Makefile.in (clean): try to remove shared library debris
|
|---|
| 573 |
|
|---|
| 574 | Sun Apr 19 09:58:40 1998 Assar Westerlund <assar@sics.se>
|
|---|
| 575 |
|
|---|
| 576 | * Makefile.in: add symlink magic for linux
|
|---|
| 577 |
|
|---|
| 578 | Sat Apr 4 15:08:48 1998 Assar Westerlund <assar@sics.se>
|
|---|
| 579 |
|
|---|
| 580 | * kafs.h: add arla paths
|
|---|
| 581 |
|
|---|
| 582 | * common.c (_kafs_afslog_all_local_cells): Try _PATH_ARLA_*
|
|---|
| 583 | (_realm_of_cell): Try _PATH_ARLA_CELLSERVDB
|
|---|
| 584 |
|
|---|
| 585 | Thu Feb 19 14:50:22 1998 Johan Danielsson <joda@emma.pdc.kth.se>
|
|---|
| 586 |
|
|---|
| 587 | * common.c: Don't store expired tokens (this broke when using
|
|---|
| 588 | pag-less rsh-sessions, and `non-standard' ticket files).
|
|---|
| 589 |
|
|---|
| 590 | Thu Feb 12 11:20:15 1998 Johan Danielsson <joda@emma.pdc.kth.se>
|
|---|
| 591 |
|
|---|
| 592 | * Makefile.in: Install/uninstall one library at a time.
|
|---|
| 593 |
|
|---|
| 594 | Thu Feb 12 05:38:58 1998 Assar Westerlund <assar@sics.se>
|
|---|
| 595 |
|
|---|
| 596 | * Makefile.in (install): one library at a time.
|
|---|
| 597 |
|
|---|
| 598 | Mon Feb 9 23:40:32 1998 Assar Westerlund <assar@sics.se>
|
|---|
| 599 |
|
|---|
| 600 | * common.c (find_cells): ignore empty lines
|
|---|
| 601 |
|
|---|
| 602 | Tue Jan 6 04:25:58 1998 Assar Westerlund <assar@sics.se>
|
|---|
| 603 |
|
|---|
| 604 | * afssysdefs.h (AFS_SYSCALL): add FreeBSD
|
|---|
| 605 |
|
|---|
| 606 | Fri Jan 2 17:08:24 1998 Assar Westerlund <assar@sics.se>
|
|---|
| 607 |
|
|---|
| 608 | * kafs.h: new VICEIOCTL's. From <rb@stacken.kth.se>
|
|---|
| 609 |
|
|---|
| 610 | * afssysdefs.h: Add OpenBSD
|
|---|