2006-08-10 17:09 shadow * src/packaging/MacOS/buildpkg.sh: DELTA DEVEL15-macos-install-vos-20060810 AUTHOR shadow@dementia.org install vos in /usr/sbin 2006-08-10 17:00 shadow * configure-libafs.in, configure.in, src/libafs/afs.ppc_darwin_70.plist.in, src/libafs/afs.ppc_darwin_80.plist.in, src/libafs/afs.ppc_darwin_90.plist.in, src/libafs/afs.x86_darwin_80.plist.in, src/libafs/afs.x86_darwin_90.plist.in, src/packaging/MacOS/OpenAFS.Info.plist, src/packaging/MacOS/OpenAFS.info: DELTA DEVEL15-openafs-1-5-6-20060810 AUTHOR shadow@dementia.org openafs 1.5.6 2006-08-10 04:07 jaltman * src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/: relnotes-frames.htm, relnotes.htm, toc.htm: DELTA DEVEL15-windows-release-notes-20060809 AUTHOR jaltman@secure-endpoints.com fix TOC links and version numbers 2006-08-10 03:56 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20060809 AUTHOR jaltman@secure-endpoints.com 1.5.6 2006-08-10 02:49 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20060809 AUTHOR jaltman@secure-endpoints.com 1.5.6 == 1.5.0600 2006-08-09 23:49 jaltman * src/WINNT/afsd/cm_dcache.c: DELTA DEVEL15-windows-buf-queue-handling-20060809 AUTHOR jaltman@secure-endpoints.com don't free objects that are still on the queue. remove them first. 2006-08-09 23:29 jaltman * src/WINNT/afsd/afsd_init.c: DELTA DEVEL15-windows-backconnectionhostnames-fix-20060809 AUTHOR jaltman@secure-endpoints.com The previous code failed to specify the correct size of the REG_MULTI_SZ being written to the registry when appending an additional name to the list of Back Connection Host names. This would cause the written string to contain FOO\0B instead of FOO\0\BAR\0\0 this caused problems for Windows 2000 lsass.exe which failed to properly allocate the buffer for RegQueryValueEx and failed to check that it did not read beyond the buffer. If the list was not terminated with two nuls an exception would be thrown that could result in a lock being orphaned on the NTLMNameTable. This would in turn prevent authentications to UNC resources from completing. As a result, the startup of afsd_service.exe would fail if a GlobalAutoMapper drive was configured. The work around is to set the correct value in the registry before switching machine names or installing/removing the Microsoft Loopback Adapter. 2006-08-08 16:39 jaltman * src/WINNT/afsd/: afsd_init.c, cm_conn.c, cm_conn.h: DELTA DEVEL15-windows-restrict-timeouts-to-cifs-20060808 AUTHOR jaltman@secure-endpoints.com If afsd takes longer than the cifs timeout to complete an operation the cifs client may break the virtual circuit and create a new one. this forces all file handles to be closed and locks to be released. Try to prevent the circuit from being destroyed by allowing the CIFS lanmanworkstation SessTimeout value to enforce upper limits on the Conn and Hard Dead Timeouts. Permit this automatic configuration to be disabled by setting specific configuration values for timeouts in the registry. 2006-08-07 21:19 jaltman * src/WINNT/afsd/afsd_service.c: DELTA DEVEL15-windows-globalautomapper-thread-20060807 AUTHOR jaltman@secure-endpoints.com Move the establishment of the GlobalAutoMapper drives to a separate thread in order to prevent OpenAFS from reporting that the service did not start. OpenAFS considers the GlobalAutoMapper as deprecated functionality so it is ok to avoid the service failure report. 2006-08-04 18:24 shadow * src/afs/afs_syscall.c: DELTA DEVEL15-solaris-syscall-update-for-prototype-20060804 AUTHOR cg2v@andrew.cmu.edu since it's now prototyped, we needed to do this 2006-08-04 15:57 shadow * acinclude.m4, src/afs/afs_osi_pag.c, src/afs/sysincludes.h, src/afs/LINUX/osi_groups.c, src/afs/LINUX/osi_module.c, src/afs/LINUX/osi_prototypes.h, src/cf/linux-test4.m4: DELTA DEVEL15-linux-keyring-pags-20060804 AUTHOR chas@cmf.nrl.navy.mil ok, well, first try 2006-08-04 15:56 shadow * acinclude.m4, src/afs/LINUX/osi_vfsops.c, src/cf/linux-test4.m4: DELTA DEVEL15-linux-kernel-updates-20060804 AUTHOR chas@cmf.nrl.navy.mil updates for new stuff in linux kernels 2006-08-04 15:45 shadow * acinclude.m4, src/cf/linux-test1.m4, src/cf/linux-test2.m4, src/cf/linux-test3.m4, src/cf/linux-test4.m4: DELTA DEVEL15-linux-try-kbuild-20060804 AUTHOR chas@cmf.nrl.navy.mil FIXES 34561 the real reason i upgraded auto* 2006-08-04 04:10 rra * doc/man-pages/pod1/rxdebug.pod: DELTA DEVEL15-rxdebug-man-formatting-20060803 AUTHOR rra@stanford.edu Add missing B<> and S<> markup to the SYNOPSIS. 2006-08-04 03:46 jaltman * src/WINNT/afsd/: cm_buf.c, cm_buf.h: DELTA DEVEL15-windows-cm-buf-20060803 AUTHOR jaltman@secure-endpoints.com improve readability, ensure that buffers we free are in fact cm_buffers, and ensure that we obtain the next buffer before freeing the current one 2006-08-03 23:30 jaltman * src/WINNT/afsd/smb.c: DELTA DEVEL15-windows-smb-no-showerrors-20060803 AUTHOR jaltman@secure-endpoints.com pop up error dialogs prevent auto shutdown and restart of afsd service on network adapater error 2006-08-03 21:55 jaltman * src/WINNT/afsd/afslogon.c: DELTA DEVEL15-windows-afslogon-null-ptr-20060803 AUTHOR jaltman@secure-endpoints.com FIXES 33962 do not dereference a null pointer effDomain 2006-08-02 19:55 shadow * src/aklog/: aklog_main.c, asetkey.c: DELTA DEVEL15-aklog-stds-krb5-order-20060802 AUTHOR shadow@dementia.org kfm needs this first so when you include com_err.h from afs as a side effect of krb5.h we don't explode 2006-08-02 19:01 shadow * acconfig.h, configure.in, src/afs/afs_icl.c, src/afs/afs_md5.c, src/afs/afs_util.c, src/cf/bigendian.m4, src/rxkad/bg-fcrypt.c, src/rxkad/md4.c, src/rxkad/md5.c, src/rxkad/domestic/fcrypt.c, src/tviced/serialize_state.c, src/venus/kdump.c: DELTA DEVEL15-endian-fixes-20060802 AUTHOR shadow@dementia.org macos needs us to do weird stuff so -arch i386 -arch ppc works 2006-08-02 18:50 shadow * src/util/kreltime.c: DELTA DEVEL15-kreltime-guard-against-null-tm-20060731 AUTHOR shadow@dementia.org so we can memset 0 and get defaults 2006-08-02 18:21 jaltman * src/: fsint/common.xg, viced/afsfileprocs.c, viced/viced.c, viced/viced.h: DELTA DEVEL15-viced-sane-acls-bit-20060802 AUTHOR jaltman@secure-endpoints.com Add VICED_CAPABILITY_SANEACLS bit and -saneacls option to viced to enable it. 2006-08-02 04:02 shadow * src/packaging/MacOS/buildpkg.sh: DELTA DEVEL15-macos-use-platform-copy-of-afssettings-20060802 AUTHOR shadow@dementia.org we moved this to be made for real; use it 2006-08-02 03:49 shadow * Makefile.in, src/platform/DARWIN/Makefile.in: DELTA DEVEL15-macos-platform-update-20060801 AUTHOR shadow@dementia.org minor cleanup of the platform stuff 2006-08-02 03:38 shadow * src/packaging/MacOS/OpenAFS.post_install: DELTA DEVEL15-macos-installer-20060801 AUTHOR shadow@dementia.org partial updates 2006-08-01 22:52 shadow * src/platform/DARWIN/Makefile.in: DELTA DEVEL15-darwin-platform-fix-20060801 AUTHOR shadow@dementia.org get rid of tabs 2006-08-01 22:29 shadow * src/: fsint/common.xg, viced/afsfileprocs.c: DELTA DEVEL15-viced-capability-writelock-20060801 AUTHOR jaltman@secure-endpoints.com add write loc king capability 2006-08-01 22:14 shadow * src/packaging/MacOS/: DS_Store, Uninstall: DELTA DEVEL15-macos-installer-20060801 AUTHOR shadow@dementia.org partial updates 2006-08-01 22:12 shadow * src/packaging/MacOS/Uninstall: file Uninstall was added on branch openafs-devel-1_5_x on 2006-08-01 22:14:47 +0000 2006-08-01 22:12 shadow * src/packaging/MacOS/Uninstall: DELTA macos-installer-20060801 AUTHOR shadow@dementia.org partial updates 2006-08-01 21:59 shadow * src/packaging/MacOS/: OpenAFS.Info.plist, OpenAFS.post_install, ReadMe.rtf, buildpkg.sh: DELTA DEVEL15-macos-installer-20060801 AUTHOR shadow@dementia.org partial updates 2006-08-01 21:53 shadow * src/platform/: Makefile.in, AIX/Makefile.in, DARWIN/Makefile.in, FBSD/Makefile.in, HPUX/Makefile.in, IRIX/Makefile.in, LINUX/Makefile.in, NBSD/Makefile.in, OBSD/Makefile.in, SOLARIS/Makefile.in: DELTA DEVEL15-platform-build-fixes-20060801 AUTHOR rra@stanford.edu Add dummy makefiles for all the other supported architectures and fix a few issues with makefile inclusion in the Makefile.in and DARWIN/Makefile.in. 2006-08-01 21:46 shadow * src/packaging/MacOS/: DS_Store, afslogo.jpg, background.jpg: DELTA STABLE14-macos-installer-20060801 AUTHOR shadow@dementia.org partial updates 2006-08-01 21:38 shadow * Makefile.in, configure.in, src/platform/Makefile.in, src/platform/DARWIN/Makefile.in, src/platform/DARWIN/afssettings.m: DELTA DEVEL15-macos-move-afssettings-20060801 AUTHOR shadow@dementia.org build this as part of the build 2006-08-01 21:27 shadow * src/platform/DARWIN/Makefile.in: file Makefile.in was added on branch openafs-devel-1_5_x on 2006-08-01 21:38:46 +0000 2006-08-01 21:27 shadow * src/platform/: FBSD/Makefile.in, HPUX/Makefile.in, IRIX/Makefile.in: file Makefile.in was added on branch openafs-devel-1_5_x on 2006-08-01 21:53:41 +0000 2006-08-01 21:27 shadow * src/platform/: LINUX/Makefile.in, NBSD/Makefile.in, OBSD/Makefile.in, SOLARIS/Makefile.in: file Makefile.in was added on branch openafs-devel-1_5_x on 2006-08-01 21:53:42 +0000 2006-08-01 21:27 rra * src/platform/: Makefile.in, AIX/Makefile.in, DARWIN/Makefile.in, FBSD/Makefile.in, HPUX/Makefile.in, IRIX/Makefile.in, LINUX/Makefile.in, NBSD/Makefile.in, OBSD/Makefile.in, SOLARIS/Makefile.in: DELTA platform-build-fixes-20060801 AUTHOR rra@stanford.edu Add dummy makefiles for all the other supported architectures and fix a few issues with makefile inclusion in the Makefile.in and DARWIN/Makefile.in. 2006-08-01 21:27 shadow * src/platform/AIX/Makefile.in: file Makefile.in was added on branch openafs-devel-1_5_x on 2006-08-01 21:53:36 +0000 2006-08-01 21:27 shadow * src/platform/Makefile.in: file Makefile.in was added on branch openafs-devel-1_5_x on 2006-08-01 21:38:43 +0000 2006-08-01 21:05 shadow * src/packaging/MacOS/DS_Store: file DS_Store was added on branch openafs-devel-1_5_x on 2006-08-01 21:46:41 +0000 2006-08-01 21:05 shadow * src/packaging/MacOS/background.jpg: file background.jpg was added on branch openafs-devel-1_5_x on 2006-08-01 21:46:41 +0000 2006-08-01 21:05 shadow * src/packaging/MacOS/: DS_Store, afslogo.jpg, background.jpg: DELTA macos-installer-20060801 AUTHOR shadow@dementia.org partial updates 2006-08-01 21:05 shadow * src/packaging/MacOS/afslogo.jpg: file afslogo.jpg was added on branch openafs-devel-1_5_x on 2006-08-01 21:46:41 +0000 2006-08-01 18:41 shadow * src/platform/DARWIN/afssettings.m: file afssettings.m was added on branch openafs-devel-1_5_x on 2006-08-01 21:38:46 +0000 2006-08-01 18:40 shadow * src/platform/: Makefile.in, DARWIN/Makefile.in, DARWIN/afssettings.m: DELTA macos-move-afssettings-20060801 AUTHOR shadow@dementia.org build this as part of the build