2008-08-16 21:37 shadow * acinclude.m4: DELTA DEVEL15-namei-by-default-on-sol10-20080816 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES default to namei, not inode, on solaris 10 except by request 2008-08-16 21:01 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20080816 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.52 2008-08-16 20:07 shadow * src/volser/volprocs.c: DELTA DEVEL15-volser-initialize-volume-updatedate-20080816 AUTHOR drh@umich.edu LICENSE IPL10 FIXES 110943 right now this isn't set until a vnode update happens. technically creating the root directory is an update, so let's set it to now. 2008-08-16 19:46 shadow * src/util/softsig.c: DELTA DEVEL15-netbsd-sigwait-broken-til-nbsd5-20080816 AUTHOR gendalia@iastate.edu LICENSE IPL10 FIXES 111404 work around netbsd sigwait brokenness 2008-08-16 19:42 shadow * acinclude.m4, src/afs/sysincludes.h, src/cf/linux-test4.m4: DELTA DEVEL15-linux-2-6-27-20080816 AUTHOR marc.c.dionne@gmail.com LICENSE IPL10 FIXES 111634 add support for 2.6.27, which removes asm/semaphore.h 2008-08-16 19:19 jaltman * src/des/: NTMakefile, test/NTMakefile: DELTA DEVEL15-windows-des-20080816 AUTHOR jaltman@secure-endpoints.com LICENSE MIT codesign binaries 2008-08-16 17:59 jaltman * src/NTMakefile: DELTA DEVEL15-windows-build-20080815 AUTHOR jaltman@secure-endpoints.com LICENSE MIT remove duplicate rules for man-pages 2008-08-16 17:49 jaltman * src/WINNT/pthread/NTMakefile: DELTA DEVEL15-no-more-win95-20080816 AUTHOR jaltman@secure-endpoints.com LICENSE MIT remove win95 pthread dll from the build 2008-08-16 17:15 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20080816 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.5200.0 == 1.5.52 2008-08-16 17:11 jaltman * src/WINNT/afsd/afsd_init.c: DELTA DEVEL15-windows-rx-extra-packets-20080816 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Make the default number of pre-allocated rx packets equal to the number of threads times the rx window size. 2008-08-16 16:50 jaltman * src/sys/pioctl_nt.c: DELTA DEVEL15-windows-pioctl-getdrivetype-20080816 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Use GetDriveType() to check if the current path is a local disk. If it is, fail the pioctl attempt immediately. This should avoid the reported 30 second delay in the AFS Shell Extension. 2008-08-15 20:19 jaltman * src/WINNT/afsd/cm_freelance.c: DELTA DEVEL15-windows-freelance-deadlock-20080815 AUTHOR jaltman@secure-endpoints.com LICENSE MIT avoid a deadlock in cm_reInitLockMountPoints() and make the function useful again by actually using the index value in the construction of the FIDs 2008-08-14 23:39 jaltman * src/shlibafsauthent/afsauthent.def: DELTA DEVEL15-windows-shlibafsauthent-20080814 AUTHOR jaltman@secure-endpoints.com LICENSE MIT export pioctl_utf8 2008-08-14 20:24 jaltman * src/WINNT/afsd/cm_conn.c: DELTA DEVEL15-windows-server-dereference-null-two-20080814 AUTHOR jaltman@secure-endpoints.com LICENSE MIT protect against a potential null pointer dereference of a cm_server_t object 2008-08-14 20:21 jaltman * src/WINNT/afsd/: cm_scache.c, cm_volume.c: DELTA DEVEL15-windows-server-dereference-null-20080814 AUTHOR jaltman@secure-endpoints.com LICENSE MIT protect against a null pointer dereference of a cm_server_t object 2008-08-14 17:25 jaltman * src/WINNT/afsd/: cm_cell.c, cm_scache.c, smb.c: DELTA DEVEL15-windows-memdump-20080814 AUTHOR jaltman@secure-endpoints.com LICENSE MIT add locks, waiting lock requests, smb user, smb tid, and cell expiration to the memory dump output (fs memdump) 2008-08-14 03:18 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm: DELTA DEVEL15-windows-release-notes-20080813 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.52 2008-08-14 02:55 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20080813 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.52 2008-08-14 02:37 jaltman * src/WINNT/afsd/: cm_server.c, cm_server.h: DELTA DEVEL15-windows-free-server-deadlock-20080813 AUTHOR jaltman@secure-endpoints.com LICENSE MIT avoid a deadloc when freeing servers. cm_serverLock must be released around cm_GCConnections() 2008-08-14 02:34 jaltman * src/WINNT/afsd/cm_config.c: DELTA DEVEL15-windows-search-cell-file-20080813 AUTHOR jaltman@secure-endpoints.com LICENSE MIT if a cell has been found with addresses and the next cell name is reached before the EOF, return success. If the cell has been found and there are no addresses, return -6 2008-08-14 02:29 jaltman * src/rx/: rx_globals.h, rx_packet.c: DELTA DEVEL15-rx-buffer-allocation-corrected-20080813 AUTHOR jaltman@secure-endpoints.com LICENSE MIT a corrected version of delta rx-buffer-allocation-20080812 2008-08-14 02:21 jaltman * src/NTMakefile: DELTA DEVEL15-windows-build-man-pages-20080813 AUTHOR jaltman@secure-endpoints.com LICENSE MIT move building of man pages to installer phase 2008-08-13 23:49 shadow * src/afs/afs_nfsdisp.c: DELTA DEVEL15-nfstrans-extra-protection-20080813 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES ensure, at least, that there is a filehandle for everything we check 2008-08-13 23:44 shadow * src/config/stds.h: DELTA DEVEL15-salvager-dont-corrupt-dir-lengths-20080812 AUTHOR rtb@pclella.cern.ch LICENSE IPL10 FIXES 111585 make the int64 macros work when the "64 bit" number to fill isn't. use the correct variable type for length in salvager 2008-08-13 14:16 jaltman * src/rx/: rx_globals.h, rx_packet.c: DELTA DEVEL15-rx-buffer-allocation-pulled-20080813 AUTHOR jaltman@secure-endpoints.com LICENSE MIT remove delta rx-buffer-allocation-20080812 as it leads to data corruption 2008-08-12 19:14 shadow * src/: config/stds.h, vol/vol-salvage.c: DELTA DEVEL15-salvager-dont-corrupt-dir-lengths-20080812 AUTHOR rtb@pclella.cern.ch LICENSE IPL10 FIXES 111585 make the int64 macros work when the "64 bit" number to fill isn't. use the correct variable type for length in salvager 2008-08-12 18:42 jaltman * src/rx/: rx_globals.h, rx_packet.c: DELTA DEVEL15-rx-buffer-allocation-20080812 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Prevent rxi_MorePacketsNoLock() from dereferencing a NULL pointer if the requested allocation size cannot be satsified. In that case back off the number of packets until osi_Alloc() succeeds or panic if no packets can be allocated at all. In AllocPacketBufs() do not transfer more than rx_TSFPQGlobSize packets. Modify RX_TS_FPQ_GTOL2() macro to protect against transfering more packets that are actually free. Modify RX_TS_FPQ_COMPUTE_LIMITS() to enforce a rx_TSFPQGlobSize maximum value of 64 packets to prevent ever increasing allocation sizes within AllocPacketBufs() 2008-08-12 04:31 jaltman * src/WINNT/afsd/: cm_config.c, cm_vnodeops.c: DELTA DEVEL15-windows-stack-overruns-20080811 AUTHOR jaltman@secure-endpoints.com LICENSE MIT prevent stack overruns 2008-08-11 23:56 jaltman * src/WINNT/afsd/cm_ioctl.c: DELTA DEVEL15-windows-fs-mkmount-20080811 AUTHOR jaltman@secure-endpoints.com LICENSE MIT fix volume name validity test. strip trailing '.' from volume name 2008-08-11 04:40 shadow * configure-libafs.in, configure.in: DELTA DEVEL15-openafs-1-5-52-20080811 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES make 1.5.52 2008-08-10 00:01 jaltman * src/WINNT/afsd/cm_nls.c: DELTA DEVEL15-windows-make-nls-win2000-compat-20080809 AUTHOR jaltman@secure-endpoints.com LICENSE MIT not all applications that link to cm_nls perform initialization. Call initialization if it has not already been done explicitly. 2008-08-09 22:36 jaltman * src/WINNT/afsd/cm_nls.c: DELTA DEVEL15-windows-make-nls-win2000-compat-20080809 AUTHOR jaltman@secure-endpoints.com LICENSE MIT make the nls module compatible with windows 2000. cannot use LOCALE_INVARIANT instead must lie and say everyone is US English. windows 2000 does not have normalization functions and now doesn't have case insensitive string comparison functions either for languages other than English. 2008-08-09 22:32 jaltman * src/WINNT/afsd/cm_scache.c: DELTA DEVEL15-windows-freelance-deadlock-20080809 AUTHOR jaltman@secure-endpoints.com LICENSE MIT avoid a deadlock between cm_freelanceLock and cm_scacheLock 2008-08-09 04:53 jaltman * src/WINNT/afsd/afsd_init.c: DELTA DEVEL15-windows-rx-udpbufsize-20080809 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Set UdpBufSize to 256K. Add RxUdpBufSize registry value to permit runtime configuration. 2008-08-09 04:49 jaltman * src/WINNT/afsd/: smb.c, smb.h, smb3.c: DELTA DEVEL15-windows-smb-skip-nuls-20080809 AUTHOR jaltman@secure-endpoints.com LICENSE MIT rename SMB_STF_IGNORENULL to SMB_STF_IGNORENUL apply SMB_STR_IGNORENUL when copying length tagged strings into the smb response packets. 2008-08-08 16:46 jaltman * src/WINNT/afsd/: cm_daemon.c, cm_scache.c, cm_volume.c, rawops.c, smb3.c: DELTA DEVEL15-windows-lock-corrections-20080808 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Derrick helped identify a few locations where rw or mx locks where not properly being tracked. As a result there were some locations in which an assertion could be thrown due to releasing the wrong type of lock. Also added lock_AssertXXX calls to some locations to ensure that the correct lock type is being held when the calls are made. volume location updates, cm_SyncOp, cm_SyncOpDone. 2008-08-07 13:48 jaltman * src/WINNT/afsd/: cm_freelance.c, cm_vnodeops.c: DELTA DEVEL15-windows-max-cell-name-20080807 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Anywhere cm_GetCell_Gen() is called CELL_MAXNAMELEN must be used otherwise there will be a stack overflow error. 2008-08-07 05:37 jaltman * src/WINNT/afsd/: cm_scache.c, cm_vnodeops.c, smb.c, smb3.c: DELTA DEVEL15-windows-misc-20080806 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Return CM_ERROR_READONLY if the caller wants PRSFS_DELETE and the volume is readonly. In cm_CheckNTDelete() do not call cm_SyncOpDone if cm_SyncOp failed Do not force the use of fake directory data if the user does not have PRSFS_READ on the directory. Let the bulkstatus call take place now that it is actually being used efficiently. In ApplyV3SearchDirPatches, use cm_SyncOp(CM_SCACHESYNC_GETSTATUS) to obtain the status info for Freelance entries instead of the bulkstatus call. Fix the truncation of 8.3 names in directory search responses. 2008-08-06 20:26 jaltman * src/WINNT/afsd/: cm_cell.c, cm_config.c: DELTA DEVEL15-windows-cell-name-length-consistency-two-20080806 AUTHOR jaltman@secure-endpoints.com LICENSE MIT fix what I broke 2008-08-06 05:13 jaltman * src/WINNT/afsreg/afssw.c: DELTA DEVEL15-windows-afssw-20080806 AUTHOR jaltman@secure-endpoints.com LICENSE MIT prevent buffer underrun and overrun errors 2008-08-06 05:11 jaltman * src/WINNT/afsd/: afskfw.c, afskfw.h, cm_cell.c, cm_config.c, cm_dns.c, cm_ioctl.c, fs.c: DELTA DEVEL15-windows-cell-name-length-consistency-20080806 AUTHOR jaltman@secure-endpoints.com LICENSE MIT make all cell name lengths consistent so that safer string copy/cat functions can be used to prevent buffer overruns 2008-08-05 15:46 jaltman * src/WINNT/afsd/: cm_access.c, cm_dcache.c, cm_scache.c: DELTA DEVEL15-windows-getaccessrights-20080805 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Do not permit GetAccessRights() to be called multiple times within cm_SyncOp for the same rights check. If the GetAccessRights() succeeded and in the next loop the rights check fails, the user simply doesn't have the rights. Move a call to cm_SyncOpDone(FETCHSTATUS) from GetBuffer() to MergeStatus(). Anytime an RPC completes successfully we get updated status info for the object. Might as well allow threads waiting for status info to us it. 2008-08-05 14:32 jaltman * src/WINNT/afsd/smb3.c: DELTA DEVEL15-windows-smb-dir-search-20080805 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Only return 50 items at a time to the caller. Do not apply patches based on buffer boundaries. Instead apply patches when AFSCBMAX entries are ready to be processed in order to minimize the number of RPCs. 2008-08-03 03:30 jaltman * src/WINNT/afsd/cm_ioctl.c: DELTA DEVEL15-windows-ioctl-make-submount-20080802 AUTHOR jaltman@secure-endpoints.com LICENSE MIT FIXES 109951 Restore the ascii version of cm_NormalizeAfsPathAscii() so that it can be used by cm_IoctlMakeSubmount(). 2008-08-02 19:47 jaltman * src/config/afsconfig-windows.h: DELTA DEVEL15-windows-afsconfig-header-20080802 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Enable Bos Restricted mode for Windows 2008-08-02 17:40 jaltman * src/WINNT/afsd/smb.c: DELTA DEVEL15-windows-smb-dir-search-20080802 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Apply the bulk stat improvements to smb_ApplyDirListPatches() and smb_ReceiveCoreSearchDir() for consistency even though smb_ReceiveCoreSearchDir() is no longer called by any of the platforms we support. 2008-08-02 04:58 jaltman * src/WINNT/afsd/: smb.c, smb3.c: DELTA DEVEL15-windows-smb-dir-search-20080801 AUTHOR jaltman@secure-endpoints.com LICENSE MIT minimize the number of RPCs sent to the file server. only request status for objects that we are actually reporting on and only if we do not already have status for the object and then make sure that we return as much as we can at once but not so much that it exceeds the RDR timeout 2008-08-01 21:36 jaltman * src/WINNT/afsd/cm_scache.c: DELTA DEVEL15-windows-scache-deadlock-20080801 AUTHOR jaltman@secure-endpoints.com LICENSE MIT do not recycle a deleted scache object unless the refcount is 0 2008-08-01 21:03 jaltman * src/WINNT/afsd/smb.c: DELTA DEVEL15-windows-smb-dumpvars-20080801 AUTHOR jaltman@secure-endpoints.com LICENSE MIT When dumping the smb data structs, report flags in hex and paths are now wchar_t strings. 2008-08-01 19:13 jaltman * src/WINNT/afsd/: afsd_init.c, afsd_service.c, cm_callback.c, cm_callback.h: DELTA windows-callback-shutdown-20080801 AUTHOR jaltman@secure-endpoints.com LICENSE MIT When the cache manager is shutting down, return an error to all callback requests. Otherwise, it is possible for a callback to get stuck waiting for a lock and when the lock clears to be left with nothing but invalid memory addresses to crash on. In the meantime, the file server is waiting for the response. 2008-08-01 13:37 jaltman * src/WINNT/afsd/smb.c: DELTA DEVEL15-windows-smb-warnings-20080801 AUTHOR jaltman@secure-endpoints.com LICENSE MIT cast away a number of compile time data size warnings 2008-08-01 13:31 jaltman * src/WINNT/afsd/: smb.c, smb.h, smb3.c: DELTA DEVEL15-windows-smb-vc-refcount-debugging-20080801 AUTHOR jaltman@secure-endpoints.com LICENSE MIT define DEBUG_SMB_REFCOUNT in smb.h to activate refcount debugging versions of the functions that log the file and line number as well as object and refcount. This is for use in debugging refcount leaks. rename GetPacket and GetNCB to smb_GetPacket and smb_GetNCB, etc., to enforce the name space. Do not confuse with similar Win32 API functions. restructure some code that refers to smb_vc_t references in order to clarify where the refcount is dropped. 2008-08-01 13:09 jaltman * src/WINNT/afsd/smb.c: DELTA windows-smb-dead-vc-gc-20080801 AUTHOR jaltman@secure-endpoints.com LICENSE MIT deltas windows-smb-dead-vc-gc-20080627 and windows-dead-vc-cleanup-take-two-20080703 attempted to protect against an infinite recursion when cleaning up dead smb virtual circuits. they failed to address the incrementing of the vc refcount in smb_ReleaseVCInternal when it is about to call smb_CleanupDeadVC. If the vc is already being cleaned, then smb_ReleaseVCInternal should not increment the refCount and should not call smb_CleanupDeadVC. 2008-08-01 12:53 jaltman * src/WINNT/afsd/smb.c: DELTA windows-smb-dead-vc-gc-20080801 AUTHOR jaltman@secure-endpoints.com LICENSE MIT deltas windows-smb-dead-vc-gc-20080627 and windows-dead-vc-cleanup-take-two-20080703 attempted to protect against an infinite recursion when cleaning up dead smb virtual circuits. they failed to address the incrementing of the vc refcount in smb_ReleaseVCInternal when it is about to call smb_CleanupDeadVC. If the vc is already being cleaned, then smb_ReleaseVCInternal should not increment the refCount and should not call smb_CleanupDeadVC. 2008-08-01 04:23 jaltman * src/WINNT/client_osi/: osilog.c, osilog.h: DELTA DEVEL15-windows-osilog-20080731 AUTHOR jaltman@secure-endpoints.com LICENSE MIT increase the number of parms from 4 to 5 for osi_Log 2008-07-31 17:02 jaltman * src/WINNT/afsd/cm_ioctl.c: DELTA DEVEL15-windows-ioctl-create-mount-point-validate-volume-20080731 AUTHOR jaltman@secure-endpoints.com LICENSE MIT validate the specified volume to make sure it exists before permitting the mount point to be created. This will catch many instances in which the user swaps the parameters to "fs mkmount". 2008-07-31 12:44 jaltman * src/WINNT/install/wix/custom/afscustom.cpp: DELTA DEVEL15-windows-wix-custom-20080731 AUTHOR jaltman@secure-endpoints.com LICENSE MIT in c++, arrays allocated with new[] must be deallocated with delete[] 2008-07-31 12:39 jaltman * src/WINNT/afsd/: cm_utils.c, cm_utils.h, cm_volume.c: DELTA DEVEL15-windows-handle-vl_badname-20080731 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Process VL_BADNAME so that when a user creates an mount point with an invalid volume name we will do something sane. 2008-07-31 04:47 jaltman * src/WINNT/afsd/cm_volume.c: DELTA DEVEL15-windows-volume-recycling-race-condition-20080731 AUTHOR jaltman@secure-endpoints.com LICENSE MIT When recycling cm_volume_t objects, avoid a race condition that could result in the same cm_volume_t object being recycling simultaneously in two threads. The end result would be a reference count miscount and an undercount assertion being thrown. 2008-07-31 04:41 jaltman * src/WINNT/afsd/cm_buf.c: DELTA DEVEL15-windows-buf-clean-error-handling-20080731 AUTHOR jaltman@secure-endpoints.com LICENSE MIT When an error such as access denied, out of space, out of quota, invalid fid, etc. is received while writing a dirty buffer to the file server, apply that error code to all outstanding dirty buffers immediately instead of attempting to write each buffer to the file server only to obtain the same error. 2008-07-31 04:34 jaltman * src/WINNT/afsd/: cm_access.c, cm_aclent.c: DELTA DEVEL15-windows-remove-unnecessary-malloc-include-20080731 AUTHOR jaltman@secure-endpoints.com LICENSE MIT remove unnecessary #include 2008-07-30 22:17 jaltman * src/xstat/: NTMakefile, xstat_cm_test.rc, xstat_fs_test.rc: DELTA DEVEL15-windows-stat-resource-files-20080730 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add version resource info to xstat_cm_test.exe and xstat_fs_test.exe 2008-07-30 22:16 jaltman * src/xstat/: xstat_cm_test.rc, xstat_fs_test.rc: DELTA windows-stat-resource-files-20080730 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add version resource info to xstat_cm_test.exe and xstat_fs_test.exe 2008-07-30 22:16 jaltman * src/xstat/xstat_cm_test.rc: file xstat_cm_test.rc was added on branch openafs-devel-1_5_x on 2008-07-30 22:17:40 +0000 2008-07-30 22:16 jaltman * src/xstat/xstat_fs_test.rc: file xstat_fs_test.rc was added on branch openafs-devel-1_5_x on 2008-07-30 22:17:40 +0000 2008-07-30 20:01 jaltman * src/viced/afsfileprocs.c: DELTA DEVEL15-viced-write-perm-grants-read-lock-20080730 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Remove extra return(EACCES) added by delta viced-write-perm-grants-read-lock-20070423 on head and 1.5 branch. 2008-07-30 01:56 jaltman * remove comment that UseDNS registry value no longer works. src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/relnote s.htm: DELTA DEVEL15-windows-release-notes-20080729 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 2008-07-29 03:20 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20080728 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.51 2008-07-29 02:55 jaltman * src/WINNT/afsd/cm_buf.c: DELTA DEVEL15-windows-buf-overquota-20080728 AUTHOR jaltman@secure-endpoints.com LICENSE MIT propagate overquota errors through buf_Write() and cm_FSync(). 2008-07-28 23:14 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20080728 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.51 2008-07-28 23:09 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20080728 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.51 2008-07-28 23:05 jaltman * src/WINNT/afsd/: cm.h, smb.h: DELTA DEVEL15-windows-large-files-20080728 AUTHOR jaltman@secure-endpoints.com LICENSE MIT as part of the restructuring of code to separate the smb layer from the cm layer, large file support was broken. Define AFS_LARGEFILES in the right place so that it will be used in the cm. 2008-07-28 13:13 shadow * configure-libafs.in, configure.in: DELTA DEVEL15-openafs-1-5-51-20080728 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES make 1.5.51 2008-07-28 12:58 shadow * src/vol/: vol-salvage.c, volume.c: DELTA avoid corrupting length in vnodeds when salvaging directories. avoid tag reuse leaving data behind (not verified) avoid not marking something busy during salvage DEVEL153X-salvager-avoid-directory-issues-and-mark-volumes-busy-200 80728 AUTHOR reuter@rzg.mpg.de LICENSE IPL10 FIXES 107767 2008-07-28 12:58 shadow * src/vol/: vol-salvage.c, volume.c: DELTA avoid corrupting length in vnodeds when salvaging directories. avoid tag reuse leaving data behind (not verified) avoid not marking something busy during salvage DEVEL15-salvager-avoid-directory-issues-and-mark-volumes-busy-20080 728 AUTHOR reuter@rzg.mpg.de LICENSE IPL10 FIXES 107767 2008-07-28 12:16 shadow * src/pinstall/install.c: DELTA DEVEL15-pinstall-copy-env-20080728 AUTHOR jacon@rampaginggeek.com LICENSE IPL10 FIXES 108449 copy environment to children 2008-07-27 23:07 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20080727 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.5100.0 == 1.5.51 2008-07-27 23:05 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20080727 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.51 2008-07-27 02:48 jaltman * src/WINNT/afsd/smb_ioctl.c: DELTA DEVEL15-windows-ioctl-prefix-data-20080726 AUTHOR jaltman@secure-endpoints.com LICENSE MIT The ioctl-prefix-data can be accessed either via a char_t or a wchar_t. Copy the data buffer with memcpy() and not strcpy() because we need to copy the entire string if it happens to be Unicode. 2008-07-25 20:27 jaltman * README-NT, src/ntbuild.bat: DELTA DEVEL15-windows-build-20080725 AUTHOR jaltman@secure-endpoints.com LICENSE MIT update README-NT and src/ntbuild.bat build instructions. 2008-07-25 19:59 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm: DELTA DEVEL15-windows-release-notes-20080725 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.51 2008-07-25 19:56 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20080725 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.51 2008-07-25 19:45 jaltman * src/WINNT/install/NSIS/NTMakefile: DELTA DEVEL15-windows-nsis-vc-runtime-install-20080725 AUTHOR jaltman@secure-endpoints.com LICENSE MIT The NSIS installer was building a msi for the vc runtime that included the Debug merge modules when the Retail merge modules should have been used instead. 2008-07-24 19:37 jaltman * src/WINNT/afsd/: rawops.c, smb.c: DELTA DEVEL15-windows-buf-setdirty-20080724 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Everytime the CM_BUF_DIRTY flag is set on a cm_buf_t, the userp field on the cm_buf_t must also be set. Add a cm_user_t parameter to buf_SetDirty() so that each function that calls it doesn't have to manually set the last write user. This improves code readability and the abstraction layering. 2008-07-24 19:33 jaltman * src/WINNT/afsd/: cm_buf.c, cm_buf.h: DELTA DEVEL15-windows-buf-setdirty-20080724 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Everytime the CM_BUF_DIRTY flag is set on a cm_buf_t, the userp field on the cm_buf_t must also be set. Add a cm_user_t parameter to buf_SetDirty() so that each function that calls it doesn't have to manually set the last write user. This improves code readability and the abstraction layering. 2008-07-24 17:56 jaltman * src/WINNT/afsd/: cm_vnodeops.c, cm_vnodeops.h, smb.c, smb3.c: DELTA DEVEL15-windows-cm-makedir-20080724 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Extend the cm_MakeDir() function signature to permit the (optional) return of the cm_scache_t object that was created by the operation in the same way that cm_Create() does. Make the return of the cm_scache_t by cm_Create() optional although it is never used that way. In both cm_Create() and cm_MakeDir() avoid releasing the cm_scache_t object until we are actually finished with it. 2008-07-23 21:46 jaltman * src/WINNT/afsd/: cm_conn.h, smb.c, smb.h, smb3.c, smb_ioctl.c: DELTA DEVEL15-windows-cm-req-smb-20080723 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add smb_InitReq() calls cm_InitReq() and then sets the new CM_REQ_SOURCE_SMB flag. When this flag is set, the source of the request is known to be the SMB interface. This flag will not be set on requests generated by the various background daemons. 2008-07-23 21:26 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA DEVEL15-windows-cm-rename-debugging-20080723 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add some trace log statements to cm_Rename() that can be used for debugging. 2008-07-23 21:20 jaltman * src/WINNT/afsd/cm_btree.c: DELTA DEVEL15-windows-btree-enum-20080723 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Fix next enum to return an invalid param error when beyond the end of the list. 2008-07-23 04:56 jaltman * src/WINNT/afsd/cm_volume.c: DELTA DEVEL15-windows-volume-deadlock-20080722 AUTHOR jaltman@secure-endpoints.com LICENSE MIT When updating the volume location information, if a new server must be allocated and the server is down, then it is possible for a deadlock to occur on the cm_volume_t rw lock. Prevent that from happening. 2008-07-22 15:02 jaltman * src/NTMakefile: DELTA DEVEL15-windows-build-system-20080722 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Move the man-pages build out of the 'install' step. 2008-07-22 06:43 jaltman * src/WINNT/afsd/cm_volume.c: DELTA DEVEL15-windows-volume-vlgetaddrs-deadlock-20080721 AUTHOR jaltman@secure-endpoints.com LICENSE MIT A missing tilde makes a huge difference. 2008-07-22 04:18 jaltman * src/rx/: rx.c, rx.h, rx_globals.h: DELTA DEVEL15-backout-rx-connection-clones-20080721 AUTHOR jaltman@secure-endpoints.com LICENSE MIT FIXES 89557 DELTA rx-connections-clones-20080520 is an incomplete solution to rx connection clones. Backing it off the 1_5_x branch as that branch is used for the production releases of Windows. 2008-07-21 20:56 jaltman * src/WINNT/afsd/: cm_conn.c, cm_volume.c: DELTA DEVEL15-windows-more-rxconnp-20080721 AUTHOR jaltman@secure-endpoints.com LICENSE MIT convert additional 'connp' instances to 'rxconnp' in cm_volume.c, make sure that we hold a reference to the rxconnp whenever we use it to perform an RPC. 2008-07-21 18:35 jaltman * src/WINNT/afsd/cm_conn.h: DELTA DEVEL15-windows-cm_conn-20080721 AUTHOR jaltman@secure-endpoints.com LICENSE MIT callp -> rxconnp 2008-07-21 16:19 jaltman * src/WINNT/afsd/: cm_callback.c, cm_dcache.c, cm_ioctl.c, cm_vnodeops.c, cm_volume.c: DELTA DEVEL15-windows-callp-to-rxcallp-20080721 AUTHOR jaltman@secure-endpoints.com LICENSE MIT There has been long time confusion in the windows cache manager because there are cm_conn object ptrs call connp and rx_connection object ptrs call connp and rx_call object ptrs called callp and rx_connection object ptrs called callp. From now on, rxconnp is a ptr to an rx_connection object; rxcallp is a ptr to an rx_call object; and connp is a ptr to an cm_conn object. 2008-07-21 09:20 jaltman * src/WINNT/afsd/smb_ioctl.c: DELTA DEVEL15-windows-smb-ioctl-setacl-20080721 AUTHOR jaltman@secure-endpoints.com LICENSE MIT setacl does not support the options structure. just call parse ioctl path. bug introduced during ioctl refactoring. 2008-07-19 14:54 jaltman * src/WINNT/afsd/cm_volume.c: DELTA DEVEL15-windows-volume-vlgetaddrs-deadlock-20080719 AUTHOR jaltman@secure-endpoints.com LICENSE MIT During cm_InitVolume() clear CM_VOLUMEFLAG_UPDATING_VL if we are reusing the cache data just in case. In cm_UpdateVolumeLocation() add trace logging to the sleeping, waking, and awaking states; move the destruction of the old server list into the region protected by the CM_VOLUMEFLAG_UPDATING_VL flag. 2008-07-19 06:56 rra * acconfig.h, acinclude.m4, src/volser/vos.c: DELTA DEVEL15-always-wrap-vos-ctime-20080718 AUTHOR rra@stanford.edu LICENSE MIT When calling ctime on an afs_int32, always use a wrapper that assigns the variable to a time_t before passing it in rather than conditionally doing so on hosts with a large time_t. This eliminates a configure test, removes a bunch of warnings in vos.c on platforms with 32-bit time_t, and will make no difference in generated code with any decent compiler. 2008-07-19 06:15 rra * src/: budb/db_dump.c, budb/dbs_dump.c, budb/globals.h, budb/procs.c, cf/osconf.m4, ubik/beacon.c, ubik/disk.c, ubik/phys.c, ubik/recovery.c, ubik/remote.c, ubik/ubik.c, ubik/ubik.p.h, ubik/utst_client.c, ubik/utst_server.c: DELTA DEVEL15-kill-ubik-pthread-env-20080718 AUTHOR rra@stanford.edu LICENSE BSD Everywhere AFS_PTHREAD_ENV was defined, UBIK_PTHREAD_ENV was defined as well, so don't make them separate. Building pthreaded Ubik is controlled by deciding whether to build the t* versions of various directories, not by the preprocessor directives. AFS_PTHREAD_ENV is only defined when building in those directories. This change eliminates UBIK_PTHREAD_ENV and uses AFS_PTHREAD_ENV to mean the same thing. As a side effect, fixes compiles on arm with --enable-pthreaded-ubik, since arm never defined UBIK_PTHREAD_ENV. 2008-07-19 05:59 jaltman * src/WINNT/afsd/cm_volume.c: DELTA DEVEL15-windows-volume-vlgetaddrs-deadlock-20080718 AUTHOR jaltman@secure-endpoints.com LICENSE MIT If during volume location updating, the VL_GetAddrsU call fails for any of the identified servers, return an error but do so without leaking memory or deadlocking other threads that might be waiting. 2008-07-19 05:47 rra * src/auth/cellconfig.p.h: DELTA DEVEL15-suppress-cellconfig-warnings-20080718 AUTHOR rra@stanford.edu LICENSE BSD Add a forward declaration for struct ktc_encryptionKey to suppress warnings from cellconfig.h about declaring a struct in a prototype. 2008-07-19 05:44 rra * Makefile.in: DELTA DEVEL15-more-no-unconditional-pthreaded-ubik-20080718 AUTHOR rra@stanford.edu LICENSE BSD More directories should be conditional on pthreaded ubik. 2008-07-19 03:31 rra * Makefile.in: DELTA DEVEL15-no-unconditional-pthreaded-ubik-20080718 AUTHOR rra@stanford.edu LICENSE BSD Don't compile pthreaded Ubik by default and instead actually require the --enable-pthreaded-ubik flag. 2008-07-18 14:54 shadow * src/afs/afs_prototypes.h: DELTA DEVEL153X-discon-prototype-correction-20080718 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 correct prototype for disconnected afs 2008-07-18 14:54 shadow * src/afs/afs_prototypes.h: DELTA DEVEL15-discon-prototype-correction-20080718 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 correct prototype for disconnected afs 2008-07-18 06:19 rra * doc/man-pages/pod8/fileserver.pod: DELTA DEVEL15-man-page-fileserver-long-line-20080717 AUTHOR rra@stanford.edu LICENSE BSD Fix long line in the SYNOPSIS for the fileserver man page. 2008-07-18 00:24 rra * src/tvolser/Makefile.in: DELTA DEVEL15-demand-attach-vos-install-location-20080717 AUTHOR rra@stanford.edu LICENSE IPL10 In the tvolser case, install vos in ${afssrvsbindir}/vos, not ${afssrvlibexecdir}/vos. 2008-07-16 15:23 jaltman * src/WINNT/afsd/: cm_nls.c, cm_vnodeops.c, smb.c: DELTA DEVEL15-windows-nls-zero-length-input-20080716 AUTHOR asanka@secure-endpoints.com LICENSE MIT If the input to the string conversion files is zero length return nul string instead of NULL. Pass in -1 instead of computing the strlen. 2008-07-16 05:59 jaltman * doc/txt/winnotes/afs-issues.txt: DELTA DEVEL15-windows-notes-20080715 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.50 2008-07-16 05:56 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20080715 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.50 2008-07-16 05:34 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm, ReleaseNotes/relnotes_files/filelist.xml: DELTA DEVEL15-windows-release-notes-20080715 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.50. Add description for Unicode support. 2008-07-16 04:44 jaltman * src/WINNT/afsd/: cm_conn.c, cm_conn.h: DELTA DEVEL15-windows-set-rx-dead-time-20080715 AUTHOR jaltman@secure-endpoints.com LICENSE MIT No longer set the rx_SetConnDeadTime and rx_SetConnHardDeadTime to the remaining request SMB RDR timeout within cm_ConnByMServers(). There are not per-call timeouts so simultaneous requests on the same connection will race with each other either resulting in premature timeouts or significantly extended timeouts. 2008-07-16 04:29 shadow * configure-libafs.in, configure.in, src/config/NTMakefile.amd64_w2k, src/config/NTMakefile.i386_nt40, src/config/NTMakefile.i386_w2k: DELTA DEVEL15-openafs-1-5-50-20080716 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES make 1.5.50 2008-07-16 04:25 shadow * src/util/softsig.c: DELTA DEVEL153X-softsig-structure-handling-20080716 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES this is sort of a dumb ifdef. harmless, but fix it to be what it's supposed to 2008-07-16 04:25 shadow * src/util/softsig.c: DELTA DEVEL15-softsig-structure-handling-20080716 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES this is sort of a dumb ifdef. harmless, but fix it to be what it's supposed to 2008-07-16 04:16 shadow * src/volser/volprocs.c: DELTA DEVEL153X-volser-reclone-bring-online-before-giveback-20080716 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES 107258 when giving back a volume after reclone, make it inService to avoid a race between callers and the SetFlags RPC 2008-07-16 04:15 shadow * src/volser/volprocs.c: DELTA DEVEL15-volser-reclone-bring-online-before-giveback-20080716 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES 107258 when giving back a volume after reclone, make it inService to avoid a race between callers and the SetFlags RPC 2008-07-15 23:59 jaltman * src/WINNT/install/NSIS/: NTMakefile, OpenAFS.nsi, vcruntime.wxs: DELTA DEVEL15-windows-nsis-vs2008-runtime-20080715 AUTHOR asanka@secure-endpoints.com LICENSE MIT Add support for VS2008 Use MSI runtime installation package instead of EXE package Cleanup runtime from the correct directory 2008-07-15 21:19 jaltman * src/WINNT/install/wix/files.wxi: DELTA DEVEL15-windows-wix-html-cmdref-20080715 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add new files to the installer. 2008-07-15 10:32 shadow * src/butc/: afsxbsa.c, afsxbsa.h: DELTA DEVEL15-butc-xbsa-update-20080711 AUTHOR atd@us.ibm.com LICENSE IPL10 FIXES update xbsa support for current tsm 2008-07-15 10:32 shadow * src/butc/afsxbsa.c: file afsxbsa.c was added on branch openafs-devel-1_5_x on 2008-07-15 10:32:45 +0000 2008-07-15 10:32 shadow * src/butc/: afsxbsa.c, afsxbsa.h: DELTA butc-xbsa-update-20080711 AUTHOR atd@us.ibm.com LICENSE IPL10 FIXES update xbsa support for current tsm 2008-07-15 10:32 shadow * src/butc/afsxbsa.h: file afsxbsa.h was added on branch openafs-devel-1_5_x on 2008-07-15 10:32:46 +0000 2008-07-14 13:42 shadow * src/viced/afsfileprocs.c: DELTA DEVEL153X-dafs-avoid-assert-while-moving-volumes-20080714 AUTHOR tkeiser@sinenomine.net LICENSE IPL10 FIXES The volume state is perfectly consistent. FSYNC_NEEDVOLUME (and the other state in the pending_vol_op object) is perfectly normal -- it simply means the volser has exclusive access to the volume for the purposes of cloning. The bug is that during the DAFS development, I changed the semantics of the VGetVolume interface without updating the control logic in afsfileprocs accordingly: In 1_4_x: vp->specialstatus != 0 results in returning vp with nUsers incremented and *ec = vp->sepcialstatus In DAFS: V_AttachState(vp) == VOL_STATE_UNATTACHED results in returning a NULL vp. Since (vp->specialstatus != 0), *ec = vp->specialstatus. The net result is we need to modify the VBUSY logic in CheckVnode(). 2008-07-14 13:42 shadow * src/viced/afsfileprocs.c: DELTA DEVEL15-dafs-avoid-assert-while-moving-volumes-20080714 AUTHOR tkeiser@sinenomine.net LICENSE IPL10 FIXES The volume state is perfectly consistent. FSYNC_NEEDVOLUME (and the other state in the pending_vol_op object) is perfectly normal -- it simply means the volser has exclusive access to the volume for the purposes of cloning. The bug is that during the DAFS development, I changed the semantics of the VGetVolume interface without updating the control logic in afsfileprocs accordingly: In 1_4_x: vp->specialstatus != 0 results in returning vp with nUsers incremented and *ec = vp->sepcialstatus In DAFS: V_AttachState(vp) == VOL_STATE_UNATTACHED results in returning a NULL vp. Since (vp->specialstatus != 0), *ec = vp->specialstatus. The net result is we need to modify the VBUSY logic in CheckVnode(). 2008-07-14 13:38 jaltman * src/WINNT/afsd/smb3.c: DELTA DEVEL15-windows-smb-misc-two-20080714 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Fix the assignment of SMB_ATTR_DIRECTORY. Apply it to the correct field name. 2008-07-14 13:12 jaltman * src/WINNT/afsd/smb3.c: DELTA DEVEL15-windows-smb-misc-20080714 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Fix declaration of smb_ParseStringBuf to be consistent with the prototype. If the fileType of a cm_scache_t is unknown and if the vnode is odd, then set the SMB_ATTR_DIRECTORY flag when reporting the DOS Extended Attributes. Fix the log message in smb_FindCMUserByName() to indicate "found" instead of "not found". 2008-07-14 13:01 jaltman * src/WINNT/afsd/: cm_btree.c, cm_btree.h, cm_vnodeops.c, cm_vnodeops.h: DELTA DEVEL15-windows-btree-enum-bulk-stat-20080714 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Refactor cm_TryBulkStat() to permit BulkStat RPCs to be executed for lists of entries obtained either from the cm_dir structures or a btree enumeration. Add cm_BPlusDirEnumBulkStat() which takes an enumeration object and performs a bulk status rpc on every entry in the enumeration without advancing the enumeration state. 2008-07-14 05:54 rra * README.DEVEL: DELTA DEVEL15-readme-devel-doxygen-20080713 AUTHOR rra@stanford.edu LICENSE IPL10 Document the preferred Doxygen comment style. 2008-07-14 05:51 rra * README: DELTA DEVEL15-readme-fix-demand-attach-spelling-20080713 AUTHOR rra@stanford.edu LICENSE IPL10 Fix the punctuation of the --enable-demand-attach-fs option. 2008-07-14 05:40 rra * README: DELTA DEVEL15-readme-improvements-20080713 AUTHOR rra@stanford.edu LICENSE IPL10 Significant improvements to README, including: - Add documentation of (nearly) all of the configure options. - Update the platform list to reflect current reality. - Update the HP-UX header download instructions for the current web site. - Fiddle with formatting and wording in a few places. 2008-07-14 04:15 rra * src/: tbudb/.cvsignore, tptserver/.cvsignore, tubik/.cvsignore, tvlserver/.cvsignore, tvolser/.cvsignore: DELTA DEVEL15-threaded-ubik-cvsignore-20080713 AUTHOR rra@stanford.edu LICENSE BSD Add .cvsignore patterns for threaded ubik builds. 2008-07-14 04:06 rra * acinclude.m4, src/cf/bigendian.m4, src/cf/kerberos.m4: DELTA DEVEL15-autoconf-help-text-20080713 AUTHOR rra@stanford.edu LICENSE IPL10 Use AS_HELP_STRING for every AC_ARG_WITH invokation and add proper quoting to all of them. Based heavily on a patch by Simon Wilkinson, but with less indentation and more quoting. 2008-07-14 02:28 rra * doc/man-pages/generate-html: DELTA DEVEL15-man-page-html-index-underscores-20080713 AUTHOR rra@stanford.edu LICENSE BSD Remove underscores from the anchor in the index for all section 5 manual pages. 2008-07-14 01:59 rra * doc/man-pages/: generate-html, style.css: DELTA DEVEL15-html-man-index-links-20060802 AUTHOR rra@stanford.edu Add links back to the index at the top and bottom of each generated page. 2008-07-14 01:54 rra * doc/man-pages/generate-html: DELTA DEVEL15-man-page-html-generation-hack-20080713 AUTHOR rra@stanford.edu LICENSE BSD Pod::Simple::Search ignores every POD file that doesn't "look right," which means it skips files containing a period (like krb.conf.pod) unless you set a search option. Pod::Simple::HTMLBatch has no way to set search options. Apply a truly horrible hack to get around this. 2008-07-13 23:53 jaltman * doc/man-pages/: pod1/vos.pod, pod5/CellServDB.pod, pod5/afs.pod, pod5/krb.conf.pod: DELTA DEVEL15-docs-ticket-104110-20080713 AUTHOR jason@rampaginggeek.com LICENSE BSD FIXES 104110 add krb.conf update CellServDB to discuss AFSDB DNS records 2008-07-13 23:51 jaltman * doc/man-pages/pod5/krb.conf.pod: DELTA docs-ticket-104110-20080713 AUTHOR jason@rampaginggeek.com LICENSE BSD FIXES 104110 add krb.conf update CellServDB to discuss AFSDB DNS records 2008-07-13 23:51 jaltman * doc/man-pages/pod5/krb.conf.pod: file krb.conf.pod was added on branch openafs-devel-1_5_x on 2008-07-13 23:53:51 +0000 2008-07-13 23:37 jaltman * doc/man-pages/: pod1/fs_listquota.pod, pod1/fs_minidump.pod, pod1/fs_quota.pod, pod1/fs_setquota.pod, pod1/fs_setvol.pod, pod1/vos.pod, pod1/vos_copy.pod, pod1/vos_create.pod, pod1/vos_examine.pod, pod1/vos_move.pod, pod1/vos_partinfo.pod, pod8/fileserver.pod: DELTA DEVEL15-docs-max-part-size-20080713 AUTHOR jason@rampaginggeek.com LICENSE BSD FIXES 86677 update discussion of max partition size. 2008-07-12 05:57 jaltman * doc/man-pages/pod1/: fs_diskfree.pod, fs_examine.pod, fs_listquota.pod, fs_quota.pod: DELTA DEVEL15-man-page-fs-read-not-list-20080711 AUTHOR jaltman@secure-endpoints.com LICENSE MIT - fs diskfree - fs examine - fs listquota - fs quota require read permission not list for the root directory of the volume and list permission for the preceding path. 2008-07-11 22:27 jaltman * src/WINNT/afsd/: cm_dir.c, cm_ioctl.c, cm_ioctl.h, smb_ioctl.c: DELTA DEVEL15-windows-cm_req-layer-purity-20080711 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Ensure that the cm_req_t object is allocated and initialized at the SMB layer for all incoming requests. This is done for two reasons: 1. ensure that request start time is consistent across the lifetime of the request 2. permit the request object to be used to carry a flag indicating the source of the request. This will permit different timeout algorithms to be used for SMB vs RDR in the future. 2008-07-11 09:53 shadow * acinclude.m4, src/cf/osconf.m4, src/butc/butc_xbsa.c, src/tbutc/Makefile.in: DELTA DEVEL153X-butc-xbsa-update-20080711 AUTHOR atd@us.ibm.com LICENSE IPL10 FIXES update xbsa support for current tsm 2008-07-11 09:50 shadow * acinclude.m4, src/cf/osconf.m4, src/butc/butc_xbsa.c, src/butc/butc_xbsa.h, src/tbutc/Makefile.in: DELTA DEVEL15-butc-xbsa-update-20080711 AUTHOR atd@us.ibm.com LICENSE IPL10 FIXES update xbsa support for current tsm 2008-07-10 18:28 jaltman * src/WINNT/install/loopback/NTMakefile: DELTA DEVEL15-windows-install-loopback-ddk-20080710 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add support for dynamically determining which ddk include path should be used. The NTDDKDIR variable used to be set to the specific directory in which netcfgx.h was located. Now it is set to the top-level of the DDK install tree. The specific directory that contains netcfgx.h varies based upon whether the DDK is 3790.1830 or 6000. Test for file existence and specify the one that works. 2008-07-10 18:15 shadow * src/vol/volume_inline.h: DELTA DEVEL153X-dafs-update-exclusive-states-20080710 AUTHOR tkeiser@gmail.com LICENSE IPL10 FIXES VOL_STATE_SALVSYNC_REQ is a mutally exclusive state. don't allow other things to attempt to trigger that state when an exclusive state is already present 2008-07-10 18:14 shadow * src/vol/volume_inline.h: DELTA DEVEL15-dafs-update-exclusive-states-20080710 AUTHOR tkeiser@gmail.com LICENSE IPL10 FIXES VOL_STATE_SALVSYNC_REQ is a mutally exclusive state. don't allow other things to attempt to trigger that state when an exclusive state is already present 2008-07-07 17:16 shadow * src/afs/SOLARIS/osi_vfsops.c: DELTA DEVEL153X-solaris-nevada-vfsdev-type-20080707 AUTHOR daleg@elemental.org LICENSE IPL10 FIXES 105495 in nevada, struct vfsdev_v4 -> vfsdev_t. cope. 2008-07-07 17:15 shadow * src/afs/SOLARIS/osi_vfsops.c: DELTA DEVEL15-solaris-nevada-vfsdev-type-20080707 AUTHOR daleg@elemental.org LICENSE IPL10 FIXES 105495 in nevada, struct vfsdev_v4 -> vfsdev_t. cope. 2008-07-07 17:15 shadow * src/rx/SOLARIS/rx_knet.c: DELTA DEVEL153X-solaris-udp-modname-20080707 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES older solaris 10 lacked this 2008-07-07 17:15 shadow * src/rx/SOLARIS/rx_knet.c: DELTA DEVEL15-solaris-udp-modname-20080707 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES older solaris 10 lacked this 2008-07-07 16:54 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA DEVEL153X-linux-revalidate-renames-correctly-20080707 AUTHOR chas@cmf.nrl.navy.mil LICENSE IPL10 FIXES 74672 when renaming causes a dentry to be newer than its parent we handled it incorrectly. zero the d_time to force correct evaluation to happen. 2008-07-07 16:53 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA DEVEL15-linux-revalidate-renames-correctly-20080707 AUTHOR chas@cmf.nrl.navy.mil LICENSE IPL10 FIXES 74672 when renaming causes a dentry to be newer than its parent we handled it incorrectly. zero the d_time to force correct evaluation to happen. 2008-07-07 16:42 shadow * src/packaging/RedHat/openafs.spec.in: DELTA DEVEL153X-rhel3-disable-fedorakmod-20080707 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES 102673 if we're building for 2.4.x we need to disable fedorakmod. do so here in our packaging. 2008-07-07 16:42 shadow * src/packaging/RedHat/openafs.spec.in: DELTA DEVEL15-rhel3-disable-fedorakmod-20080707 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES 102673 if we're building for 2.4.x we need to disable fedorakmod. do so here in our packaging. 2008-07-05 15:51 jaltman * src/sys/pioctl_nt.c: DELTA DEVEL15-windows-pioctl-debugging-20080705 AUTHOR jaltman@secure-endpoints.com LICENSE MIT FIXES 105867 Replace multiple calls to IoctlDebug() within the same function with a variable. Save/restore more errno values. 2008-07-05 06:35 jaltman * src/sys/pioctl_nt.c: DELTA DEVEL15-windows-pioctl-debugging-20080704 AUTHOR jaltman@secure-endpoints.com LICENSE MIT FIXES 105867 David Botsch reports that when IoctlDebug is active, failures of fprintf overwrite 'errno'. Save and restore 'errno' around the fprintf calls. 2008-07-05 06:27 jaltman * src/WINNT/afsd/afskfw.c: DELTA DEVEL15-windows-afskfw-20080704 AUTHOR jaltman@secure-endpoints.com LICENSE MIT if ktc_GetToken() fails, do not switch to krb524, just fail 2008-07-03 20:33 shadow * src/afs/LINUX/osi_probe.c: DELTA DEVEL15-linux-probe-syscall-table-again-20080703 AUTHOR ben@psc.edu LICENSE IPL10 FIXES 105457 move the init_mm ifdef down far enough that it's effective and we actually probe to be able to hook syscall table 2008-07-03 20:33 shadow * src/afs/LINUX/osi_probe.c: DELTA DEVEL153X-linux-probe-syscall-table-again-20080703 AUTHOR ben@psc.edu LICENSE IPL10 FIXES 105457 move the init_mm ifdef down far enough that it's effective and we actually probe to be able to hook syscall table 2008-07-03 05:54 jaltman * src/WINNT/afsd/smb.c: DELTA DEVEL15-windows-dead-vc-cleanup-take-two-20080703 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Prevent an infinite recursion when attempting to cleanup a previously dead vc. 2008-07-03 01:25 jaltman * src/config/NTMakefile.i386_w2k: DELTA DEVEL15-windows-config-ntmakefile-i386_w2k-codesign-20080702 AUTHOR jaltman@secure-endpoints.com LICENSE MIT no underscore prepending CODESIGN_USERLAND macro 2008-07-02 23:01 jaltman * src/config/: NTMakefile.version-NOCML, NTVersioninfo.rc: DELTA DEVEL15-windows-config-version-20080702 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add AFSPRODUCT_VERSION to the AFS_component_version_number.h files Update copyright info and add underscores to version strings in rc files 2008-07-02 12:48 jaltman * src/: WINNT/afs_setup_utils/NTMakefile, WINNT/afs_setup_utils/lang/NTMakefile, WINNT/afsadmsvr/NTMakefile, WINNT/afsapplib/NTMakefile, WINNT/afsapplib/lang/NTMakefile, WINNT/afsapplib/test/NTMakefile, WINNT/afsd/NTMakefile, WINNT/afslegal/NTMakefile, WINNT/afslegal/lang/NTMakefile, WINNT/afsreg/test/NTMakefile, WINNT/afssvrcfg/NTMakefile, WINNT/afssvrcfg/lang/NTMakefile, WINNT/afssvrcpa/NTMakefile, WINNT/afssvrcpa/lang/NTMakefile, WINNT/afssvrmgr/NTMakefile, WINNT/afssvrmgr/lang/NTMakefile, WINNT/afsusrmgr/NTMakefile, WINNT/afsusrmgr/lang/NTMakefile, WINNT/aklog/NTMakefile, WINNT/bosctlsvc/NTMakefile, WINNT/client_config/NTMakefile, WINNT/client_config/lang/NTMakefile, WINNT/client_cpa/NTMakefile, WINNT/client_cpa/lang/NTMakefile, WINNT/client_creds/NTMakefile, WINNT/client_creds/lang/NTMakefile, WINNT/client_exp/NTMakefile, WINNT/client_osi/NTMakefile, WINNT/eventlog/lang/NTMakefile, WINNT/eventlog/test/NTMakefile, WINNT/install/NSIS/NTMakefile, WINNT/install/loopback/NTMakefile, WINNT/install/wix/NTMakefile, WINNT/install/wix/custom/NTMakefile, WINNT/install/wix/uninstall/NTMakefile, WINNT/license/NTMakefile, WINNT/netidmgr_plugin/NTMakefile, WINNT/pthread/NTMakefile, WINNT/pthread/test/NTMakefile, auth/NTMakefile, auth/test/NTMakefile, bozo/NTMakefile, bu_utils/NTMakefile, bucoord/NTMakefile, budb/NTMakefile, butc/NTMakefile, butm/NTMakefile, cmd/test/NTMakefile, comerr/NTMakefile, comerr/test/NTMakefile, config/NTMakefile, config/NTMakefile.amd64_w2k, config/NTMakefile.i386_w2k, dir/test/NTMakefile, finale/NTMakefile, kauth/NTMakefile, kauth/test/NTMakefile, libadmin/adminutil/NTMakefile, libadmin/bos/NTMakefile, libadmin/cfg/NTMakefile, libadmin/cfg/test/NTMakefile, libadmin/client/NTMakefile, libadmin/kas/NTMakefile, libadmin/pts/NTMakefile, libadmin/test/NTMakefile, libadmin/vos/NTMakefile, libafsauthent/NTMakefile, libafsrpc/NTMakefile, lwp/NTMakefile, lwp/test/NTMakefile, procmgmt/NTMakefile, procmgmt/test/NTMakefile, ptserver/NTMakefile, rx/test/NTMakefile, rxdebug/NTMakefile, rxgen/NTMakefile, rxkad/test/NTMakefile, shlibafsauthent/NTMakefile, tbutc/NTMakefile, tviced/NTMakefile, tvolser/NTMakefile, ubik/NTMakefile, update/NTMakefile, usd/test/NTMakefile, util/test/NTMakefile, viced/NTMakefile, vlserver/NTMakefile, vol/NTMakefile, vol/test/NTMakefile, volser/NTMakefile, xstat/NTMakefile: DELTA DEVEL15-windows-code-signing-20080702 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add code signing with signtool.exe to the build process. If all three of the required CODESIGN_xxxx environment variables are defined, signtool will be used to sign each exe, dll, and installer as they are built. The three environment variables are: CODESIGN_DESC = CODESIGN_TIMESTAMP = CODESIGN_URL = The default signing certificate is the one that will be used by signtool. If these environment variables are not defined, code signing will be skipped. 2008-07-01 22:51 rra * acinclude.m4, src/config/Makefile.config.in, src/libafs/MakefileProto.LINUX.in, src/libafs/make_kbuild_makefile.pl: DELTA DEVEL15-linux-packaging-module-build-20080701 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 Add --with-linux-kernel-packaging configure flag which disables building multiple kernels for different MP flavors, sets the kernel module name to openafs.ko with no version, and installs the modules into the standard Linux location. 2008-07-01 22:28 shadow * src/afs/UKERNEL/osi_machdep.h: DELTA DEVEL15-libuafs-fixes-20080701 AUTHOR adeason@sinenomine.net LICENSE IPL10 FIXES 104698, 104699, 104305 make cellname get init'd right. correct startup argument order to match what afsd does. call lookupname correctly (when did this break?) at the same time, move the lookupname define out of afs_osi.h and into each osi_machdep.h 2008-07-01 20:57 shadow * src/afs/: afs_osi.h, IRIX/osi_machdep.h, NBSD/osi_machdep.h, UKERNEL/afs_usrops.c: DELTA DEVEL153X-libuafs-fixes-20080701 AUTHOR adeason@sinenomine.net LICENSE IPL10 FIXES 104698, 104699, 104305 make cellname get init'd right. correct startup argument order to match what afsd does. call lookupname correctly (when did this break?) at the same time, move the lookupname define out of afs_osi.h and into each osi_machdep.h 2008-07-01 20:56 shadow * src/afs/: afs_osi.h, IRIX/osi_machdep.h, NBSD/osi_machdep.h, UKERNEL/afs_usrops.c, UKERNEL/osi_machdep.h: DELTA DEVEL15-libuafs-fixes-20080701 AUTHOR adeason@sinenomine.net LICENSE IPL10 FIXES 104698, 104699, 104305 make cellname get init'd right. correct startup argument order to match what afsd does. call lookupname correctly (when did this break?) at the same time, move the lookupname define out of afs_osi.h and into each osi_machdep.h 2008-07-01 19:41 shadow * src/packaging/RedHat/: makesrpm.pl, openafs-1.4.0-kmodule26.patch, openafs.spec.in: DELTA DEVEL153X-redhat-build-updates-20080701 AUTHOR adeason@sinenomine.net LICENSE IPL10 FIXES 105231 update specfile for new manpages. update patch for 1.5.x/head update makesrpm to quote some arguments to system so perl doesn't eat them some rewriting from shadow@dementia.org including the patch update 2008-07-01 19:41 shadow * src/packaging/RedHat/: makesrpm.pl, openafs-1.4.0-kmodule26.patch, openafs.spec.in: DELTA DEVEL15-redhat-build-updates-20080701 AUTHOR adeason@sinenomine.net LICENSE IPL10 FIXES 105231 update specfile for new manpages. update patch for 1.5.x/head update makesrpm to quote some arguments to system so perl doesn't eat them some rewriting from shadow@dementia.org including the patch update 2008-07-01 18:33 shadow * src/util/volparse.c: DELTA DEVEL153X-volutil-partitionname2-r-return-value-20080701 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES return 0 and not tbuffer on success since tbuffer is already returned via a pointer 2008-07-01 18:33 shadow * src/util/volparse.c: DELTA DEVEL15-volutil-partitionname2-r-return-value-20080701 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES return 0 and not tbuffer on success since tbuffer is already returned via a pointer 2008-07-01 18:15 rra * src/: libafsrpc/Makefile.in, lwp/Makefile.in, shlibafsrpc/Makefile.in: DELTA DEVEL15-more-cpp-fixes-20080701 AUTHOR rra@stanford.edu LICENSE BSD Use PATH_CPP instead of CPP everywhere and always redirect the output instead of assuming that it will write to a file. Hopefully this is the least common denominator across all systems, although it still isn't fully correct for systems that have no separate cpp binary. 2008-07-01 17:45 shadow * src/libuafs/Makefile.common.in: DELTA DEVEL153X-linux-nfstrans-updates-20080701 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES 105019 make libuafs also include afs_warn.c 2008-07-01 17:45 shadow * src/libuafs/Makefile.common.in: DELTA DEVEL15-linux-nfstrans-updates-20080701 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES 105019 make libuafs also include afs_warn.c 2008-07-01 05:57 rra * src/ptserver/pt_util.c: DELTA DEVEL15-pt_util-database-path-20080630 AUTHOR rra@stanford.edu LICENSE BSD Use the dirpath functions to find the prdb database path in pt_util instead of hard-coding the default Transarc path. 2008-07-01 03:35 shadow * acinclude.m4, src/afs/afs_pag_call.c, src/afs/afs_util.c, src/afs/LINUX/osi_export.c, src/afs/LINUX/osi_misc.c, src/afs/LINUX/osi_nfssrv.c, src/afs/LINUX/osi_proc.c, src/afs/LINUX/osi_vfsops.c, src/cf/linux-test4.m4, src/libafs/Makefile.common.in: DELTA DEVEL153X-linux-nfstrans-updates-20080630 AUTHOR marc.c.dionne@gmail.com LICENSE IPL10 FIXES 105109 exportfs - NFS translator: - The exportfs code is updated for the new export ops. The changes are made conditional on a new configure test that detects the new ops. fh_to_dentry() basically replaces decode_fh and uses our own get_dentry function instead of the now defunct find_exported_dentry. - A check for fh_len=4 is removed - in testing this value is always 6, possibly because of changes in the kernel code. - The check for authtab in osi_nfssrv.c assumes that an undefined weak symbol is 0. On my system, an unresolved weak symbol in a loaded module gets the value 0xfffffffe (-2 or -ENOENT) - again, probably a change on the kernel side. Check that the pointer is not an error constant using IS_ERR(). - In osi_vfsops.c, only use the export_ops bits if building the translator afspag: the problem here was dealing with unresolved symbols - afs_showflags is redefined in afs_pag_call.c so it's available for the afspag module - A new source file afs_warn.c gets the afs_warn* functions from afs_util.c. This allows the afspag module to get the afs_warnuser function without dragging in too many symbols. The new file is attached separately. other: - d_path() now takes a struct path argument - includes a new configure test - osi_vfsmnt -> osi_vfsmount in osi_misc.c Looked like a typo? - reorder the remove_proc_entry() calls - we need to remove the children before the parent (introduced with my earlier patch) 2008-07-01 03:35 shadow * acinclude.m4, src/afs/afs_pag_call.c, src/afs/afs_util.c, src/afs/afs_warn.c, src/afs/LINUX/osi_export.c, src/afs/LINUX/osi_misc.c, src/afs/LINUX/osi_nfssrv.c, src/afs/LINUX/osi_proc.c, src/afs/LINUX/osi_vfsops.c, src/cf/linux-test4.m4, src/libafs/Makefile.common.in: DELTA DEVEL15-linux-nfstrans-updates-20080630 AUTHOR marc.c.dionne@gmail.com LICENSE IPL10 FIXES 105109 exportfs - NFS translator: - The exportfs code is updated for the new export ops. The changes are made conditional on a new configure test that detects the new ops. fh_to_dentry() basically replaces decode_fh and uses our own get_dentry function instead of the now defunct find_exported_dentry. - A check for fh_len=4 is removed - in testing this value is always 6, possibly because of changes in the kernel code. - The check for authtab in osi_nfssrv.c assumes that an undefined weak symbol is 0. On my system, an unresolved weak symbol in a loaded module gets the value 0xfffffffe (-2 or -ENOENT) - again, probably a change on the kernel side. Check that the pointer is not an error constant using IS_ERR(). - In osi_vfsops.c, only use the export_ops bits if building the translator afspag: the problem here was dealing with unresolved symbols - afs_showflags is redefined in afs_pag_call.c so it's available for the afspag module - A new source file afs_warn.c gets the afs_warn* functions from afs_util.c. This allows the afspag module to get the afs_warnuser function without dragging in too many symbols. The new file is attached separately. other: - d_path() now takes a struct path argument - includes a new configure test - osi_vfsmnt -> osi_vfsmount in osi_misc.c Looked like a typo? - reorder the remove_proc_entry() calls - we need to remove the children before the parent (introduced with my earlier patch) 2008-07-01 03:33 shadow * src/afs/afs_warn.c: DELTA linux-nfstrans-updates-20080630 AUTHOR marc.c.dionne@gmail.com LICENSE IPL10 FIXES 105109 exportfs - NFS translator: - The exportfs code is updated for the new export ops. The changes are made conditional on a new configure test that detects the new ops. fh_to_dentry() basically replaces decode_fh and uses our own get_dentry function instead of the now defunct find_exported_dentry. - A check for fh_len=4 is removed - in testing this value is always 6, possibly because of changes in the kernel code. - The check for authtab in osi_nfssrv.c assumes that an undefined weak symbol is 0. On my system, an unresolved weak symbol in a loaded module gets the value 0xfffffffe (-2 or -ENOENT) - again, probably a change on the kernel side. Check that the pointer is not an error constant using IS_ERR(). - In osi_vfsops.c, only use the export_ops bits if building the translator afspag: the problem here was dealing with unresolved symbols - afs_showflags is redefined in afs_pag_call.c so it's available for the afspag module - A new source file afs_warn.c gets the afs_warn* functions from afs_util.c. This allows the afspag module to get the afs_warnuser function without dragging in too many symbols. The new file is attached separately. other: - d_path() now takes a struct path argument - includes a new configure test - osi_vfsmnt -> osi_vfsmount in osi_misc.c Looked like a typo? - reorder the remove_proc_entry() calls - we need to remove the children before the parent (introduced with my earlier patch) 2008-07-01 03:33 shadow * src/afs/afs_warn.c: file afs_warn.c was added on branch openafs-devel-1_5_x on 2008-07-01 03:35:23 +0000 2008-07-01 03:07 shadow * src/ubik/ubik.c: DELTA DEVEL153X-ubik-lwp-createprocess-64-bit-20080630 AUTHOR thom@net2hardware.com LICENSE IPL10 FIXES 104732 use NULL and not (void *)0 to avoid issues on 64 bit platforms 2008-07-01 03:06 shadow * src/ubik/ubik.c: DELTA DEVEL15-ubik-lwp-createprocess-64-bit-20080630 AUTHOR thom@net2hardware.com LICENSE IPL10 FIXES 104732 use NULL and not (void *)0 to avoid issues on 64 bit platforms 2008-06-30 23:37 rra * configure.in, src/config/Makefile.config.in, src/libafsrpc/Makefile.in, src/rxgen/Makefile.in, src/rxgen/rpc_main.c, src/shlibafsrpc/Makefile.in, src/sys/Makefile.in: DELTA DEVEL15-cpp-fixes-20080630 AUTHOR rra@stanford.edu LICENSE BSD When probing in configure for cpp, use the user's PATH first and then the /lib and /usr/ccs/lib directories. Set PATH_CPP instead of CPP, since the latter is just overwritten by Autoconf. Use PATH_CPP by preference in rxgen and when pre-processing assembly, since otherwise newer gcc will treat the input file as linker input and not do anything with it. Don't assume that cpp writes to the second argument; gcc apparently doesn't always do this. Instead, redirect standard output. 2008-06-30 23:10 rra * doc/man-pages/generate-html: DELTA DEVEL15-man-page-html-index-20080630 AUTHOR rra@stanford.edu LICENSE BSD Use the correct subcommand name (fs getacl instead of fs_getacl) on the HTML index page, even though we have to use the underscore in the NAME section of the actual POD documentation. 2008-06-30 20:51 rra * src/config/: param.alpha_linux_26.h, param.s390_linux26.h, param.s390x_linux26.h: DELTA DEVEL15-linux-ucontext-fixes-20080630 AUTHOR rra@stanford.edu LICENSE BSD Enable UCONTEXT on alpha, s390, and s390x for glibc > 2.3. This is the semantic backport of linux-ucontext-fixes-20080630 adjusted for the param file reorganization. 2008-06-30 20:29 rra * src/bozo/bnode.c: DELTA DEVEL15-bozo-find-linux-core-files-20080630 AUTHOR rra@stanford.edu LICENSE BSD Current Linux kernels always append a period and the PID to "core" when creating core files for multithreaded processes. Teach bosserver to scan the directory into which core files are deposited looking for such core files and treat them like any other core file if the PID matches the process that just died. This patch has been in the Debian OpenAFS packages for some time without problems. 2008-06-30 20:20 rra * doc/man-pages/pod1/vos_convertROtoRW.pod: DELTA DEVEL15-man-page-vos-convertROtoRW-inode-20080630 AUTHOR rra@stanford.edu LICENSE BSD vos convertROtoRW can now be used with an inode file server. Adjust the man page accordingly. 2008-06-30 20:08 rra * doc/man-pages/README: DELTA DEVEL15-man-page-readme-update-20080630 AUTHOR rra@stanford.edu LICENSE BSD Add additional missing commands to the to-do list. Add a section on man page section numbers and their rationale. Document that embedding a license in the man page isn't required if it's one of the licenses in our LICENSE file. 2008-06-30 19:52 jaltman * src/WINNT/install/wix/files.wxi: DELTA DEVEL15-windows-wix-cmdref-subdirs-20080630 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Construct the directory hierarchy correctly. CmdRef/{1,5,8} 2008-06-30 17:29 shadow * src/tviced/state_analyzer.c: DELTA DEVEL153X-dafs-state-analyzer-setup-cursor-20080630 AUTHOR tkeiser@sinenomine.net LICENSE IPL10 FIXES avoid an uninitialized cursor 2008-06-30 17:28 shadow * src/tviced/state_analyzer.c: DELTA DEVEL15-dafs-state-analyzer-setup-cursor-20080630 AUTHOR tkeiser@sinenomine.net LICENSE IPL10 FIXES avoid an uninitialized cursor 2008-06-30 14:00 jaltman * src/WINNT/install/NSIS/OpenAFS.nsi: DELTA DEVEL15-windows-nsis-cmdref-subdirs-20080630 AUTHOR jaltman@secure-endpoints.com LICENSE MIT install and remove the subdirectories of the CmdRef 2008-06-30 13:40 jaltman * src/WINNT/install/wix/openafs.wxs: DELTA DEVEL15-windows-wix-install-idn-redist-20080630 AUTHOR asanka@secure-endpoints.com LICENSE MIT Only install IDN redistributables on XP and 2003 2008-06-30 02:57 jaltman * src/WINNT/install/NSIS/OpenAFS.nsi: DELTA DEVEL15-windows-nsis-install-idn-redist-20080629 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Install IDN on XP and 2003 only 2008-06-29 05:07 jaltman * src/WINNT/install/wix/feature.wxi: DELTA DEVEL15-windows-remove-ibm-docs-20080628 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Remove (from the en_US distributions) the IBM Quick Guide and IBM Release Notes. Update references and installers. 2008-06-29 04:59 jaltman * src/WINNT/doc/install/Documentation/en_US/html/index.htm: DELTA DEVEL15-windows-remove-ibm-docs-20080628 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Remove (from the en_US distributions) the IBM Quick Guide and IBM Release Notes. Update references and installers. 2008-06-29 04:54 jaltman * doc/man-pages/NTMakefile, Remove (from the en_US distributions) the IBM Quick Guide and IBM Release Notes. Update references and installers. src/WINNT/doc/install/Documentation/en_US/html/InstallGd/awqbg000.h tm, src/WINNT/doc/install/Documentation/en_US/html/InstallGd/awqbg002.h tm, src/WINNT/doc/install/Documentation/en_US/html/InstallGd/awqbg003.h tm, src/WINNT/doc/install/Documentation/en_US/html/InstallGd/awqbg004.h tm, src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/awrns00 0.htm, src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/awrns00 2.htm, src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/awrns00 3.htm, src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/awrns00 4.htm, src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/awrns00 5.htm, src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/awrns00 6.htm, src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/awrns00 7.htm, src/WINNT/install/NSIS/OpenAFS.nsi, src/WINNT/install/wix/files.wxi: DELTA DEVEL15-windows-remove-ibm-docs-20080628 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 2008-06-29 03:39 shadow * src/afs/afs_analyze.c: DELTA DEVEL153X-afs-blacklist-initialize-volume-ptr-always-20080628 AUTHOR cg2v@andrew.cmu.edu LICENSE IPL10 FIXES always initialize this 2008-06-29 03:39 shadow * src/afs/afs_analyze.c: DELTA DEVEL15-afs-blacklist-initialize-volume-ptr-always-20080628 AUTHOR cg2v@andrew.cmu.edu LICENSE IPL10 FIXES always initialize this 2008-06-29 01:51 jaltman * doc/: html/NTMakefile, man-pages/NTMakefile: DELTA DEVEL15-windows-generate-html-cmdref-makefile-argh-20080628 AUTHOR jaltman@secure-endpoints.com LICENSE MIT It would be nice if we added the file to the correct directory. Add Windows makefile to build the html cmdref files from the pod man-pages 2008-06-29 01:48 jaltman * doc/man-pages/NTMakefile: DELTA windows-generate-html-cmdref-makefile-argh-20080628 AUTHOR jaltman@secure-endpoints.com LICENSE MIT It would be nice if we added the file to the correct directory. Add Windows makefile to build the html cmdref files from the pod man-pages 2008-06-29 01:48 jaltman * doc/man-pages/NTMakefile: file NTMakefile was added on branch openafs-devel-1_5_x on 2008-06-29 01:51:54 +0000 2008-06-29 01:28 jaltman * src/WINNT/doc/install/Documentation/en_US/html/index.htm: DELTA DEVEL15-windows-cmdref-20080628 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Reference cmdref/index.html from the en_US documentation 2008-06-29 01:22 jaltman * src/WINNT/install/: NSIS/OpenAFS.nsi, wix/config.wxi, wix/feature.wxi, wix/files.wxi, wix/language_config.wxi: DELTA DEVEL15-windows-install-new-cmdref-20080628 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Install the new man pages as the OpenAFS Command Reference. Update both the nsis and wix installers. 2008-06-28 23:42 jaltman * src/NTMakefile: DELTA DEVEL15-windows-build-doc-manpages-20080628 AUTHOR jaltman@secure-endpoints.com LICENSE MIT build the manpages for windows 2008-06-28 23:32 jaltman * doc/html/NTMakefile: DELTA DEVEL15-windows-generate-html-cmdref-makefile-correct-20080628 AUTHOR jaltman@secure-endpoints.com LICENSE MIT commit the correct version of the NTMakefile 2008-06-28 23:25 jaltman * doc/html/NTMakefile: DELTA DEVEL15-windows-generate-html-cmdref-makefile-20080628 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add a windows makefile to generate the html cmdref from the pod files. Requires perl on the build system. 2008-06-28 23:23 jaltman * doc/html/NTMakefile: file NTMakefile was added on branch openafs-devel-1_5_x on 2008-06-28 23:25:21 +0000 2008-06-28 23:23 jaltman * doc/html/NTMakefile: DELTA windows-generate-html-cmdref-makefile-20080628 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add a windows makefile to generate the html cmdref from the pod files. Requires perl on the build system. 2008-06-28 07:17 rra * src/aklog/: Makefile.in, Makefile.in: DELTA DEVEL15-install-and-document-klog-krb5-20080627 AUTHOR rra@stanford.edu LICENSE IPL10 Install the Kerberos v5 klog as klog.krb5 and install a man page for it. 2008-06-28 06:38 rra * doc/html/: index.htm, AdminReference/auarf000.htm, AdminReference/auarf002.htm, AdminReference/auarf003.htm, AdminReference/auarf004.htm, AdminReference/auarf005.htm, AdminReference/auarf006.htm, AdminReference/auarf007.htm, AdminReference/auarf008.htm, AdminReference/auarf009.htm, AdminReference/auarf010.htm, AdminReference/auarf011.htm, AdminReference/auarf012.htm, AdminReference/auarf013.htm, AdminReference/auarf014.htm, AdminReference/auarf015.htm, AdminReference/auarf016.htm, AdminReference/auarf017.htm, AdminReference/auarf018.htm, AdminReference/auarf019.htm, AdminReference/auarf020.htm, AdminReference/auarf021.htm, AdminReference/auarf022.htm, AdminReference/auarf023.htm, AdminReference/auarf024.htm, AdminReference/auarf025.htm, AdminReference/auarf026.htm, AdminReference/auarf027.htm, AdminReference/auarf028.htm, AdminReference/auarf029.htm, AdminReference/auarf030.htm, AdminReference/auarf031.htm, AdminReference/auarf032.htm, AdminReference/auarf033.htm, AdminReference/auarf034.htm, AdminReference/auarf035.htm, AdminReference/auarf036.htm, AdminReference/auarf037.htm, AdminReference/auarf038.htm, AdminReference/auarf039.htm, AdminReference/auarf040.htm, AdminReference/auarf041.htm, AdminReference/auarf042.htm, AdminReference/auarf043.htm, AdminReference/auarf044.htm, AdminReference/auarf045.htm, AdminReference/auarf046.htm, AdminReference/auarf047.htm, AdminReference/auarf048.htm, AdminReference/auarf049.htm, AdminReference/auarf050.htm, AdminReference/auarf051.htm, AdminReference/auarf052.htm, AdminReference/auarf053.htm, AdminReference/auarf054.htm, AdminReference/auarf055.htm, AdminReference/auarf056.htm, AdminReference/auarf057.htm, AdminReference/auarf058.htm, AdminReference/auarf059.htm, AdminReference/auarf060.htm, AdminReference/auarf061.htm, AdminReference/auarf062.htm, AdminReference/auarf063.htm, AdminReference/auarf064.htm, AdminReference/auarf065.htm, AdminReference/auarf066.htm, AdminReference/auarf067.htm, AdminReference/auarf068.htm, AdminReference/auarf069.htm, AdminReference/auarf070.htm, AdminReference/auarf071.htm, AdminReference/auarf072.htm, AdminReference/auarf073.htm, AdminReference/auarf074.htm, AdminReference/auarf075.htm, AdminReference/auarf076.htm, AdminReference/auarf077.htm, AdminReference/auarf078.htm, AdminReference/auarf079.htm, AdminReference/auarf080.htm, AdminReference/auarf081.htm, AdminReference/auarf082.htm, AdminReference/auarf083.htm, AdminReference/auarf084.htm, AdminReference/auarf085.htm, AdminReference/auarf086.htm, AdminReference/auarf087.htm, AdminReference/auarf088.htm, AdminReference/auarf089.htm, AdminReference/auarf090.htm, AdminReference/auarf091.htm, AdminReference/auarf092.htm, AdminReference/auarf093.htm, AdminReference/auarf094.htm, AdminReference/auarf095.htm, AdminReference/auarf096.htm, AdminReference/auarf097.htm, AdminReference/auarf098.htm, AdminReference/auarf099.htm, AdminReference/auarf100.htm, AdminReference/auarf101.htm, AdminReference/auarf102.htm, AdminReference/auarf103.htm, AdminReference/auarf104.htm, AdminReference/auarf105.htm, AdminReference/auarf106.htm, AdminReference/auarf107.htm, AdminReference/auarf108.htm, AdminReference/auarf109.htm, AdminReference/auarf110.htm, AdminReference/auarf111.htm, AdminReference/auarf112.htm, AdminReference/auarf113.htm, AdminReference/auarf114.htm, AdminReference/auarf115.htm, AdminReference/auarf116.htm, AdminReference/auarf117.htm, AdminReference/auarf118.htm, AdminReference/auarf119.htm, AdminReference/auarf120.htm, AdminReference/auarf121.htm, AdminReference/auarf122.htm, AdminReference/auarf123.htm, AdminReference/auarf124.htm, AdminReference/auarf125.htm, AdminReference/auarf126.htm, AdminReference/auarf127.htm, AdminReference/auarf128.htm, AdminReference/auarf129.htm, AdminReference/auarf130.htm, AdminReference/auarf131.htm, AdminReference/auarf132.htm, AdminReference/auarf133.htm, AdminReference/auarf134.htm, AdminReference/auarf135.htm, AdminReference/auarf136.htm, AdminReference/auarf137.htm, AdminReference/auarf138.htm, AdminReference/auarf139.htm, AdminReference/auarf140.htm, AdminReference/auarf141.htm, AdminReference/auarf142.htm, AdminReference/auarf143.htm, AdminReference/auarf144.htm, AdminReference/auarf145.htm, AdminReference/auarf146.htm, AdminReference/auarf147.htm, AdminReference/auarf148.htm, AdminReference/auarf149.htm, AdminReference/auarf150.htm, AdminReference/auarf151.htm, AdminReference/auarf152.htm, AdminReference/auarf153.htm, AdminReference/auarf154.htm, AdminReference/auarf155.htm, AdminReference/auarf156.htm, AdminReference/auarf157.htm, AdminReference/auarf158.htm, AdminReference/auarf159.htm, AdminReference/auarf160.htm, AdminReference/auarf161.htm, AdminReference/auarf162.htm, AdminReference/auarf163.htm, AdminReference/auarf164.htm, AdminReference/auarf165.htm, AdminReference/auarf166.htm, AdminReference/auarf167.htm, AdminReference/auarf168.htm, AdminReference/auarf169.htm, AdminReference/auarf170.htm, AdminReference/auarf171.htm, AdminReference/auarf172.htm, AdminReference/auarf173.htm, AdminReference/auarf174.htm, AdminReference/auarf175.htm, AdminReference/auarf176.htm, AdminReference/auarf177.htm, AdminReference/auarf178.htm, AdminReference/auarf179.htm, AdminReference/auarf180.htm, AdminReference/auarf181.htm, AdminReference/auarf182.htm, AdminReference/auarf183.htm, AdminReference/auarf184.htm, AdminReference/auarf185.htm, AdminReference/auarf186.htm, AdminReference/auarf187.htm, AdminReference/auarf188.htm, AdminReference/auarf189.htm, AdminReference/auarf190.htm, AdminReference/auarf191.htm, AdminReference/auarf192.htm, AdminReference/auarf193.htm, AdminReference/auarf194.htm, AdminReference/auarf195.htm, AdminReference/auarf196.htm, AdminReference/auarf197.htm, AdminReference/auarf198.htm, AdminReference/auarf199.htm, AdminReference/auarf200.htm, AdminReference/auarf201.htm, AdminReference/auarf202.htm, AdminReference/auarf203.htm, AdminReference/auarf204.htm, AdminReference/auarf205.htm, AdminReference/auarf206.htm, AdminReference/auarf207.htm, AdminReference/auarf208.htm, AdminReference/auarf209.htm, AdminReference/auarf210.htm, AdminReference/auarf211.htm, AdminReference/auarf212.htm, AdminReference/auarf213.htm, AdminReference/auarf214.htm, AdminReference/auarf215.htm, AdminReference/auarf216.htm, AdminReference/auarf217.htm, AdminReference/auarf218.htm, AdminReference/auarf219.htm, AdminReference/auarf220.htm, AdminReference/auarf221.htm, AdminReference/auarf222.htm, AdminReference/auarf223.htm, AdminReference/auarf224.htm, AdminReference/auarf225.htm, AdminReference/auarf226.htm, AdminReference/auarf227.htm, AdminReference/auarf228.htm, AdminReference/auarf229.htm, AdminReference/auarf230.htm, AdminReference/auarf231.htm, AdminReference/auarf232.htm, AdminReference/auarf233.htm, AdminReference/auarf234.htm, AdminReference/auarf235.htm, AdminReference/auarf236.htm, AdminReference/auarf237.htm, AdminReference/auarf238.htm, AdminReference/auarf239.htm, AdminReference/auarf240.htm, AdminReference/auarf241.htm, AdminReference/auarf242.htm, AdminReference/auarf243.htm, AdminReference/auarf244.htm, AdminReference/auarf245.htm, AdminReference/auarf246.htm, AdminReference/auarf247.htm, AdminReference/auarf248.htm, AdminReference/auarf249.htm, AdminReference/auarf250.htm, AdminReference/auarf251.htm, AdminReference/auarf252.htm, AdminReference/auarf253.htm, AdminReference/auarf254.htm, AdminReference/auarf255.htm, AdminReference/auarf256.htm, AdminReference/auarf257.htm, AdminReference/auarf258.htm, AdminReference/auarf259.htm, AdminReference/auarf260.htm, AdminReference/auarf261.htm, AdminReference/auarf262.htm, AdminReference/auarf263.htm, AdminReference/auarf264.htm, AdminReference/auarf265.htm, AdminReference/auarf266.htm, AdminReference/auarf267.htm, AdminReference/auarf268.htm, AdminReference/auarf269.htm, AdminReference/auarf270.htm, AdminReference/auarf271.htm, AdminReference/auarf272.htm, AdminReference/auarf273.htm, AdminReference/auarf274.htm, AdminReference/auarf275.htm, AdminReference/auarf276.htm, AdminReference/auarf277.htm, AdminReference/auarf278.htm, AdminReference/auarf279.htm, AdminReference/auarf280.htm, AdminReference/auarf281.htm, AdminReference/auarf282.htm, AdminReference/auarf283.htm, AdminReference/auarf284.htm: DELTA DEVEL15-remove-administration-reference-20080627 AUTHOR rra@stanford.edu LICENSE IPL10 Purge the old AFS Administration Reference documentation. This has now been completely replaced by the manual pages. 2008-06-28 05:30 rra * doc/man-pages/pod1/klog.krb5.pod, src/aklog/Makefile.in: DELTA DEVEL15-install-and-document-klog-krb5-20080627 AUTHOR rra@stanford.edu LICENSE IPL10 Install the Kerberos v5 klog as klog.krb5 and install a man page for it. 2008-06-28 05:19 rra * doc/man-pages/pod1/klog.krb5.pod: DELTA install-and-document-klog-krb5-20080627 AUTHOR rra@stanford.edu LICENSE IPL10 Install the Kerberos v5 klog as klog.krb5 and install a man page for it. 2008-06-28 05:19 rra * doc/man-pages/pod1/klog.krb5.pod: file klog.krb5.pod was added on branch openafs-devel-1_5_x on 2008-06-28 05:30:53 +0000 2008-06-27 22:42 jaltman * src/WINNT/afsd/smb.c: DELTA DEVEL153X-windows-smb-dead-vc-gc-20080627 AUTHOR jaltman@secure-endpoints.com LICENSE MIT When an SMB virtual circuit is prematurely closed due to an error condition by one thread it is possible that there are still several other threads still using the VC which will determine that the VC is dead shortly. As a result we maintain a dead vc list to ensure that dead vcs are not destroyed while still in use. With the addition of locking though this causes a problem because the locks allocated to the virtual circuit are not freed until the vc is destroyed. This patch reworks the cleanup routine to make the freeing of resources the responsibility of the release routine when the refcount hits 0 and the VC is marked dead. 2008-06-27 19:45 jaltman * src/WINNT/afsd/smb.c: DELTA DEVEL15-windows-smb-dead-vc-gc-20080627 AUTHOR jaltman@secure-endpoints.com LICENSE MIT When an SMB virtual circuit is prematurely closed due to an error condition by one thread it is possible that there are still several other threads still using the VC which will determine that the VC is dead shortly. As a result we maintain a dead vc list to ensure that dead vcs are not destroyed while still in use. With the addition of locking though this causes a problem because the locks allocated to the virtual circuit are not freed until the vc is destroyed. This patch reworks the cleanup routine to make the freeing of resources the responsibility of the release routine when the refcount hits 0 and the VC is marked dead. 2008-06-27 04:11 rra * doc/man-pages/pod1/afs.pod: DELTA DEVEL15-man-page-afs-fixes-20080626 AUTHOR jason@rampaginggeek.com FIXES 104745 LICENSE BSD Fix several issues with the afs(1) man page. Based on the patch by Jason, but I also documented /vicepiv as the maximum, and /vicepiu as the maximum recommended, partition. 2008-06-27 04:05 rra * doc/man-pages/: README, pod8/vldb_convert.pod: DELTA DEVEL15-man-page-vldb_convert-20080626 AUTHOR jason@rampaginggeek.com FIXES 104192 LICENSE BSD New man page for vldb_convert. 2008-06-27 04:03 rra * doc/man-pages/: README, pod1/vos_clone.pod: DELTA DEVEL15-man-page-vos-clone-20080626 AUTHOR jason@rampaginggeek.com FIXES 104110 LICENSE BSD Add man page for vos clone. 2008-06-27 03:29 rra * doc/man-pages/pod8/vldb_convert.pod: file vldb_convert.pod was added on branch openafs-devel-1_5_x on 2008-06-27 04:05:36 +0000 2008-06-27 03:29 rra * doc/man-pages/pod8/vldb_convert.pod: DELTA man-page-vldb_convert-20080626 AUTHOR jason@rampaginggeek.com FIXES 104192 LICENSE BSD New man page for vldb_convert. 2008-06-27 03:19 rra * doc/man-pages/pod1/vos_clone.pod: DELTA man-page-vos-clone-20080626 AUTHOR jason@rampaginggeek.com FIXES 104110 LICENSE BSD Add man page for vos clone. 2008-06-27 03:19 rra * doc/man-pages/pod1/vos_clone.pod: file vos_clone.pod was added on branch openafs-devel-1_5_x on 2008-06-27 04:03:56 +0000 2008-06-27 02:06 jaltman * src/WINNT/install/wix/: NTMakefile, config.wxi, openafs.wxs, runtime.wxi, lang/en_US/strings.wxl, lang/en_US/ui.wxi: DELTA DEVEL15-windows-wix-install-idn-redist-20080626 AUTHOR asanka@secure-endpoints.com LICENSE MIT Install the Microsoft IDN Redistributables which are required for Unicode Normalization on XP and 2003. 2008-06-27 02:00 jaltman * src/WINNT/install/NSIS/: NTMakefile, OpenAFS.nsi: DELTA DEVEL15-windows-nsis-install-idn-redist-20080626 AUTHOR asanka@secure-endpoints.com LICENSE MIT Install the Microsoft IDN Redistributables which are required for Unicode Normalization on XP and 2003. 2008-06-26 17:09 jaltman * src/WINNT/client_osi/osilog.c: DELTA DEVEL153X-windows-osilog-20080626 AUTHOR jaltman@secure-endpoints.com LICENSE MIT add missing return 2008-06-26 17:05 jaltman * src/vlserver/NTMakefile: DELTA DEVEL15-windows-vlserver-makefile-20080626 AUTHOR jaltman@secure-endpoints.com LICENSE MIT more consistency changes to get the make rules for headers right 2008-06-26 16:55 jaltman * src/update/NTMakefile: DELTA DEVEL15-windows-unicode-20080527 AUTHOR asanka@secure-endpoints.com LICENSE MIT An incremental commit. This patch adds support for normalization of Unicode but we have concluded that the normalization rules are incorrect. Normalized strings should not be written to the file server or returned to the application. 2008-06-26 16:48 jaltman * src/: WINNT/client_config/config.cpp, WINNT/client_config/drivemap.cpp, auth/cellconfig.c, sys/pioctl_nt.c: DELTA DEVEL15-windows-nls-includes-20080626 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add include for cm_nls.h 2008-06-26 16:38 jaltman * src/WINNT/afsd/: afsd.h, afsd_flushvol.c, afsd_init.c, afsd_init.h, afsd_service.c, cm_btree.c, cm_btree.h, cm_buf.h, cm_callback.c, cm_conn.h, cm_dnlc.c, cm_dnlc.h, cm_dns.c, cm_dns.h, cm_ioctl.c, cm_ioctl.h, cm_nls.c, cm_nls.h, cm_scache.h, cm_user.h, cm_utils.c, cm_utils.h, cm_vnodeops.c, cm_vnodeops.h, cm_volstat.c, cm_volstat.h, smb.c, smb.h, smb3.c, smb3.h, smb_ioctl.c, smb_ioctl.h: DELTA DEVEL15-windows-unicode-20080626 AUTHOR asanka@secure-endpoints.com LICENSE MIT This patch is the second stage of the Unicode conversion. In this stage the cache manager has been converted from using 8-bit UTF8 C strings to 16-bit UTF16 C strings in the SMB, the DNLC, the B+ tree, and other directly related modules. The cm_cell, cm_volume, cm_scache, cm_buf, cm_dcache, and cm_dir modules are left 8-bit because their data is all 8-bit UTF8 since they work only on file server strings. The SMB layer accepts 16-bit UTF16, the B+ tree and DNLC use normalized strings as the key, and everything uses UTF8. Efforts have been made to minimize the number of transitions from UTF8 to UTF16 and back. For the most part strings are tagged with clientchar_t and normchar_t and fschar_t types in order to distinguish between the various types of strings that are in use. other changes include addition prototyping. 2008-06-26 16:00 jaltman * src/WINNT/client_osi/: libosi.def, osilog.c, osilog.h: DELTA DEVEL15-windows-osilog-safestring-unicode-20080624 AUTHOR asanka@secure-endpoints.com LICENSE MIT convert to using microsoft safe string functions. add Unicode version of osi_LogSaveStringW. This is safe to use export even in none Unicode builds. Some reformatting. 2008-06-26 14:58 jaltman * src/WINNT/afsd/: afsd.h, cm_ioctl.c, cm_ioctl.h, cm_user.c, cm_vnodeops.c, smb.c, smb.h, smb_iocons.h, smb_ioctl.c, smb_ioctl.h: DELTA DEVEL15-windows-pioctl-refactoring-20080612 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Refactor the pioctl handling to provide a layer of abstraction between the smb server and the actual pioctl data processing. This will permit a redirector pioctl layer to be implemented on top of the core cm_ioctl interfaces. The general approach is that there is a new cm_ioctl_t object which is embedded withing a higher level abstraction object. This object maintains all of the pioctl state processing and removes any notion of file descriptors or other communication channel parameters. The cm_ioctl module maintains just about all of the core functional processing except for SetToken which needs further abstraction. Path processing is now performed at the higher layer and cm_ioctl functions accept cm_user_t, cm_scache_t, and cm_req_t objects from the higher layer. The smb_ioctl module performs all of the path translation using smb server knowledge and passes the necessary objects to the cm_ioctl module for processing. 2008-06-26 14:38 jaltman * src/WINNT/afsd/: afsd.h, afsd95.c, afsd_init.c, afsd_init.h, afsd_init95.c, cm_access.c, cm_aclent.c, cm_buf.c, cm_callback.c, cm_cell.c, cm_conn.c, cm_daemon.c, cm_dcache.c, cm_dir.c, cm_dnlc.c, cm_dns.c, cm_dns_private.h, cm_freelance.c, cm_ioctl.c, cm_rpc.c, cm_rpc.h, cm_scache.c, cm_scache.h, cm_server.c, cm_server.h, cm_user.c, cm_utils.c, cm_vnodeops.c, cm_volume.c, rawops.c, smb.c, smb.h, smb3.c, smb3.h, smb_ioctl.c: DELTA DEVEL15-windows-no-more-djgpp-20080626 AUTHOR jaltman@secure-endpoints.com LICENSE MIT This patch is only for the 1.5 branch and just for the afsd directory. Remove all references to DJGPP preprocessor symbol in order to make application of commits from head easier. 2008-06-26 13:00 jaltman * src/WINNT/afsd/: cm_nls.c, cm_nls.h: DELTA DEVEL15-windows-unicode-20080527 AUTHOR asanka@secure-endpoints.com LICENSE MIT An incremental commit. This patch adds support for normalization of Unicode but we have concluded that the normalization rules are incorrect. Normalized strings should not be written to the file server or returned to the application. 2008-06-26 12:59 jaltman * src/WINNT/afsd/cm_btree.c: DELTA DEVEL153X-windows-btree-short-name-20080604 AUTHOR jaltman@secure-endpoints.com LICENSE MIT When constructing the shortname keyed entry in the tree, make sure that the original long name is preserved. 2008-06-26 12:45 jaltman * src/: WINNT/afsd/NTMakefile, WINNT/afsd/afsd.h, WINNT/afsd/afsd_flushvol.c, WINNT/afsd/afsd_init.c, WINNT/afsd/afslogon.c, WINNT/afsd/cm_btree.c, WINNT/afsd/cm_btree.h, WINNT/afsd/cm_cell.c, WINNT/afsd/cm_config.c, WINNT/afsd/cm_dir.c, WINNT/afsd/cm_dnlc.c, WINNT/afsd/cm_dns.c, WINNT/afsd/cm_freelance.c, WINNT/afsd/cm_ioctl.c, WINNT/afsd/cm_utils.c, WINNT/afsd/cm_utils.h, WINNT/afsd/cm_vnodeops.c, WINNT/afsd/cm_vnodeops.h, WINNT/afsd/cm_volume.c, WINNT/afsd/fs.c, WINNT/afsd/smb.c, WINNT/afsd/smb3.c, WINNT/afsd/symlink.c, auth/NTMakefile, bozo/NTMakefile, bucoord/NTMakefile, budb/NTMakefile, butc/NTMakefile, kauth/NTMakefile, libafsauthent/NTMakefile, ptserver/NTMakefile, tbutc/NTMakefile, vlserver/NTMakefile, volser/NTMakefile: DELTA DEVEL15-windows-unicode-20080527 AUTHOR asanka@secure-endpoints.com LICENSE MIT An incremental commit. This patch adds support for normalization of Unicode but we have concluded that the normalization rules are incorrect. Normalized strings should not be written to the file server or returned to the application. 2008-06-26 12:31 jaltman * src/WINNT/afsd/cm_btree.c: DELTA DEVEL15-windows-btree-short-name-20080604 AUTHOR jaltman@secure-endpoints.com LICENSE MIT When constructing the shortname keyed entry in the tree, make sure that the original long name is preserved. 2008-06-26 05:43 jaltman * src/WINNT/afsd/cm_nls.h: file cm_nls.h was added on branch openafs-devel-1_5_x on 2008-06-26 13:00:08 +0000 2008-06-26 05:43 jaltman * src/WINNT/afsd/cm_nls.c: file cm_nls.c was added on branch openafs-devel-1_5_x on 2008-06-26 13:00:08 +0000 2008-06-26 05:43 jaltman * src/WINNT/afsd/: cm_nls.c, cm_nls.h: DELTA windows-unicode-20080626 AUTHOR asanka@secure-endpoints.com LICENSE MIT This patch is the second stage of the Unicode conversion. In this stage the cache manager has been converted from using 8-bit UTF8 C strings to 16-bit UTF16 C strings in the SMB, the DNLC, the B+ tree, and other directly related modules. The cm_cell, cm_volume, cm_scache, cm_buf, cm_dcache, and cm_dir modules are left 8-bit because their data is all 8-bit UTF8 since they work only on file server strings. The SMB layer accepts 16-bit UTF16, the B+ tree and DNLC use normalized strings as the key, and everything uses UTF8. Efforts have been made to minimize the number of transitions from UTF8 to UTF16 and back. For the most part strings are tagged with clientchar_t and normchar_t and fschar_t types in order to distinguish between the various types of strings that are in use. other changes include addition prototyping. 2008-06-24 12:59 shadow * src/tubik/Makefile.in: DELTA DEVEL153X-tubik-build-fix-20080624 AUTHOR matt@linuxbox.com LICENSE IPL10 FIXES add missing build dependencies 2008-06-24 12:58 shadow * src/tubik/Makefile.in: DELTA DEVEL15-tubik-build-fix-20080624 AUTHOR matt@linuxbox.com LICENSE IPL10 FIXES add missing build dependencies 2008-06-23 17:50 shadow * src/tubik/Makefile.in: DELTA DEVEL153X-tubik-build-fix-20080623 AUTHOR matt@linuxbox.com LICENSE IPL10 FIXES add missing build dependencies 2008-06-23 17:50 shadow * src/tubik/Makefile.in: DELTA DEVEL15-tubik-build-fix-20080623 AUTHOR matt@linuxbox.com LICENSE IPL10 FIXES add missing build dependencies 2008-06-23 04:13 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL153X-windows-version-20080622 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.39 == 1.5.3900.0 2008-06-23 04:09 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm: DELTA DEVEL153X-windows-release-notes-20080622 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.39 2008-06-23 04:07 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm: DELTA DEVEL153X-windows-release-notes-20080508 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.35 2008-06-23 04:05 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm: DELTA DEVEL15-windows-release-notes-20080622 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.39 2008-06-23 04:02 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL153X-windows-notes-20080622 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.39 2008-06-23 04:00 jaltman * 1.5.39 src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/toc.htm : DELTA DEVEL15-windows-release-notes-20080622 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 2008-06-23 03:53 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20080622 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.39 2008-06-23 03:51 shadow * configure-libafs.in, configure.in: DELTA DEVEL153X-openafs-1-5-39-20080622 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES make 1.5.39 2008-06-23 03:41 shadow * doc/html/QuickStartUnix/auqbg005.htm: DELTA DEVEL15-doc-nfs-translator-instructions-20080622 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES 103459 clarify instructions for the translator 2008-06-23 03:20 jaltman * src/rx/: rx.c, rx_user.c: DELTA DEVEL153X-rx-init-more-packets-20080529 AUTHOR jaltman@secure-endpoints.com LICENSE MIT It is frequently the case that rx_getAllAddr() is called before rx_Init() or rx_InitHost(). rx_getAllAddr() obtains the list of interfaces by using rx_GetIFInfo() which in turn computes and allocates the number of addition rx packets. Unfortunately, rxi_MorePackets() relies on the existence of an initialized mutex and the mutex is not initialized (on Windows) until the rx_InitHost() call. Therefore, we must delay the rxi_MorePackets() call until after rx_InitHost() if rx_getAllAddr() is called previously. Failure to do so results in a panic. 2008-06-23 03:13 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL153X-windows-notes-20080508 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.36 2008-06-23 03:05 jaltman * src/WINNT/afsd/: cm_scache.c, cm_scache.h, cm_vnodeops.c, smb.c: DELTA DEVEL153X-windows-scache-deletion-and-lock-verification-20080612 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add lock assertions to various functions. Obtain a missing lock around a call to cm_RemoveSCacheFromHashTable(). Correct an abstraction layer violation. cm_scache_t objects should be marked deleted in cm_Unlink() and cm_RemoveDir() and not in smb_CloseFID(). Cleanup of deleted cm_scache_t objects should be performed in cm_ReleaseSCache() when the reference count hits zero. Prototype cm_AdjustScacheLRU() and re-implement it using osi_QAddH(). 2008-06-23 03:03 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA DEVEL153X-windows-vnodeops-wrong-logfile-20080612 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Use afsd_logp instead of smb_logp in osi_LogX() calls. Do not violate layer abstraction. 2008-06-23 03:02 jaltman * src/WINNT/afsd/cm_buf.c: DELTA DEVEL153X-windows-buf-clean-access-denied-20080612 AUTHOR jaltman@secure-endpoints.com LICENSE MIT If the attempt to write the buffer returns access denied, store that in the cm_buf_t object so that the error can be propagated. 2008-06-23 03:00 jaltman * src/WINNT/afsd/: cm_freelance.c, cm_scache.c: DELTA DEVEL153X-windows-scache-hash-tables-20080612 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Prevent corruption of the cm_data.scacheHashTablep lists when removing and then re-adding entries to the hash table. The cm_scache_t nextp fields were not being reset to NULL which permitted loops to be created. 2008-06-23 02:54 jaltman * src/WINNT/afsd/cm_server.c: DELTA DEVEL153X-windows-check-server-memleak-20080606 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Found a memleak in the cm_CheckServers routine. Plug it. 2008-06-23 02:52 jaltman * src/WINNT/afsd/cm_btree.c: DELTA DEVEL153X-windows-bpluss-memleak-20080605 AUTHOR jaltman@secure-endpoints.com LICENSE MIT when deleting entries from a directory for items with non-8.3 names memory for the longname field would be leaked. don't do that. 2008-06-23 02:50 jaltman * src/WINNT/afsd/afsd_init.c: DELTA DEVEL153X-windows-unused-var-20080528 AUTHOR jaltman@secure-endpoints.com LICENSE MIT remove unused var cm_CachePathLen 2008-06-23 02:49 jaltman * src/: budb/server.c, ptserver/display.c, vol/vol-salvage.c: DELTA DEVEL153X-strftime-portability-20080528 AUTHOR jaltman@secure-endpoints.com LICENSE MIT %T is not portable to Windows. Replace it with the equivalent %H:%M:%S format string. 2008-06-12 20:08 shadow * src/afs/LINUX/: osi_pag_module.c, osi_sysctl.c: DELTA DEVEL153X-linux-2626-updates-20080612 AUTHOR marc.c.dionne@gmail.com LICENSE IPL10 FIXES 102821 fixes which went into 1.4.x already 2008-06-12 20:08 shadow * src/afs/LINUX/: osi_pag_module.c, osi_sysctl.c: DELTA DEVEL15-linux-2626-updates-20080612 AUTHOR marc.c.dionne@gmail.com LICENSE IPL10 FIXES 102821 fixes which went into 1.4.x already 2008-06-12 20:01 shadow * src/: tbudb/.cvsignore, tptserver/.cvsignore, packaging/Debian/.cvsignore, tubik/.cvsignore, tvlserver/.cvsignore, packaging/MacOS/.cvsignore: DELTA DEVEL15-cvsignore-updates-20080612 AUTHOR marc.c.dionne@gmail.com LICENSE IPL10 FIXES 102819 add missing things to cvsignore files 2008-06-12 20:00 shadow * src/packaging/MacOS/.cvsignore: file .cvsignore was added on branch openafs-devel-1_5_x on 2008-06-12 20:01:39 +0000 2008-06-12 20:00 shadow * src/: tubik/.cvsignore, tvlserver/.cvsignore, packaging/Debian/.cvsignore: file .cvsignore was added on branch openafs-devel-1_5_x on 2008-06-12 20:01:38 +0000 2008-06-12 20:00 shadow * src/tptserver/.cvsignore: file .cvsignore was added on branch openafs-devel-1_5_x on 2008-06-12 20:01:37 +0000 2008-06-12 20:00 shadow * src/: tbudb/.cvsignore, tptserver/.cvsignore, tubik/.cvsignore, tvlserver/.cvsignore, packaging/Debian/.cvsignore, packaging/MacOS/.cvsignore: DELTA cvsignore-updates-20080612 AUTHOR marc.c.dionne@gmail.com LICENSE IPL10 FIXES 102819 add missing things to cvsignore files 2008-06-12 20:00 shadow * src/tbudb/.cvsignore: file .cvsignore was added on branch openafs-devel-1_5_x on 2008-06-12 20:01:35 +0000 2008-06-12 19:23 shadow * src/: util/volparse.c, vol/daemon_com.c, vol/daemon_com.h, vol/fssync-debug.c, vol/fssync-server.c, vol/fssync.h, vol/partition.c, vol/purge.c, vol/salvsync-server.c, vol/salvsync.h, vol/vol-salvage.c, vol/vol-salvage.h, vol/volume.c, vol/volume.h, volser/volprocs.c: DELTA DEVEL153X-dafs-updates-20080612 AUTHOR tkeiser@gmail.com LICENSE IPL10 FIXES pending changes from tom to avoid a deadlock issue 2008-06-12 19:18 shadow * src/: util/volparse.c, vol/daemon_com.c, vol/daemon_com.h, vol/fssync-debug.c, vol/fssync-server.c, vol/fssync.h, vol/partition.c, vol/purge.c, vol/salvsync-server.c, vol/salvsync.h, vol/vol-salvage.c, vol/vol-salvage.h, vol/volume.c, vol/volume.h, volser/volprocs.c: DELTA DEVEL15-dafs-updates-20080612 AUTHOR tkeiser@gmail.com LICENSE IPL10 FIXES pending changes from tom to avoid a deadlock issue 2008-06-12 18:37 shadow * src/ptserver/: pt_util.c, utils.c: DELTA DEVEL153X-ptserver-simple-corrupt-protection-20080612 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES protects against direct loops, which we have seen in the wild, but not more (yet) 2008-06-12 18:36 shadow * src/ptserver/: pt_util.c, utils.c: DELTA DEVEL15-ptserver-simple-corrupt-protection-20080612 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES protects against direct loops, which we have seen in the wild, but not more (yet) 2008-06-12 17:24 shadow * src/afs/afs_init.c: DELTA DEVEL153X-volume-limit-higher-20080612 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES allow more volume lookups to be cached 2008-06-12 17:24 shadow * src/afs/afs_init.c: DELTA DEVEL15-volume-limit-higher-20080612 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES allow more volume lookups to be cached 2008-06-12 16:06 jaltman * src/WINNT/afsd/cm_buf.c: DELTA DEVEL15-windows-buf-clean-access-denied-20080612 AUTHOR jaltman@secure-endpoints.com LICENSE MIT If the attempt to write the buffer returns access denied, store that in the cm_buf_t object so that the error can be propagated. 2008-06-12 14:22 jaltman * src/WINNT/afsd/: cm_scache.c, cm_scache.h, cm_vnodeops.c, smb.c: DELTA DEVEL15-windows-scache-deletion-and-lock-verification-20080612 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add lock assertions to various functions. Obtain a missing lock around a call to cm_RemoveSCacheFromHashTable(). Correct an abstraction layer violation. cm_scache_t objects should be marked deleted in cm_Unlink() and cm_RemoveDir() and not in smb_CloseFID(). Cleanup of deleted cm_scache_t objects should be performed in cm_ReleaseSCache() when the reference count hits zero. Prototype cm_AdjustScacheLRU() and re-implement it using osi_QAddH(). 2008-06-12 14:01 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA DEVEL15-windows-vnodeops-wrong-logfile-20080612 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Use afsd_logp instead of smb_logp in osi_LogX() calls. Do not violate layer abstraction. 2008-06-12 13:35 jaltman * src/WINNT/afsd/: cm_freelance.c, cm_scache.c: DELTA DEVEL15-windows-scache-hash-tables-20080612 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Prevent corruption of the cm_data.scacheHashTablep lists when removing and then re-adding entries to the hash table. The cm_scache_t nextp fields were not being reset to NULL which permitted loops to be created. 2008-06-09 03:45 shadow * doc/man-pages/: README, pod1/aklog.pod, pod1/pts_examine.pod, pod8/ptserver.pod: DELTA DEVEL153X-man-page-pts-updates-20080605 AUTHOR jason@rampaginggeek.com LICENSE BSD Add documentation of foreign realm user registration and cross-realm PTS groups. Add documentation of missing ptserver flags. Add some additional to-do entries for the man pages. 2008-06-09 03:39 shadow * acinclude.m4, src/cf/linux-test4.m4, src/afs/LINUX/osi_groups.c, src/afs/LINUX/osi_proc.c: DELTA DEVEL153X-linux-2626-support-20080608 AUTHOR marc.c.dionne@gmail.com LICENSE IPL10 FIXES 101091 add 2.6.26 support 2008-06-09 03:39 shadow * acinclude.m4, src/afs/LINUX/osi_groups.c, src/afs/LINUX/osi_proc.c, src/cf/linux-test4.m4: DELTA DEVEL15-linux-2626-support-20080608 AUTHOR marc.c.dionne@gmail.com LICENSE IPL10 FIXES 101091 add 2.6.26 support 2008-06-09 03:30 shadow * src/: afs/VNOPS/afs_vnop_symlink.c, vol/vol-salvage.c: DELTA DEVEL153X-limit-mountpoint-symlink-abuse-20080608 AUTHOR rtb@pclella.cern.ch LICENSE IPL10 FIXES 100836 official mountpoints end in a .; treat others as symlinks to avoid creating files which can't be removed 2008-06-09 03:30 shadow * src/: afs/VNOPS/afs_vnop_symlink.c, vol/vol-salvage.c: DELTA DEVEL15-limit-mountpoint-symlink-abuse-20080608 AUTHOR rtb@pclella.cern.ch LICENSE IPL10 FIXES 100836 official mountpoints end in a .; treat others as symlinks to avoid creating files which can't be removed 2008-06-06 13:43 jaltman * src/WINNT/afsd/cm_server.c: DELTA DEVEL15-windows-check-server-memleak-20080606 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Found a memleak in the cm_CheckServers routine. Plug it. 2008-06-05 23:23 jaltman * src/WINNT/afsd/cm_btree.c: DELTA DEVEL15-windows-bpluss-memleak-20080605 AUTHOR jaltman@secure-endpoints.com LICENSE MIT when deleting entries from a directory for items with non-8.3 names memory for the longname field would be leaked. don't do that. 2008-06-05 20:41 rra * doc/man-pages/README: DELTA STABLE14-man-page-readme-fileserver-20080605 AUTHOR rra@stanford.edu LICENSE BSD Remove the note about missing file server options. We think we got them all. 2008-06-05 20:10 rra * doc/man-pages/: README, pod1/aklog.pod, pod1/pts_examine.pod, pod8/ptserver.pod: DELTA DEVEL15-man-page-pts-updates-20080605 AUTHOR jason@rampaginggeek.com LICENSE BSD Add documentation of foreign realm user registration and cross-realm PTS groups. Add documentation of missing ptserver flags. Add some additional to-do entries for the man pages. 2008-06-03 02:54 shadow * acinclude.m4: DELTA DEVEL153X-linux24-hlist-unhashed-configure-test-fix-20080602 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES make the hlist_unhashed test actually work 2008-06-03 02:54 shadow * acinclude.m4: DELTA DEVEL15-linux24-hlist-unhashed-configure-test-fix-20080602 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES make the hlist_unhashed test actually work 2008-05-29 17:21 jaltman * src/vlserver/NTMakefile: DELTA DEVEL15-windows-vlserver-remove-extraneous-make-targets-20080529 AUTHOR jaltman@secure-endpoints.com LICENSE MIT remove extraneous make targets 2008-05-29 13:33 jaltman * src/rx/: rx.c, rx_user.c: DELTA DEVEL15-rx-init-more-packets-20080529 AUTHOR jaltman@secure-endpoints.com LICENSE MIT It is frequently the case that rx_getAllAddr() is called before rx_Init() or rx_InitHost(). rx_getAllAddr() obtains the list of interfaces by using rx_GetIFInfo() which in turn computes and allocates the number of addition rx packets. Unfortunately, rxi_MorePackets() relies on the existence of an initialized mutex and the mutex is not initialized (on Windows) until the rx_InitHost() call. Therefore, we must delay the rxi_MorePackets() call until after rx_InitHost() if rx_getAllAddr() is called previously. Failure to do so results in a panic. 2008-05-29 04:04 jaltman * src/: budb/server.c, ptserver/display.c, vol/vol-salvage.c: DELTA DEVEL15-strftime-portability-20080528 AUTHOR jaltman@secure-endpoints.com LICENSE MIT %T is not portable to Windows. Replace it with the equivalent %H:%M:%S format string. 2008-05-29 03:38 jaltman * src/rx/rx_packet.c: DELTA DEVEL15-rx-out-of-memory-20080528 AUTHOR jaltman@secure-endpoints.com LICENSE MIT in rxi_MorePackets() if osi_Alloc() fails to return the requested memory call osi_Assert() instead of permitting subsequent null pointer dereferences to corrupt the stack. 2008-05-28 18:38 jaltman * src/vlserver/NTMakefile: DELTA DEVEL15-windows-vlserver-headers-20080528 AUTHOR jaltman@secure-endpoints.com LICENSE MIT make sure the headers are copied to the correct location by providing explicit rules 2008-05-28 17:44 jaltman * src/WINNT/afsd/: cm_buf.c, cm_buf.h: DELTA DEVEL15-windows-buf-redirector-20080528 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Define new flag CM_BUF_REDIR for use with the redirector. When set, the flag indicates that the buffer is being held by the redirector and it should be left untouched by the cache manager. 2008-05-28 17:34 jaltman * src/WINNT/afsd/: cm_volume.h, smb.c, smb.h: DELTA DEVEL15-windows-cpluscplus-compat-20080528 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Do not use reserved keywords 'new' and 'delete'. Permit headers to be included by files compiled in cplusplus mode. 2008-05-28 17:29 jaltman * src/WINNT/afsd/afsd_init.c: DELTA DEVEL15-windows-unused-var-20080528 AUTHOR jaltman@secure-endpoints.com LICENSE MIT remove unused var cm_CachePathLen 2008-05-28 17:23 jaltman * src/WINNT/afsd/afsd.h: DELTA DEVEL15-windows-btree-20080528 AUTHOR jaltman@secure-endpoints.com LICENSE MIT add cm_btree.h to afsd.h include list 2008-05-27 20:33 jaltman * src/WINNT/afsd/: cm_nls.c, cm_nls.h: DELTA windows-unicode-20080527 AUTHOR asanka@secure-endpoints.com LICENSE MIT An incremental commit. This patch adds support for normalization of Unicode but we have concluded that the normalization rules are incorrect. Normalized strings should not be written to the file server or returned to the application. 2008-05-27 18:33 jaltman * src/WINNT/afsd/cm_nls.h: file cm_nls.h was initially added on branch openafs-windows-kdfs-ifs-branch. 2008-05-27 18:33 jaltman * src/WINNT/afsd/cm_nls.c: file cm_nls.c was initially added on branch openafs-windows-kdfs-ifs-branch. 2008-05-25 13:50 shadow * src/ubik/udebug.c: DELTA DEVEL153X-udebug-display-lastyeshost-order-20080510 AUTHOR jaltman@secure-endpoints.com LICENSE MIT lastYesHost is already in network byte order. do not reorder it again when displaying it. 2008-05-23 14:57 shadow * acinclude.m4: DELTA DEVEL15-disconnected-20080523 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES add readonly disconnected support 2008-05-23 14:56 shadow * src/rx/rx.c: DELTA DEVEL153X-rx-client-keep-keepalives-20080522 AUTHOR jhutz@cmu.edu LICENSE IPL10 FIXES 20727 not our bug, but, previous code refactoring broke rx. put back keepalives in cli ent rx connections while they are turned around. 2008-05-23 14:55 shadow * src/rx/rx.c: DELTA DEVEL15-rx-client-keep-keepalives-20080522 AUTHOR jhutz@cmu.edu LICENSE IPL10 FIXES 20727 not our bug, but, previous code refactoring broke rx. put back keepalives in cli ent rx connections while they are turned around. 2008-05-23 14:28 shadow * acinclude.m4: DELTA DEVEL153X-disconnected-20080523 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES add readonly disconnected support 2008-05-23 14:26 shadow * configure-libafs.in, configure.in, src/config/NTMakefile.amd64_w2k, src/config/NTMakefile.i386_nt40, src/config/NTMakefile.i386_w2k: DELTA DEVEL153x-openafs-1-5-38-20080523 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES make 1.5.38 2008-05-23 14:25 shadow * src/: venus/fs.c, afs/afs_analyze.c, afs/afs_conn.c, afs/afs_daemons.c, afs/afs_dcache.c, afs/afs_init.c, afs/afs_pioctl.c, afs/afs_prototypes.h, afs/afs_segments.c, afs/afs_server.c, afs/afs_vcache.c, afs/afs_volume.c, afs/VNOPS/afs_vnop_access.c, afs/VNOPS/afs_vnop_attrs.c, afs/VNOPS/afs_vnop_create.c, afs/VNOPS/afs_vnop_dirops.c, afs/VNOPS/afs_vnop_flock.c, afs/VNOPS/afs_vnop_link.c, afs/VNOPS/afs_vnop_lookup.c, afs/VNOPS/afs_vnop_read.c, afs/VNOPS/afs_vnop_remove.c, afs/VNOPS/afs_vnop_rename.c, afs/VNOPS/afs_vnop_symlink.c, afs/VNOPS/afs_vnop_write.c, libafs/Makefile.common.in, libuafs/Makefile.common.in: DELTA DEVEL153X-disconnected-20080523 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES add readonly disconnected support 2008-05-23 14:25 shadow * src/: venus/fs.c, afs/afs_analyze.c, afs/afs_conn.c, afs/afs_daemons.c, afs/afs_dcache.c, afs/afs_disconnected.c, afs/afs_init.c, afs/afs_pioctl.c, afs/afs_prototypes.h, afs/afs_segments.c, afs/afs_server.c, afs/afs_vcache.c, afs/afs_volume.c, afs/afsincludes.h, afs/discon.h, afs/UKERNEL/afsincludes.h, afs/VNOPS/afs_vnop_access.c, afs/VNOPS/afs_vnop_attrs.c, afs/VNOPS/afs_vnop_create.c, afs/VNOPS/afs_vnop_dirops.c, afs/VNOPS/afs_vnop_flock.c, afs/VNOPS/afs_vnop_link.c, afs/VNOPS/afs_vnop_lookup.c, afs/VNOPS/afs_vnop_open.c, afs/VNOPS/afs_vnop_read.c, afs/VNOPS/afs_vnop_readdir.c, afs/VNOPS/afs_vnop_remove.c, afs/VNOPS/afs_vnop_rename.c, afs/VNOPS/afs_vnop_symlink.c, afs/VNOPS/afs_vnop_write.c, libafs/Makefile.common.in, libuafs/Makefile.common.in: DELTA DEVEL15-disconnected-20080523 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES add readonly disconnected support 2008-05-23 14:24 shadow * src/afs/discon.h: file discon.h was added on branch openafs-devel-1_5_x on 2008-05-23 14:25:16 +0000 2008-05-23 14:24 shadow * src/afs/: afs_disconnected.c, discon.h: DELTA disconnected-20080523 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES add readonly disconnected support 2008-05-23 14:24 shadow * src/afs/afs_disconnected.c: file afs_disconnected.c was added on branch openafs-devel-1_5_x on 2008-05-23 14:25:15 +0000 2008-05-22 21:04 shadow * src/afsd/afs.rc.darwin: DELTA DEVEL153X-darwin-rc-common-does-set-minus-u-20080522 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES we need to cope with an unset variable 2008-05-22 21:03 shadow * src/afsd/afs.rc.darwin: DELTA DEVEL15-darwin-rc-common-does-set-minus-u-20080522 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES we need to cope with an unset variable 2008-05-22 18:29 shadow * src/rx/rx.c: DELTA DEVEL153X-rx-client-keep-keepalives-20080522 AUTHOR jhutz@cmu.edu LICENSE IPL10 FIXES 20727 not our bug, but, previous code refactoring broke rx. put back keepalives in cli ent rx connections while they are turned around. 2008-05-22 18:28 shadow * src/rx/rx.c: DELTA DEVEL15-rx-client-keep-keepalives-20080522 AUTHOR jhutz@cmu.edu LICENSE IPL10 FIXES 20727 not our bug, but, previous code refactoring broke rx. put back keepalives in cli ent rx connections while they are turned around. 2008-05-22 03:52 shadow * src/volser/vos.c: DELTA DEVEL153X-dafs-volumestats-conflict-20080521 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES avoid symbol conflict in volume.h 2008-05-22 03:51 shadow * src/volser/vos.c: DELTA DEVEL15-dafs-volumestats-conflict-20080521 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES avoid symbol conflict in volume.h 2008-05-21 20:16 shadow * src/volser/vsprocs.c: DELTA DEVEL153X-vos-sync-flag-voltype-properly-20080521 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES when adding a backup volume to a vldb entry, flag it as such. 2008-05-21 20:16 shadow * src/volser/vsprocs.c: DELTA DEVEL15-vos-sync-flag-voltype-properly-20080521 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES when adding a backup volume to a vldb entry, flag it as such. 2008-05-21 15:41 shadow * regen.sh: DELTA DEVEL153X-tweak-regen-20080521 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES make regen quieter if you don't want man pages 2008-05-21 15:41 shadow * regen.sh: DELTA DEVEL15-tweak-regen-20080521 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES make regen quieter if you don't want man pages 2008-05-21 13:52 shadow * src/: packaging/MacOS/OpenAFS.Info.plist.in, packaging/MacOS/OpenAFS.info.in, packaging/MacOS/OpenAFS.post_install, packaging/MacOS/OpenAFS.pre_upgrade, packaging/MacOS/afs.conf, packaging/MacOS/buildpkg.sh.in, afsd/afs.rc.darwin: DELTA DEVEL15-macos-tuning-20080521 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES be more aggressive to get better performance 2008-05-21 13:50 shadow * src/: packaging/MacOS/OpenAFS.Info.plist.in, packaging/MacOS/OpenAFS.info.in, packaging/MacOS/OpenAFS.post_install, packaging/MacOS/OpenAFS.pre_upgrade, packaging/MacOS/afs.conf, packaging/MacOS/buildpkg.sh.in, afsd/afs.rc.darwin: DELTA DEVEL153X-macos-tuning-20080521 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES be more aggressive to get better performance 2008-05-21 13:39 shadow * configure-libafs.in, configure.in, src/config/NTMakefile.amd64_w2k, src/config/NTMakefile.i386_nt40, src/config/NTMakefile.i386_w2k: DELTA DEVEL153X-openafs-1-5-37-20080521 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES make 1.5.37 2008-05-21 04:22 shadow * src/afs/afs_pioctl.c: DELTA DEVEL153X-pmtu-and-prefetch-20080520 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES try hard to optimize using the wire for high latency connections 2008-05-21 04:22 shadow * src/afs/afs_pioctl.c: DELTA DEVEL15-pmtu-and-prefetch-20080520 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES try hard to optimize using the wire for high latency connections 2008-05-20 22:22 shadow * src/venus/fs.c: DELTA DEVEL153X-pmtu-and-prefetch-20080520 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES try hard to optimize using the wire for high latency connections 2008-05-20 22:21 shadow * src/venus/fs.c: DELTA DEVEL15-pmtu-and-prefetch-20080520 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES try hard to optimize using the wire for high latency connections 2008-05-20 22:17 shadow * src/afs/afs_daemons.c: DELTA DEVEL153X-pmtu-and-prefetch-20080520 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES try hard to optimize using the wire for high latency connections 2008-05-20 22:17 shadow * src/afs/afs_daemons.c: DELTA DEVEL15-pmtu-and-prefetch-20080520 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES try hard to optimize using the wire for high latency connections 2008-05-20 21:59 shadow * acinclude.m4, src/afs/afs_daemons.c, src/afs/afs_pioctl.c, src/afs/afs_prototypes.h, src/afs/VNOPS/afs_vnop_read.c, src/config/venus.h, src/rx/rx.c, src/rx/rx_globals.h, src/rx/rx_lwp.c, src/rx/rx_packet.c, src/rx/rx_prototypes.h, src/rx/rx_pthread.c, src/rx/rx_user.c, src/rx/LINUX/rx_knet.c, src/venus/fs.c: DELTA DEVEL153X-pmtu-and-prefetch-20080520 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES try hard to optimize using the wire for high latency connections 2008-05-20 21:58 shadow * acinclude.m4, src/afs/afs_daemons.c, src/afs/afs_pioctl.c, src/afs/afs_prototypes.h, src/afs/VNOPS/afs_vnop_open.c, src/afs/VNOPS/afs_vnop_read.c, src/config/venus.h, src/rx/rx.c, src/rx/rx_globals.h, src/rx/rx_lwp.c, src/rx/rx_packet.c, src/rx/rx_packet.h, src/rx/rx_prototypes.h, src/rx/rx_pthread.c, src/rx/rx_user.c, src/rx/rxperf.c, src/rx/LINUX/rx_knet.c, src/venus/fs.c: DELTA DEVEL15-pmtu-and-prefetch-20080520 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES try hard to optimize using the wire for high latency connections 2008-05-20 21:03 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA DEVEL153X-linux-hlist-unhashed-opencoding-20080520 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES 93871 if we can't use hlist_unhashed (which is dumb) or we don't have it (less dumb) w ork around it. 2008-05-20 21:03 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA DEVEL15-linux-hlist-unhashed-opencoding-20080520 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES 93871 if we can't use hlist_unhashed (which is dumb) or we don't have it (less dumb) w ork around it. 2008-05-20 20:39 shadow * acinclude.m4, src/cf/linux-test4.m4, src/afs/LINUX/osi_vnodeops.c: DELTA DEVEL153X-linux-hlist-unhashed-opencoding-20080520 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES 93871 if we can't use hlist_unhashed (which is dumb) or we don't have it (less dumb) w ork around it. 2008-05-20 20:39 shadow * acinclude.m4, src/cf/linux-test4.m4, src/afs/LINUX/osi_vnodeops.c: DELTA DEVEL15-linux-hlist-unhashed-opencoding-20080520 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES 93871 if we can't use hlist_unhashed (which is dumb) or we don't have it (less dumb) w ork around it. 2008-05-20 20:24 shadow * src/rx/: rx.c, rx.h, rx_globals.h: DELTA DEVEL153X-rx-connection-clones-20080520 AUTHOR matt@linuxbox.com LICENSE IPL10 FIXES 89557 add connection clones to allow more than maxcalls per "connection" 2008-05-20 20:24 shadow * src/rx/: rx.c, rx.h, rx_globals.h: DELTA DEVEL15-rx-connection-clones-20080520 AUTHOR matt@linuxbox.com LICENSE IPL10 FIXES 89557 add connection clones to allow more than maxcalls per "connection" 2008-05-20 19:52 shadow * src/afs/: afs_icl.c, afs_osi_alloc.c, afs_vcache.c: DELTA DEVEL153X-aix-unpin-after-free-20080520 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES 99456 in order that cleanup be safe we need to do it this way 2008-05-20 19:50 shadow * src/afs/: afs_icl.c, afs_osi_alloc.c, afs_vcache.c: DELTA DEVEL15-aix-unpin-after-free-20080520 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES 99456 in order that cleanup be safe we need to do it this way 2008-05-20 19:33 shadow * src/: rx/rx.c, rx/rx.h, viced/viced.c: DELTA DEVEL153X-server-meltdown-avoidance-20080509 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES if the server is melting down or otherwise unable to reply with data, it will cut itself off. 2008-05-14 04:16 jaltman * src/WINNT/afsd/: smb.c, smb3.c: DELTA DEVEL15-windows-smb-parse-string-20080513 AUTHOR jaltman@secure-endpoints.com LICENSE MIT if the input length is 0, smb_ParseString should return the NUL string not NULL. Do not permit unprotected DebugBreak() calls. 2008-05-12 03:03 jaltman * src/WINNT/afsd/cm_btree.c: DELTA DEVEL15-windows-unicode-normalize-btree-20080511 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Attempt to normalize afs directory strings before inserting them into the B+tree. 2008-05-12 01:37 jaltman * src/WINNT/afsd/cm_utils.c: DELTA DEVEL15-windows-unicode-support-normalize-20080511 AUTHOR asanka@secure-endpoints.com LICENSE MIT Actually normalize when normaliz.dll is present. 2008-05-11 13:17 jaltman * src/WINNT/afsd/: cm_dir.c, cm_dir.h, smb3.c: DELTA DEVEL15-windows-unicode-support-20080511 AUTHOR jaltman@secure-endpoints.com LICENSE MIT In NTCreateX a zero length name is permitted. This can occur when opening the root directory of a share. Change cm_NameEntries() to accept a size_t* instead of long* since that permits better type safety. 2008-05-10 15:21 jaltman * src/ubik/udebug.c: DELTA DEVEL15-udebug-display-lastyeshost-order-20080510 AUTHOR jaltman@secure-endpoints.com LICENSE MIT lastYesHost is already in network byte order. do not reorder it again when displaying it. 2008-05-09 18:50 shadow * src/: rx/rx.c, rx/rx.h, viced/viced.c: DELTA DEVEL15-server-meltdown-avoidance-20080509 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES if the server is melting down or otherwise unable to reply with data, it will cut itself off. 2008-05-09 15:10 jaltman * README-NT, src/ntbuild.bat, src/WINNT/afsd/NTMakefile, src/WINNT/afsd/afsd_init.c, src/WINNT/afsd/cm_ioctl.c, src/WINNT/afsd/cm_ioctl.h, src/WINNT/afsd/cm_utils.c, src/WINNT/afsd/cm_utils.h, src/WINNT/afsd/fs.c, src/WINNT/afsd/fs_utils.c, src/WINNT/afsd/smb.c, src/WINNT/afsd/smb.h, src/WINNT/afsd/smb3.c, src/WINNT/afsd/smb3.h, src/WINNT/afsd/smb_iocons.h, src/WINNT/afsd/smb_ioctl.c, src/WINNT/afsd/symlink.c, src/WINNT/client_exp/NTMakefile, src/WINNT/client_exp/afs_shl_ext.cpp, src/WINNT/client_exp/copy_acl_dlg.cpp, src/WINNT/client_exp/gui2fs.cpp, src/WINNT/client_exp/gui2fs.h, src/WINNT/client_exp/help.cpp, src/WINNT/client_exp/help.h, src/WINNT/client_exp/hourglass.h, src/WINNT/client_exp/klog_dlg.cpp, src/WINNT/client_exp/msgs.cpp, src/WINNT/client_exp/partition_info_dlg.cpp, src/WINNT/client_exp/set_afs_acl.cpp, src/WINNT/client_exp/shell_ext.cpp, src/WINNT/client_exp/shell_ext.h, src/WINNT/client_exp/submounts_dlg.cpp, src/WINNT/client_exp/unlog_dlg.cpp, src/WINNT/client_exp/volumeinfo.cpp, src/config/NTMakefile.i386_w2k, src/libafsauthent/afsauthent.def, src/sys/pioctl_nt.c, src/sys/pioctl_nt.h: DELTA DEVEL15-windows-unicode-support-20080509 AUTHOR asanka@secure-endpoints.com LICENSE MIT This delta provides a fairly complete implementation of Unicode character set support for the Windows Cache Manager and supporting tools including fs.exe, symlink.exe, the pioctl library, and the explorer shell extension. New Build requirements: In order to build the Microsoft IDN Mitigation APIs SDK 1.1 is now required. This SDK provides the normalization.h header and the redistribution install packages required to install normaliz.dll. The AFSDEV_INCLUDE path must be modified to point to the directory containing normalization.h. There are no lib files for this package. Cache Manager: The CM SMB server has been modified to negotiate the use of UNICODE. By default it is on. The "fs smbunicode" command can be used to disable UNICODE at runtime. cm_utils now contains UNICODE normalization and conversion routines built on top of the IDN Mitigation APIs. All input strings are normalized with UNICODE Normalization Form C. The pioctl interface now supports UTF8 strings in addition to ANSI. UTF8 strings are prefixed with % 8 as per the ISO 2022 extension. Pioctl Library: New apps should use the pioctl_utf8() function instead of pioctl(). pioctl() is for ANSI strings and provides backward compatibility with third party apps. fs.exe and symlink.exe: Converted to Unicode applications. All strings are now communicated using UTF-8. Explorer Shell Extension: Converted to a Unicode DLL. All strings are now communicated using UTF-8. Fonts on U.S. Windows distributions are not fully populated. As a result not all of the characters can be displayed in all of the dialog boxes. Still to do: 1. Add Unicode normalization to AFS directory entries and mountpoint and symlink target strings. 2. Use the Unicode version of GetCurrentDirectory in fs_utils.c 3. Update the installers to install the IDN Mitigation APIs on XP and 2003. Vista already has them and they are not supported on pre XP SP2 releases. 2008-05-09 03:57 jaltman * src/config/afsconfig-windows.h: DELTA DEVEL15-windows-have-snprintf-20080509 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Visual Studio provides [v]snprintf. No need to define and export it. 2008-05-09 01:06 shadow * configure-libafs.in, configure.in: DELTA DEVEL15-openafs-1-5-36-20080508 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES make 1.5.36 2008-05-08 23:25 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20080508 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.35 2008-05-08 23:25 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm: DELTA DEVEL15-windows-release-notes-20080508 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.35 2008-05-08 23:01 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20080508 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.36 2008-05-08 21:25 shadow * src/rx/: rx.c, rx.h, rx_globals.h, rx_rdwr.c, test/generator.c: DELTA DEVEL15-rx-retain-windowing-per-peer-20080508 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES we learned about the peer in a previous connection... retain the information and keep using it. widen the available window. makes rx perform better over high latency wans. needs to be present in both sides for maximal effect. 2008-05-08 21:18 shadow * src/viced/host.c: DELTA DEVEL15-viced-avoid-infinite-loop-with-altaddr-unset-20080508 AUTHOR jaltman@secure-endpoints.com LICENSE IPL10 FIXES if we return leaving a non HOSTDELETED host while it does not have ALTADDR set, a loop can happen. avoid it by simply setting ALTADDR again when we're done, if we believe some addresses are still good this is fine. 2008-05-08 05:27 jaltman * src/WINNT/afsd/cm_buf.c: DELTA DEVEL15-windows-buf-invalidate-on-vnovnode-20080507 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Once we know that an attempt to stablize a buffer has failed due to VNOVNODE, stop trying to Stablize future buffers and just invalidate all of them belonging to the same FID. 2008-05-06 15:03 shadow * src/viced/viced.c: DELTA DEVEL15-viced-large-more-threads-20080506 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES fileserver -L should imply -p 128, not -p 12 2008-05-02 19:28 jaltman * src/WINNT/afsd/cm_conn.c: DELTA DEVEL15-windows-server-retry-20080502 AUTHOR jaltman@secure-endpoints.com LICENSE MIT do not retry if there is no server available for the current attempt 2008-05-02 00:59 shadow * src/butc/dump.c: DELTA DEVEL15-butc-xbsa-lwp-protoize-damage-20080501 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES make xbsa variant work again 2008-05-01 19:00 shadow * src/viced/host.c: DELTA DEVEL15-uuid-corrected-duplicate-check-20080501 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES apply check to chain, not input 2008-04-30 19:08 shadow * src/afs/: afs.h, afs_analyze.c, afs_call.c, afs_conn.c, afs_error.c, afs_prototypes.h, afs_server.c: DELTA DEVEL15-client-idledeadtime-support-20080430 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES in the event a server is "melting down" and not responding with data to RPCs this adds the ability to time out the calls rather than letting keepalives effectively hang the client forever. does not mark the server down since... it's not down. Side effect: adds similar tracking for authentication errors so tokens need not be discarded if one server's clock has drifted. 2008-04-28 21:48 shadow * src/ubik/: phys.c, recovery.c, remote.c, ubik.c, ubik.p.h: DELTA DEVEL15-ubik-recovery-swap-in-new-fd-20080428 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES when recovery is done, forcibly invalidate the old fd 2008-04-28 16:15 shadow * src/tbutc/Makefile.in: DELTA DEVEL15-tbutc-wrong-lp-getrwindex-20080428 AUTHOR hans@MPA-Garching.MPG.DE LICENSE IPL10 FIXES 96575 The pthread butc crashes with SIGSEGV, when I restore to a volume which already exists. This does happen with OpenAFS 1.4.7pre4 on i386_linux26. Looking into the code I think butc is using the wrong function Lp_GetRwIndex (at volser/vsprocs.c:4394). It uses the one in the library lib/libvosadmin.a, but should use the function defined in volser/lockprocs.c. 2008-04-28 15:20 jaltman * src/ubik/udebug.c: DELTA DEVEL15-udebug-64bit-time_t-vs-printf-20080428 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 64-bit time_t values cannot be passed to printf() for evaluation by a %d variable. To avoid the problem we cast the value to int. 2008-04-28 15:06 jaltman * src/WINNT/afsd/: cm_conn.c, cm_conn.h: DELTA DEVEL15-windows-rx-idle-timeout-20080428 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add "IdleDeadTimeout" registry value and call rx_SetConnIdleDeadTime() with it when creating new rx connections. This forces the Rx stack to return RX_CALL_TIMEOUT if the file server has returned VBUSY for longer than the IdleDeadTimeout. When RX_CALL_TIMEOUT is received, the cache manager will now attempt to find another server for the object that might be less busy. 2008-04-28 03:45 shadow * src/venus/Makefile.in: DELTA DEVEL15-kdump-install-fixups-20080427 AUTHOR cg2v@andrew.cmu.edu LICENSE IPL10 FIXES 96465 The install rule: - installs the empty 'kdump-build' file instead of the binary on all platforms except irix - overwrites the selection script with the binary on linux and hpux - doesn't have an alpha_linux branch - installs the wrapper script as kdump32 and the binary as kdump on solaris (instead of vice-versa) The dest rule: - overwrites the selection script with the binary on alpha_linux and hpux 2008-04-27 04:00 shadow * src/packaging/RedHat/openafs.spec.in: DELTA DEVEL15-redhat-cellservdb-update-20080423 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES take update from upstream 2008-04-27 03:54 shadow * src/afs/VNOPS/afs_vnop_read.c: DELTA DEVEL15-zero-uio-len-when-trimming-20080426 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES make it match ufsread case. should change this later. 2008-04-24 22:45 shadow * src/volser/vsprocs.c: DELTA DEVEL15-vos-move-avoid-spurious-unlock-20080424 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES lightly modified from what Bren Mills submitted; the second unlock call after mfail may be entirely useless. 2008-04-24 16:22 jaltman * src/WINNT/afsd/: cm_buf.c, cm_buf.h: DELTA DEVEL15-windows-buf-refcount-20080424 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Implement DEBUG_REFCOUNT refcount tracking code to debug refcount issues in the cm_buf module. Fix a refcount leak caused by buf_IncrSyncer() incorrectly removing cm_buf_t objects from the dirty list. Fix the dumping of the dirty list to actually dump the dirty list. 2008-04-24 03:08 jaltman * src/WINNT/install/: NSIS/CellServDB, wix/CellServDB: DELTA DEVEL15-windows-cellservdb-20080423 AUTHOR jhutz@cs.cmu.edu LICENSE IPL latest greatest CellServDB 2008-04-23 18:57 shadow * src/: vol/ihandle.h, viced/viced.h: DELTA DEVEL15-vol-setaside-one-fd-per-thread-20080423 AUTHOR drh@umich.edu LICENSE IPL10 FIXES 87977 kids these days share badly. give each one their own fd otherwise they fight. 2008-04-22 12:50 shadow * src/packaging/RedHat/: mockbuild.pl, openafs-kmodtool, openafs.spec.in: DELTA DEVEL15-linux-fedora9-packaging-updates-20080422 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES make build system able to cope with fedora 9 2008-04-21 19:48 shadow * configure-libafs.in, configure.in: DELTA DEVEL15-openafs-1-5-35-20080421 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES make 1.5.35 2008-04-21 19:40 shadow * src/libadmin/test/vos.c: DELTA DEVEL15-libadmin-vos-irix-fixes-20080421 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES irix is cranky about missing prototypes 2008-04-21 18:59 shadow * src/afs/afs_syscall.c: DELTA DEVEL15-ppc64-linux-26-thread-info-20080418 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES thread_info is dead 2008-04-21 18:55 shadow * src/vol/: vnode_inline.h, volume_inline.h: DELTA DEVEL15-dafs-irix-prec99-20080421 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES unless/until we build c99, irix needs this 2008-04-21 16:03 jaltman * README-NT, src/ntbuild.bat: DELTA DEVEL15-windows-readme-20080421 AUTHOR jaltman@secure-endpoints.com LICENSE MIT update the build instructions 2008-04-21 15:51 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20080421 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.35 2008-04-21 15:44 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm: DELTA DEVEL15-windows-release-notes-20080421 AUTHOR jaltman@secure-endpoints.com LICENSE MIT no changes. just version number increase to 1.5.35 2008-04-21 15:36 jaltman * src/WINNT/afsd/cm_memmap.h: DELTA DEVEL15-windows-cache-version-20080421 AUTHOR jaltman@secure-endpoints.com LICENSE MIT increase the cache version because the cm_volume_t data structure was modified. 2008-04-21 15:27 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20080421 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.3500.0 == 1.5.35 2008-04-19 21:55 shadow * acinclude.m4, src/cf/linux-test4.m4, src/afs/LINUX/osi_groups.c: DELTA DEVEL15-linux-fc9-20080419 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES add in needed changes for fc9 kernels 2008-04-18 20:49 shadow * src/: cf/kerberos.m4, aklog/klog.c: DELTA DEVEL15-klog-deal-with-aix-stupidity-20080418 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES aix krb5 is broken. deal. 2008-04-18 16:46 jaltman * src/WINNT/afsd/: cm_conn.c, cm_volume.c: DELTA DEVEL15-windows-volume-status-20080418 AUTHOR jaltman@secure-endpoints.com LICENSE MIT A problem was discovered with cm_Analyze when serverRef instances are marked offline. cm_CheckOfflineVolume() was not resetting the serverRef state. cm_Analyze was also waiting in sleep calls when it was it is clear that waiting would not result in a change of state. cm_CheckOfflineVolume() was updated to always reset the serverRef state and indicate that the volume should be considered online for the purpose of retrying when the serverRef state is reset to srv_not_busy. The problems identified in the MIT dev.mit.edu stress test environment are resolved by these changes. 2008-04-18 13:57 shadow * src/butc/tcudbprocs.c: DELTA DEVEL15-lwp-fix-protoize-20080418 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES make this cast correct. 2008-04-18 13:56 shadow * src/: cf/kerberos.m4, aklog/klog.c: DELTA DEVEL15-klog-aix-missing-symbols-20080418 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES aix's krb5 isn't heimdal or mit. it has dangling symbols. yay! 2008-04-15 12:29 shadow * src/afs/: LINUX/osi_vnodeops.c, VNOPS/afs_vnop_lookup.c: DELTA DEVEL15-linux-fakestat-avoid-mtpt-fillin-issue-20080415 AUTHOR rtb@pclella.cern.ch LICENSE IPL10 FIXES 93898 "It is actually the detection of a "cell" in the mount point string which triggers the (loosely consistent) fakestat handling - it's treated like a foreign cell and the mount point is never "completely evaluated", i.e. logically replaced by the root directory of the volume in question. As a result, callbacks are ignored, as they go against the directory and not the mount point." 2008-04-14 22:44 jaltman * src/WINNT/afsd/: cm.h, cm_callback.c, cm_conn.c, cm_ioctl.c, cm_performance.c, cm_scache.c, cm_vnodeops.c, cm_volume.c, cm_volume.h: DELTA DEVEL15-windows-volume-20080414 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1. Convert cm_volume_t mutex to a rwlock (rw). 2. Don't hold cm_volume_t lock across RPCs 3. Add CM_VOLUMEFLAG_UPDATING_VL flag to prevent multiple threads from performing volume update calls at the same time on the same volume set. 4. Convert the .rw, .ro, and .bk cm_vol_state_t members of cm_volume_t to an array of cm_vol_state_t members indexed using the pre-existing RWVOL, ROVOL and BACKVOL preprocessor symbols. This will permit consolidation of code and make it easier to add new volume types to the volume set in the future. 2008-04-14 20:25 shadow * src/volser/: lockprocs.c, vos.c, vsprocs.c, vsutils.c: DELTA DEVEL15-volser-prototype-include-fix-20080414 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES so tvolser can build again 2008-04-11 17:46 jaltman * src/WINNT/afsd/: cm_callback.c, cm_freelance.c: DELTA DEVEL15-windows-freelance-20080411 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Do not set the DV on the rootSCachep because doing so disables the use of MergeStatus(). Do not remove the rootSCachep from the hash table because doing so makes causes a second cm_scache_t object for that fid to be created that is not the root. 2008-04-10 17:52 jaltman * src/volser/: NTMakefile, lockprocs.c, lockprocs_prototypes.h, volser_prototypes.h, vos.c, vsprocs.c, vsutils.c, vsutils_prototypes.h: DELTA DEVEL15-vos-noresolve-option-20080410 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add a -noresolve option to all vos commands. This permits the display of servers by IP address instead of DNS name. Very useful when 127.0.0.1 is registered as the server address or when trying to eliminate multi-homed addresses. 2008-04-10 17:50 jaltman * src/volser/: lockprocs_prototypes.h, vsutils_prototypes.h: DELTA vos-noresolve-option-20080410 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add a -noresolve option to all vos commands. This permits the display of servers by IP address instead of DNS name. Very useful when 127.0.0.1 is registered as the server address or when trying to eliminate multi-homed addresses. 2008-04-10 17:50 jaltman * src/volser/vsutils_prototypes.h: file vsutils_prototypes.h was added on branch openafs-devel-1_5_x on 2008-04-10 17:52:27 +0000 2008-04-10 17:50 jaltman * src/volser/lockprocs_prototypes.h: file lockprocs_prototypes.h was added on branch openafs-devel-1_5_x on 2008-04-10 17:52:26 +0000 2008-04-09 16:39 shadow * src/: bucoord/dump.c, butc/lwps.c, butc/tcudbprocs.c, rx/rx_kcommon.c, ubik/beacon.c, ubik/recovery.c: DELTA DEVEL15-void-return-casts-20080409 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES do apporpriate casts for void returns to placate irix cc 2008-04-09 13:39 shadow * src/afs/VNOPS/afs_vnop_access.c: DELTA DEVEL15-linux-nfstrans-avoid-access-deadlock-20080409 AUTHOR jhutz@cmu.edu LICENSE IPL10 FIXES avoid deadlocking in access while we're already holding locks as filldir is doing its work 2008-04-09 04:36 jaltman * src/WINNT/install/NSIS/: MakeVCRuntimeMSI.cmd, NTMakefile, OpenAFS.nsi, vcruntime.wxs: DELTA DEVEL15-windows-nsis-vs2005-20080409 AUTHOR asanka@secure-endpoints.com LICENSE MIT Add support for building with VS2005 Runtime Libraries. For the release build use the vcredist_.exe package. For the debug build, build an msi from the merge modules and then install that package. 2008-04-09 04:34 jaltman * src/WINNT/install/NSIS/vcruntime.wxs: file vcruntime.wxs was added on branch openafs-devel-1_5_x on 2008-04-09 04:36:53 +0000 2008-04-09 04:34 jaltman * src/WINNT/install/NSIS/: MakeVCRuntimeMSI.cmd, vcruntime.wxs: DELTA windows-nsis-vs2005-20080409 AUTHOR asanka@secure-endpoints.com LICENSE MIT Add support for building with VS2005 Runtime Libraries. For the release build use the vcredist_.exe package. For the debug build, build an msi from the merge modules and then install that package. 2008-04-09 04:34 jaltman * src/WINNT/install/NSIS/MakeVCRuntimeMSI.cmd: file MakeVCRuntimeMSI.cmd was added on branch openafs-devel-1_5_x on 2008-04-09 04:36:53 +0000 2008-04-08 18:36 shadow * configure.in, configure-libafs.in, src/packaging/RedHat/makesrpm.pl, src/packaging/RedHat/mockbuild.pl, src/packaging/RedHat/openafs.spec.in: DELTA DEVEL15-redhat-spec-updates-20080408 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES 93616 update to correctly fill in specfile from source tree 2008-04-07 14:20 jaltman * src/WINNT/afsd/cm_config.c: DELTA DEVEL15-windows-strlwr-cellname-20080407 AUTHOR jaltman@secure-endpoints.com LICENSE MIT cellnames are case insensitive and by convention they are lowercased. 2008-04-07 14:17 jaltman * src/WINNT/afsd/cm_ioctl.c: DELTA DEVEL15-windows-freelance-three-20080407 AUTHOR jaltman@secure-endpoints.com LICENSE MIT deliver notification events to watchers when adding mount points or symlinks to the freelance root.afs volume. 2008-04-07 06:00 jaltman * src/WINNT/afsd/cm_scache.c: DELTA DEVEL15-windows-freelance-two-20080407 AUTHOR jaltman@secure-endpoints.com LICENSE MIT do not add the scp into the hash table twice. 2008-04-07 05:48 jaltman * src/WINNT/afsd/: cm_ioctl.c, cm_scache.c: DELTA DEVEL15-windows-freelance-20080407 AUTHOR jaltman@secure-endpoints.com LICENSE MIT When freelance symlinks and mountpoints were modified the target string value was not being updated and the old data was not being invalidated. 2008-04-07 03:49 shadow * src/cf/linux-test4.m4: DELTA DEVEL15-linux-no-syscall-probe-with-no-init-mm-20080406 AUTHOR marc.dionne@technoconseil.com LICENSE IPL10 FIXES 88000 no better idea for this, got to do something... push this for now 2008-04-07 03:15 shadow * acinclude.m4, src/afs/LINUX/osi_probe.c, src/cf/linux-test4.m4: DELTA DEVEL15-linux-no-syscall-probe-with-no-init-mm-20080406 AUTHOR marc.dionne@technoconseil.com LICENSE IPL10 FIXES 88000 no better idea for this, got to do something... push this for now 2008-04-06 13:37 jaltman * src/WINNT/afsd/: cm_ioctl.c, cm_scache.c, cm_vnodeops.c: DELTA DEVEL15-windows-fid-hash-20080406 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1. During the conversion to hash based FID comparisons the cm_GetSCache() lookups from the cm_ioctl.c (CM_IOCTL_QOPTS_HAVE_FID) and from FIDs returned by cm_LookupSearchProc() were broken. 2. In cm_LookupInternal(), ensure that an error is returned if rock.found is FALSE. A failure to return an error was resulting in cm_GetSCache() producing an object for FIDs with vnode=0,unique=0 3. cm_GetSCache(), remove the warning check for vnode=0,unique=0 4. reapply the synchronization logic to async store requests in cm_SyncOp(). The lack of synchronization is causing requests to complete out of order which is confusing the SMB redirector when under heavy load. 2008-04-05 18:03 shadow * src/util/: pthread_glock.c, pthread_glock.h: DELTA DEVEL15-revert-ubik-changes-20080405 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES these changes are unneeded; remove them 2008-04-04 19:58 shadow * src/vol/volume.h: DELTA DEVEL15-volser-preclude-alternate-partition-clones-20080404 AUTHOR kevin@endpoint.com LICENSE IPL10 FIXES patch based on work from shadow@dementia.org the idea is to preclude multiple copies of a volume replica on a server, as there's nothing to indicate which copy is correct and you can end up serving stale data when you think you've just released and are serving something good 2008-04-04 18:21 shadow * src/vol/volume.c: DELTA DEVEL15-volser-preclude-alternate-partition-clones-20080404 AUTHOR kevin@endpoint.com LICENSE IPL10 FIXES patch based on work from shadow@dementia.org the idea is to preclude multiple copies of a volume replica on a server, as there's nothing to indicate which copy is correct and you can end up serving stale data when you think you've just released and are serving something good 2008-04-04 18:17 shadow * src/vol/: volume.c, volume.h, vutil.c: DELTA DEVEL15-volser-preclude-alternate-partition-clones-20080404 AUTHOR kevin@endpoint.com LICENSE IPL10 FIXES patch based on work from shadow@dementia.org the idea is to preclude multiple copies of a volume replica on a server, as there's nothing to indicate which copy is correct and you can end up serving stale data when you think you've just released and are serving something good 2008-04-04 15:40 shadow * src/tptserver/Makefile.in: DELTA DEVEL15-tubik-more-makefile-fun-20080404 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES kill off library name reuse 2008-04-04 14:52 shadow * src/: tptserver/Makefile.in, tubik/Makefile.in: DELTA DEVEL15-tubik-more-makefile-fun-20080404 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES kill off library name reuse 2008-04-03 16:41 shadow * src/volser/: vos.c, vsprocs.c: DELTA DEVEL15-tubik-vos-20080403 AUTHOR kevin@endpoint.com LICENSE IPL10 FIXES build pthreaded vos 2008-04-03 16:17 shadow * src/tvolser/Makefile.in: DELTA DEVEL15-tubik-vos-20080403 AUTHOR kevin@endpoint.com LICENSE IPL10 FIXES build pthreaded vos 2008-04-03 14:20 shadow * src/tptserver/Makefile.in: DELTA DEVEL15-tubik-20080403 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES avoid bogus dependency here too 2008-04-03 13:32 shadow * src/tptserver/Makefile.in: DELTA DEVEL15-tubik-20080403 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES avoid bogus dependency here too 2008-04-03 11:32 shadow * src/tptserver/Makefile.in: DELTA DEVEL15-tubik-20080403 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES avoid bogus dependency here too 2008-04-03 03:54 shadow * src/: tbudb/Makefile.in, tvlserver/Makefile.in: DELTA DEVEL15-tubik-one-more-20080402 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES handle the rest of the issues 2008-04-03 01:20 shadow * src/: tbudb/Makefile.in, tptserver/Makefile.in, tubik/Makefile.in, tvlserver/Makefile.in: DELTA DEVEL15-tubik-makefiles-fun-20080402 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES these fixes brought to you by delicious beer. 2008-04-02 21:44 shadow * src/: tbudb/Makefile.in, tptserver/Makefile.in, tubik/Makefile.in, tvlserver/Makefile.in: DELTA DEVEL15-tubik-makefile-fixes-20080402 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES don't use gmake macros. ick 2008-04-02 20:06 shadow * src/: tbudb/Makefile.in, tptserver/Makefile.in, tubik/Makefile.in, tvlserver/Makefile.in: DELTA DEVEL15-pthreaded-ubik-20080402 AUTHOR sjenkins@sinenomine.net LICENSE IPL10 FIXES add pthreaded ubik and various binaries 2008-04-02 19:49 shadow * Makefile.in, acinclude.m4, configure.in, doc/man-pages/pod8/buserver.pod, doc/man-pages/pod8/ptserver.pod, doc/man-pages/pod8/vlserver.pod, src/budb/Makefile.in, src/budb/database.c, src/budb/db_dump.c, src/budb/dbs_dump.c, src/budb/globals.h, src/budb/ol_verify.c, src/budb/procs.c, src/budb/server.c, src/cf/osconf.m4, src/libafsrpc/Makefile.in, src/ptserver/Makefile.in, src/ptserver/ptprocs.c, src/ptserver/pts.c, src/ptserver/ptserver.c, src/ptserver/ptutils.c, src/ptserver/utils.c, src/ubik/beacon.c, src/ubik/disk.c, src/ubik/phys.c, src/ubik/recovery.c, src/ubik/remote.c, src/ubik/ubik.c, src/ubik/ubik.p.h, src/ubik/utst_client.c, src/ubik/utst_server.c, src/util/Makefile.in, src/util/pthread_glock.c, src/util/pthread_glock.h, src/util/rxkstats.c, src/vlserver/Makefile.in, src/vlserver/vlprocs.c, src/vlserver/vlserver.c: DELTA DEVEL15-pthreaded-ubik-20080402 AUTHOR sjenkins@sinenomine.net LICENSE IPL10 FIXES add pthreaded ubik and various binaries 2008-04-02 19:47 shadow * src/tvlserver/Makefile.in: file Makefile.in was added on branch openafs-devel-1_5_x on 2008-04-02 20:06:36 +0000 2008-04-02 19:47 shadow * src/tbudb/Makefile.in: file Makefile.in was added on branch openafs-devel-1_5_x on 2008-04-02 20:06:31 +0000 2008-04-02 19:47 shadow * src/: tbudb/Makefile.in, tptserver/Makefile.in, tubik/Makefile.in, tvlserver/Makefile.in: DELTA pthreaded-ubik-20080402 AUTHOR sjenkins@sinenomine.net LICENSE IPL10 FIXES add pthreaded ubik and various binaries 2008-04-02 19:47 shadow * src/: tptserver/Makefile.in, tubik/Makefile.in: file Makefile.in was added on branch openafs-devel-1_5_x on 2008-04-02 20:06:35 +0000 2008-04-02 18:21 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA DEVEL15-linux-flush-compare-20080402 AUTHOR marc.dionne@technoconseil.com LICENSE IPL10 FIXES because i let this slip out like this. sigh. 2008-04-02 13:10 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA DEVEL15-linux-flush-unlock-20080402 AUTHOR haba@pdc.kth.se LICENSE IPL10 FIXES because i let this slip out like this. sigh. 2008-04-01 20:29 shadow * src/vol/salvsync-server.c: DELTA DEVEL15-salvageserver-init-handler-lock-20080401 AUTHOR tkeiser@sinenomine.net LICENSE IPL10 FIXES init lock 2008-04-01 20:17 shadow * src/tsalvaged/Makefile.in: DELTA DEVEL15-tsalvaged-clean-20080401 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES make clean target work here 2008-04-01 20:05 shadow * src/vol/: daemon_com.c, fssync-client.c, fssync-server.c, salvsync-client.c, salvsync-server.c: DELTA DEVEL15-vol-osi-assert-20080401 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES undo the old windows afs assert undoing 2008-04-01 18:15 shadow * src/aklog/aklog_main.c: DELTA DEVEL15-aklog-debug-text-dont-deref-null-ptr-20080401 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES yeah, this is sort of dumb 2008-04-01 18:07 shadow * src/aklog/aklog_main.c: DELTA DEVEL15-aklog-debug-text-dont-deref-null-ptr-20080401 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES yeah, this is sort of dumb AUTHOR LICENSE IPL10 FIXES 2008-04-01 17:44 shadow * src/aklog/: aklog.c, aklog.h, aklog_main.c, asetkey.c, klog.c, krb_util.c, linked_list.c, linked_list.h, skipwrap.c, skipwrap.h: DELTA DEVEL15-aklog-tidyup-20080401 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES 92643 remove windows code (osolete) from unix branch do other minor cleanup 2008-04-01 17:44 shadow * src/aklog/skipwrap.h: file skipwrap.h was added on branch openafs-devel-1_5_x on 2008-04-01 17:44:41 +0000 2008-04-01 17:44 shadow * src/aklog/skipwrap.h: DELTA aklog-tidyup-20080401 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES 92643 remove windows code (osolete) from unix branch do other minor cleanup 2008-04-01 16:51 shadow * src/vlserver/vlserver.c: DELTA DEVEL15-vlserver-checksignal-returns-voidstar-20080401 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES 92662 CheckSignal returns void*, don't try to return an int directly. 2008-04-01 14:12 shadow * src/vol/salvsync-server.c: DELTA DEVEL15-synvageserver-no-rx-server-refs-20080401 AUTHOR tkeiser@sinenomine.net LICENSE IPL10 FIXES 92648 remove reference to rx service mutex and thread tracking. we need to ensure there's nothing else either but this is true now 2008-04-01 06:57 rra * doc/man-pages/: README, pod1/vos_shadow.pod: DELTA DEVEL15-man-page-vos-shadow-20080331 AUTHOR jason@rampaginggeek.com LICENSE BSD Man page for vos shadow. 2008-04-01 06:50 rra * doc/man-pages/pod1/vos_shadow.pod: file vos_shadow.pod was added on branch openafs-devel-1_5_x on 2008-04-01 06:57:19 +0000 2008-04-01 06:50 rra * doc/man-pages/pod1/vos_shadow.pod: DELTA man-page-vos-shadow-20080331 AUTHOR jason@rampaginggeek.com LICENSE BSD Man page for vos shadow. 2008-03-31 15:54 shadow * src/tests/: Makefile.in, afs-newcell.pl, afs-rmcell.pl, run-tests.in, OpenAFS/Auth.pm, OpenAFS/OS.pm, OpenAFS/config.pm: DELTA DEVEL15-test-updates-20080331 AUTHOR mmeffie@sinenomine.net LICENSE IPL10 FIXES update tests directory 2008-03-30 16:21 jaltman * src/WINNT/aklog/aklog.c: DELTA DEVEL15-windows-aklog-cross-cell-20080330 AUTHOR jaltman@secure-endpoints.com LICENSE MIT report the new ID after a successful cross cell registration 2008-03-30 14:13 jaltman * src/WINNT/: afsd/afskfw.c, aklog/aklog.c: DELTA DEVEL15-windows-aklog-robustness-20080330 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Fix the order of parameters to strncpy Add error checking to all krb5 functions. Initialize the global ccache variable to NULL. 2008-03-30 04:17 jaltman * src/vlserver/NTMakefile: DELTA DEVEL15-windows-vlserver-makefile-20080329 AUTHOR jaltman@secure-endpoints.com LICENSE MIT make references to INCFILEDIR consistent 2008-03-30 03:36 jaltman * src/WINNT/: afsd/afskfw.c, aklog/aklog.c, netidmgr_plugin/afsfuncs.c: DELTA DEVEL15-windows-use-client-realm-for-tokens-20080329 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Two recent changes to the AFS/Kerberos landscape have been causing problems for aklog and related modules. First, the support for multiple local realms for the cell has broken the pts auto-registration code when the realm used for the token acquisition does not match the realm belonging to the selected vldb server. Second, Kerberos referrals prevents detection of the realm of the vldb server. This commit adds a new method of searching for the afs service principal. The first attempt is for afs/@. If found, the is used as the realm of the cell. The patch adds error handling for KRB5_ERR_HOST_REALM_UNKNOWN which is returned when krb5_get_host_realm() can't determine the realm. Duplicate queries are also avoided and copy_realm_of_ticket() is properly employed. 2008-03-28 17:12 shadow * src/config/: param.i386_nbsd30.h, param.i386_nbsd40.h: DELTA DEVEL15-nbsd-update-20080328 AUTHOR gendalia@iastate.edu LICENSE IPL10 FIXES 92073 fix nbsd30 param file, add nbsd40 param file 2008-03-28 17:11 shadow * src/config/param.i386_nbsd40.h: DELTA nbsd-update-20080328 AUTHOR gendalia@iastate.edu LICENSE IPL10 FIXES 92073 fix nbsd30 param file, add nbsd40 param file 2008-03-28 17:11 shadow * src/config/param.i386_nbsd40.h: file param.i386_nbsd40.h was added on branch openafs-devel-1_5_x on 2008-03-28 17:12:40 +0000 2008-03-28 14:02 jaltman * src/WINNT/afsd/cm_freelance.c: DELTA DEVEL15-windows-freelance-20080328 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1. return CM_ERROR_NOSUCHFILE when attempting to remove a symlink or mount point that does not exist 2. When adding a new symlink or mountpoint, be sure to increment the number of local mount points 3. When re-initializing the fake root.cell the unique value is always one, not two. Use cm_FidCmp() to compare fids. The use of the value two prevented the invalidation of existing values because all of the directory entries are created with the unique set to one. 2008-03-27 18:48 shadow * src/aklog/klog.c: DELTA DEVEL15-krb5-klog-solaris-krb-20080327 AUTHOR deengert@anl.gov LICENSE IPL10 FIXES 91573 no krb5_mcc_ops on solaris krb5. cope 2008-03-27 18:40 shadow * src/ptserver/pt_util.c: DELTA DEVEL15-ptutil-swap-epoch-version-as-needed-20080327 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES 90869 do byteswapping of epoch and version so we print and compare sensibly 2008-03-27 16:20 shadow * src/volser/volmain.c: DELTA DEVEL15-volser-higher-thread-limit-20080327 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES with tvolser we can increase this and actually *see benefit*, so... 2008-03-27 16:16 shadow * src/vol/volume.c: DELTA DEVEL15-dafs-vshutdown-match-id-to-params-20080327 AUTHOR alistair.ferguson@morganstanley.com LICENSE IPL10 FIXES we track shutdown thread parms as index rather than device; deal correctly 2008-03-26 04:17 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA DEVEL15-linux-dont-flush-writes-on-exec-20080326 AUTHOR chas@cmf.nrl.navy.mil LICENSE IPL10 FIXES 17509 because of when fds are NULL'd in file_table this should work except when one process has the same file open for read and for write in different FDs; otherwise, the last write fd to close collects the error. 2008-03-26 04:10 shadow * src/afs/LINUX/osi_file.c: DELTA DEVEL15-linux-restore-iget-cachemgr-20080326 AUTHOR marc.dionne@technoconseil.com LICENSE IPL10 FIXES 88000 restore the d_alloc_anon we need 2008-03-23 14:11 jaltman * src/vlserver/NTMakefile: DELTA DEVEL15-windows-vlserver-include-path-20080323 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Fix the INCFILEDIR definition so that the INCFILES actually exist 2008-03-23 00:53 shadow * src/: afs/LINUX/osi_file.c, config/param.i386_linux26.h: DELTA DEVEL15-linux-2625-update-20080322 AUTHOR marc.dionne@technoconseil.com LICENSE IPL10 FIXES 88000 update 2.6.25 patch to hopefully cover what we need better 2008-03-22 04:19 jaltman * src/afs/afs_pioctl.c: DELTA DEVEL15-setuuid-return-20080104 AUTHOR rees@umich.edu return success (0) from setuuid() 2008-03-22 00:20 jaltman * src/WINNT/aklog/aklog.c: DELTA DEVEL15-windows-aklog-cleanup-20080321 AUTHOR jaltman@secure-endpoints.com LICENSE MIT make krb5_context global. wrap all calls to exit() in a new function, akexit(), which performs cleanup of the krb5_ccache and the krb5_context. 2008-03-21 18:09 jaltman * final changes for 1.5.34 src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/relnote s.htm: DELTA DEVEL15-windows-release-notes-20080321 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 2008-03-21 17:17 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20080321 AUTHOR jaltman@secure-endpoints.com LICENSE MIT one more item for 1.5.34 2008-03-21 17:02 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20080321 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.34 == 1.5.3400.0 2008-03-21 16:59 shadow * src/vol/daemon_com.c: DELTA DEVEL15-aix-unix-sockets-fix-200803221 AUTHOR tkeiser@sinenomine.net LICENSE IPL10 FIXES 88088 use aix's macro for the size of sockaddr_un 2008-03-21 16:55 shadow * configure-libafs.in, configure.in: DELTA DEVEL15-openafs-1-5-34-20080321 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES make 1.5.34 2008-03-21 12:22 jaltman * src/WINNT/aklog/aklog.c: DELTA DEVEL15-windows-aklog-20080320 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Windows Error Reports indicate that sometimes the krb5_cc_default() call must be failing because krb5_cc_principal is being called with a NULL ccache value. Perform error checking and cleanup that was not previously implemented. 2008-03-21 05:02 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20080320 AUTHOR jaltman@secure-endpoints.com LICENSE MIT changes implemented in 1.5.34 2008-03-21 04:17 jaltman * src/sys/pioctl_nt.c: DELTA DEVEL15-windows-pioctl-disable-service-mgr-check-20080320 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Adds HKLM\\Software\\OpenAFS\\Client DisableIoctlSMCheck For use in setting tokens when afsd_service.exe is started without use of the NT Service Manager. Permits profiling authenticated operations. 2008-03-20 00:01 jaltman * src/WINNT/afsd/: afsd_init.c, cm_config.h, cm_memmap.c, cm_memmap.h: DELTA DEVEL15-windows-max-cells-20080319 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add CM_CONFIGDEFAULT_CELLS (1024) to cm_config.h and a "Cells" registry value that can be used to alter the limit at runtime. No longer tie the number of cells to the number of stat cache objects. 1024 should be more than sufficient. 2008-03-19 20:18 jaltman * src/WINNT/afsd/: cm_memmap.h, cm_scache.c, cm_vnodeops.c, cm_volume.c, cm_volume.h: DELTA DEVEL15-windows-volume-dotdotFid-20080319 AUTHOR jaltman@secure-endpoints.com LICENSE MIT The volume dotdotFid field should have moved into the cm_volstate_t object as there can be different parents for rw, ro, and bk volumes. 2008-03-19 15:36 jaltman * src/WINNT/afsd/: afsd.c, afsd_service.c, rawops.c: DELTA DEVEL15-windows-no-more-afsdifs-20080319 AUTHOR jaltman@secure-endpoints.com LICENSE MIT do not include a header that no longer exists 2008-03-19 13:59 jaltman * src/: WINNT/afsd/NTMakefile, WINNT/afsd/afsdifs.c, WINNT/afsd/afsdifs.h, WINNT/afsd/cm_callback.c, WINNT/afsd/cm_ioctl.c, sys/pioctl_nt.c: DELTA DEVEL15-windows-remove-umich-afsifs-20080319 AUTHOR jaltman@secure-endpoints.com LICENSE MIT The UMich AFS IFS code has never been made ready for production. An alternative approach is currently being worked on that will be. 2008-03-19 13:24 jaltman * src/WINNT/: afsd/fs.c, client_exp/gui2fs.cpp, client_exp/resource.h, client_exp/lang/en_US/afs_shl_ext.rc: DELTA DEVEL15-windows-parseacl-20080319 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Protect against invalid data being passed into ParseAcl and corrupting the stack. This affects both fs.exe and the explorer shell extension. Windows Error Reporting in recent weeks has begun to report several instances of stack corruption in the explorer shell extension from Denmark and Germany. 2008-03-18 16:48 jaltman * README-NT, src/WINNT/afsd/afsd.c, src/WINNT/afsd/afsd_service.c, src/WINNT/afsd/cm_callback.c, src/WINNT/afsd/cm_ioctl.c, src/WINNT/afsd/cm_vnodeops.c, src/WINNT/afsrdr/afsrdr.c, src/WINNT/afsrdr/afsrdr.h, src/WINNT/afsrdr/afsrdr.rc, src/WINNT/afsrdr/ifs_rpc.c, src/WINNT/afsrdr/ifs_rpc.h, src/WINNT/afsrdr/kif.h, src/WINNT/afsrdr/makefile, src/WINNT/afsrdr/sources, src/sys/pioctl_nt.c: DELTA DEVEL15-windows-remove-umich-afsifs-20080318 AUTHOR jaltman@secure-endpoints.com LICENSE MIT The UMich AFS IFS code has never been made ready for production. An alternative approach is currently being worked on that will be. 2008-03-18 16:06 shadow * src/vol/volume.c: DELTA DEVEL15-dafs-kill-xcpu-dump-vlru-stats-20080318 AUTHOR tkeiser@sinenomine.net LICENSE BSD FIXES this will dump the current dafs vlru state on kill -XCPU (just as we dump other fileserver state) that state is VLRU is a garbage collection facility which automatically offlines volumes in the background. The purpose of this facility is to proactively offline infrequently used volumes to improve shutdown and salvage times. The process of offlining a volume from the "attached" state to the "pre-attached" state is called soft detachment. VLRU works in a manner similar to a generational garbage collector. There are five queues on which volumes can reside: new, intermediate, old, held, and candidate: held: queue for volumes which are administratively barred from VLRU activity candidate: queue for volumes which have not been accessed recently, and are thus candidates for soft detachment new, intermediate, old: generational queues for active volumes; state transitions controlled by inactivity timers. State transition timeouts are as follows: candidate->new activity present new->candidate (1*vlruthresh) minutes since last transition; no activity new->mid (2*vlruthresh) minutes since last transition; activity present mid->old (4*vlruthresh) minutes since last transition; activity present old->mid (2*vlruthresh) minutes since last transition; no activity mid->new (1*vlruthresh) minutes since last transition; no activity 2008-03-18 15:58 shadow * src/ptserver/pts.c: DELTA DEVEL15-pts-process-input-file-and-exit-20080318 AUTHOR klm@endpoint.com LICENSE IPL10 FIXES The pts program has a command 'source' to read commands from a file. In the interactive "shell" mode, this command works, reading and executing commands until the end of the file and then returning to the command shell. This command is valid for use as a command line option, but does not work. It requires a valid filename as an argument, but does not process the file, instead just dropping the user into the interactive mode. When given as a command line option, pts source SHOULD read the file, execute the commands and then exit, according to the documentation. It does not currently do this and should be fixed. 2008-03-17 18:07 shadow * acinclude.m4: DELTA DEVEL15-hpux1123-sysname-detection-20080317 AUTHOR cg2v@andrew.cmu.edu LICENSE IPL10 FIXES 89125 add the 11.23 sysname 2008-03-17 18:03 shadow * src/afs/afs_stats.h: DELTA DEVEL15-afs-nostats-xstats-start-cmtime-noop-20080317 AUTHOR chas@cmf.nrl.navy.mil LICENSE IPL10 FIXES 90528 add missing noop so we can build with stats disabled 2008-03-17 17:57 shadow * src/rx/rx.c: DELTA DEVEL15-rx-nacks-increment-with-all-newacks-20080317 AUTHOR chas@cmf.nrl.navy.mil LICENSE IPL10 FIXES don't "lose" newacks, apply all of them to the ack count 2008-03-17 17:48 shadow * doc/txt/README.linux-nfstrans: DELTA DEVEL15-linux-nfstrans-readme-20080317 AUTHOR jhutz@cmu.edu LICENSE IPL10 FIXES readme for linux nfs translator and extensions 2008-03-17 17:48 shadow * doc/txt/README.linux-nfstrans: DELTA linux-nfstrans-readme-20080317 AUTHOR jhutz@cmu.edu LICENSE IPL10 FIXES readme for linux nfs translator and extensions 2008-03-17 17:48 shadow * doc/txt/README.linux-nfstrans: file README.linux-nfstrans was added on branch openafs-devel-1_5_x on 2008-03-17 17:48:53 +0000 2008-03-17 17:16 shadow * src/vol/volume.c: DELTA DEVEL15-dafs-accurately-track-inuse-20080317 AUTHOR tkeiser@sinenomine.net LICENSE IPL10 FIXES keep accurate tabs on whether a volume is "in use" so we don't end up with volum e state that's nonsensical. 2008-03-17 17:14 shadow * src/volser/volprocs.c: DELTA DEVEL15-volser-handle-malloc-failure-20080317 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES allocate memory for all rx OUT parameters in stubs to avoid crashes. 2008-03-17 16:53 shadow * src/afs/afs_pioctl.c: DELTA DEVEL15-solaris11-update-20080317 AUTHOR pantzer@ludd.ltu.se LICENSE IPL10 FIXES update solaris 11. probably we should do configure tests instead for these things, since they're sort of "moving target" 2008-03-17 16:40 shadow * README: DELTA DEVEL15-dafs-readme-20080317 AUTHOR steven.jenkins@gmail.com LICENSE IPL10 FIXES update README to mention DAFS setup and build options 2008-03-17 16:05 shadow * src/: vol/fssync-debug.c, vol/vol-salvage.c, vol/volume.c, vol/volume.h, volser/volprocs.c: DELTA DEVEL15-dafs-accurately-track-inuse-20080317 AUTHOR tkeiser@sinenomine.net LICENSE IPL10 FIXES keep accurate tabs on whether a volume is "in use" so we don't end up with volum e state that's nonsensical. 2008-03-17 15:38 shadow * src/rx/: rx.c, rx_event.c, rx_prototypes.h, rx_rdwr.c: DELTA DEVEL15-rx-clock-backward-detection-20080317 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES if the clock goes backwards, detect it and reset any rx events to run in a timely manner 2008-03-17 15:28 shadow * src/: afs/afs_pioctl.c, afs/SOLARIS/osi_file.c, afs/SOLARIS/osi_vfsops.c, afs/SOLARIS/osi_vnodeops.c, rx/SOLARIS/rx_knet.c: DELTA DEVEL15-solaris11-update-20080317 AUTHOR pantzer@ludd.ltu.se LICENSE IPL10 FIXES update solaris 11. probably we should do configure tests instead for these things, since they're sort of "moving target" 2008-03-14 18:49 rra * doc/: man-pages/pod8/bos_create.pod, man-pages/pod8/fileserver.pod, man-pages/pod8/salvageserver.pod, arch/README, arch/dafs-fsa.dot: DELTA DEVEL15-demand-attach-docs-20080314 AUTHOR steven.jenkins@gmail.com LICENSE IPL10 Additional documentation for the demand attach file server, plus a state diagram. 2008-03-14 18:05 rra * doc/arch/README: file README was added on branch openafs-devel-1_5_x on 2008-03-14 18:51:52 +0000 2008-03-14 18:05 rra * doc/: arch/README, arch/dafs-fsa.dot, man-pages/pod8/salvageserver.pod: DELTA demand-attach-docs-20080314 AUTHOR steven.jenkins@gmail.com LICENSE IPL10 Additional documentation for the demand attach file server, plus a state diagram. 2008-03-14 18:05 rra * doc/arch/dafs-fsa.dot: file dafs-fsa.dot was added on branch openafs-devel-1_5_x on 2008-03-14 18:51:52 +0000 2008-03-14 18:05 rra * doc/man-pages/pod8/salvageserver.pod: file salvageserver.pod was added on branch openafs-devel-1_5_x on 2008-03-14 18:49:55 +0000 2008-03-14 16:55 jaltman * src/WINNT/afsd/cm_callback.c: DELTA DEVEL15-windows-callback-20080314 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Protect against a null volp 2008-03-14 16:18 jaltman * src/WINNT/afsd/: afsd_init.c, cm_memmap.c, cm_memmap.h: DELTA DEVEL15-windows-max-volumes-20080314 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Propagate the max volumes value into cm_memmap 2008-03-14 04:42 jaltman * src/vol/: daemon_com.h, fssync.h, vnode.h, vnode_inline.h, volume_inline.h: DELTA DEVEL15-vol-dafs-aix-fixes-20080313 AUTHOR tkeiser@sinenomine.net LICENSE IPL10 FIXES 88087 * xlc doesn't support the inline keyword unless C99 is enabled * xlc won't parse enumerations with trailing commas 2008-03-13 13:42 shadow * src/lwp/: lwp.c, lwp.h, process.c: DELTA DEVEL15-lwp-fixprotos-20080313 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES 89857 make everything match, and make *ep take void and not a pointer 2008-03-13 13:03 shadow * src/lwp/process.c: DELTA DEVEL15-lwp-protoize-20080310 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES protoize lwp. make it match pthreads' idea of createprocess 2008-03-13 12:58 shadow * src/rx/rx.c: DELTA DEVEL15-rx-mutex-interlocked-macros-20080312 AUTHOR jaltman@secure-endpoints.com LICENSE IPL10 fix from sxw@inf.ed.ac.uk 2008-03-13 04:39 jaltman * src/WINNT/afsd/: afsd_init.c, cm.h, cm_callback.c, cm_conn.c, cm_ioctl.c, cm_performance.c, cm_scache.c, cm_scache.h, cm_server.c, cm_vnodeops.c, cm_volstat.c, cm_volume.c, cm_volume.h: DELTA DEVEL15-windows-remove-scache-volp-20080312 AUTHOR jaltman@secure-endpoints.com LICENSE MIT The cm_scache structure has included a reference to the associated cm_volume_t, volp. By doing so the reference count on the cm_volume_t objects never hits zero unless all of the cm_scache_t objects in that volume have been reused. This prevents cm_volume object recycling. This commit removes the hard reference and instead adds a function cm_GetVolumeByFID which obtains a reference to the cm_volume that matches the cm_scache fid value as needed. A new "Volumes" registry value is added to permit explicit specification of the number of volume objects to be allocated. 2008-03-13 02:25 shadow * src/afs/LINUX/osi_file.c: DELTA DEVEL15-linux-2625-20080312 AUTHOR marc.dionne@technoconseil.com LICENSE IPL10 FIXES add missing bits 2008-03-12 05:47 jaltman * src/WINNT/client_config/lang/pt_BR/afs_config.rc: DELTA DEVEL15-windows-client-config-pt-20080311 AUTHOR jaltman@secure-endpoints.com LICENSE MIT typo in pt_BR language resource file 2008-03-12 05:13 jaltman * src/rx/rx.h: DELTA DEVEL15-rx-no-interlockedadd-20080311 AUTHOR jaltman@secure-endpoints.com LICENSE IPL10 InterlockedAdd is only supported on Itanium 2008-03-12 01:40 rra * doc/man-pages/pod8/fileserver.pod: DELTA DEVEL15-man-page-fileserver-update-20080311 AUTHOR steven.jenkins@gmail.com LICENSE IPL10 Update the fileserver documentation for demand-attach and add documentation of other missing options and notes where some options are only applicable with particular builds. 2008-03-11 18:27 jaltman * src/rx/: rx.c, rx.h, rx_globals.h, rx_packet.c: DELTA DEVEL15-rx-mutex-interlocked-macros-20080311 AUTHOR jaltman@secure-endpoints.com LICENSE IPL10 Introduce a new set of macros that can be used to permit either mutex based protection or Interlocked operation protection increments, decrements, or additions. rx_MutexIncrement(object, mutex) rx_MutexAdd(object, addend, mutex) rx_MutexDecrement(object, mutex) rx_MutexAdd1Increment2(object1, addend, object2, mutex) rx_MutexAdd1Decrement2(object1, addend, object2, mutex) For Windows these are implemented with the Interlocked operations for other platforms the existing mutex is relied upon. Only a subset of the rx_stats parameters have been transitioned at the current time. 2008-03-11 17:45 shadow * src/lwp/: process.c, process.c: DELTA DEVEL15-lwp-protoize-20080310 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES protoize lwp. make it match pthreads' idea of createprocess 2008-03-11 17:02 jaltman * src/: NTMakefile, lwp/NTMakefile: DELTA DEVEL15-windows-lwp-proto-20080311 AUTHOR jaltman@secure-endpoints.com LICENSE IPL10 Fix breakage caused by recent lwp prototyping. 2008-03-11 14:06 shadow * src/: butc/butc_prototypes.h, bucoord/bucoord_prototypes.h: DELTA DEVEL15-lwp-protoize-20080310 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES protoize lwp. make it match pthreads' idea of createprocess 2008-03-11 14:05 shadow * src/bucoord/bucoord_prototypes.h: file bucoord_prototypes.h was added on branch openafs-devel-1_5_x on 2008-03-11 14:06:10 +0000 2008-03-11 14:05 shadow * src/: butc/butc_prototypes.h, bucoord/bucoord_prototypes.h: DELTA lwp-protoize-20080310 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES protoize lwp. make it match pthreads' idea of createprocess 2008-03-11 14:05 shadow * src/butc/butc_prototypes.h: file butc_prototypes.h was added on branch openafs-devel-1_5_x on 2008-03-11 14:06:08 +0000 2008-03-10 22:32 shadow * Makefile.in, src/afs/afs_callback.c, src/bozo/bnode.c, src/bozo/bosoprocs.c, src/bozo/bosprototypes.h, src/bozo/bosserver.c, src/bucoord/bc_status.c, src/bucoord/dump.c, src/bucoord/main.c, src/budb/dbs_dump.c, src/budb/server.c, src/butc/dbentries.c, src/butc/dump.c, src/butc/lwps.c, src/butc/recoverDb.c, src/butc/tcmain.c, src/butc/tcprocs.c, src/butc/tcudbprocs.c, src/fsprobe/fsprobe.c, src/gtx/curseswindows.c, src/gtx/frame.c, src/gtx/input.c, src/kauth/kaserver.c, src/kauth/krb_udp.c, src/lwp/iomgr.c, src/lwp/lock.c, src/lwp/lock.h, src/lwp/lwp.c, src/lwp/lwp.h, src/lwp/preempt.c, src/lwp/process.c, src/lwp/timer.h, src/rx/rx.c, src/rx/rx_kcommon.c, src/rx/rx_lwp.c, src/rx/rx_prototypes.h, src/rx/rx_pthread.c, src/rx/UKERNEL/rx_knet.c, src/ubik/beacon.c, src/ubik/recovery.c, src/ubik/ubik.c, src/ubik/ubik.p.h, src/util/serverLog.c, src/viced/host.h, src/viced/viced.c, src/vlserver/vlserver.c, src/volser/volmain.c, src/xstat/xstat_cm.c, src/xstat/xstat_fs.c: DELTA DEVEL15-lwp-protoize-20080310 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES protoize lwp. make it match pthreads' idea of createprocess 2008-03-10 18:52 shadow * acinclude.m4, src/afs/LINUX/osi_file.c, src/afs/LINUX/osi_misc.c, src/cf/linux-test4.m4, src/config/param.i386_linux26.h: DELTA DEVEL15-linux-2625-20080310 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES adapted from marc dionne's patch, but works more directly like the darwin port, further, i'm guessing iget_locked will go away evewntually. maybe this is too conservative? 2008-03-10 18:18 jaltman * src/WINNT/client_config/lang/: de_DE/afs_config.rc, en_US/afs_config.rc, es_ES/afs_config.rc, ja_JP/afs_config.rc, ko_KR/afs_config.rc, pt_BR/afs_config.rc, zh_CN/afs_config.rc, zh_TW/afs_config.rc: DELTA DEVEL15-windows-client-config-misc-dlg-20080310 AUTHOR jaltman@secure-endpoints.com LICENSE MIT The Daemon and Server Threads fields were swapped. 2008-03-10 16:47 shadow * acinclude.m4, src/afs/LINUX/osi_groups.c, src/cf/linux-test4.m4: DELTA DEVEL15-keyring-updated-20080310 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES revise keyring patch to avoid detection problems with keyring_type_key 2008-03-10 16:23 shadow * src/config/: param.hp_ux110.h, param.hp_ux1123.h, param.hp_ux11i.h: DELTA DEVEL15-hpux-param-updates-20080310 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES based on suggestion from cg2v@andrew.cmu.edu 2008-03-09 15:25 jaltman * src/WINNT/afsd/: cm_vnodeops.c, cm_vnodeops.h, smb.c, smb3.c: DELTA DEVEL15-windows-afs-execute-only-20080309 AUTHOR jaltman@secure-endpoints.com LICENSE MIT If we want to enforce the open for read flag in smb_ReadData we must also check for execute access. We map execute access to read access because AFS doesn't have a separate permission for that. 2008-03-09 06:08 rra * doc/man-pages/pod8/afsd.pod: DELTA DEVEL15-man-page-afsd-afsdb-20080308 AUTHOR jason@rampaginggeek.com LICENSE BSD FIXES 89288 89289 Reference RFC 1183 in the AFSDB documentation. 2008-03-09 01:58 jaltman * src/ptserver/pt_util.c: DELTA DEVEL15-pt-util-com-err-20080308 AUTHOR swx@inf.ed.ac.uk LICENSE IPL10 prototype afs_error_message() to ensure correct behavior on 64-bit systems with 32-bit int. 2008-03-09 01:09 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm: DELTA DEVEL15-windows-release-notes-20080308 AUTHOR jaltman@secure-endpoints.com LICENSE MIT FIXES 89132 updates for 1.5.34. includes updates to the debugging section and registry values. 2008-03-08 23:39 jaltman * src/WINNT/install/: NSIS/OpenAFS.nsi, wix/config.wxi: DELTA DEVEL15-windows-installer-rxmaxmtu-setting-20080308 AUTHOR jaltman@secure-endpoints.com LICENSE MIT change the RxMaxMtu setting to 0 to restore default behavior (aka performance). The Cisco VPN 5.0.01.0600 client no longer requires a reduced mtu size for compatibility with AFS. 2008-03-08 23:32 jaltman * src/WINNT/afsd/cm_config.h: DELTA DEVEL15-windows-config-20080308 AUTHOR jaltman@secure-endpoints.com LICENSE MIT raise the daemon count to 4 now that we have a means of avoiding contention raise the tracebufsize to 10000 entries 2008-03-08 23:25 jaltman * src/WINNT/afsd/: cm_callback.c, cm_daemon.c, cm_server.c, cm_server.h: DELTA DEVEL15-windows-syscfg-getifinfo-20080308 AUTHOR jaltman@secure-endpoints.com LICENSE MIT syscfg_GetIFInfo() obtains the current list of IP addresses. Its a really expensive operation. Call the function once and cache the data until the next IP address change instead of calling it everytime we receive a WhoAreYou or construct a new server object. Adds a new global rw lock, cm_syscfgLock 2008-03-08 23:18 jaltman * src/WINNT/afsd/cm_scache.c: DELTA DEVEL15-windows-scache-20080308 AUTHOR jaltman@secure-endpoints.com LICENSE MIT do not discard data buffers we wish to keep 2008-03-08 23:16 jaltman * src/WINNT/afsd/cm_performance.c: DELTA DEVEL15-windows-performance-deadlock-20080308 AUTHOR jaltman@secure-endpoints.com LICENSE MIT correct a deadlock when calling HaveCallback 2008-03-08 15:45 jaltman * src/WINNT/afsd/cm_callback.c: DELTA DEVEL15-windows-cm-callback-remove-call-mutex-hold-20080308 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Remove all of the code in #ifdef HOLD_CALL_MUTEX as we no longer use it. 2008-03-08 14:17 jaltman * src/WINNT/afsd/afsd_eventlog.c: DELTA DEVEL15-windows-eventlog-20080308 AUTHOR jaltman@secure-endpoints.com LICENSE MIT we need set privilege not query privilege 2008-03-07 22:24 jaltman * src/WINNT/afsd/: NTMakefile, afsd.h, cm_daemon.c, cm_performance.c, cm_performance.h: DELTA DEVEL15-windows-cm-performance-tuning-200803007 AUTHOR jaltman@secure-endpoints.com LICENSE MIT This is a first cut at a cache manager statistics monitor that can be used to determine the necessary cache parameters to support the working set. Off by default the performance package can be activated by setting "daemonPerformanceTuningInterval" in the service Parameters key. As with the other daemon interval values the unit is in seconds. At service start and each succeeding interval the cache manager will write statistics to %TEMP%\afsd_performance.txt showing the relative usage of cm_scache_t, cm_volume_t and cm_buf_t objects. The FID statistics keep track of all FIDs seen by the cache manager during the service session whether or not they are backed by any live object in the cache. These statistics are not stored in the cache file. 2008-03-07 22:22 jaltman * src/WINNT/afsd/: cm_performance.c, cm_performance.h: DELTA windows-cm-performance-tuning-200803007 AUTHOR jaltman@secure-endpoints.com LICENSE MIT This is a first cut at a cache manager statistics monitor that can be used to determine the necessary cache parameters to support the working set. Off by default the performance package can be activated by setting "daemonPerformanceTuningInterval" in the service Parameters key. As with the other daemon interval values the unit is in seconds. At service start and each succeeding interval the cache manager will write statistics to %TEMP%\afsd_performance.txt showing the relative usage of cm_scache_t, cm_volume_t and cm_buf_t objects. The FID statistics keep track of all FIDs seen by the cache manager during the service session whether or not they are backed by any live object in the cache. These statistics are not stored in the cache file. 2008-03-07 22:22 jaltman * src/WINNT/afsd/cm_performance.h: file cm_performance.h was added on branch openafs-devel-1_5_x on 2008-03-07 22:24:04 +0000 2008-03-07 22:22 jaltman * src/WINNT/afsd/cm_performance.c: file cm_performance.c was added on branch openafs-devel-1_5_x on 2008-03-07 22:24:04 +0000 2008-03-07 22:16 jaltman * src/WINNT/afsd/: cm_conn.c, cm_conn.h: DELTA DEVEL15-windows-cm-conn-20080307 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Convert cm_conn_t reference counts to use Interlocked operations. This permits several cm_serverLock holds to be converted to read locks. Add string translation for VL errors to cm_Analyze(). Permit RXKAD errors other than RXKADEXPIRED to be treated as non-fatal. Instead immediately retry an alternate server if there is one. This will permit the client to continue to access replicated data from an alternate site if one of the file servers is misconfigured. 2008-03-07 22:08 jaltman * src/WINNT/afsd/: cm_server.c, cm_server.h: DELTA DEVEL15-windows-cm-server-interlocked-20080307 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Convert cm_server_t reference counts to use Interlocked operations. This permits almost all of the cm_serverLock holds to be converted to read locks. Add missing cm_PutServerNoLock() calls in the multi_Rx version of cm_CheckServers(). (Thanks to Asanka) 2008-03-07 22:04 jaltman * src/WINNT/afsd/: cm_volume.c, cm_volume.h: DELTA DEVEL15-windows-vl-noent-response-20080308 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Prior to looking up a volume in the vldb the cm_volume_t object is constructed. If the response is VL_NOENT the cm_volume_t object should be removed and place at the head of the recycling list so that we do not recycle something we might actually care about. Convert more cm_volumeLock holds to read locks now that we are using Interlocked operations to manipulate the reference counts. 2008-03-07 17:46 jaltman * src/WINNT/afsd/cm_scache.c: DELTA DEVEL15-windows-scache-verification-20080307 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add a hash value verification check for stat cache entries 2008-03-07 17:42 jaltman * src/WINNT/afsd/afsd_init.c: DELTA DEVEL15-windows-rxstats-default-20080307 AUTHOR jaltman@secure-endpoints.com LICENSE MIT set the defaults for RxEnablePeerStats and RxEnableProcessStats back to 1 (on) so admins are not surprised. 2008-03-07 17:31 shadow * src/afs/VNOPS/: afs_vnop_access.c, afs_vnop_lookup.c: DELTA DEVEL15-fakestat-access-for-nautilus-20080307 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES in order that nautilus' .directory checks can work without stat()ing every damn thing, do what we do for the mac, basically. 2008-03-07 15:37 jaltman * src/WINNT/afsd/smb.c: DELTA DEVEL15-windows-smb-writedata-crash-20080307 AUTHOR jaltman@secure-endpoints.com LICENSE MIT FIXES 88731 If an application opens a file for read only and then attempts to write to it, we would attempt to release an scp mutex without having obtained either the scp or the mutex within smb_WriteData There was no check in smb_ReadData to ensure that the file was opened for reading. Add one. 2008-03-07 01:14 jaltman * src/WINNT/afsd/: cm_buf.c, cm_scache.c, cm_volume.c, cm_volume.h: DELTA DEVEL15-windows-interlocked-volume-refcount-20080306 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Switch cm_volume_t objects to InterlockedIncrement/InterlockedDecrement for reference counting. Remove protections against null pointers being passed into cm_GetVolume() Instead, do not call cm_GetVolume() if the pointer is NULL. Fix a buffer data version comparison that should be bad version number instead of <= 0. 2008-03-06 16:55 shadow * src/viced/afsfileprocs.c: DELTA DEVEL15-dafs-restarting-error-change-20080306 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES on VSALVAGE the client will correctly resort its list and fail over to other replicas, but only for RO where there is more than one replica, obviously; since in dafs we expect to only delay on salvage this is the most useful course of action 2008-03-06 16:44 shadow * src/afs/afs_pioctl.c: DELTA DEVEL15-pioctl-settoken-malloc-fail-check-20080206 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES avoid malloc failure panic (oops) 2008-03-06 14:34 jaltman * src/WINNT/afsd/: cm_daemon.c, cm_dcache.c, cm_vnodeops.c: DELTA DEVEL15-windows-afsd-misc-20080306 AUTHOR jaltman@secure-endpoints.com LICENSE MIT (1) an attempt to make better use of bandwidth from the BkgDaemon threads by preventing the thread from blocking on a vnode that is already storing data in another thread (2) prevents CM_SCACHEFLAG_ASYNCSTORE from being reset on a write failure. (3) fixes cm_EvaluateSysName to avoid accessing uninitialized memory (4) prevents a lock leak if the symlink's mountpointstring is too long. (This could never actually happen but better to correct the code.) 2008-03-05 21:53 shadow * src/: config/stds.h, fsint/afsint.xg, fsprobe/fsprobe.c, viced/afsfileprocs.c, vol/clone.c, vol/fssync-debug.c, vol/fssync-server.c, vol/listinodes.c, vol/namei_ops.c, vol/partition.c, vol/partition.h, vol/purge.c, vol/salvaged.c, vol/salvager.c, vol/salvsync-server.c, vol/vol-info.c, vol/vol-salvage.c, vol/vol-salvage.h, vol/volume.c, vol/volume.h, vol/vutil.c, volser/dumpstuff.c, volser/vol-dump.c, volser/volint.xg, volser/volprocs.c, volser/volser_prototypes.h, volser/vos.c, volser/vsprocs.c: DELTA DEVEL15-large-partition-support-20080305 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES 88811 support partitions over 2tb 2008-03-03 04:25 jaltman * src/WINNT/afsd/: afsdifs.c, cm_access.c, cm_aclent.c, cm_buf.c, cm_callback.c, cm_conn.c, cm_dcache.c, cm_dir.c, cm_freelance.c, cm_ioctl.c, cm_scache.c, cm_scache.h, cm_vnodeops.c, cm_volstat.c, cm_volume.c, rawops.c, smb.c, smb3.c: DELTA DEVEL15-windows-scache-mx-to-rw-20080302 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Replace the cm_scache_t mutex with a rwlock permitting a small amount of additional parallelization in places where it is safe to use read locks instead of write locks. All functions that eventually call cm_SyncOp must use write locks. 2008-03-02 21:56 jaltman * src/WINNT/afsd/: cm_buf.c, cm_buf.h: DELTA DEVEL15-windows-cm_buf-20080302 AUTHOR jaltman@secure-endpoints.com LICENSE MIT remove unused constants, data structures and fields 2008-03-01 19:00 jaltman * src/WINNT/afsd/smb.c: DELTA DEVEL15-windows-asyncstore-again-20080301 AUTHOR jaltman@secure-endpoints.com LICENSE MIT must write the entire asyncstoresize otherwise dirty buffers are left for writing by buf_IncrSync thread. 2008-03-01 18:57 jaltman * src/WINNT/afsd/cm_buf.c: DELTA DEVEL15-windows-buf-more-clean-vnode-speedups-20080301 AUTHOR jaltman@secure-endpoints.com LICENSE MIT do not call buf_CleanAsync if you know the buffer isn't dirty 2008-03-01 17:44 jaltman * src/WINNT/afsd/: afsd.h, afsd_init.c, cm_freelance.c, cm_scache.c: DELTA DEVEL15-windows-freelance-20080301 AUTHOR jaltman@secure-endpoints.com LICENSE MIT when support for multiple valid buffer data versions was added forget to remove the force dv change from the freelance code. this broken automatic additions of new mount points. 2008-03-01 16:30 jaltman * src/WINNT/afsd/: cm_buf.c, cm_buf.h: DELTA DEVEL15-windows-buf-mx-20080301 AUTHOR jaltman@secure-endpoints.com LICENSE MIT further reductions in buffer mutex acquisition churn 2008-03-01 16:00 jaltman * src/WINNT/afsd/afsd_eventlog.c: DELTA DEVEL15-windows-eventlog2-20080301 AUTHOR jaltman@secure-endpoints.com LICENSE MIT set the registry values on each start. otherwise, we will never update the incorrect entries left over from previous installs. 2008-03-01 15:38 jaltman * src/WINNT/afsd/afsd_eventlog.c: DELTA DEVEL15-windows-eventlog-20080301 AUTHOR jaltman@secure-endpoints.com LICENSE MIT somewhere along the way Microsoft stopped opening Event Message files explicitly. Instead they search the PATH environment variable for the specified file. I think this is broken but simply registering "afsd_service.exe" instead of the fully qualified path works. 2008-03-01 04:30 jaltman * src/WINNT/afsd/smb.c: DELTA DEVEL15-windows-smb-asyncstore-20080229 AUTHOR jaltman@secure-endpoints.com LICENSE MIT fix it 2008-02-29 22:59 jaltman * src/WINNT/afsd/: afsd_init.c, cm_buf.c, cm_buf.h, cm_dcache.c, cm_dir.c, cm_scache.c, smb.c: DELTA DEVEL15-windows-cm-buf-misc-20080229 AUTHOR jaltman@secure-endpoints.com LICENSE MIT (1) Add an undocumented store behind mode for use in testing. Set EnableSMBAsyncStore to 2. When set all smb_WriteData calls are background writes, all calls to cm_FSync are skipped and file close operations do not block for dirty buffers to be written. This permits all writes to be performed in the buf_IncrSyncer thread. (2) Do not use I64 in osi_Log() format strings as all parameters are converted to size_t which is 32-bit on 32-bit Windows. (3) Reduce the number of times the cm_buf_t mutex is obtained, dropped, obtained, dropped in buf_IncrSyncer (4) In buf_CleanAsyncLocked, request that a full chunk be written instead of just the current buffer. cm_SetupStoreBIOD will stop at the first clean buffer. This reduces the overall number of RPCs that must be performed. (5) Define CM_BUF_VERSION_BAD and use it instead of -1. 2008-02-29 15:58 jaltman * src/WINNT/afsd/cm_dnlc.c: DELTA DEVEL15-windows-dnlc-20080229 AUTHOR jaltman@secure-endpoints.com LICENSE MIT even if dnlc is not going to be used, the data structures must still be initialized as they are in the cache file. 2008-02-29 15:13 shadow * src/auth/userok.c: DELTA DEVEL15-checkauth-unlock-before-return-20080228 AUTHOR klm@endpoint.com LICENSE IPL10 FIXES only matters once you have pthreads, but... 2008-02-29 15:13 shadow * acinclude.m4: DELTA DEVEL15-configure-enable-warnings-20080228 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES add a switch to turn on warnings when using gcc 2008-02-29 01:27 jaltman * src/libadmin/client/afs_clientAdmin.c: DELTA DEVEL15-windows-libadmin-closesocket-20080228 AUTHOR jaltman@secure-endpoints.com LICENSE MIT On Windows close() does not apply to sockets, use closesocket() instead. 2008-02-28 18:22 jaltman * src/WINNT/afsd/cm_buf.c: DELTA DEVEL15-windows-buf-deadlock-20080228 AUTHOR jaltman@secure-endpoints.com LICENSE MIT avoid deadlock in buf_FlushCleanPages(). cannot obtain buffer mutex after a successful Stabilize call because the scp will be be locked and obtaining buffer mutex after scache mutex is a lock order violation. 2008-02-28 17:17 jaltman * src/WINNT/afsd/: cm.h, cm_conn.c, cm_dcache.h, cm_vnodeops.c, smb.c, smb.h, smb3.c: DELTA DEVEL15-windows-smb-lock-timeouts-20080228 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Attempts to open files which are already write-locked by another client took forever to return a lock not granted error. This was because cm_Analyze() would retry the lock request for up to the RDRtimeout in response to the EAGAIN error. The problem was that cm_IntSetLock() was not setting the CM_REQ_NORETRY flag. While examining this issue, discovered two other things: (1) the infinite wait logic on lock request processing was broken (2) the cancel outstanding lock request logic wasn't implemented (3) cm_Analyze() would put the thread to sleep even when retries were not permitted. Also removed a number of compile time warnings. 2008-02-28 14:28 shadow * acinclude.m4, src/cf/osconf.m4: DELTA DEVEL15-configure-enable-warnings-20080228 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES add a switch to turn on warnings when using gcc 2008-02-27 22:31 shadow * src/: lwp/Makefile.in, config/param.arm_linux26.h: DELTA DEVEL15-arm-lwp-adm-20080227 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES use ucontext-less lwp on arm linux 2008-02-27 17:06 jaltman * src/WINNT/: afsd/cm_buf.c, afsd/cm_dir.c, afsd/cm_dnlc.c, afsd/cm_vnodeops.c, client_osi/libosi.def, client_osi/osibasel.c, client_osi/osibasel.h, client_osi/osilog.h, client_osi/osiltype.h, client_osi/osistatl.c: DELTA DEVEL15-windows-osi-convertRToW-and-logging-optimizations-20080227 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add lock_convertRToW which permits a read-lock to be upgraded to a write lock. If the caller is the only reader it permits a fast transition otherwise it adds the caller to the waiters queue. In the osi_Log macros, check to see if the log is enabled before making the function call. This avoids significant function call overhead. In the cache manager, make use of the above. 2008-02-27 04:55 jaltman * src/WINNT/afsd/: cm_dnlc.c, cm_dnlc.h: DELTA DEVEL15-windows-dnlc-20080226 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Remove race conditions in the statistics code by switching to Interlocked functions. Speed up cm_dnlcEnter() by searching first with a read lock and then switching to a write lock if not found. Add HKLM\SOFTWARE\OpenAFS\Client registry values "UseDNLC" and "Debug"DNLC". I suspect with the B+tree code that the DNLC is unnecessary overhead but leave it on by default for now. 2008-02-26 04:15 shadow * configure-libafs.in, configure.in: DELTA DEVEL15-openafs-1-5-3-20080225 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES make 1.5.33 2008-02-26 04:14 shadow * src/viced/host.c: DELTA DEVEL15-viced-cleanup-old-addresses-as-they-become-invalid-20080225 AUTHOR jaltman@secure-endpoints.com LICENSE IPL10 otherwise we can end up with stale addresses when a client uses then leaves an address never to return 2008-02-26 01:08 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20080225 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.33 (more) 2008-02-26 01:05 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA windows-version-20080225 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.33 = 1.5.3300.0 2008-02-25 22:21 jaltman * src/WINNT/afsd/: afsd_init.c, cm_conn.c: DELTA DEVEL15-windows-force-anon-vldb-20080225 AUTHOR jaltman@secure-endpoints.com LICENSE MIT For organizations with krb5 aware file servers but transarc or old openafs vldb servers, add force anonymous vldb lookup option HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters DWORD "ForceAnonVLDB" (default is 0) 2008-02-25 20:38 shadow * src/viced/host.c: DELTA DEVEL15-threadquota-enforcement-fixes-20080225 AUTHOR jhutz@cmu.edu LICENSE IPL10 FIXES 87416 correctly set and unset HWHO_INPROGRESS as we pass through host probing package. also, do not block on lock checking for HOSTDELETED. instead, return a null host and VBUSY; restructure code to allow returning a null host with prejudice. 2008-02-25 19:40 jaltman * src/WINNT/afsd/cm_volume.c: DELTA DEVEL15-windows-volume-logsavestring-20080225 AUTHOR jaltman@secure-endpoints.com LICENSE MIT remember to save the volume name when logging 2008-02-25 17:03 shadow * src/viced/: host.c, host.h: DELTA DEVEL15-threadquota-enforcement-fixes-20080225 AUTHOR jhutz@cmu.edu LICENSE IPL10 FIXES 87416 correctly set and unset HWHO_INPROGRESS as we pass through host probing package. also, do not block on lock checking for HOSTDELETED. instead, return a null host and VBUSY; restructure code to allow returning a null host with prejudice. 2008-02-25 15:34 jaltman * src/WINNT/afsd/cm_config.h: DELTA DEVEL15-windows-smb-asyncstoresize-20080225 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Further testing on the 115KB AT&T Edge connection shows that 128KB provides reasonably robust performance with six simultaneous copies of multi-MB files to AFS. 2008-02-25 05:36 jaltman * src/WINNT/afsd/: afsd_init.c, cm_config.h, smb.c, smb.h: DELTA DEVEL15-windows-smb-async-store-20080224 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add two new configuration knobs to control the behavior of smb_WriteData. HKLM\SOFTWARE\OpenAFS\Client DWORD EnableSMBAsyncStore (default: 1) DWORD SMBAsyncStoreSize (default: 32K) Instead of tying the async store size to either the chunksize (too large) or the buffer block size (too small) provide an intermediate value that can be independently controlled. In the future it would be desireable for the async store size to be dynamically determined based upon measurable characteristics of the network. In the meantime, 32KB is an acceptable performance compromise that should work well on 1Gbit networks and low-speed cellular networks. 2008-02-25 05:24 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm: DELTA DEVEL15-windows-release-notes-20080224 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.33 2008-02-25 05:00 shadow * src/viced/host.c: DELTA DEVEL15-nulluuid-check-only-valid-input-20080224 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES as reported by jhutz@cmu.edu 2008-02-25 04:37 shadow * src/viced/host.c: DELTA DEVEL15-nulluuid-check-only-valid-input-20080224 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES as reported by jhutz@cmu.edu 2008-02-25 04:18 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20080224 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.33 2008-02-24 15:35 jaltman * src/WINNT/afsd/cm_scache.c: DELTA DEVEL15-windows-scache-clean-bufs-20080224 AUTHOR jaltman@secure-endpoints.com LICENSE MIT In MergeStatus, only remove clean buffers from the hash table. 2008-02-24 06:33 jaltman * src/WINNT/afsd/: cm_dcache.c, cm_scache.c, cm_scache.h: DELTA DEVEL15-windows-buf-data-versions-20080224 AUTHOR jaltman@secure-endpoints.com LICENSE MIT An implementation of Asanka's idea. Avoid the need to update the data version number on each buffer associated with a scache when MergeStatus is called after a StoreData by maintaining a range of valid data versions as part of the cm_scache_t object. 2008-02-24 06:28 jaltman * src/WINNT/afsd/cm_access.c: DELTA DEVEL15-windows-optimize-access-20080224 AUTHOR jaltman@secure-endpoints.com LICENSE MIT profiling shows large numbers of blocked calls in cm_HoldSCache from cm_HaveAccess... We can safely avoid the call so do so. 2008-02-23 21:37 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA DEVEL15-windows-checkntopen-20080223 AUTHOR asanka@secure-endpoints.com LICENSE MIT do not forget to call cm_SyncOpDone if cm_SyncOp succeeded 2008-02-23 21:14 jaltman * src/WINNT/afsd/: cm_buf.c, cm_vnodeops.c: DELTA DEVEL15-windows-buf-createlock-20080223 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Do not leak a read lock on the bufCreateLock Add logging to cm_CheckNTOpen[Done] 2008-02-23 07:30 jaltman * src/WINNT/afsd/: cm_buf.c, cm_buf.h, cm_scache.c, cm_scache.h, cm_vnodeops.c: DELTA DEVEL15-windows-buf-scache-interlock-20080222 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Improve parallelism by using InterlockedIncrement and InterlockedDecrement to adjust the refCount fields of cm_buf_t and cm_scache_t objects. This permits read locks to be used for increments and decrements but requires a write-lock to perform any actions based upon the refCount hitting zero. Inline cm_FidCmp to further improve performance. Remove unused variables. 2008-02-23 00:17 jaltman * src/WINNT/afsd/: afsd_init.c, cm_access.c, cm_btree.c, cm_buf.c, cm_buf.h, cm_callback.c, cm_dcache.c, cm_dcache.h, cm_dir.c, cm_freelance.c, cm_ioctl.c, cm_memmap.h, cm_scache.c, cm_scache.h, cm_server.c, cm_vnodeops.c, cm_volume.c, rawops.c, smb.c, smb.h, smb3.c: DELTA DEVEL15-windows-afsd-20080222 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1. Change RxEnableHotThread default to 'on' 2. Add a 'hash' value to the cm_fid_t structure in order to speed up cm_FidCmp(). Add cm_SetFid() for use in constructing a fid complete with the hash. 3. Redefine the BUF_HASH and BUF_FILEHASH in terms of the cm_fid_t hash which has a better distribution 4. Modify cm_ConsiderPrefetch to evaluate the amount of data in the most recent read request instead of the next chunkSize. cm_chunkSize can be dozens or hundreds of buffers. As a result too much time is spent performing the evaluation. 5. Fix the usage of cm_scache_t bufCreateLock. The purpose of this lock is to prevent the creation of new buffers while a truncation is being performed. All references to bufCreateLock have been removed except in two places: i. a write-lock surrounding the function that calls buf_Truncate() ii. a read-lock within buf_GetNewLocked() that actually allocates new buffers 6. Modify the CM_CONFIG_DATA_MAGIC value to include a CM_CONFIG_DATA_VERSION number which value be used to force the replacement of the cache file contents when incompatible changes are made between releases. 7. CM_SCACHESYNC_ASYNCSTORE should not be ordered by cm_SyncOpCheckContinue 8. Avoid calls to multi_Rx if nconns == 0 9. Modify smb_WriteData to perform background writes based upon the crossing of buf_blockSize boundaries instead of cm_chunkSize boundaries. This will slow down writes from the SMB interface but will avoid the risk of the CIFS client disconnecting from the AFS client SMB server. 2008-02-20 21:35 shadow * src/packaging/Debian/ConfigUtils.pm, src/packaging/Debian/README.Debian, src/packaging/Debian/README.modules, src/packaging/Debian/README.servers, src/packaging/Debian/TODO, src/packaging/Debian/afs-newcell, src/packaging/Debian/afs-rootvol, src/packaging/Debian/afs.conf, src/packaging/Debian/changelog, src/packaging/Debian/compat, src/packaging/Debian/configuration-transcript.txt, src/packaging/Debian/control, src/packaging/Debian/control.module, src/packaging/Debian/control.module-image, src/packaging/Debian/copyright, src/packaging/Debian/filelist, src/packaging/Debian/genchanges.sh, src/packaging/Debian/kern-sysname, src/packaging/Debian/kernel-version, src/packaging/Debian/libopenafs-dev.dirs, src/packaging/Debian/libopenafs-dev.install, src/packaging/Debian/libpam-openafs-kaserver.dirs, src/packaging/Debian/make-links, src/packaging/Debian/movefiles, src/packaging/Debian/openafs-client.conffiles, src/packaging/Debian/openafs-client.config, src/packaging/Debian/openafs-client.dirs, src/packaging/Debian/openafs-client.docs, src/packaging/Debian/openafs-client.install, src/packaging/Debian/openafs-client.lintian, src/packaging/Debian/openafs-client.postinst, src/packaging/Debian/openafs-client.postrm, src/packaging/Debian/openafs-client.prerm, src/packaging/Debian/openafs-client.templates, src/packaging/Debian/openafs-client.undocumented, src/packaging/Debian/openafs-dbserver.dirs, src/packaging/Debian/openafs-dbserver.install, src/packaging/Debian/openafs-dbserver.lintian, src/packaging/Debian/openafs-fileserver.conffiles, src/packaging/Debian/openafs-fileserver.config, src/packaging/Debian/openafs-fileserver.dirs, src/packaging/Debian/openafs-fileserver.init, src/packaging/Debian/openafs-fileserver.install, src/packaging/Debian/openafs-fileserver.lintian, src/packaging/Debian/openafs-fileserver.postinst, src/packaging/Debian/openafs-fileserver.postrm, src/packaging/Debian/openafs-fileserver.preinst, src/packaging/Debian/openafs-fileserver.templates, src/packaging/Debian/openafs-fileserver.undocumented, src/packaging/Debian/openafs-kpasswd.dirs, src/packaging/Debian/openafs-kpasswd.install, src/packaging/Debian/openafs-kpasswd.undocumented, src/packaging/Debian/openafs-modules-source.docs, src/packaging/Debian/patch.001_libafs_destination_name, src/packaging/Debian/patch.002_sketchy_hpux_process_c, src/packaging/Debian/patch.004_bozo_permissions, src/packaging/Debian/patch.006_more_bozo_permissions, src/packaging/Debian/postinst.mod, src/packaging/Debian/prep-modules, src/packaging/Debian/prerm.mod, src/packaging/Debian/pt_util.sgml, src/packaging/Debian/rules, src/packaging/Debian/sysname, src/packaging/Debian/doc/build-man, src/packaging/Debian/patches/README, src/packaging/Debian/patches/module-name, src/packaging/Debian/patches/pam, src/packaging/Debian/po/POTFILES.in, src/packaging/Debian/po/cs.po, src/packaging/Debian/po/de.po, src/packaging/Debian/po/fr.po, src/packaging/Debian/po/pt_BR.po, src/packaging/Debian/po/vi.po, src/packaging/Debian/CellServDB, src/packaging/Debian/ConfigUtils.pm, src/packaging/Debian/README.Debian, src/packaging/Debian/README.modules, src/packaging/Debian/README.servers, src/packaging/Debian/TODO, src/packaging/Debian/afs-newcell, src/packaging/Debian/afs-rootvol, src/packaging/Debian/afs.conf, src/packaging/Debian/changelog, src/packaging/Debian/compat, src/packaging/Debian/configuration-transcript.txt, src/packaging/Debian/control, src/packaging/Debian/copyright, src/packaging/Debian/libopenafs-dev.dirs, src/packaging/Debian/libopenafs-dev.install, src/packaging/Debian/libpam-openafs-kaserver.dirs, src/packaging/Debian/openafs-client.NEWS, src/packaging/Debian/openafs-client.config, src/packaging/Debian/openafs-client.dirs, src/packaging/Debian/openafs-client.docs, src/packaging/Debian/openafs-client.init, src/packaging/Debian/openafs-client.install, src/packaging/Debian/openafs-client.lintian, src/packaging/Debian/openafs-client.postinst, src/packaging/Debian/openafs-client.postrm, src/packaging/Debian/openafs-client.prerm, src/packaging/Debian/openafs-client.templates, src/packaging/Debian/openafs-dbserver.dirs, src/packaging/Debian/openafs-dbserver.install, src/packaging/Debian/openafs-dbserver.lintian, src/packaging/Debian/openafs-dbserver.postrm, src/packaging/Debian/openafs-doc.README.Debian, src/packaging/Debian/openafs-doc.doc-base.openafs-admin, src/packaging/Debian/openafs-doc.doc-base.openafs-quick, src/packaging/Debian/openafs-doc.doc-base.openafs-user, src/packaging/Debian/openafs-doc.docs, src/packaging/Debian/openafs-doc.examples, src/packaging/Debian/openafs-fileserver.NEWS, src/packaging/Debian/openafs-fileserver.config, src/packaging/Debian/openafs-fileserver.dirs, src/packaging/Debian/openafs-fileserver.init, src/packaging/Debian/openafs-fileserver.install, src/packaging/Debian/openafs-fileserver.lintian, src/packaging/Debian/openafs-fileserver.postinst, src/packaging/Debian/openafs-fileserver.postrm, src/packaging/Debian/openafs-fileserver.templates, src/packaging/Debian/openafs-kpasswd.dirs, src/packaging/Debian/openafs-kpasswd.install, src/packaging/Debian/openafs-krb5.install, src/packaging/Debian/openafs-modules-source.docs, src/packaging/Debian/rules.in, src/packaging/Debian/sysname, src/packaging/Debian/watch, src/packaging/Debian/patches/afs-man-name, src/packaging/Debian/patches/alloc-vnode, src/packaging/Debian/patches/bos-permissions, src/packaging/Debian/patches/compiler-flags, src/packaging/Debian/patches/dfsg, src/packaging/Debian/patches/find-core-files, src/packaging/Debian/patches/fstrace-paths, src/packaging/Debian/patches/ktc-prototypes, src/packaging/Debian/patches/linux-2.6.24, src/packaging/Debian/patches/module-name, src/packaging/Debian/patches/multiple-local-realms, src/packaging/Debian/patches/no-admin-reference, src/packaging/Debian/patches/pam-build, src/packaging/Debian/patches/paths, src/packaging/Debian/patches/series, src/packaging/Debian/patches/ucontext-everywhere, src/packaging/Debian/po/POTFILES.in, src/packaging/Debian/po/cs.po, src/packaging/Debian/po/de.po, src/packaging/Debian/po/fr.po, src/packaging/Debian/po/nl.po, src/packaging/Debian/po/pt.po, src/packaging/Debian/po/pt_BR.po, src/packaging/Debian/po/templates.pot, src/packaging/Debian/po/vi.po, src/packaging/Debian/po/zh_CN.po, Makefile.in, configure.in: DELTA DEVEL15-debian-packaging-update-20080220 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES Russ' metadata, repacked into our tree 2008-02-20 21:05 shadow * src/packaging/Debian/po/nl.po: file nl.po was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:32 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/po/zh_CN.po: file zh_CN.po was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:32 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/po/templates.pot: file templates.pot was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:32 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/po/pt.po: file pt.po was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:32 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/patches/ktc-prototypes: file ktc-prototypes was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:31 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/patches/pam-build: file pam-build was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:31 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/patches/series: file series was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:31 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/patches/bos-permissions: file bos-permissions was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:31 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/patches/ucontext-everywhere: file ucontext-everywhere was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:31 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/patches/no-admin-reference: file no-admin-reference was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:31 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/patches/paths: file paths was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:31 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/patches/afs-man-name: file afs-man-name was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:31 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/patches/dfsg: file dfsg was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:31 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/patches/alloc-vnode: file alloc-vnode was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:31 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/patches/fstrace-paths: file fstrace-paths was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:31 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/patches/compiler-flags: file compiler-flags was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:31 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/patches/multiple-local-realms: file multiple-local-realms was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:31 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/patches/find-core-files: file find-core-files was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:31 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/patches/linux-2.6.24: file linux-2.6.24 was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:31 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/openafs-doc.doc-base.openafs-user: file openafs-doc.doc-base.openafs-user was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:29 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/openafs-krb5.install: file openafs-krb5.install was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:29 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/openafs-client.NEWS: file openafs-client.NEWS was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:29 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/: openafs-client.NEWS, openafs-client.init, openafs-dbserver.postrm, openafs-doc.README.Debian, openafs-doc.doc-base.openafs-admin, openafs-doc.doc-base.openafs-quick, openafs-doc.doc-base.openafs-user, openafs-doc.docs, openafs-doc.examples, openafs-fileserver.NEWS, openafs-krb5.install, rules.in, watch, patches/afs-man-name, patches/alloc-vnode, patches/bos-permissions, patches/compiler-flags, patches/dfsg, patches/find-core-files, patches/fstrace-paths, patches/ktc-prototypes, patches/linux-2.6.24, patches/multiple-local-realms, patches/no-admin-reference, patches/pam-build, patches/paths, patches/series, patches/ucontext-everywhere, po/nl.po, po/pt.po, po/templates.pot, po/zh_CN.po: DELTA debian-packaging-update-20080220 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES Russ' metadata, repacked into our tree 2008-02-20 21:05 shadow * src/packaging/Debian/openafs-doc.docs: file openafs-doc.docs was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:29 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/watch: file watch was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:29 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/openafs-dbserver.postrm: file openafs-dbserver.postrm was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:29 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/openafs-client.init: file openafs-client.init was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:29 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/openafs-fileserver.NEWS: file openafs-fileserver.NEWS was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:29 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/openafs-doc.doc-base.openafs-admin: file openafs-doc.doc-base.openafs-admin was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:29 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/openafs-doc.README.Debian: file openafs-doc.README.Debian was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:29 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/openafs-doc.examples: file openafs-doc.examples was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:29 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/openafs-doc.doc-base.openafs-quick: file openafs-doc.doc-base.openafs-quick was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:29 +0000 2008-02-20 21:05 shadow * src/packaging/Debian/rules.in: file rules.in was added on branch openafs-devel-1_5_x on 2008-02-20 21:36:29 +0000 2008-02-20 20:19 shadow * doc/man-pages/pod1/vos_addsite.pod: DELTA DEVEL15-vos-addsite-pod-error-20080220 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES Item is not item 2008-02-20 20:09 shadow * src/ubik/: recovery.c, remote.c: DELTA DEVEL15-urecovery-invalidate-without-truncate-20080220 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES critical to label the database invalid when we don't truncate so recovery finishes. issue in 84609 remains. 2008-02-20 17:37 jaltman * src/WINNT/afsd/: cm_user.c, smb.c, smb.h, smb3.c: DELTA DEVEL15-windows-smb-locking-20080220 AUTHOR jaltman@secure-endpoints.com LICENSE MIT minor improvements to smb_rctLock usage. 2008-02-20 17:33 jaltman * src/WINNT/afsd/afsd_init.c: DELTA DEVEL15-windows-rx_enable_hot_thread-20080220 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add RxEnableHotThread registry option to permit rx_enable_hot_thread to be set. The default is off for the moment but turning it on does provide significant performance benefits. 2008-02-20 17:18 jaltman * src/rx/rx_pthread.c: DELTA DEVEL15-rx-osi_socket-20080220 AUTHOR jaltman@secure-endpoints.com LICENSE MIT The portable type to be used for sockets is osi_socket not int. On 64-bit Windows this caused failures when hot threads were enabled. 2008-02-20 03:36 shadow * configure-libafs.in, configure.in: DELTA DEVEL15-openafs-1-5-32-20080219 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES make 1.5.32 2008-02-19 15:28 shadow * doc/man-pages/: README, pod1/fs_listquota.pod, pod1/fs_minidump.pod, pod1/fs_quota.pod, pod1/fs_setquota.pod, pod1/fs_setvol.pod, pod1/vos_addsite.pod, pod1/vos_examine.pod, pod1/vos_partinfo.pod, pod8/afsd.pod: DELTA DEVEL15-man-page-updates-20080219 AUTHOR jason@rampaginggeek.com LICENSE IPL10 FIXES 86677 note 2tb limit, add fs minidump document 2008-02-19 15:25 shadow * doc/man-pages/pod1/fs_minidump.pod: DELTA man-page-updates-20080219 AUTHOR jason@rampaginggeek.com LICENSE IPL10 FIXES 86677 note 2tb limit, add fs minidump document 2008-02-19 15:25 shadow * doc/man-pages/pod1/fs_minidump.pod: file fs_minidump.pod was added on branch openafs-devel-1_5_x on 2008-02-19 15:28:56 +0000 2008-02-19 15:07 shadow * src/libafs/MakefileProto.LINUX.in: DELTA DEVEL15-s390x-not-s390-20080219 AUTHOR mmeffie@sinenomine.net LICENSE IPL10 FIXES don't try to link multiple things to asm 2008-02-19 14:38 shadow * src/viced/afsfileprocs.c: DELTA DEVEL15-viced-rmdir-fid-leak-20080219 AUTHOR rtb@pclella.cern.ch LICENSE IPL10 FIXES 86786 2008-02-19 04:30 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20080218 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.32 = 1.5.3200.0 2008-02-19 04:19 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20080218 AUTHOR jaltman@secure-endpoints.com LICENSE MIT more for 1.5.32 2008-02-19 04:15 jaltman * src/WINNT/afsd/cm_dir.c: DELTA DEVEL15-windows-name-entries-20080218 AUTHOR shadow@dementia.org LICENSE IPL10 restore the original behavior. Fixes smb_ReceiveTran2SearchDir(). 2008-02-19 03:39 shadow * src/config/param.arm_linux26.h: DELTA DEVEL15-arm-linux26-syscall-missing-20080218 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES there's nothing non-political about this. whatever. 2008-02-18 19:20 shadow * src/: packaging/RedHat/mockbuild.pl, viced/callback.c: DELTA my code, though, this is a result of a problem reported by Chaskiel Grundman and analysis by him, Jeff Altman and myself. I'm just checking in my implementation. In any case, the issue this addresses is one where we can end up in makecall_waiting in rx on multiple connections when we multibreakcallback because the lists are sorted differently and each has "pending" calls on a different connection. by sorting by index we will not block on another caller while also holding what they're after DEVEL15-viced-qsort-cba-before-multibreakcallback-to-avoid-lockup-2 0080218 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES 2008-02-18 17:34 jaltman * src/WINNT/afsd/: cm_conn.c, smb.c: DELTA DEVEL15-windows-do-not-discard-badtickets-20080218 AUTHOR jaltman@secure-endpoints.com LICENSE MIT The RXKADBADTICKET error is returned when a krb5 derived token is sent to a server that does not support them. In a mixed cell it is possible that some servers were not updated. Discarding the token does not make it possible to perform the request successfully and adversely affects the user experience because those servers that do support the token can no longer be accessed in an authenticated manner. Users can't determine what the cause is, all they see are their tokens disappearing and there is nothing they can do about it anyway. From now on return STATUS_NO_KERB_KEY and do not retry. 2008-02-18 17:29 jaltman * src/rx/rx.c: DELTA DEVEL15-rx-stats-optimization-20080218 AUTHOR jaltman@secure-endpoints.com LICENSE IPL10 Do not grab the peer mutex or the rpc stats mutex if we are not intending to collect stats. Doing so is a bottleneck. 2008-02-18 14:17 jaltman * src/WINNT/afsd/afskfw.c: DELTA DEVEL15-windows-afskfw-20080218 AUTHOR jaltman@secure-endpoints.com LICENSE MIT if we are going to insert the full ccache name then we must search by it as well. 2008-02-18 05:56 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20080217 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.32 2008-02-18 05:53 jaltman * src/WINNT/afsd/: smb.c, smb3.c: DELTA DEVEL15-windows-share-parse-20080217 AUTHOR jaltman@secure-endpoints.com LICENSE MIT add srvsvc and wkssvc to reserved names in smb_ShareParse. include slash in ipc$ reference in dfs referrals check. 2008-02-18 04:37 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm: DELTA DEVEL15-windows-release-notes-20080217 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.32 2008-02-17 14:38 jaltman * src/WINNT/netidmgr_plugin/extensions/sample/: Makefile, README, afspext.c, config_main.c, credprov.h, langres.h, main.c, plugin.c, version.rc, images/plugin.ico, lang/en_us/langres.rc: DELTA DEVEL15-windows-netidmgr-extension-sample-20080217 AUTHOR asanka@secure-endpoints.com LICENSE MIT A sample template for constructing Network Identity Manager OpenAFS Provider Extensions for obtaining and identifying new token types. 2008-02-17 14:33 jaltman * src/WINNT/netidmgr_plugin/extensions/sample/images/plugin.ico: file plugin.ico was added on branch openafs-devel-1_5_x on 2008-02-17 14:38:11 +0000 2008-02-17 14:33 jaltman * src/WINNT/netidmgr_plugin/extensions/sample/lang/en_us/langres.rc: file langres.rc was added on branch openafs-devel-1_5_x on 2008-02-17 14:38:12 +0000 2008-02-17 14:33 jaltman * src/WINNT/netidmgr_plugin/extensions/sample/config_main.c: file config_main.c was added on branch openafs-devel-1_5_x on 2008-02-17 14:38:07 +0000 2008-02-17 14:33 jaltman * src/WINNT/netidmgr_plugin/extensions/sample/credprov.h: file credprov.h was added on branch openafs-devel-1_5_x on 2008-02-17 14:38:07 +0000 2008-02-17 14:33 jaltman * src/WINNT/netidmgr_plugin/extensions/sample/afspext.c: file afspext.c was added on branch openafs-devel-1_5_x on 2008-02-17 14:38:07 +0000 2008-02-17 14:33 jaltman * src/WINNT/netidmgr_plugin/extensions/sample/: Makefile, README, afspext.c, config_main.c, credprov.h, langres.h, main.c, plugin.c, version.rc, images/plugin.ico, lang/en_us/langres.rc: DELTA windows-netidmgr-extension-sample-20080217 AUTHOR asanka@secure-endpoints.com LICENSE MIT A sample template for constructing Network Identity Manager OpenAFS Provider Extensions for obtaining and identifying new token types. 2008-02-17 14:33 jaltman * src/WINNT/netidmgr_plugin/extensions/sample/Makefile: file Makefile was added on branch openafs-devel-1_5_x on 2008-02-17 14:38:07 +0000 2008-02-17 14:33 jaltman * src/WINNT/netidmgr_plugin/extensions/sample/README: file README was added on branch openafs-devel-1_5_x on 2008-02-17 14:38:07 +0000 2008-02-17 14:33 jaltman * src/WINNT/netidmgr_plugin/extensions/sample/plugin.c: file plugin.c was added on branch openafs-devel-1_5_x on 2008-02-17 14:38:07 +0000 2008-02-17 14:33 jaltman * src/WINNT/netidmgr_plugin/extensions/sample/langres.h: file langres.h was added on branch openafs-devel-1_5_x on 2008-02-17 14:38:07 +0000 2008-02-17 14:33 jaltman * src/WINNT/netidmgr_plugin/extensions/sample/main.c: file main.c was added on branch openafs-devel-1_5_x on 2008-02-17 14:38:07 +0000 2008-02-17 14:33 jaltman * src/WINNT/netidmgr_plugin/extensions/sample/version.rc: file version.rc was added on branch openafs-devel-1_5_x on 2008-02-17 14:38:07 +0000 2008-02-17 05:59 jaltman * src/WINNT/afsd/: cm_conn.c, cm_vnodeops.c, cm_vnodeops.h: DELTA DEVEL15-windows-invalidate-file-locks-vnovnode-20080217 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Upon receiving a VNOVNODE error from a file server, be sure to invalidate any file locks. This prevents on-going attempts to extend the locks and will cause subsequent attempts to access the file to receive a invalid handle error. 2008-02-17 05:28 jaltman * src/WINNT/afsd/: cm_dcache.c, cm_scache.c, cm_vnodeops.c: DELTA DEVEL15-windows-buf-consistency-20080217 AUTHOR jaltman@secure-endpoints.com LICENSE MIT All calls to buf_Get() must be protected by a read lock on the cm_scache_t bufCreateLock When a MergeStatus results in the invalidation of buffers, do not remove buffers from the hash tables that have active references. 2008-02-15 03:31 jaltman * src/WINNT/afsd/: cm_cell.c, cm_cell.h, cm_volume.c: DELTA DEVEL15-windows-check-offline-volumes-20080214 AUTHOR jaltman@secure-endpoints.com LICENSE MIT when checking offline volumes, update the cell vlserver info if required and don't perform a check if there are no servers in the list. 2008-02-15 03:26 jaltman * src/WINNT/afsd/afsd_init.c: DELTA DEVEL15-windows-afsd-rx-extrapackets-20080214 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add support for specifying rx_extraPackets in the Windows client 2008-02-14 19:26 shadow * src/packaging/RedHat/mockbuild.pl: DELTA mockbuild-20080214 AUTHOR sxw@inf.ed.ac.uk LICENSE BSD FIXES driver script for mock massbuilds 2008-02-14 19:26 shadow * src/packaging/RedHat/mockbuild.pl: file mockbuild.pl was added on branch openafs-devel-1_5_x on 2008-02-18 19:20:52 +0000 2008-02-14 19:20 jaltman * src/WINNT/afsd/cm_conn.c: DELTA DEVEL15-windows-vnovol-20080214 AUTHOR jaltman@secure-endpoints.com LICENSE MIT avoid a crash when logging VNOVOL errors returned from cm_CheckOfflineVolume 2008-02-14 14:13 jaltman * src/WINNT/afsd/: cm_conn.c, cm_scache.c, cm_volume.c: DELTA windows-volstat-vl-unknown-20080214 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add volumes in the vl_unknown state to the list of objects to be checked as offline or retried when an allbusy error is received in cm_Analyze. 2008-02-14 14:09 jaltman * src/WINNT/client_osi/osilog.c: DELTA windows-osilog-savestring-20080214 AUTHOR jaltman@secure-endpoints.com LICENSE MIT When osi_Log is disabled, osi_LogSaveString will no longer copy the provided string into the circular log buffer. This saves a huge amount of time. 2008-02-13 05:58 jaltman * src/WINNT/afsd/smb3.c: DELTA DEVEL15-windows-smb-special-share-names-20080212 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Treat srvsvc, wkssvc and ipc$ as pseudo files. Permit them to be opened and closed without actually existing. For now we treat them as equivalent to ioctls but this should eventually change. Fix RAP processing to not reject names that exist in the root.afs volume for GetInfo queries. 2008-02-13 05:46 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA DEVEL15-windows-dfs-referrals-20080212 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add "ipc$" to the list of names that must not be automatically added as a share name. If the sharename is a partial match and therefore will not be added automatically to the share list, make sure that we return an error to the requestor. 2008-02-13 05:28 shadow * src/packaging/RedHat/: kmodtool, openafs-kmodtool, openafs.spec.in: DELTA DEVEL15-redhat-openafs-kmodtool-20080213 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES rename to be specific to us. 2008-02-13 05:27 shadow * src/packaging/RedHat/openafs-kmodtool: file openafs-kmodtool was added on branch openafs-devel-1_5_x on 2008-02-13 05:28:58 +0000 2008-02-13 05:27 shadow * src/packaging/RedHat/openafs-kmodtool: DELTA redhat-openafs-kmodtool-20080213 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES rename to be specific to us. 2008-02-12 14:02 jaltman * src/WINNT/netidmgr_plugin/NTMakefile: DELTA DEVEL15-windows-no-wx-20080212 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Warnings as errors are nice, but when different compiler versions stop building simply because a parameter is not being referenced in a meaningful way its time for the option to be turned off 2008-02-12 13:32 jaltman * src/WINNT/: afsadmsvr/NTMakefile, afsadmsvr/TaAfsAdmSvrClientBind.cpp, afsadmsvr/TaAfsAdmSvrMain.cpp, afsapplib/NTMakefile, client_osi/NTMakefile: DELTA DEVEL15-windows-no-more-rpcns4-dll-20080212 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Remove all references to rpcns4.lib and its included functions RpcNsXXX. These APIs are no longer supported on Vista. Except for TaAfsAdmSvr they had been commented out for a long time but we still continued to link to the library. Loading the library generates a no longer supported error on Vista. So lets get rid of it. 2008-02-12 13:21 jaltman * src/WINNT/client_creds/: NTMakefile, window.cpp: DELTA DEVEL15-windows-afscreds-username-20080212 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Use GetUserNameEx to obtain the username instead of searching the registry. Try UserPrincipalName first and fallback to SamCompatible. 2008-02-11 16:44 jaltman * src/WINNT/client_creds/: advtab.cpp, main.cpp, resource.h, shortcut.cpp, shortcut.h, lang/en_US/afscreds.rc: DELTA DEVEL15-windows-afscreds-vista-uac-20080211 AUTHOR jaltman@secure-endpoints.com LICENSE MIT FIXES 82701 Modifying the registry and the startup shortcuts is not permitted under Vista UAC. Generate an error dialog and notify the end user. 2008-02-11 14:46 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA DEVEL15-windows-freelance-20080211 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Do not return BAD_NETWORK_ERROR in response to attempts to create directories or files in the Freelance root.afs volume. Instead return ACCESS_DENIED. BAD_NETWORK_ERROR was being sent because the Freelance cell has no vldb servers. Short circuit the error by testing for freelance in CreateFile and MakeDir 2008-02-11 04:04 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20080210 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.3100.0 == 1.5.31 2008-02-11 04:02 shadow * configure.in, configure-libafs.in: DELTA DEVEL15-openafs-1-5-31-20080210 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES make 1.5.31 2008-02-11 04:00 shadow * src/afs/: afs_prototypes.h, afs_util.c, DARWIN/osi_vnodeops.c, VNOPS/afs_vnop_lookup.c: DELTA DEVEL15-magic-vnodes-20080210 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES add magic vnodes like the magic mounts we already have. you can now cons up any afs vnode if you know the cell and fid. 2008-02-11 03:44 shadow * src/volser/: vos.c, vsprocs.c: DELTA DEVEL15-vos-syncv-dryrun-20080210 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES add a dryrun mode to vos syncvldb and syncserv 2008-02-11 03:37 shadow * src/: vol/fssync-server.c, vol/volume.c, volser/volprocs.c: DELTA DEVEL15-dafs-vol-updates-20080210 AUTHOR tkeiser@sinenomine.net LICENSE IPL10 FIXES make sure status is consistent in vol package when doing dafs 2008-02-11 00:18 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA DEVEL15-windows-windows-pipes-20080210 AUTHOR jaltman@secure-endpoints.com LICENSE MIT do not search for cellnames that match srvsvc or wkssvc pipes 2008-02-10 06:03 shadow * src/shlibafsrpc/mapfile.afs_xdr: DELTA DEVEL15-linux-x8664-mapfile-update-20080210 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES as reported by arolfe@mit.edu 2008-02-09 12:39 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20080209 AUTHOR jaltman@secure-endpoints.com LICENSE MIT more updates for 1.5.31 2008-02-09 02:32 jaltman * src/WINNT/: afsd/NTMakefile, afsd/afskfw.c, afsd/afsshare.c, afsd/cm.h, afsd/fs.c, afsd/fs_utils.c, afsd/smb.c, afsd/symlink.c, afsreg/afsreg.c, afsreg/afsreg.h, client_creds/NTMakefile, client_creds/advtab.cpp, client_creds/creds.cpp, client_creds/main.cpp, client_creds/misc.cpp, client_creds/settings.cpp, client_creds/shortcut.cpp, client_creds/window.cpp, client_exp/NTMakefile, client_exp/afs_shl_ext.cpp, client_exp/gui2fs.cpp, client_exp/shell_ext.cpp, client_exp/submounts_dlg.cpp: DELTA DEVEL15-windows-wow64-registry-20080208 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Enable the 32-bit tools that are distributed for use in the WOW64 environment to access the 64-bit registry keys instead of the 32-bit versions. This will remove the need to support both 64-bit and 32-bit versions of the values. 2008-02-09 02:27 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA DEVEL15-windows-vnodeops-20080208 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add support for returning RANGE_NOT_LOCKED errors Do not attempt to add a mount point for share names of the form . Its just a big waste of time. DNS queries and CellServDB file searches are expensive. 2008-02-08 21:21 shadow * src/rx/: rx.c, rx.h, rx_multi.c, rx_prototypes.h: DELTA DEVEL15-rx-kill-void-stupidity-20080208 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES remove VOID since it conflicts with this. and we shouldn't need it anymore anyway 2008-02-08 01:21 jaltman * src/WINNT/afsd/cm_scache.c: DELTA DEVEL15-windows-scache-locks-20080207 AUTHOR jaltman@secure-endpoints.com LICENSE MIT add lock assertions to ensure we are holding write locks when manipulating scache refcounts 2008-02-07 21:42 jaltman * src/WINNT/afsd/fs_utils.c: DELTA DEVEL15-windows-fs-utils-20080207 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Use ismeta() correctly when parsing integer strings. 2008-02-07 21:21 jaltman * src/WINNT/afsd/cm_callback.c: DELTA DEVEL15-windows-scache-refcount-race-20080207 AUTHOR jaltman@secure-endpoints.com LICENSE MIT if we are going to call a NoLock function better be holding the lock 2008-02-07 20:29 jaltman * src/WINNT/afsd/cm_server.c: DELTA DEVEL15-windows-multi-check-servers-20080207 AUTHOR jaltman@secure-endpoints.com LICENSE MIT for multi must compute the host string from the ip address for each server 2008-02-07 14:48 jaltman * src/WINNT/afsd/cm_conn.c: DELTA DEVEL15-windows-volstat-20080207 AUTHOR jaltman@secure-endpoints.com LICENSE MIT When updating the volume status do not introduce a deadlock by holding cm_serverLock 2008-02-07 06:14 jaltman * src/WINNT/afsd/: cm_conn.c, cm_volume.c: DELTA DEVEL15-windows-volstat-20080206 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Ensure that the volume status is always updated after a server_ref status change. 2008-02-06 19:31 jaltman * src/WINNT/afsd/cm_server.c: DELTA DEVEL15-windows-multi-check-servers-20080206 AUTHOR jaltman@secure-endpoints.com LICENSE MIT do not leak references remove signed vs unsigned warnings retry all RXGEN_OPCODE responses regardless of whether or not the entry had to be moved to consolidate the list. 2008-02-06 19:14 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20080206 AUTHOR jaltman@secure-endpoints.com LICENSE MIT more changes for 1.5.31 2008-02-06 17:58 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm: DELTA DEVEL15-windows-release-notes-20080206 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Updates for 1.5.31 2008-02-06 17:53 jaltman * src/WINNT/client_exp/: gui2fs.cpp, make_symbolic_link_dlg.cpp: DELTA DEVEL15-windows-shell-add-symlink-20080206 AUTHOR jaltman@secure-endpoints.com LICENSE MIT No longer attempt to validate the target of the symlink. There is no method of doing so reliably. 2008-02-06 16:52 jaltman * src/WINNT/afsd/cm_conn.c: DELTA DEVEL15-windows-vnovol-20080206 AUTHOR jaltman@secure-endpoints.com LICENSE MIT VNOVOL means the volume could not be attached which from the client perspective is the same as being offline. The VLDB should not be queried in response to this error. 2008-02-06 12:21 shadow * src/vol/: vnode_inline.h, volume_inline.h: DELTA DEVEL15-hpux-dafs-inline-functions-20080206 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES fix this for hpux 2008-02-06 05:58 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20080205 AUTHOR jaltman@secure-endpoints.com LICENSE MIT update changes since 1.5.30 2008-02-06 01:32 shadow * src/afs/: afs_osi.c, afs_prototypes.h: DELTA DEVEL15-linux-rx-kernel-listener-kill-task-directly-20080205 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES as reported by cg2v@andrew.cmu.edu 2008-02-06 01:14 jaltman * src/WINNT/install/wix/: feature.wxi, files.wxi: DELTA DEVEL15-window-wix-dependencies-two-20080205 AUTHOR jaltman@secure-endpoints.com LICENSE MIT afsvosadmin.dll is required by translate_et.exe 2008-02-05 20:49 jaltman * src/WINNT/afsd/cm_ioctl.c: DELTA DEVEL15-windows-pioctl-path-charset-translation-20080205 AUTHOR jaltman@secure-endpoints.com LICENSE MIT FIXES 84279 Do not translate the character set of the pioctl path data. These paths were not provided by the file system but by the end user. Therefore, they were not converted to the OEM character set. With this change the AFS shell context menu will be displayed for non-ASCII file names when ANSI file names are being used as well as the fs commands will work. 2008-02-05 17:38 jaltman * src/WINNT/afsd/: NTMakefile, cm.h, cm_server.c, cm_server.h: DELTA DEVEL15-windows-multi-checkservers-20080205 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Instead of probing servers one at a time, use multi_rx versions of RXAFS_GetCapabilities, RXAFS_GetTime and VL_ProbeServer to permit simultaneous probing of servers in constant time regardless of the number of servers. 2008-02-05 17:26 jaltman * src/: fsint/afsint.xg, libafsrpc/afsrpc.def, vlserver/vldbint.xg: DELTA DEVEL15-multi-rx-calls-20080205 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add multi versions of RXAFS_GetCapabilities, RXAFS_GiveUpAllCallBacks, and VL_ProbeServer. 2008-02-05 17:18 jaltman * src/rxgen/rpc_hout.c: DELTA DEVEL15-rxgen-multi-prototypes-20080205 AUTHOR jaltman@secure-endpoints.com LICENSE MIT When 'multi' is applied to an RPC definition, rxgen produced split prototypes, Start and End, but failed to produce the prototype for the normal RPC call. 2008-02-05 17:11 jaltman * src/WINNT/afsd/: cm_aclent.c, cm_aclent.h, cm_callback.c, cm_conn.c, cm_server.c: DELTA DEVEL15-windows-down-time-20080205 AUTHOR jaltman@secure-endpoints.com LICENSE MIT use clock time instead of osi_Time() for server down time tracking for proper comparison with expiration times. 2008-02-05 17:08 jaltman * src/WINNT/afsd/cm_volume.c: DELTA DEVEL15-windows-check-offline-volumes-20080205 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Do not hold the cm_volume_t mutex across the RPC 2008-02-05 16:58 jaltman * src/WINNT/install/wix/: feature.wxi, files.wxi: DELTA DEVEL15-windows-wix-translate_et-20080205 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Install the dll dependencies for translate_et as part of the client component. 2008-02-04 22:43 jaltman * src/vol/NTMakefile: DELTA DEVEL15-dafs-windows-vnode-locking-20080204 AUTHOR jaltman@secure-endpoints.com LICENSE MIT allow Windows to build with dafs-vnode-locking-20080204 2008-02-04 19:42 shadow * doc/man-pages/pod1/: pts_createuser.pod, pts_listentries.pod: DELTA DEVEL15-pts-localauth-20080204 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES distilled from changes by mdw@umich.edu 2008-02-04 18:51 shadow * src/: viced/host.h, vol/Makefile.in, vol/daemon_com.c, vol/daemon_com.h, vol/fssync-client.c, vol/fssync-debug.c, vol/fssync-server.c, vol/fssync.h, vol/salvaged.c, vol/salvsync-client.c, vol/salvsync-server.c, vol/salvsync.h, vol/vnode.c, vol/vnode.h, vol/vnode_inline.h, vol/volume.c, vol/volume.h, vol/volume_inline.h, volser/volprocs.c: DELTA DEVEL15-dafs-vnode-locking-20080204 AUTHOR tkeiser@sinenomine.net LICENSE IPL10 FIXES 84778 * Vnode package concurrency model was overhauled. Unlike the old model, where concurrency was controlled via reader/writer locks, the new model uses a per-vnode finite state automata. * add several new volume states to deal with volume vnode list operations * a new FSSYNC command code was added to allow volume utilities to close out a volume operation without causing the fileserver to mount the volume * a new FSSYNC command code was added to allow volume utilities to transition a volume into a hard error state * the salvageserver has been modified to keep volume group partition path data coherent with the fileserver (like many other parts of the volume package, this code assumes all members of the group are stored on the same vice partition) * make salvageserver correctly handle volume state when a child worker process terminates abnormally * update volume pre-attachment code to deal with move volumes across partitions on the same server * add volume state sanity checks to more volume package interfaces * original vos online patch introduced a race condition; rearchitect vos online/offline to eliminate race condition, and reduce i/o load caused by operation * unify duplicate code in volserver related to servicing vos examine and vos listvol requests * add doxygen formatted comment blocks to numerous volume package elements * various updates to fssync-debug to allow dumping vnode state, and updates to deal with added volume and vnode states * several 1.5-specific fixes related to fssync and salvsync 2008-02-04 18:50 shadow * src/vol/volume_inline.h: file volume_inline.h was added on branch openafs-devel-1_5_x on 2008-02-04 18:51:39 +0000 2008-02-04 18:50 shadow * src/vol/: vnode_inline.h, volume_inline.h: DELTA dafs-vnode-locking-20080204 AUTHOR tkeiser@sinenomine.net LICENSE IPL10 FIXES 84778 * Vnode package concurrency model was overhauled. Unlike the old model, where concurrency was controlled via reader/writer locks, the new model uses a per-vnode finite state automata. * add several new volume states to deal with volume vnode list operations * a new FSSYNC command code was added to allow volume utilities to close out a volume operation without causing the fileserver to mount the volume * a new FSSYNC command code was added to allow volume utilities to transition a volume into a hard error state * the salvageserver has been modified to keep volume group partition path data coherent with the fileserver (like many other parts of the volume package, this code assumes all members of the group are stored on the same vice partition) * make salvageserver correctly handle volume state when a child worker process terminates abnormally * update volume pre-attachment code to deal with move volumes across partitions on the same server * add volume state sanity checks to more volume package interfaces * original vos online patch introduced a race condition; rearchitect vos online/offline to eliminate race condition, and reduce i/o load caused by operation * unify duplicate code in volserver related to servicing vos examine and vos listvol requests * add doxygen formatted comment blocks to numerous volume package elements * various updates to fssync-debug to allow dumping vnode state, and updates to deal with added volume and vnode states * several 1.5-specific fixes related to fssync and salvsync 2008-02-04 18:50 shadow * src/vol/vnode_inline.h: file vnode_inline.h was added on branch openafs-devel-1_5_x on 2008-02-04 18:51:39 +0000 2008-02-04 17:53 shadow * src/ptserver/pts.c, src/ptserver/ptuser.c, src/ptserver/utils.c, doc/man-pages/pod1/pts.pod, doc/man-pages/pod1/pts_adduser.pod, doc/man-pages/pod1/pts_chown.pod, doc/man-pages/pod1/pts_creategroup.pod, doc/man-pages/pod1/pts_createuser.pod, doc/man-pages/pod1/pts_delete.pod, doc/man-pages/pod1/pts_examine.pod, doc/man-pages/pod1/pts_interactive.pod, doc/man-pages/pod1/pts_listentries.pod, doc/man-pages/pod1/pts_listmax.pod, doc/man-pages/pod1/pts_listowned.pod, doc/man-pages/pod1/pts_membership.pod, doc/man-pages/pod1/pts_quit.pod, doc/man-pages/pod1/pts_removeuser.pod, doc/man-pages/pod1/pts_rename.pod, doc/man-pages/pod1/pts_setfields.pod, doc/man-pages/pod1/pts_setmax.pod, doc/man-pages/pod1/pts_sleep.pod, doc/man-pages/pod1/pts_source.pod: DELTA DEVEL15-pts-localauth-20080204 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES distilled from changes by mdw@umich.edu 2008-02-04 04:05 jaltman * src/rx/xdr_rec.c: DELTA DEVEL15-rx-xdr_rec-type-error-20080203 AUTHOR jaltman@secure-endpoints.com LICENSE MIT x_inline second parameter is unsigned 2008-02-04 03:59 jaltman * src/kauth/krb_udp.c: DELTA DEVEL15-kauth-windows-handle-leak-20080203 AUTHOR jaltman@secure-endpoints.com LICENSE MIT close() does not close sockets on Windows 2008-02-04 03:51 jaltman * src/: bozo/bosserver.c, ptserver/ptserver.c, vlserver/vlserver.c: DELTA DEVEL15-rxmaxmtu-printf-format-error-20080203 AUTHOR jaltman@secure-endpoints.com LICENSE MIT correct improper format string 2008-02-02 22:27 jaltman * src/WINNT/afsd/: afsd_service.c, smb.c: DELTA DEVEL15-windows-vista-resume-smb-binding-20080202 AUTHOR jaltman@secure-endpoints.com LICENSE MIT another plane trip, more tweaks to the logic for handling re-binding of the netbios name after a power management resume event. 2008-02-02 22:23 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA DEVEL15-windows-dfs-referrals-symlinks-20082002 AUTHOR jaltman@secure-endpoints.com LICENSE MIT another small tweak to ensure that we don't create a symlink for "fo" when a mountpoint or symlink for "foo" exists 2008-02-02 13:43 jaltman * src/: WINNT/afsd/NTMakefile, WINNT/afsreg/afssw.c, WINNT/bosctlsvc/NTMakefile, WINNT/client_osi/NTMakefile, auth/NTMakefile, bozo/NTMakefile, bucoord/NTMakefile, budb/NTMakefile, butc/NTMakefile, kauth/NTMakefile, libadmin/adminutil/NTMakefile, libadmin/cfg/NTMakefile, libafsauthent/NTMakefile, ptserver/NTMakefile, tbutc/NTMakefile, ubik/NTMakefile, update/NTMakefile, vlserver/NTMakefile, vol/NTMakefile, volser/NTMakefile: DELTA DEVEL15-windows-cellservdb-location-20080202 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Modify the search order for determining the location of CellServDB and other client configuration files. 1. AFSCONF environment variable 2. registry setting 3. NEW - use All Users\AppData\OpenAFS\Client only if CellServDB exists 4. use Program Files\OpenAFS\Client 2008-02-02 02:48 jaltman * src/: NTMakefile, WINNT/afsd/cm_config.c, WINNT/afsreg/afssw.c, WINNT/afsreg/afssw.h, libadmin/cfg/NTMakefile, util/dirpath.c: DELTA DEVEL15-windows-more-cellservdb-consolidation-20080201 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Merge cellconfig.c and the afsreg library. Redefine the location of the client cellservdb directory in dirpath in terms of the cellservdb direction and not the install directory. (although they point at the same thing now by default.) Future changes to the location of the cellservdb directory should be made in afsreg. 2008-02-02 00:24 jaltman * src/WINNT/client_config/cellservdb.c: DELTA DEVEL15-windows-client-config-cellservdb-20080201 AUTHOR jaltman@secure-endpoints.com LICENSE MIT modify cellservdb.c to use cm_GetCellServDB() from libafsconf.dll. This results in both libadmin and the afs client control panel using the same CellServDB as the rest of the system. 2008-02-02 00:20 jaltman * src/NTMakefile: DELTA DEVEL15-windows-build-system-20080201 AUTHOR jaltman@secure-endpoints.com LICENSE MIT re-order the building of directories so that libafsconf.dll is built before other directories that might want to use it. 2008-02-01 21:39 jaltman * src/WINNT/afsd/: afsd_init.c, afskfw.c, afskfw.h, cm_cell.c, cm_config.c, cm_config.h, cm_freelance.c, fs.c, libafsconf.def: DELTA DEVEL15-windows-refactor-cm_config-20080201 AUTHOR jaltman@secure-endpoints.com LICENSE MIT cm_config.c was a nightmare. there were several functions that each computed the location of the OpenAFS Client configuration directory in a slightly different way. Now there is a single exported function that determines the directory, and another that determines the name of the CellServDB file. All of the other functons in cm_config.c and throughout the src/WINNT/afsd directory now use those two functions. The new rule for determining the location of the OpenAFS Client configuration directory and hence the CellServDB file location is: 1. check the AFSCONF environment variable 2. check the HKLM\SOFTWARE\OpenAFS\Client CellServDBDir registry value 3. use AFSDIR_CLIENT_ETC_DIRPATH which currently refers to \Program Files\OpenAFS\Client (For 1.5 branch remove all references to DJGPP in cm_config.[ch]) 2008-02-01 21:33 shadow * src/viced/host.c: DELTA DEVEL15-h-enumerate-less-heavyhanded-check-20080201 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES if hostCount is too small this is fine or at least not fatal 2008-02-01 21:17 jaltman * src/WINNT/netidmgr_plugin/afscred.h: DELTA DEVEL15-windows-netidmgr-20080201 AUTHOR jaltman@secure-endpoints.com LICENSE MIT afs/stds.h before all others 2008-02-01 15:27 shadow * src/vol/fssync-server.c: DELTA DEVEL15-poll-drop-fsync-lock-20080201 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES update to drop fsync lock if we're using poll 2008-01-31 20:18 shadow * src/afs/UKERNEL/afs_usrops.c: DELTA DEVEL15-solaris10-cleanup-friendliness-20080130 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES based on patch from mib@unimelb.edu.au clean up taskq after ourselves and don't leave ourself marked system processes 2008-01-31 16:11 jaltman * src/WINNT/afsd/cm_server.c: DELTA DEVEL15-windows-noprobe-20080131 AUTHOR jaltman@secure-endpoints.com LICENSE MIT do not mark servers down if they are not probed. 2008-01-31 07:31 jaltman * src/: WINNT/afsd/cm_utils.c, WINNT/afsd/smb.c, rx/rx_misc.c, util/errmap_nt.h: DELTA DEVEL15-windows-edquot-20080131 AUTHOR jaltman@secure-endpoints.com LICENSE MIT For Windows, EDQUOT == WSAEDQUOT. Define it in the right places so that in the end STATUS_OUT_OF_QUOTA can be returned to the application. 2008-01-31 05:49 jaltman * src/WINNT/afsd/: cm_cell.c, cm_cell.h, cm_ioctl.c: DELTA DEVEL15-windows-fs-newcell-20080130 AUTHOR jaltman@secure-endpoints.com LICENSE MIT prevent the afs client service from crashing when fs newcell is executed 2008-01-31 03:03 jaltman * src/WINNT/install/NSIS/OpenAFS.nsi: DELTA DEVEL15-windows-nsis-installer-20080130 AUTHOR jaltman@secure-endpoints.com LICENSE MIT move afslogon.dll, afscpcc.exe and afs_cpa.cpl to \Program Files\OpenAFS\Client\Program in order to get them out of the %windir% tree 2008-01-31 00:28 jaltman * src/rx/rx_misc.c: DELTA DEVEL15-rx-edquot-20080130 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Conditionalize error translation on the existence of EDQUOT not on platform macros 2008-01-30 21:37 shadow * src/config/afs_args.h: DELTA DEVEL15-solaris10-cleanup-friendliness-20080130 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES based on patch from mib@unimelb.edu.au clean up taskq after ourselves and don't leave ourself marked system processes 2008-01-30 21:05 shadow * src/: afs/afs_call.c, afs/afs_osi.c, afs/afs_prototypes.h, rx/rx_kcommon.c, rx/SOLARIS/rx_knet.c: DELTA DEVEL15-solaris10-cleanup-friendliness-20080130 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES based on patch from mib@unimelb.edu.au clean up taskq after ourselves and don't leave ourself marked system processes 2008-01-30 17:30 shadow * acinclude.m4, src/afs/LINUX/osi_groups.c, src/cf/linux-test4.m4: DELTA DEVEL15-linux-keytype-exports-20080130 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES try to work even if key_type_keyring isn't exported 2008-01-30 17:26 shadow * src/: afs/LINUX/osi_misc.c, rx/rx_kcommon.c, rx/LINUX/rx_knet.c: DELTA DEVEL15-linux-rx-kernel-listener-kill-task-directly-20080130 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES based on work from shadow@dementia.org since the tasklist lock and rcu stuff can/will be de-exported, and we don't need it anyway... 2008-01-30 14:57 jaltman * src/WINNT/afsd/cm_server.c: DELTA DEVEL15-windows-ipaddr-change-server-deadlock-20080130 AUTHOR jaltman@secure-endpoints.com LICENSE MIT avoid a deadlock during server probes initiated by the ipaddr change daemon thread. (missed a case in DELTA windows-ipaddr-change-server-deadlock-20080106) 2008-01-29 20:41 shadow * src/volser/vsprocs.c: DELTA DEVEL15-syncvl-fix-bogus-rw-update-20080129 AUTHOR alistair.ferguson@morganstanley.com LICENSE IPL10 FIXES pass in a ref to entry correctly 2008-01-29 00:21 jaltman * src/WINNT/afsd/: lanahelper.cpp, lanahelper.h: DELTA DEVEL15-windows-lanahelper-20080128 AUTHOR jaltman@secure-endpoints.com LICENSE MIT The algorithms that were used to produce a Netbios name were broken. The name that was produced when the hostname was too long was in fact longer than the maximum permitted netbios name. Also, the "NetbiosName" value was not used as a suffix when the loopback adapter was not installed. The hardcoded string "AFS" was used instead. 2008-01-28 19:51 jaltman * src/WINNT/afsd/afslogon.c: DELTA DEVEL15-windows-network-type-allocation-20080128 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Microsoft has defined for us: #define WNNC_NET_OPENAFS 0x00390000 2008-01-28 19:30 shadow * acinclude.m4, src/cf/linux-test4.m4, src/afs/LINUX/osi_groups.c: DELTA DEVEL15-revert-linux-2624-rc5-updates-20080127 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES 83716 the generic 2.6.24 patch should address all this. 2008-01-28 19:15 shadow * src/cf/linux-test4.m4: DELTA DEVEL15-sysctl-table-checking-modpost-fun-fun-20080127 AUTHOR marc.c.dionne@gmail.com LICENSE IPL10 FIXES 83890 try again to do something sensible so we don't default wrong 2008-01-28 07:23 jaltman * src/WINNT/afsd/: cm.h, cm_freelance.c, cm_freelance.h, cm_vnodeops.c, smb3.c: DELTA DEVEL15-windows-freelance-improved-dfs-handling-20080127 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Cell names are published as share names. As a result they are searched for as part of the Dfs Referral evaluation. If share "foo" can not be reached, the CIFS client will fallback to searching for "fo" as well. Since the freelance client automatically adds a symlink for prefixes of the cell name, this results in both "foo" and "fo" being added to the freelance root.afs volume. This patch prevents that negative side effect. 2008-01-28 07:13 jaltman * src/WINNT/afsd/afskfw.c: DELTA DEVEL15-windows-afskfw-20080127 AUTHOR jaltman@secure-endpoints.com LICENSE MIT when tracking ccache names be sure to include the cache type prefix. 2008-01-28 01:39 shadow * src/afs/afs_cell.c: DELTA DEVEL15-afsdb-fix-20080126 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES pull bugfix from 1.4 2008-01-27 18:46 shadow * src/packaging/MacOS/decode-panic: DELTA DEVEL15-macos-panic-decoder-20080127 AUTHOR jason@rampaginggeek.com LICENSE IPL10 FIXES panic log decoder from Jason. Still needs some work for Leopard but we should be able to make a go of this 2008-01-27 18:44 shadow * src/packaging/MacOS/decode-panic: DELTA macos-panic-decoder-20080127 AUTHOR jason@rampaginggeek.com LICENSE BSD FIXES panic log decoder from Jason. Still needs some work for Leopard but we should be able to make a go of this 2008-01-27 18:44 shadow * src/packaging/MacOS/decode-panic: file decode-panic was added on branch openafs-devel-1_5_x on 2008-01-27 18:46:14 +0000 2008-01-24 23:56 shadow * src/packaging/RedHat/: openafs-buildall.sh, openafs-client.init, openafs.spec.in: DELTA DEVEL15-redhat-support-dkms-20080124 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES attempt to provide dkms support. this does work on my fc8 test host. it may not work in all cases. 2008-01-24 23:50 shadow * src/tests/: afs-rmcell.pl, OpenAFS/Auth.pm, OpenAFS/OS.pm: DELTA DEVEL15-tests-update-20080124 AUTHOR mmeffie@sinenomine.net LICENSE IPL10 FIXES update test scripting 2008-01-24 23:44 shadow * src/tests/OpenAFS/Auth.pm: file Auth.pm was added on branch openafs-devel-1_5_x on 2008-01-24 23:50:38 +0000 2008-01-24 23:44 shadow * src/tests/OpenAFS/OS.pm: file OS.pm was added on branch openafs-devel-1_5_x on 2008-01-24 23:50:38 +0000 2008-01-24 23:44 shadow * src/tests/: afs-rmcell.pl, OpenAFS/Auth.pm, OpenAFS/OS.pm: DELTA tests-update-20080124 AUTHOR mmeffie@sinenomine.net LICENSE IPL10 FIXES update test scripting 2008-01-24 23:44 shadow * src/tests/afs-rmcell.pl: file afs-rmcell.pl was added on branch openafs-devel-1_5_x on 2008-01-24 23:50:37 +0000 2008-01-24 16:08 jaltman * src/: libafsauthent/afsauthent.def, libafsrpc/afsrpc.def: DELTA DEVEL15-rxkad-v5-dot-check-20080124 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Export rx_SetSecurityConfiguration on Windows 2008-01-24 15:31 jaltman * src/WINNT/afsd/: cm_callback.c, cm_volume.c, cm_volume.h: DELTA DEVEL15-windows-get-volume-no-reset-flag-20080124 AUTHOR jaltman@secure-endpoints.com LICENSE MIT There are circumstances where a volume object is being accessed and the volume is marked indicating that the volume location information is out of date but where it is also pointless and perhaps dangerous to block waiting for the rpc to complete. One example is when processing the cmdebug requests. If we know that we are not going to use the volume object to contact a server, then we can now set the CM_GETVOL_FLAG_NO_RESET flag. 2008-01-24 15:20 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA DEVEL15-windows-symlink-dot-dot-20080124 AUTHOR jaltman@secure-endpoints.com LICENSE MIT when moving up in the directory tree we search the recorded fid list to find a matching fid that we have already crossed. we must also reset the fid count based upon what we discover. 2008-01-23 21:38 shadow * src/packaging/RedHat/openafs.spec.in: DELTA DEVEL15-redhat-spec-more-arches-20080123 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES support sprc, sparc64, ppc, ppc64, s390, s390x. we should be able to cope with all these. if not, fix it. 2008-01-23 13:47 shadow * src/cf/linux-test4.m4: DELTA DEVEL15-linux-key-type-detection-once-20080123 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES doubled configure test from 2 sources. 2008-01-23 05:30 shadow * src/packaging/RedHat/kmodtool: DELTA DEVEL15-redhat-kmodtool-20080122 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES install simon's modified kmodtool 2008-01-23 04:18 shadow * doc/man-pages/pod8/bosserver.pod, doc/man-pages/pod8/fileserver.pod, doc/man-pages/pod8/ptserver.pod, doc/man-pages/pod8/vlserver.pod, doc/man-pages/pod8/volserver.pod, src/bozo/bosserver.c, src/ptserver/ptserver.c, src/rx/rx.c, src/rx/rx.h, src/rxkad/private_data.h, src/rxkad/rxkad_prototypes.h, src/rxkad/rxkad_server.c, src/rxkad/ticket5.c, src/viced/viced.c, src/vlserver/vlserver.c, src/volser/volmain.c: DELTA DEVEL15-rxkad-v5-dot-check-20080122 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES 75101 give an option to not enforce the dotted principal check. document it. 2008-01-23 03:21 shadow * src/viced/viced.c: DELTA DEVEL15-viced-fsync-glock-creation-20080122 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES create fsync glock and cond before we initialize volume package. oops? 2008-01-22 21:05 shadow * src/packaging/RedHat/openafs.spec.in: DELTA DEVEL15-redhat-packaging-keep-up-with-the-joneses-20080122 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES track new manpages 2008-01-22 05:15 shadow * src/volser/vos.c: DELTA DEVEL15-vos-volser-enhancements-20080121 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES add option to addsite to allow adding a site where there is already a release- equivalent volume resident, where thus we don't want to mark unreleased (possible by dumping an existing RO and restoring with -readonly at the new site) add ability to vos clone to a readonly or backup with the correct ID and name add ability when restoring a RW to a new site to leave the volume at the old site intact all changes are internal to vos and can be used with any OpenAFS from 2006 or later (supporting changes in namei to not create volumes with bad parent id went in in December 2005) 2008-01-21 21:04 shadow * src/afsd/afs.rc.linux: DELTA DEVEL15-tests-update-20080121 AUTHOR mmeffie@sinenomine.net LICENSE IPL10 FIXES update test scripting 2008-01-21 20:57 shadow * src/: afsd/afs.rc.darwin, packaging/MacOS/OpenAFS.post_install, packaging/MacOS/afs.conf, packaging/MacOS/buildpkg.sh.in: DELTA DEVEL15-macos-packaging-using-afs-conf-when-possible-20080121 AUTHOR broder@mit.edu LICENSE IPL10 FIXES 81825 switch to afs.conf as other ports use instead of afsd.options, when possible 2008-01-21 20:53 shadow * src/packaging/MacOS/afs.conf: file afs.conf was added on branch openafs-devel-1_5_x on 2008-01-21 20:57:24 +0000 2008-01-21 20:53 shadow * src/packaging/MacOS/afs.conf: DELTA macos-packaging-using-afs-conf-when-possible-20080121 AUTHOR broder@mit.edu LICENSE IPL10 FIXES 81825 switch to afs.conf as other ports use instead of afsd.options, when possible 2008-01-21 19:42 shadow * Makefile.in, configure.in, src/tests/Makefile.in, src/tests/afs-newcell.pl, src/tests/baduniq.pl, src/tests/bosexec.pl, src/tests/bosinstall.pl, src/tests/extcopyin, src/tests/extcopyout, src/tests/hardlink5, src/tests/reauth.pl, src/tests/run-tests.in, src/tests/vosdump.pl, src/tests/vosrestore.pl, src/tests/OpenAFS/ConfigUtils.pm, src/tests/OpenAFS/config.pm: DELTA DEVEL15-tests-update-20080121 AUTHOR mmeffie@sinenomine.net LICENSE IPL10 FIXES update test scripting 2008-01-21 18:38 shadow * src/: libadmin/bos/Makefile.in, libadmin/kas/Makefile.in, libadmin/pts/Makefile.in, libadmin/vos/Makefile.in, libuafs/Makefile.common.in: DELTA DEVEL15-make-avoid-double-slash-20080121 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES avoid having double / in make commands 2008-01-21 17:37 shadow * src/afs/SOLARIS/osi_vfsops.c: DELTA DEVEL15-solaris-vfsroot-refcount-issue-20080121 AUTHOR jhutz@cmu.edu LICENSE IPL10 FIXES fix issue with afs root vnode refcount dropping to 0 2008-01-21 17:09 shadow * src/packaging/RedHat/openafs.spec.in: DELTA DEVEL15-redhat-spec-update-20080121 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES update specfile to default to fedorakmod 2008-01-21 14:33 shadow * src/volser/: volser.p.h, volser_prototypes.h, vos.c, vsprocs.c: DELTA DEVEL15-vos-volser-enhancements-20080121 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES add option to addsite to allow adding a site where there is already a release- equivalent volume resident, where thus we don't want to mark unreleased (possible by dumping an existing RO and restoring with -readonly at the new site) add ability to vos clone to a readonly or backup with the correct ID and name add ability when restoring a RW to a new site to leave the volume at the old site intact all changes are internal to vos and can be used with any OpenAFS from 2006 or later (supporting changes in namei to not create volumes with bad parent id went in in December 2005) 2008-01-21 14:06 shadow * src/volser/dumpstuff.c: DELTA DEVEL15-vos-restore-incrementals-no-orphans-really-20080121 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES 46937 based on comments from jhutz@cmu.edu; runnign thread in the ticket 2008-01-20 00:17 rra * doc/man-pages/: pod1/vos.pod, pod1/vos_copy.pod, pod1/vos_create.pod, pod1/vos_move.pod, pod8/fileserver.pod: DELTA DEVEL15-man-page-fileserver-limits-20080119 AUTHOR jason@rampaginggeek.com LICENSE BSD Document the 2TB volume and partition limits and the -abortthreshold flag to the AFS fileserver. 2008-01-16 03:19 jaltman * src/WINNT/afsd/: afsd_init.c, cm_ioctl.c, cm_ioctl.h, fs.c, smb_iocons.h, smb_ioctl.c: DELTA DEVEL15-windows-cm_ioctl_query_opts-20080115 AUTHOR jaltman@secure-endpoints.com LICENSE MIT The path ioctl operations have several issues: (1) the specified path for "fs examine, whereis, whichcell, flush" and so always has the follow symlinks and mount points semantics. This makes it impossible to determine what the FID of a symlink or mount point is. (2) "fs examine" out is not the result of a single pioctl operation but is actually the combined output of half a dozen operations. Path evaluation is an expensive operation. It would be faster if the caller could evaluate the FID first and then perform all of the rest of the operations by specifying the FID instead of the path. (3) fs output reports all objects as files. By adding a GetFileType pioctl more informative output can be provided that indicates what type of object the path evaluates to. (4) the Windows fs command includes a number of commands that do nothing but exist only because the Unix cache manager supports them. This delta adds a new extendible data structure cm_ioctl_query_opts_t which can be optionally specified with pioctls that do not already require input data. The first two fields of this structure are 'literal' and 'fid'. The literal field is used to indicate whether the last component of the path should be evaluated following symlinks and mount points. The fid field permits a fid to be specified. A new GetFileType pioctl has been added. The type of objects are now output. A new "-literal" option is available for "fs examine, flush, whereis, and whichcell. Unimplemented fs commands have been removed. 2008-01-15 23:43 shadow * src/packaging/RedHat/makesrpm.pl: DELTA DEVEL15-redhat-makesrpm-deal-with-cellservdb-20080115 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES autofetch the CellServDB based on the spec or let one be provided 2008-01-15 14:09 shadow * src/lwp/process.s: DELTA DEVEL15-arm-linux-20080115 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES make an arm linux port. 2008-01-15 06:09 shadow * src/: afs/FBSD/osi_vnodeops.c, config/afs_sysnames.h, config/param.i386_fbsd_62.h, config/param.i386_fbsd_70.h, libafs/MakefileProto.FBSD.in, libuafs/MakefileProto.FBSD.in, ptserver/map.c: DELTA DEVEL15-fbsd-70-updates-20080115 AUTHOR matt@linuxbox.com LICENSE IPL10 FIXES 82847 updates to make us build on freebsd 7.0 2008-01-15 06:04 shadow * src/config/param.i386_fbsd_70.h: file param.i386_fbsd_70.h was added on branch openafs-devel-1_5_x on 2008-01-15 06:09:12 +0000 2008-01-15 06:04 shadow * src/config/param.i386_fbsd_62.h: file param.i386_fbsd_62.h was added on branch openafs-devel-1_5_x on 2008-01-15 06:09:12 +0000 2008-01-15 06:04 shadow * src/config/: param.i386_fbsd_62.h, param.i386_fbsd_70.h: DELTA fbsd-70-updates-20080115 AUTHOR matt@linuxbox.com LICENSE IPL10 FIXES 82847 updates to make us build on freebsd 7.0 2008-01-15 05:21 shadow * src/cf/osconf.m4: DELTA DEVEL15-arm-linux-20080115 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES make an arm linux port. 2008-01-15 05:12 shadow * src/: config/afs_sysnames.h, config/param.arm_linux24.h, config/param.arm_linux26.h, des/andrew-conf.h, des/conf-arm-linux.h, lwp/lwp.c, lwp/process.s: DELTA DEVEL15-arm-linux-20080115 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES make an arm linux port. 2008-01-15 05:10 shadow * src/des/conf-arm-linux.h: file conf-arm-linux.h was added on branch openafs-devel-1_5_x on 2008-01-15 05:12:14 +0000 2008-01-15 05:10 shadow * src/config/param.arm_linux24.h: file param.arm_linux24.h was added on branch openafs-devel-1_5_x on 2008-01-15 05:12:14 +0000 2008-01-15 05:10 shadow * src/config/param.arm_linux26.h: file param.arm_linux26.h was added on branch openafs-devel-1_5_x on 2008-01-15 05:12:14 +0000 2008-01-15 05:10 shadow * src/: config/param.arm_linux24.h, config/param.arm_linux26.h, des/conf-arm-linux.h: DELTA arm-linux-20080115 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES make an arm linux port. 2008-01-14 05:05 rra * doc/man-pages/pod1/cmdebug.pod: DELTA DEVEL15-man-page-cmdebug-updates-20080113 AUTHOR jason@rampaginggeek.com LICENSE BSD Add -ctime and -cellservdb options to the cmdebug man page and improve example host names and SEE ALSO references. 2008-01-13 15:35 jaltman * src/cmd/cmd.c: DELTA DEVEL15-cmd-nname-20080113 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Nname() is used to concatenate two strings and is frequently used with the first string being the name of the executable perhaps with a full path. The static buffer specified is too small for a full path and there was no protection against writing beyond the end of it. 2008-01-13 14:38 jaltman * src/WINNT/afsd/cm_ioctl.c: DELTA DEVEL15-windows-pioctl-parse-path-20080113 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Apply the desired "follow symlinks/mountpoints" semantics to the single component non-UNC case. 2008-01-12 23:31 jaltman * src/WINNT/client_exp/: NTMakefile, gui2fs.cpp, gui2fs.h, help.h, resource.h, shell_ext.cpp, symlinks_dlg.cpp, symlinks_dlg.h, lang/en_US/afs_shl_ext.rc: DELTA DEVEL15-windows-explorer-shell-symlinks-show-20080112 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add AFS->Symlnks->Show dialog to the explorer shell menu 2008-01-12 23:29 jaltman * src/WINNT/client_exp/symlinks_dlg.cpp: file symlinks_dlg.cpp was added on branch openafs-devel-1_5_x on 2008-01-12 23:31:24 +0000 2008-01-12 23:29 jaltman * src/WINNT/client_exp/: symlinks_dlg.cpp, symlinks_dlg.h: DELTA windows-explorer-shell-symlinks-show-20080112 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add AFS->Symlnks->Show dialog to the explorer shell menu 2008-01-12 23:29 jaltman * src/WINNT/client_exp/symlinks_dlg.h: file symlinks_dlg.h was added on branch openafs-devel-1_5_x on 2008-01-12 23:31:24 +0000 2008-01-12 15:44 jaltman * src/venus/cmdebug.c: DELTA DEVEL15-cmdebug-cellservdb-20080112 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add -cellservdb option to the cmdebug command. This option will retrieve the volume location database information for all cells known to the cache manager and output the data in the format required by the CellServDB file. This functionality is supported by the UNIX cache managers and Windows cache managers 1.5.31 and later. 2008-01-11 22:41 shadow * src/config/.cvsignore: DELTA DEVEL15-config-cvsignore-update-20080111 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES ignore generated Makefile.SYSNAME.in 2008-01-11 19:12 jaltman * src/WINNT/afsd/: afsd_init.c, cm.h, cm_callback.c, cm_cell.c, cm_cell.h, cm_conn.c, cm_ioctl.c, cm_scache.c, cm_server.c, cm_server.h, cm_vnodeops.c, cm_volume.c: DELTA DEVEL15-windows-callback-getcellservdb-20080111 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add support for RXAFS_GetCellServDB. Implemented by generalizing RXAFS_GetCellByNum and special casing the index values to do the right thing. Conditionalize grabbing the callp->lock in the callback functions. The race conditions in rx have long since been fixed and the potential for deadlocks are too great. Add a new flag CM_FLAG_NOPROBE for use in calls to cm_GetCell. When set the newly discovered servers will not be immediately probed. Useful when setting tokens, setting server preferences, or responding to cmdebug callbacks. 2008-01-10 23:03 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20080110 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.3001 = 1.5.30 2008-01-10 23:00 jaltman * src/WINNT/afsd/: cm_daemon.c, smb.c, smb.h: DELTA DEVEL15-windows-smb-synchronization-20080110 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1. prevent stopping the smb_Listeners due to an ip addr change when the LANA is determined either by registry assignment or loopback detection 2. add synchronization logic to prevent smb_Listener restarts prior to smb_Listener thread stoppage 3. no longer permit panics from smb_Listener threads 4. move the probe logic from cm_IPAddrDaemon thread to the cm_Daemon thread in order to avoid the loss of ip addr change events. If an adapter stops and restarts fast enough there might not be anything for us to do. 2008-01-10 17:00 shadow * acinclude.m4, src/afs/LINUX/osi_groups.c, src/cf/linux-test4.m4: DELTA DEVEL15-linux-2624-rc5-updates-20080110 AUTHOR matt@linuxbox.com LICENSE IPL10 FIXES 80463 Include linux/key-type.h in osi_groups.c, if it exists. Fix do_sync_read test for recent kbuild (maybe break it for [some older 2.6]). 2008-01-09 19:38 shadow * src/packaging/RedHat/makesrpm.pl: DELTA DEVEL15-redhat-make-srpm-script-20080109 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES srpm builder script 2008-01-09 19:36 shadow * src/packaging/RedHat/makesrpm.pl: file makesrpm.pl was added on branch openafs-devel-1_5_x on 2008-01-09 19:38:40 +0000 2008-01-09 19:36 shadow * src/packaging/RedHat/makesrpm.pl: DELTA redhat-make-srpm-script-20080109 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES srpm builder script 2008-01-09 16:04 shadow * configure.in, configure-libafs.in: DELTA DEVEL15-openafs-1-5-30-20080109 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES make 1.5.30 2008-01-09 15:21 jaltman * src/WINNT/afsd/smb.c: DELTA DEVEL15-windows-smb-name-deleted-20080109 AUTHOR jaltman@secure-endpoints.com LICENSE MIT if the smb_Listener receives NRC_NAMERR (name deleted) it must be because an smb shutdown has occurred. do not panic. 2008-01-09 14:50 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20080109 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.30 == 1.5.3000.0 2008-01-09 06:05 jaltman * src/WINNT/afsd/: afsd_init.c, cm_ioctl.c: DELTA DEVEL15-windows-pioctl-follow-mountpoints-registry-20080108 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add a registry value "PioctlFollowMountPoint" to permit the use of the old pioctl path evaluation behavior that always followed mountpoints and symlinks. 2008-01-08 22:30 jaltman * src/WINNT/afsd/smb.c: DELTA DEVEL15-smb-even-less-chatty-20080108 AUTHOR jaltman@secure-endpoints.com LICENSE MIT remove the smb_RestartListeners message entirely 2008-01-08 22:04 jaltman * src/WINNT/afsd/: cm_daemon.c, smb.c: DELTA DEVEL15-windows-daemon-20080108 AUTHOR jaltman@secure-endpoints.com LICENSE MIT sleep 10 seconds between cycles. should make this configurable. 2008-01-08 21:27 jaltman * src/WINNT/afsd/cm_callback.c: DELTA DEVEL15-windows-callback-missing-bang-20080108 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Insert a missing bang that results in a null pointer dereference when processing a callback from an unrecognized server. 2008-01-08 17:06 jaltman * src/WINNT/netidmgr_plugin/afsnewcreds.c: DELTA DEVEL15-windows-nim-afscred-identity-initialization-20080108 AUTHOR asanka@secure-endpoints.com LICENSE MIT One of the challenges to deploying NIM has been the configuration of AFS token acquisition. This patch adds a new registry key hierarchy HKLM\SOFTWARE\OpenAFS\Client\Realms which is used to configure the AFS Provider for a new identity based upon the realm of the identity. The Realms key contains subkeys for each realm for which configuration data is being provided HKLM\SOFTWARE\OpenAFS\Client\Realms\"RealmName" "RealmName" contains one optional value, "AFSEnabled", and subkeys for each Cell that is to be added to the configuration. "AFSEnabled" defaults to 0x01. HKLM\SOFTWARE\OpenAFS\Client\Realms\"RealmName"\"CellName" In "CellName", there are two optional values, "Realm" and "MethodName". If the values are not specified, the automatic realm and method determination algorithms are used. These values can be added to an MSI transform or deployed via Group Policy. 2008-01-08 16:32 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20080108 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.30 2008-01-08 16:15 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm: DELTA DEVEL15-windows-release-notes-20080108 AUTHOR jaltman@secure-endpoints.com LICENSE MIT updates for 1.5.30 2008-01-08 07:05 jaltman * src/WINNT/afsd/afsd_service.c: DELTA DEVEL15-windows-smb-started-synchronization-20080108 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add a new mutex "smb_StartedMutex" which is used to protect the transitions between the various smb_ListenerState values. 2008-01-08 06:32 jaltman * src/WINNT/afsd/: cm_daemon.c, lanahelper.h, smb.c, smb.h: DELTA DEVEL15-windows-smb-started-synchronization-20080108 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add a new mutex "smb_StartedMutex" which is used to protect the transitions between the various smb_ListenerState values. 2008-01-08 06:29 jaltman * src/WINNT/afsd/smb3.c: DELTA DEVEL15-windows-printf-format-string-protection-20080108 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Do not pass strings generated from incoming network data to ??printf as the format string. Instead use a format string of "%s". This protects against %? expansions being inserted in the string. 2008-01-07 20:23 shadow * src/viced/: afsfileprocs.c, host.c: DELTA DEVEL15-viced-hpr-error-handling-20080107 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES fix ubik reinit issue reported by jhutz@cs 2008-01-07 20:10 shadow * src/sys/Makefile.in: DELTA DEVEL15-sys-syscall-object-dependency-20080107 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES make syscall.o always be created, some makes don't deal with the implicit requirement 2008-01-07 18:33 rra * src/cf/linux-test1.m4: DELTA DEVEL15-linux-probe-warning-case-20080107 AUTHOR rra@stanford.edu LICENSE MIT Some older Linux kernels prefix warnings with "Warning:" rather than "WARNING:", so do the grep case-insensitively when finding missing symbols. 2008-01-07 17:56 jaltman * src/WINNT/afsd/cm_dcache.c: DELTA DEVEL15-windows-bkg-prefetch-buf-refcount-leak-20080107 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Close a refcount leak in bkg prefetch. Do not stop prefetching simply because a buffer we want is already being fetched. Instead skip the buffer and try to fetch the next one we require. 2008-01-06 23:12 jaltman * src/WINNT/afsd/cm_server.c: DELTA DEVEL15-windows-ipaddr-change-server-deadlock-20080106 AUTHOR jaltman@secure-endpoints.com LICENSE MIT avoid a deadlock during server probes initiated by the ipaddr change daemon thread. 2008-01-06 15:57 shadow * src/viced/host.c: DELTA DEVEL15-viced-threadquota-release-holds-20080106 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES release a hold when we decline to service a host 2008-01-06 06:26 jaltman * src/WINNT/afsd/: afsd_service.c, smb.c: DELTA DEVEL15-windows-power-mgmt-20080105 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Log more power mgmt events. Do not permit a smb reinitialization when in a suspended state Periodically check to see if the LAN adapter is -1. If so, try to reinitialize the smb stack. 2008-01-05 22:20 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA DEVEL15-windows-follow-backup-path-20080105 AUTHOR jaltman@secure-endpoints.com LICENSE MIT parens are required in order to get the desired behavior 2008-01-05 18:57 jaltman * src/WINNT/netidmgr_plugin/afsfuncs.c: DELTA DEVEL15-windows-nim-afscred-referrals-two-20080105 AUTHOR jaltman@secure-endpoints.com LICENSE MIT compatibility with Visual Studio 2005/2008 2008-01-05 17:56 jaltman * src/WINNT/afsd/: cm_daemon.c, smb.c, smb.h: DELTA DEVEL15-windows-vista-network-change-20080105 AUTHOR jaltman@secure-endpoints.com LICENSE MIT After a network change, test to see if the desired LAN adapter to bind the Netbios Name to has changed. If so, stop the Netbios Network and restart with the new LAN adapter. This can happen on Vista after a suspend if the service wakes up before the Loopback adapter re-initializes. 2008-01-05 17:29 jaltman * src/WINNT/netidmgr_plugin/afsfuncs.c: DELTA DEVEL15-windows-nim-afscred-referrals-20080105 AUTHOR jaltman@secure-endpoints.com LICENSE MIT If the requestd realm name is the empty string, copy the realm from the resulting ticket for use in pts registration. 2008-01-05 17:01 jaltman * src/WINNT/aklog/aklog.c: DELTA DEVEL15-windows-aklog-referrals-20080105 AUTHOR shadow@gmail.com LICENSE IPL10 If the realm name of the requested ticket is the empty string, decode the actual service ticket to determine the actual realm. Obtaining the actual realm prevents unnecessary pts registration failures. 2008-01-05 04:46 shadow * src/: aklog/aklog_main.c, cf/kerberos.m4: DELTA DEVEL15-aklog-referral-support-20080104 AUTHOR marc@mit.edu LICENSE IPL10 FIXES with updates and configure support from Simon Wilkinson. make aklog able to cope with referrals. 2008-01-04 18:38 shadow * src/afs/afs_osi_pag.c: DELTA DEVEL15-pag-allocation-dont-throttle-when-time-reverses-20080104 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES avoid pag allocation throttling when time is set back by e.g. ntpd to avoid starving everyone. 2008-01-04 07:58 jaltman * src/WINNT/afsd/: cm_ioctl.c, cm_ioctl.h, cm_volstat.h, fs.c, smb_iocons.h, smb_ioctl.c: DELTA DEVEL15-windows-fs-test_volstat-20080103 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add a hidden command that can be used to test volume status handlers. fs test_volstat. 2008-01-04 07:53 jaltman * src/WINNT/afsd/fs.c: DELTA DEVEL15-windows-fs-path-avail-20080103 AUTHOR jaltman@secure-endpoints.com LICENSE MIT fix the reporting of volume status as a result of the VIOC_PATH_AVAIL pioctl call. Switch on errno instead of the pioctl return value. 2008-01-04 07:49 jaltman * src/WINNT/afsd/fs.h: DELTA DEVEL15-windows-fs-prototype-20080103 AUTHOR jaltman@secure-endpoints.com LICENSE Fix types in prototypes to be consistent with function definitions 2008-01-04 07:47 jaltman * src/WINNT/afsd/smb.h: DELTA DEVEL15-windows-smb-20080103 AUTHOR jaltman@secure-endpoints.com LICENSE MIT ensure type consistency between 32-bit and 64-bit processes by replacing 'long' with 'afs_uint32' 2008-01-04 07:44 jaltman * src/WINNT/afsd/cm_volume.c: DELTA DEVEL15-windows-volume-status-20080103 AUTHOR jaltman@secure-endpoints.com LICENSE MIT when performing offline volume status checks handle CM_ERROR_NOACCESS conditions by restoring the volume status to vl_unknown. 2008-01-03 18:03 shadow * src/: packaging/RedHat/.cvsignore, tsm41/aix_aklog.c: DELTA DEVEL15-aix-lam-aklog-update-20080103 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES make the aklog lam plugin work correctly in e.g. the CDE screenlocker, which is part of the long-running and not-run-by-user dtsession; this means we do wackiness to 1) not pag ourselves in that case 2) setuid to the user to set uid tokens if we got a username and are root 3) do not use pr_mumble get the the AFS ID to put in the tokens, as multiple initializations of Rx in the process space of dtsession crashes it 2008-01-03 16:46 rees * Makefile.in, README-NT, acinclude.m4, configure-libafs.in, configure.in, doc/txt/winnotes/afs-changes-since-1.2.txt, doc/txt/winnotes/afs-issues.txt, src/NTMakefile, src/WINNT/afsd/afsd_init.c, src/WINNT/afsd/afsd_service.c, src/WINNT/afsd/afskfw.c, src/WINNT/afsd/cm_aclent.c, src/WINNT/afsd/cm_buf.c, src/WINNT/afsd/cm_buf.h, src/WINNT/afsd/cm_callback.c, src/WINNT/afsd/cm_cell.c, src/WINNT/afsd/cm_conn.c, src/WINNT/afsd/cm_daemon.c, src/WINNT/afsd/cm_dcache.c, src/WINNT/afsd/cm_dir.c, src/WINNT/afsd/cm_freelance.c, src/WINNT/afsd/cm_ioctl.c, src/WINNT/afsd/cm_memmap.h, src/WINNT/afsd/cm_scache.c, src/WINNT/afsd/cm_scache.h, src/WINNT/afsd/cm_server.c, src/WINNT/afsd/cm_user.c, src/WINNT/afsd/cm_utils.c, src/WINNT/afsd/cm_vnodeops.c, src/WINNT/afsd/cm_vnodeops.h, src/WINNT/afsd/cm_volume.c, src/WINNT/afsd/cm_volume.h, src/WINNT/afsd/fs.c, src/WINNT/afsd/lanahelper.cpp, src/WINNT/afsd/smb.c, src/WINNT/afsd/smb3.c, src/WINNT/afsd/smb_ioctl.c, src/WINNT/aklog/NTMakefile, src/WINNT/aklog/aklog.c, src/WINNT/client_osi/osibasel.h, src/WINNT/doc/install/Documentation/en_US/html/index.htm, merge in latest changes from openafs-devel-1_5_x update to rxk5-m58 src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/logo.ht m, src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/relnote s-frames.htm, src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/relnote s.htm, src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/toc.htm , src/WINNT/eventlog/lang/NTMakefile, src/WINNT/install/NSIS/CellServDB, src/WINNT/install/loopback/NTMakefile, src/WINNT/install/wix/CellServDB, src/WINNT/install/wix/files.wxi, src/WINNT/install/wix/property.wxi, src/WINNT/install/wix/registry.wxi, src/WINNT/netidmgr_plugin/afsconfigdlg.c, src/WINNT/netidmgr_plugin/afscred.h, src/WINNT/netidmgr_plugin/afsfuncs.c, src/WINNT/netidmgr_plugin/afsfuncs.h, src/WINNT/netidmgr_plugin/afsnewcreds.c, src/WINNT/netidmgr_plugin/afsnewcreds.h, src/WINNT/netidmgr_plugin/afsplugin.c, src/WINNT/netidmgr_plugin/dynimport.c, src/WINNT/netidmgr_plugin/dynimport.h, src/WINNT/netidmgr_plugin/krb5common.c, src/WINNT/netidmgr_plugin/version.rc, src/afs/afs.h, src/afs/afs_analyze.c, src/afs/afs_call.c, src/afs/afs_callback.c, src/afs/afs_cell.c, src/afs/afs_dcache.c, src/afs/afs_icl.c, src/afs/afs_init.c, src/afs/afs_nfsclnt.c, src/afs/afs_osi_alloc.c, src/afs/afs_osi_gcpags.c, src/afs/afs_osi_pag.c, src/afs/afs_pioctl.c, src/afs/afs_prototypes.h, src/afs/afs_server.c, src/afs/afs_syscall.c, src/afs/afs_user.c, src/afs/afs_util.c, src/afs/afs_vcache.c, src/afs/afs_volume.c, src/afs/lock.h, src/afs/sysincludes.h, src/afs/AIX/osi_file.c, src/afs/DARWIN/osi_file.c, src/afs/LINUX/osi_export.c, src/afs/LINUX/osi_groups.c, src/afs/LINUX/osi_machdep.h, src/afs/LINUX/osi_module.c, src/afs/LINUX/osi_nfssrv.c, src/afs/LINUX/osi_pag_module.c, src/afs/LINUX/osi_sleep.c, src/afs/LINUX/osi_syscall.c, src/afs/LINUX/osi_sysctl.c, src/afs/LINUX/osi_vfsops.c, src/afs/LINUX/osi_vnodeops.c, src/afs/SOLARIS/osi_machdep.h, src/afs/SOLARIS/osi_vfsops.c, src/afs/SOLARIS/osi_vnodeops.c, src/afs/UKERNEL/afs_usrops.c, src/afs/VNOPS/afs_vnop_create.c, src/afs/VNOPS/afs_vnop_flock.c, src/afs/VNOPS/afs_vnop_symlink.c, src/afsd/afsd.c, src/afsweb/weblog.c, src/aklog/Makefile.in, src/aklog/aklog_main.c, src/aklog/asetkey.c, src/audit/audit.c, src/auth/cellconfig.c, src/auth/ktc.c, src/auth/userok.c, src/bozo/bnode.c, src/bozo/bosoprocs.c, src/bozo/bosserver.c, src/bucoord/bc.p.h, src/bucoord/bc_status.c, src/bucoord/commands.c, src/bucoord/dsstub.c, src/bucoord/dsvs.c, src/bucoord/dump.c, src/bucoord/dump_sched.c, src/bucoord/main.c, src/bucoord/restore.c, src/bucoord/status.c, src/bucoord/tape_hosts.c, src/bucoord/ubik_db_if.c, src/bucoord/vol_sets.c, src/bucoord/volstub.c, src/budb/Makefile.in, src/budb/server.c, src/butc/dbentries.c, src/butc/recoverDb.c, src/butc/tcmain.c, src/butc/tcprocs.c, src/butc/tcudbprocs.c, src/butc/test_budb.c, src/cf/bigendian.m4, src/cf/kerberos.m4, src/cf/linux-test1.m4, src/cf/linux-test4.m4, src/cf/osconf.m4, src/cmd/cmd.c, src/config/NTMakefile.amd64_w2k, src/config/NTMakefile.i386_nt40, src/config/NTMakefile.i386_w2k, src/dauth/dlog.c, src/des/NTMakefile, src/fsint/Makefile.in, src/kauth/Makefile.in, src/kauth/authclient.c, src/kauth/kaserver.c, 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, src/packaging/MacOS/OpenAFS.post_install, src/packaging/MacOS/OpenAFS.pre_upgrade, src/packaging/MacOS/ReadMe.rtf, src/packaging/MacOS/buildpkg.sh, src/packaging/RedHat/afs-krb5-2.0-com_err.patch, src/packaging/RedHat/afs-krb5-2.0-krb524.patch, src/packaging/RedHat/afs-krb5-2.0-libsocket.patch, src/packaging/RedHat/afs-krb5-2.0-openafs1.3.patch, src/packaging/RedHat/afs-krb5-2.0-res_search.patch, src/packaging/RedHat/openafs-buildall.sh, src/packaging/RedHat/openafs-client.init, src/packaging/RedHat/openafs-krb5-2.0.tar.gz, src/packaging/RedHat/openafs.spec.in, src/pam/afs_util.c, src/platform/DARWIN/Makefile.in, src/ptserver/Makefile.in, src/ptserver/ptclient.c, src/ptserver/ptprocs.c, src/ptserver/ptserver.c, src/ptserver/ptuser.c, src/rx/rx.c, src/rx/rx.h, src/rx/rx_kcommon.c, src/rx/rx_kcommon.h, src/rx/rx_packet.c, src/rx/rx_prototypes.h, src/rx/rx_pthread.c, src/rx/rx_rdwr.c, src/rx/rx_user.c, src/rx/xdr_array.c, src/rx/LINUX/rx_kmutex.c, src/rx/LINUX/rx_knet.c, src/rxgen/rpc_main.c, src/rxgen/rpc_parse.c, src/rxgen/rpc_util.h, src/rxkad/bg-fcrypt.c, src/rxkad/md4.c, src/rxkad/md5.c, src/rxkad/rxkad_client.c, src/rxkad/rxkad_common.c, src/rxkad/rxkad_server.c, src/rxkad/ticket.c, src/rxkad/ticket5.c, src/rxkad/domestic/fcrypt.c, src/shlibafsrpc/Makefile.in, src/shlibafsrpc/mapfile, src/shlibafsrpc/mapfile.afs_xdr, src/sys/Makefile.in, src/sys/pagsh.c, src/sys/pioctl_nt.c, src/sys/rmtsysc.c, src/tsm41/aix41_auth.c, src/tsm41/aix41_ident.c, src/tviced/NTMakefile, src/tviced/serialize_state.c, src/ubik/remote.c, src/ubik/ubik.c, src/ubik/ubikclient.c, src/ubik/uinit.c, src/update/Makefile.in, src/update/server.c, src/util/afsutil.h, src/util/casestrcpy.c, src/util/kreltime.c, src/util/netutils.c, src/util/serverLog.c, src/venus/cmdebug.c, src/venus/fs.c, src/venus/kdump.c, src/viced/afsfileprocs.c, src/viced/callback.c, src/viced/host.c, src/viced/viced.c, src/vlserver/Makefile.in, src/vlserver/vlserver.c, src/vol/Makefile.in, src/vol/clone.c, src/vol/listinodes.c, src/vol/namei_ops.c, src/vol/purge.c, src/vol/vol-salvage.c, src/vol/volume.c, src/volser/dumpstuff.c, src/volser/volmain.c, src/volser/volprocs.c, src/volser/vos.c, src/volser/vsutils.c, src/xstat/xstat_cm.c, src/xstat/xstat_fs.c: DELTA mdw-rxk5-m58-20080103 AUTHOR mdw@umich.edu 2008-01-02 15:55 jaltman * src/WINNT/afsd/: afsd_service.c, cm_memmap.c: DELTA DEVEL15-windows-64bit-20080102 AUTHOR jaltman@secure-endpoints.com LICENSE MIT do not disable the signature verification of binaries when using large cache sizes on 64-bit systems cm_config_data values are unsigned and some are 64-bit. when logging them use the correct data format types. 2008-01-02 15:10 shadow * src/packaging/RedHat/.cvsignore: DELTA redhat-spec-cvsignore-20080101 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES as reported by mdw@umich.edu 2008-01-02 15:10 shadow * src/packaging/RedHat/.cvsignore: file .cvsignore was added on branch openafs-devel-1_5_x on 2008-01-03 18:03:45 +0000 2008-01-02 15:02 jaltman * src/WINNT/netidmgr_plugin/afsfuncs.c: DELTA DEVEL15-windows-nim-afscred-supports-krb4-20080102 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Do not trust the registry to determine whether or not krb4 support is available. In a roaming profile the user data can say 'yes' even if the plug-in or the kerberos library does not exist. 2008-01-02 07:08 jaltman * src/WINNT/netidmgr_plugin/afsfuncs.c: DELTA DEVEL15-windows-nim-afs-krb524-20080102 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Don't call krb524_convert_creds_kdc if it doesn't exist. 64-bit KFW doesn't support krb4 and the function isn't present. 2007-12-31 03:23 shadow * src/sys/Makefile.in: DELTA hpux11-sys-no-syscall-object-20071230 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES 2007-12-28 22:15 shadow * src/vol/vnode.c: DELTA DEVEL15-vgetvnode-debuglog-vio-20071228 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES provide a way to log otherwise unlogged VIO error cause 2007-12-28 21:50 shadow * src/vol/vnode.c: DELTA DEVEL15-vgetvnode-debuglog-vio-20071228 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES provide a way to log otherwise unlogged VIO error cause 2007-12-28 20:25 jaltman * doc/txt/winnotes/: afs-changes-since-1.2.txt, afs-integration.txt, afs-issues.txt: DELTA DEVEL15-windows-notes-20071228 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 2007-12-28 20:19 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20071228 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 1.5.2900.0 == 1.5.29 2007-12-28 20:14 shadow * configure-libafs.in, configure.in: DELTA DEVEL15-openafs-1-5-29-20071228 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES make 1.5.29 2007-12-28 19:47 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm: DELTA DEVEL15-windows-release-notes-20071228 AUTHOR jaltman@secure-endpoints.com LICENSE MIT update version number to 1.5.29 2007-12-28 15:47 jaltman * src/WINNT/afsd/: cm_scache.c, cm_scache.h: DELTA DEVEL15-windows-syncop-20071228 AUTHOR jaltman@secure-endpoints.com LICENSE MIT avoid a race condition between cm_SyncOpCheckContinue and cm_SyncOpDone that can leave a request on an scp stuck in the waiting state even though there are no other requests to wake it up. 2007-12-28 07:26 jaltman * src/WINNT/afsd/cm_dcache.c: DELTA DEVEL15-windows-get-buffer-20071228 AUTHOR jaltman@secure-endpoints.com LICENSE MIT cm_BkgPrefetch() contained two errors. First, the loop at the top of the function that ensures that a cm_buf_t is allocated for each of the offset positions failed to actually obtain the buffer for the specified offset. Instead, it repeatedly obtained the buffer for the starting base address. Second, cm_GetBuffer() would reserve all of the buffers associated with the cm_scache_t even in the case where we already have a callback and the existing buffer has the proper data version number. In that situation reserving the buffers simply wastes valuable time. 2007-12-28 07:13 jaltman * src/WINNT/afsd/cm_cell.c: DELTA DEVEL15-windows-cell-aliases-20071228 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Fix the lookup of cell aliases to: 1. avoid re-reading CellServDB each time a cell alias is specified 2. avoid reconstructing the vlserver list for the cell each time an alias is specified 3. permit aliases to be used when AFSDB records were used previously with the full cell name 2007-12-28 07:09 jaltman * src/WINNT/afsd/cm_config.h: DELTA DEVEL15-windows-bkg-daemon-threads-20071228 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Reduce the default number of background daemon threads used for prefetch and store operations to one. Given the current implementation when more than one thread is allocated they step on each other's toe while fighting over locks. A better model might be to divide up threads based upon cells or volumes as a means of preventing contention. 2007-12-27 21:00 jaltman * src/WINNT/afsd/cm_config.h: DELTA DEVEL15-windows-default-chunksize-20071227 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Drop the default chunksize to 18 (256KB) from 20 (1MB) due to the increased propensity to timeout reads on slow network connections. 2007-12-26 16:22 jaltman * src/WINNT/afsd/: cm_callback.c, cm_cell.c: DELTA DEVEL15-windows-callback-restore-multi-cell-servers-20071226 AUTHOR jaltman@secure-endpoints.com LICENSE MIT The case of openafs.org and grand.central.org is a hideous abuse of the AFS cell name space. There are many negatives associated with trying to support two different cell names pointing at overlapping vlserver lists: (1) The CM can store duplicate entries for all of the data simply because the cell name that was used is different (2) If the CM attempts to optimize the data storage by aliasing or otherwise combining the cell names as part of one cm_cell_t object, then future attempts to separate the two cell names will require the destruction of the cache. (3) If the CM does not associate a callback revoke with a particular cell, then the status data associated with any entry that matches the revoked AFSFid will be discarded. For volume callbacks this can have a serious impact because volume IDs are not unique across cells and discarding status data for readonly volumes that are in use can result in a significant number of FetchStatus requests being sent to the associated file server. There are other issues as well involving authentication. The case of openafs.org advertising the vlserver addresses of grand.central.org should be considered a hack; a hack that the Windows client will no longer ensure will work. Additional debugging messages have been added to assist individuals attempting to debug why callback revokes do not appear to take affect when two cell names share the same vlserver data. 2007-12-25 23:06 jaltman * src/WINNT/pthread/pthread.c: DELTA DEVEL15-windows-pthread-20071225 AUTHOR jaltman@secure-endpoints.com LICENSE MIT The pthread_cond_timedwait/wait implementations were broken. Not only did they return the wrong error values but more importantly, they did not always return with the mutex locked. 2007-12-25 22:59 jaltman * src/rx/rx_pthread.c: DELTA DEVEL15-rx-event-handler-20071225 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Update event_handler() for Windows. The return code of pthread_cond_timedwait() is not limited to 0 and -1 because 'errno' cannot be set. Instead of setting 'errno' the error code is returned directly by the function as the return code. This patch is only for debugging purposes to track the number of success, timeout, and other errors experienced by the routine. 2007-12-25 22:29 rra * doc/: LICENSE, man-pages/pod1/fs_flushall.pod, man-pages/pod1/fs_getcalleraccess.pod, man-pages/pod1/fs_getcrypt.pod, man-pages/pod1/fs_listaliases.pod, man-pages/pod1/fs_newalias.pod, man-pages/pod1/fs_rxstatpeer.pod, man-pages/pod1/fs_setcrypt.pod, man-pages/pod1/fs_uuid.pod, man-pages/pod1/pts_interactive.pod, man-pages/pod1/pts_quit.pod, man-pages/pod1/pts_sleep.pod, man-pages/pod1/pts_source.pod, man-pages/pod1/symlink.pod, man-pages/pod1/symlink_list.pod, man-pages/pod1/symlink_make.pod, man-pages/pod1/symlink_remove.pod, man-pages/pod1/vos_changeloc.pod, man-pages/pod1/vos_convertROtoRW.pod, man-pages/pod1/vos_copy.pod, man-pages/pod1/vos_size.pod, man-pages/pod5/CellAlias.pod, man-pages/pod8/bos_util.pod, man-pages/pod8/read_tape.pod: DELTA DEVEL15-man-page-license-change-20071225 AUTHOR jason@rampaginggeek.com LICENSE BSD Update man pages submitted by Jason Edgecombe to the BSD license. 2007-12-25 22:26 rra * doc/man-pages/: README, pod1/fs.pod, pod1/rxdebug.pod, pod1/sys.pod, pod1/vos_move.pod: DELTA DEVEL15-man-page-misc-updates-20071225 AUTHOR jason@rampaginggeek.com LICENSE BSD Add some additional cross-references, add some missing man pages, fix a few references to the OpenAFS manuals, document the -live flag to vos move, and add an example for rxdebug. 2007-12-25 22:23 rra * doc/man-pages/pod8/fileserver.pod: DELTA DEVEL15-man-page-fileserver-debug-20071225 AUTHOR adeason2@uiuc.edu LICENSE BSD The file server debug flag is -d, not -debug. 2007-12-25 22:01 jaltman * src/WINNT/afsd/cm_callback.c: DELTA DEVEL15-windows-callback-revoke-multi-cell-servers-20071225 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Remove the callback revoke optimization that prevents a (vol,vn,uniq) tupple from invalidating entries from multiple cells. We cannot reliably determine the cell from the server because the server might be identified as belonging to more than one cell. For example, openafs.org and grand.central.org. 2007-12-24 05:30 jaltman * src/WINNT/afsd/: cm_callback.c, cm_server.c: DELTA DEVEL15-windows-hold-server-mutex-for-vol-list-20071223 AUTHOR jaltman@secure-endpoints.com LICENSE MIT When walking or modifying the cm_server_vols_t associated with a given cm_server_t the mutex must be held. Otherwise, races can occur. 2007-12-24 05:24 jaltman * src/WINNT/afsd/: afsd_init.c, cm_daemon.c, cm_daemon.h: DELTA DEVEL15-windows-daemon-threads-shutdown-sync-20071223 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Windows Error Reporting received crashes caused by a failure to synchronize the shutdown of the AFS client service with the background daemon threads. The daemon threads (cm_Daemon, cm_BkgDaemon+, cm_IPAddrDaemon) could be accessing data structures as they were being freed or unmapped. Add synchronization mechanisms to signal the termination of the threads with the shutdown of the service. 2007-12-24 05:19 jaltman * src/WINNT/afsd/cm_volume.c: DELTA DEVEL15-windows-update-volume-status-20071223 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Refactor cm_UpdateVolumeStatus. Revise behavior to treat volid 0 as update the volume status for all volumes in the volume group. 2007-12-24 05:15 jaltman * src/WINNT/afsd/cm_server.c: DELTA DEVEL15-windows-server-lock-error-20071224 AUTHOR jaltman@secure-endpoints.com LICENSE MIT The cm_serverLock must be write locked to modify the refCount 2007-12-23 04:52 jaltman * src/WINNT/afsd/: afsd.h, afsd_service.c, cm.h, cm_conn.h, cm_vnodeops.c, cm_vnodeops.h, cm_volstat.c, cm_volstat.h, smb.c, smb.h, smb3.c: DELTA DEVEL15-windows-volstat-and-vista-dfs-support-20071222 AUTHOR jaltman@secure-endpoints.com LICENSE MIT This patch completes the implementation of smb_ReceiveTran2GetDFSReferral() which is called by Vista even if we do not advertise the support of DFS referrals. It also adds DFS link mapping notifications to the volstat interface which can be used by volstat plug-ins to redirect requests to the dfs target path. Other miscellaneous items: (1) return EAS_NOT_SUPPORTED instead of EA length 0 and silently accepting but not storing EA data (2) Call cm_VolStatus_Service_Started() before smb initialization instead of afterwards (3) During directory enumeration and link assembly push the UNC path into the lower levels by storing references to the tidPath and the relative paths within the cm_req_t object. (4) During directory enumeration make absolutely sure that we do not reference an unallocated cm_dirEntry_t object (5) publish a prototype for cm_FollowMountPoint() (6) return ERROR_RETRY instead of BAD_NETWORK_PATH if the server returns VBUSY (7) return PATH_NOT_COVERED instead of BADSHARENAME for DfsLinks when a volstat plugin is in use 2007-12-23 04:16 jaltman * src/WINNT/afsd/cm_scache.c: DELTA DEVEL15-windows-freelance-scache-20071222 AUTHOR jaltman@secure-endpoints.com LICENSE MIT (1) remove a race condition caused by holding and releasing the cm_Freelance_Lock while using a pointer into a private freelance data structure (2) do not reference a localMountPoint object that is not allocated (3) properly assign the DFSLINK file type (4) update the buffer data versions when we update the contents of the stat cache object and its buffers to match the registry contents 2007-12-23 03:44 jaltman * src/WINNT/afsd/cm_ioctl.c: DELTA DEVEL15-windows-pioctl-listlink-20071222 AUTHOR jaltman@secure-endpoints.com LICENSE MIT In the error case (1) reference the mountPointString instead of the output of cm_AssembleLink() which was not generated and (2) do not free memory and objects that were not allocated nor reference counted. 2007-12-23 03:39 jaltman * src/WINNT/afsd/cm_freelance.h: DELTA DEVEL15-windows-freelance-20071222 AUTHOR jaltman@secure-endpoints.com LICENSE MIT remove unused next field in cm_localMountPoint_t 2007-12-23 03:27 jaltman * src/WINNT/afsd/: cm_callback.c, cm_scache.c: DELTA DEVEL15-windows-fix-cb-expiration-20071222 AUTHOR jaltman@secure-endpoints.com LICENSE MIT corrects cb expiration that was broken by the osi_Time() -> time() change in delta windows-readonly-volume-callbacks-20071109 2007-12-19 20:57 shadow * src/afs/VNOPS/afs_vnop_remove.c: DELTA DEVEL15-darwin-dont-assert-on-lock-state-in-remove-20071219 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES remove panic due to lock being grabbedin another thread can't be accurately covered with this test on darwin, as e.g. proc_selfthread() is not in the KPI 2007-12-18 15:16 shadow * src/volser/vsprocs.c: DELTA DEVEL15-fix-verbose-vos-dump-20071217 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES fix verbose vos dump to not put garbage in the stream when dumping to stdout 2007-12-17 21:12 shadow * src/shlibafsrpc/mapfile: DELTA DEVEL15-shlibafsrpc-export-more-20071217 AUTHOR cg2v@andrew.cmu.edu LICENSE IPL10 FIXES shlibafsauthent uses these, export them 2007-12-17 20:49 shadow * src/shlibafsrpc/mapfile: DELTA DEVEL15-comerr-rename-20071217 AUTHOR cg2v@andrew.cmu.edu LICENSE IPL10 FIXES the mapfile was renamed so this got dropped in pullup 2007-12-17 16:01 shadow * src/volser/vsprocs.c: DELTA DEVEL15-fix-verbose-vos-dump-20071217 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES fix verbose vos dump to not put garbage in the stream when dumping to stdout 2007-12-14 21:35 shadow * src/JAVA/: classes/org/openafs/jafs/Token.java, libjafs/AdminToken.c, libjafs/Makefile.in: DELTA DEVEL15-java-admin-interface-updates-20071214 AUTHOR megacz@cs.berkeley.edu LICENSE IPL10 FIXES pdate java admin interface including support for 1.5 2007-12-14 13:35 jaltman * src/viced/NTMakefile: DELTA DEVEL15-windows-make-cleanup-20071214 AUTHOR jaltman@secure-endpoints.com LICENSE MIT FIXES Modify the dependencies for building the cbd and file server resource files and delete the resource files as part of 'clean'. 2007-12-14 13:19 jaltman * src/util/snprintf.c: DELTA DEVEL15-emulate-vsyslog-20071214 AUTHOR jaltman@secure-endpoints.com LICENSE IPL10 Do not include vsyslog on Windows. Include syslog.h for the syslog() prototype. 2007-12-13 23:06 shadow * src/tsm41/aix_aklog.c: DELTA DEVEL15-aix-lam-aklog-set-token-name-20071213 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES so we set an afs id in the tokens here also 2007-12-13 22:41 shadow * acinclude.m4, src/util/snprintf.c: DELTA DEVEL15-emulate-vsyslog-20071213 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES aix 5.3 lacks vsyslog. the fixed buffer is poor, but... 2007-12-13 21:22 shadow * src/sys/pagsh.c: DELTA DEVEL15-aix-curpag-redux-20071213 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES add curpag() support for aix, based on work by tom keiser 2007-12-13 20:06 shadow * src/packaging/RedHat/openafs.spec.in: DELTA DEVEL15-redhat-rpm-mockable-20071213 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES make us able to autobuild with mock. (may need krb5-devel outside the if krb5support; if we do more thought will be involved) 2007-12-13 19:47 shadow * src/afs/afs_vcache.c: DELTA DEVEL15-vcache-track-maxvcount-accurately-20071213 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES if we can alloc more vnodes, and we are looking for vlru cycles, a legit vnode is not indicative of a cycle. 2007-12-13 19:18 shadow * src/afs/: afs_buffer.c, afs_osi_alloc.c, AIX/osi_file.c, AIX/osi_vfsops.c, DARWIN/osi_file.c, DUX/osi_file.c, FBSD/osi_file.c, HPUX/osi_file.c, IRIX/osi_file.c, IRIX/osi_vfsops.c, LINUX/osi_file.c, NBSD/osi_file.c, SOLARIS/osi_file.c: DELTA DEVEL15-shutdown-cleanup-20071213 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES get rid of cold_shutdown; it's in afs_prototypes.h. log when we don't clean up memory 2007-12-13 18:53 shadow * src/: sys/pagsh.c, auth/ktc.c, pam/afs_util.c: DELTA DEVEL15-aix-curpag-redux-20071213 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES add curpag() support for aix, based on work by tom keiser 2007-12-13 18:05 shadow * src/packaging/RedHat/openafs.spec.in: DELTA DEVEL15-redhat-rpm-mockable-20071213 AUTHOR sxw@inf.ed.ac.uk LICENSE IPL10 FIXES make us able to autobuild with mock. (may need krb5-devel outside the if krb5support; if we do more thought will be involved) 2007-12-13 17:06 shadow * src/afs/afs_vcache.c: DELTA DEVEL15-vcache-track-maxvcount-accurately-20071213 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES if we can alloc more vnodes, and we are looking for vlru cycles, a legit vnode is not indicative of a cycle. 2007-12-13 15:55 shadow * src/tsm41/aix_aklog.c: DELTA DEVEL15-aix-lam-aklog-set-token-name-20071213 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES so we set an afs id in the tokens here also 2007-12-12 04:25 jaltman * src/WINNT/afsd/afslogon.c: DELTA DEVEL15-windows-afslogon-null-pointer-deref-20071211 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 'tokenUser' can be dereferenced when NULL if GetTokenInformation() fails. 2007-12-11 21:30 shadow * src/afs/afs_server.c: DELTA DEVEL15-afs-serveriprank-return-void-20071211 AUTHOR mmeffie@sinenomine.net LICENSE IPL10 FIXES can't return 0 from void function 2007-12-11 20:43 shadow * src/vlserver/vldb_check.c: DELTA DEVEL15-vldb-check-dont-return-int-from-void-20071211 AUTHOR mmeffie@sinenomine.net LICENSE IPL10 FIXES void functions shouldn't return 0 2007-12-11 16:27 shadow * src/butc/dbentries.c: DELTA DEVEL15-butc-no-retval-in-void-func-20071211 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES fix the build again 2007-12-10 22:45 shadow * src/ubik/: phys.c, recovery.c, remote.c: DELTA currently we can truncate the live database while we are doing recovery. address that. DEVEL15-ubik-avoid-truncating-live-database-during-recovery-2007121 0 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES 77183 2007-12-10 22:42 shadow * src/afs/afs_call.c: DELTA DEVEL15-afs-shutdown-cleanup-20071210 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES 74479 clean up allocated resources when we shut down 2007-12-10 22:26 shadow * configure.in: DELTA DEVEL15-find-cpp-from-slash-20071210 AUTHOR mmeffie@sinenomine.net LICENSE IPL10 FIXES find cpp using a full path, not the user's path, at least for now 2007-12-10 20:45 jaltman * src/WINNT/afsd/: cm_scache.c, cm_scache.h, cm_vnodeops.c: DELTA When a cm_MergeStatus operation determines that the current data buffers are out of date, remove them from the buffer hash tables in order to speed the lookup of valid data buffers. DEVEL15-windows-remove-out-of-date-buffers-from-hash-tables-2007121 0 AUTHOR jaltman@secure-endpoints.com LICENSE MIT 2007-12-10 20:35 jaltman * src/WINNT/afsd/cm_buf.c: DELTA DEVEL15-windows-buffers-20071210 AUTHOR jaltman@secure-endpoints.com LICENSE MIT after removing cm_buf_t objects from the hash tables, clear the HT list pointers to make debugging easier. when modifying data version values in buf_ForceDataVersion() grab a read lock on buf_globalLock instead of a write lock. A write lock is only required if the hash table linked lists are being modified. The dataVersion itself is protected by the cm_scache_t mx mutex being held. 2007-12-10 18:28 shadow * src/pam/afs_setcred.c: DELTA DEVEL15-pam-expires-setting-should-be-32bit-20071210 AUTHOR jacobi@de.ibm.com LICENSE IPL10 FIXES store as a 32 bit value explicitly so 32 bit routines don't leave garbage around here. 2007-12-10 18:22 shadow * src/uss/lex.l: DELTA DEVEL15-uss-lex-more-forward-decls-20071210 AUTHOR mmeffie@sinenomine.net LICENSE IPL10 FIXES forward declare this so picky compilers will do their jobs. 2007-12-09 23:35 shadow * src/vlserver/cnvldb.c: DELTA DEVEL15-cnvldb-prototypes-20071209 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES forward declare these 2007-12-09 06:07 shadow * src/: aklog/aklog_main.c, tsm41/aix_aklog.c: DELTA DEVEL15-aklog-no-dummy-write-on-aix5-20071209 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES don't do the dummy write on aix5. we are better off actually working 2007-12-08 17:59 shadow * src/afs/: afs_dcache.c, VNOPS/afs_vnop_create.c, VNOPS/afs_vnop_dirops.c, VNOPS/afs_vnop_link.c, VNOPS/afs_vnop_rename.c, VNOPS/afs_vnop_symlink.c: DELTA DEVEL15-writedcache-enforce-xdcache-writelock-20071208 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES 59136 in order that the writes to CacheItems not be addled, we need to *actually* hold a *write* lock when we write. not even just read as the comment says. and certainly not none as was happening in the dir package. 2007-12-08 17:46 shadow * src/cf/: linux-test1.m4, linux-test4.m4: DELTA DEVEL15-linux24-kernel-configure-test-20071208 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES on linux 2.4 the try kbuild macro needs to try harder to notice what symbols we don't have 2007-12-07 21:34 jaltman * src/WINNT/install/wix/: files.wxi, registry.wxi: DELTA DEVEL15-windows-wix-afslogon-20071207 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Move afslogon.dll and afscpcc.exe to the OpenAFS\Client\Program directory 2007-12-07 16:06 jaltman * src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/: relnotes.htm, toc.htm: DELTA DEVEL15-windows-release-notes-20071207 AUTHOR jaltman@secure-endpoints.com LICENSE MIT more updates for 1.5.28 2007-12-07 16:05 jaltman * src/WINNT/afsd/: afsd_init.c, cm_vnodeops.c, cm_vnodeops.h: DELTA DEVEL15-windows-follow-backup-path-20071207 AUTHOR jaltman@secure-endpoints.com LICENSE MIT Add a registry value, FollowBackupPath, that provides the Windows cache manager with functionality equivalent to the UNIX afsd -backuptree option. 2007-12-07 15:57 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20071207 AUTHOR jaltman@secure-endpoints.com LICENSE IPL10 1.5.2800.0 == 1.5.28 2007-12-07 15:54 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20071207 AUTHOR jaltman@secure-endpoints.com LICENSE IPL10 another change for 1.5.28 2007-12-07 04:47 shadow * configure-libafs.in, configure.in: DELTA DEVEL15-openafs-1-5-28-20071206 AUTHOR shadow@openafs.org LICENSE IPL10 FIXES make 1.5.28 2007-12-05 20:43 jaltman * src/viced/callback.c: DELTA DEVEL15-viced-cbstuff-20071205 AUTHOR jaltman@secure-endpoints.com LICENSE IPL10 Keep track of AddCallBack calls in cbstuff. Increment cbstuff.DeleteCallBacks after holding H_LOCK 2007-12-05 20:33 jaltman * src/viced/callback.c: DELTA DEVEL15-cbd-20071205 AUTHOR jaltman@secure-endpoints.com LICENSE IPL10 Windows requires open() to be called with O_BINARY otherwise Ctrl-Z means EOF which breaks dumpfile processing. Be consistent about writing/reading time as afs_uint32 instead of writing as afs_uint32 and reading as time_t since time_t can be 32-bit or 64-bit depending on the platform. 2007-12-04 21:09 shadow * src/afs/afs_segments.c: DELTA DEVEL15-largefile-avoid-wraparound-write-to-old-server-20071204 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES 73720 apply analogous check that's in fileserver to clients writing to old servers 2007-12-04 21:03 shadow * src/vol/listinodes.c: DELTA DEVEL15-inode-convertro-dont-include-volser-code-in-viced-20071204 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES 77574 viced isn't an fssync client; avoid the convert volser code there 2007-12-04 20:40 shadow * src/afs/VNOPS/afs_vnop_write.c: DELTA DEVEL15-linux-nfs-translator-dont-lose-nfs-pag-on-write-20071204 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES avoid issue where nfs writes through the translator could become unpag'd because a background daemon came into play 2007-12-04 20:31 shadow * src/afs/afs_cell.c: DELTA DEVEL15-afsdb-avoid-cross-task-stack-use-20071204 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES really for aix, but simplified code universally. 2007-12-04 20:14 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20071204 AUTHOR jaltman@secure-endpoints.com LICENSE IPL10 1.5.28 2007-12-04 19:54 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm: DELTA DEVEL15-windows-release-notes-20071204 AUTHOR jaltman@secure-endpoints.com LICENSE IPL10 1.5.28 updates 2007-12-04 15:48 jaltman * src/WINNT/afsd/: afsd_init.c, cm_callback.c, cm_callback.h: DELTA DEVEL15-windows-giveupallcallbacks-20071204 AUTHOR jaltman@secure-endpoints.com LICENSE IPL10 Add a registry value, GiveUpAllCallBacks, that can be used to enable/disable the use of the GiveUpAllCallBacks RPC. Due to the fact that calling this RPC can destablize pre-1.4.6 file servers since they do not include DELTA giveupallcallbacks-locking-20071121, the default is being set to disabled. We can re-enable the functionality by default only after sufficient time has been given for orgs to update their file servers. 2007-12-01 05:42 shadow * acinclude.m4, src/config/param.amd64_nbsd30.h, src/config/param.amd64_nbsd40.h, src/config/param.nbsd30.h, src/config/param.nbsd40.h: DELTA DEVEL15-nbsd-new-version-20071201 AUTHOR gendalia@iastate.edu LICENSE IPL10 FIXES 75602 add support for new version(s) of netbsd 2007-12-01 05:40 shadow * src/config/: param.amd64_nbsd30.h, param.amd64_nbsd40.h, param.nbsd40.h: DELTA nbsd-new-version-20071201 AUTHOR gendalia@iastate.edu LICENSE IPL10 FIXES 75602 add support for new version(s) of netbsd 2007-12-01 05:40 shadow * src/config/param.nbsd40.h: file param.nbsd40.h was added on branch openafs-devel-1_5_x on 2007-12-01 05:42:44 +0000 2007-12-01 05:40 shadow * src/config/param.amd64_nbsd30.h: file param.amd64_nbsd30.h was added on branch openafs-devel-1_5_x on 2007-12-01 05:42:44 +0000 2007-12-01 05:40 shadow * src/config/param.amd64_nbsd40.h: file param.amd64_nbsd40.h was added on branch openafs-devel-1_5_x on 2007-12-01 05:42:44 +0000 2007-11-30 19:17 shadow * src/: afs/afs_osi_alloc.c, vol/partition.c: DELTA DEVEL15-aix-pin-small-allocs-20071130 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES we assume the small alloc pool is pinned. maybe we should pin it. 2007-11-29 20:55 jaltman * src/WINNT/aklog/: NTMakefile, aklog.c, aklog.rc, asetkey.c: DELTA DEVEL15-windows-aklog-no-panic-if-no-kfw-20071129 AUTHOR jaltman@secure-endpoints.com LICENSE MIT FIXES 2007-11-29 19:26 shadow * src/viced/viced.c: DELTA DEVEL15-viced-drop-core-on-shutdownandcore-20071129 AUTHOR jaltman@secure-endpoints.com LICENSE IPL10 FIXES 74708 when we call ShutDownAndCore, actually drop a core. 2007-11-29 18:41 shadow * src/viced/callback.c: DELTA DEVEL15-clean-felater-when-rechaining-20071129 AUTHOR jaltman@secure-endpoints.com LICENSE IPL10 FIXES 74708 in order that this not be continually rechained, clear this here; we are handling it now. 2007-11-29 18:34 shadow * src/afs/VNOPS/afs_vnop_read.c: DELTA DEVEL15-zero-uio-on-zero-read-20071127 AUTHOR shadow@dementia.org LICENSE IPL10 FIXES avoid leaking random data in a read of a 0 length object. 2007-11-29 16:11 jaltman * src/WINNT/afsd/: afsd.h, cm_volstat.c, cm_volstat.h, cm_volume.h: DELTA DEVEL15-windows-volstat-headers-20071129 AUTHOR jaltman@secure-endpoints.com move the enum volstat definition to cm_volstat.h from cm_volume.h. fix the copyright. 2007-11-29 16:08 jaltman * src/WINNT/afsd/smb.c: DELTA DEVEL15-windows-smb-out-of-memory-20071129 AUTHOR jaltman@secure-endpoints.com It turns out that LsaCallAuthenticationPackage can succeed but still fail with an extended error. The one case that we have seen reported is STATUS_NO_MEMORY which would be produced when the paging file is full. This could be a transient error that will be resolved after Windows increases the paging file size. Instead of crashing under this condition we should force the authentication to fail and permit the client to retry. WER 567093715-1-0405174244 2007-11-29 16:02 jaltman * src/WINNT/afsd/cm_daemon.c: DELTA DEVEL15-windows-daemon-shutdown-20071129 AUTHOR jaltman@secure-endpoints.com The cm_Daemon() thread did not check after each operation whether or not the service is in the process of shutting down. As a result the thread could access data, locks, etc. that had been freed by other threads. WER 572098933-1-0407879071 2007-11-29 05:54 rra * doc/man-pages/pod1/: symlink.pod, symlink_list.pod, symlink_make.pod, symlink_remove.pod: DELTA DEVEL15-man-page-symlink-20071128 AUTHOR jason@rampaginggeek.com Add man pages for all the symlink commands (Windows-only). 2007-11-29 05:51 rra * doc/man-pages/pod1/vos_convertROtoRW.pod: DELTA DEVEL15-man-page-vos-convertrotorw-fix-20071128 AUTHOR rra@stanford.edu Don't say that inode file servers are only available on Solaris and AIX. 2007-11-29 05:47 rra * doc/man-pages/: README, pod1/fs_sysname.pod: DELTA DEVEL15-man-page-fs-sysname-improvements-20071128 AUTHOR jason@rampaginggeek.com Update the fs sysname man page to document the behavior of multiple @sys values. 2007-11-29 05:44 rra * doc/man-pages/: README, pod1/fs_rxstatpeer.pod: DELTA DEVEL15-man-page-fs-rxstatpeer-20071128 AUTHOR jason@rampaginggeek.com New man page for fs rxstatpeer. 2007-11-29 05:39 rra * doc/man-pages/pod8/fileserver.pod: DELTA DEVEL15-man-page-fileserver-auditlog-20071128 AUTHOR steven.jenkins@gmail.com Remove duplicate -auditlog in the fileserver synopsis. 2007-11-29 05:35 rra * doc/man-pages/: README, pod1/vos.pod, pod1/vos_convertROtoRW.pod, pod1/vos_copy.pod, pod8/fileserver.pod, pod8/read_tape.pod: DELTA DEVEL15-man-page-additions-20071128 AUTHOR jason@rampaginggeek.com Add new man pages for vos convertROtoRW, vos copy, and read_tape and add a troubleshooting section to the fileserver man page. 2007-11-29 05:17 rra * doc/man-pages/pod1/fs_uuid.pod: DELTA DEVEL15-man-fs-uuid-tweaks-20071128 AUTHOR rra@stanford.edu Some minor capitalization and formatting tweaks to the fs uuid man page. 2007-11-29 05:05 rra * doc/man-pages/pod1/symlink_make.pod: file symlink_make.pod was added on branch openafs-devel-1_5_x on 2007-11-29 05:54:15 +0000 2007-11-29 05:05 rra * doc/man-pages/pod1/symlink_remove.pod: file symlink_remove.pod was added on branch openafs-devel-1_5_x on 2007-11-29 05:54:15 +0000 2007-11-29 05:05 rra * doc/man-pages/pod1/: symlink.pod, symlink_list.pod, symlink_make.pod, symlink_remove.pod: DELTA man-page-symlink-20071128 AUTHOR jason@rampaginggeek.com Add man pages for all the symlink commands (Windows-only). 2007-11-29 05:05 rra * doc/man-pages/pod1/symlink.pod: file symlink.pod was added on branch openafs-devel-1_5_x on 2007-11-29 05:54:15 +0000 2007-11-29 05:05 rra * doc/man-pages/pod1/symlink_list.pod: file symlink_list.pod was added on branch openafs-devel-1_5_x on 2007-11-29 05:54:15 +0000 2007-11-29 04:57 rra * doc/man-pages/pod1/vos_convertROtoRW.pod: file vos_convertROtoRW.pod was added on branch openafs-devel-1_5_x on 2007-11-29 05:35:33 +0000 2007-11-29 04:57 rra * doc/man-pages/pod1/vos_convertROtoRW.pod: DELTA man-page-vos-convertrotorw-fix-20071128 AUTHOR rra@stanford.edu Don't say that inode file servers are only available on Solaris and AIX. 2007-11-29 03:54 rra * doc/man-pages/pod1/fs_rxstatpeer.pod: file fs_rxstatpeer.pod was added on branch openafs-devel-1_5_x on 2007-11-29 05:44:12 +0000 2007-11-29 03:54 rra * doc/man-pages/pod1/fs_rxstatpeer.pod: DELTA man-page-fs-rxstatpeer-20071128 AUTHOR jason@rampaginggeek.com New man page for fs rxstatpeer. 2007-11-29 03:30 rra * doc/man-pages/pod8/read_tape.pod: file read_tape.pod was added on branch openafs-devel-1_5_x on 2007-11-29 05:35:36 +0000 2007-11-29 03:30 rra * doc/man-pages/: pod1/vos_convertROtoRW.pod, pod1/vos_copy.pod, pod8/read_tape.pod: DELTA man-page-additions-20071128 AUTHOR jason@rampaginggeek.com Add new man pages for vos convertROtoRW, vos copy, and read_tape and add a troubleshooting section to the fileserver man page. 2007-11-29 03:30 rra * doc/man-pages/pod1/vos_copy.pod: file vos_copy.pod was added on branch openafs-devel-1_5_x on 2007-11-29 05:35:33 +0000 2007-11-28 05:04 shadow * src/sys/rmtsysc.c: DELTA DEVEL15-getpag-prototype-20071127 AUTHOR shadow@dementia.org returns void, but, whatever 2007-11-27 22:25 shadow * src/sys/rmtsysc.c: DELTA DEVEL15-getpag-prototype-20071127 AUTHOR shadow@dementia.org forward declare this function 2007-11-27 20:46 shadow * src/cf/linux-test1.m4: DELTA DEVEL15-linux-try-kbuild-deal-with-old-modpost-20071127 AUTHOR mmeffie@sinenomine.net the pre 2.6.20.1 modpost issued warnings and not errors for unresolvable symbols. not overly useful. 2007-11-27 20:02 shadow * src/afs/DARWIN/osi_vnodeops.c: DELTA DEVEL15-macos-no-read-on-directories-20071127 AUTHOR shadow@dementia.org thanks to quentin@mit.edu for pointing this out. no read() on directories 2007-11-27 19:28 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA DEVEL15-linux-hash-inodes-for-mmap-20071127 AUTHOR marc.dionne@technoconseil.com FIXES 78544 inodes are only added to the superblock dirty list if hashed. do so. 2007-11-27 17:31 jaltman * src/WINNT/netidmgr_plugin/afsfuncs.c: DELTA DEVEL15-windows-nim-afscred-double-free-20071127 AUTHOR asanka@secure-endpoints.com fix a double free on error condition 2007-11-26 22:20 shadow * src/packaging/RedHat/openafs.spec.in: DELTA DEVEL15-redhat-cleanup-authlibs-correctly-20071126 AUTHOR shadow@dementia.oth FIXES when not packaging authlibs, correctly discard them 2007-11-26 22:12 shadow * src/volser/volprocs.c: DELTA DEVEL15-volprocs-alloc-vnode-instead-of-using-stack-20071126 AUTHOR shadow@dementia.org don't use stack here; alloc memory for short term use 2007-11-26 21:47 shadow * src/vol/ihandle.c: DELTA DEVEL15-namei-avoid-spurious-emfile-20071126 AUTHOR rtb@pclella.cern.ch FIXES 77531 before we did not handle the fd cache runnign dry. "oops" 2007-11-26 21:08 shadow * src/: afs/afs.h, afs/afs_pioctl.c, afs/afs_server.c, afs/UKERNEL/afs_usrops.c, afs/UKERNEL/osi_groups.c, afsmonitor/afsmon-win.c, bozo/bosserver.c, bu_utils/fms.c, bucoord/commands.c, bucoord/dsstub.c, bucoord/dsvs.c, bucoord/dump.c, bucoord/dump_sched.c, bucoord/regex.c, bucoord/restore.c, bucoord/status.c, bucoord/vol_sets.c, budb/db_dump.c, budb/db_text.c, budb/server.c, budb/struct_ops.c, butc/dbentries.c, butc/lwps.c, butc/read_tape.c, butc/recoverDb.c, butc/tcprocs.c, butc/tcudbprocs.c, butm/file_tm.c, gtx/frame.c, gtx/gtxtest.c, gtx/input.c, gtx/textobject.c, kauth/kadatabase.c, kauth/kdb.c, kauth/kkids.c, kauth/kpwvalid.c, kauth/krb_udp.c, kauth/rebuild.c, libadmin/cfg/cfgclient.c, libadmin/cfg/cfginternal.c, libadmin/samples/rxdebug_conns.c, log/unlog.c, lwp/lwp.c, ptserver/readgroup.c, ptserver/readpwd.c, rx/rx.h, rx/rx_trace.c, scout/scout.c, sys/pagsh.c, sys/rmtsysc.c, sys/rmtsysd.c, sys/rmtsysnet.c, sys/rmtsyss.c, ubik/beacon.c, uss/grammar.y, uss/lex.l, uss/uss.c, uss/uss_fs.c, venus/fs.c, venus/fstrace.c, venus/up.c, venus/test/fulltest.c, venus/test/idtest.c, venus/test/owntest.c, viced/check_sysid.c, viced/fsprobe.c, viced/viced.c, vlserver/cnvldb.c, vlserver/vldb_check.c, vlserver/vlprocs.c, vlserver/vlserver.c, vol/namei_ops.c, vol/salvaged.c, vol/salvager.c, volser/lockprocs.c, volser/restorevol.c, volser/volmain.c, volser/vsprocs.c, xstat/xstat_cm_test.c: DELTA DEVEL15-assorted-warning-cleanup-20071126 AUTHOR hanke@rzg.mpg.de add missignheader files, missing return values, correct a few calls to printf 2007-11-26 20:39 shadow * src/kauth/authclient.c: DELTA DEVEL15-kauth-ubik-wrap-pad-requisite-args-out-20071126 AUTHOR hanke@rzg.mpg.de of course, if Date is larger than 32 bits, the wrapper is broken anyway. we should really get rid of the wrapper 2007-11-23 14:32 shadow * src/afs/: afs_callback.c, afs_cell.c, afs_prototypes.h, afs_trace.et: DELTA DEVEL15-enhance-afsdb-debugging-20071123 AUTHOR shadow@dementia.org allow cmdebug to show locks on cells. add fstrace event for afsdb 2007-11-23 13:59 shadow * src/: aklog/klog.c, cf/kerberos.m4: DELTA DEVEL15-krb5-klog-solaris-20071123 AUTHOR omalleys@msu.edu FIXES 77575 make this work on solaris 2007-11-23 13:40 shadow * acinclude.m4, src/afs/sysincludes.h, src/afs/LINUX/osi_machdep.h, src/afs/LINUX/osi_sysctl.c, src/afs/LINUX/osi_vfsops.c, src/cf/linux-test1.m4, src/cf/linux-test4.m4: DELTA DEVEL15-linux-2624-20071123 AUTHOR mac.dionne@technoconseil.com FIXES 77370 support linux 2.6.24 2007-11-23 13:03 shadow * src/packaging/MacOS/buildpkg.sh.in: DELTA DEVEL15-macos-buildpkg-cleanup-cruft-20071123 AUTHOR shadow@dementia.org don't leave the old dmg around since it makes a new one bomb 2007-11-21 19:34 shadow * src/viced/afsfileprocs.c: DELTA DEVEL15-giveupallcallbacks-locking-20071121 AUTHOR jaltman@secure-endpoints.com FIXES 74708 Hold H_LOCK across calls into GiveUpAllCallbacks_r 2007-11-14 17:19 jaltman * src/WINNT/afsd/: cm_buf.c, cm_conn.c, cm_dcache.c, cm_dir.c, cm_scache.c, cm_vnodeops.c: DELTA DEVEL15-windows-dv-logging-20071114 AUTHOR jaltman@secure-endpoints.com 64-bit data version logging updates 2007-11-14 06:23 jaltman * src/WINNT/afsd/: cm_btree.c, cm_buf.c, cm_buf.h, cm_callback.c, cm_dcache.c, cm_dir.h, cm_memmap.h, cm_scache.c, cm_scache.h: DELTA DEVEL15-windows-64bit-data-version-20071114 AUTHOR jaltman@secure-endpoints.com Add support for 64-bit AFSFetchStatus data version values 2007-11-14 04:36 shadow * src/vol/namei_ops.c: DELTA DEVEL15-dafs-inode-convert-20071113 AUTHOR shadow@dementia.org the dafs version of this 2007-11-14 04:20 shadow * src/vol/namei_ops.c: DELTA DEVEL15-dafs-inode-convert-20071113 AUTHOR shadow@dementia.org the dafs version of this 2007-11-14 04:05 shadow * src/vol/: listinodes.c, namei_ops.c: DELTA DEVEL15-dafs-inode-convert-20071113 AUTHOR shadow@dementia.org the dafs version of this 2007-11-13 22:15 shadow * src/: vol/listinodes.c, vol/namei_ops.c, volser/volprocs.c: DELTA DEVEL15-inode-convert-ro-to-rw-20071113 AUTHOR shadow@dementia.org so this functionality works with inode fileserver, also. corrected abstraction from previous versions so vol and volser have correct bits. 2007-11-13 00:47 shadow * src/packaging/RedHat/openafs.spec.in: DELTA DEVEL15-redhat-spec-no-strip-20071112 AUTHOR shadow@dementia.org suggested by simon. debuginfo support in rpmbuild strips for us. deal here. 2007-11-13 00:31 shadow * src/packaging/RedHat/openafs-buildfedora.pl: DELTA DEVEL15-redhat-reunrevert-fedora-build-change-20071112 AUTHOR sxw@inf.ed.ac.uk "oops" 2007-11-13 00:03 shadow * src/packaging/RedHat/: RPM-build-notes, afs-krb5-2.0-com_err.patch, afs-krb5-2.0-krb524.patch, afs-krb5-2.0-libsocket.patch, afs-krb5-2.0-openafs1.3.patch, afs-krb5-2.0-res_search.patch, openafs-buildfedora.pl, openafs-client.init, openafs-krb5-2.0.tar.gz, openafs.spec.in: DELTA DEVEL15-redhat-packaging-updates-20071112 AUTHOR shadow@dementia.org FIXES 76890 various updates to deal with fedora 8 and remove obsolete stuff 2007-11-13 00:00 shadow * src/packaging/RedHat/RPM-build-notes: file RPM-build-notes was added on branch openafs-devel-1_5_x on 2007-11-13 00:03:11 +0000 2007-11-13 00:00 shadow * src/packaging/RedHat/RPM-build-notes: DELTA redhat-packaging-updates-20071112 AUTHOR shadow@dementia.org FIXES 76890 various updates to deal with fedora 8 and remove obsolete stuff 2007-11-12 19:04 shadow * src/viced/callback.c: DELTA DEVEL15-viced-accurately-track-file-callbacks-20071112 AUTHOR jaltman@secure-endpoints.com FIXES 74708 this should fix the issue with cbfree being corrupted. a more exhaustive pointer-blunting patch should probably be pulled in, but, this is simple and obvious 2007-11-12 18:28 shadow * Makefile.in, README, acinclude.m4, src/cf/osconf.m4, src/config/Makefile.config.in, src/kauth/Makefile.in, src/log/Makefile.in, src/platform/DARWIN/Makefile.in, src/sys/Makefile.in, src/tsalvaged/Makefile.in, src/venus/Makefile.in, src/vol/Makefile.in: DELTA DEVEL15-autoconf-strip-debug-options-sanity-20071112 AUTHOR klm@endpoint.com FIXES To prevent stripping, specify the '--disable-strip-binaries' option on the ./configure command line. fileserver and volserver are never stripped. When --enable-debug is specified, binaries will not be stripped by default. DELTA some-name-yyyymmdd AUTHOR contributor@some.site 2007-11-12 18:19 shadow * src/viced/host.c: DELTA DEVEL15-dafs-optimize-shutdown-20071112 AUTHOR tkeiser@sinenomine.net FIXES optimize shutdown case as is done elsewhere, for dafs. 2007-11-12 03:25 jaltman * src/WINNT/afsd/: cm_daemon.c, cm_volume.c: DELTA DEVEL15-windows-readonly-volume-callbacks-20071111 AUTHOR jaltman@secure-endpoints.com disable the option by default. require the daemonCheckVolCBInterval registry value be set in order to activate it. do not renew .readonly volumes whose callbacks are less than 30 minutes old. 2007-11-12 00:15 rra * doc/man-pages/pod1/fs_apropos.pod: DELTA DEVEL15-man-page-name-underscore-more-20071111 AUTHOR rra@stanford.edu Missed fs apropos when fixing NAME entries to eliminate spaces. 2007-11-11 23:51 rra * doc/man-pages/: README, pod1/fs_checkservers.pod, pod1/fs_checkvolumes.pod, pod1/fs_cleanacl.pod, pod1/fs_copyacl.pod, pod1/fs_diskfree.pod, pod1/fs_examine.pod, pod1/fs_exportafs.pod, pod1/fs_flush.pod, pod1/fs_flushall.pod, pod1/fs_flushmount.pod, pod1/fs_flushvolume.pod, pod1/fs_getcacheparms.pod, pod1/fs_getcalleraccess.pod, pod1/fs_getcellstatus.pod, pod1/fs_getclientaddrs.pod, pod1/fs_getcrypt.pod, pod1/fs_getserverprefs.pod, pod1/fs_help.pod, pod1/fs_listacl.pod, pod1/fs_listaliases.pod, pod1/fs_listcells.pod, pod1/fs_listquota.pod, pod1/fs_lsmount.pod, pod1/fs_messages.pod, pod1/fs_mkmount.pod, pod1/fs_newalias.pod, pod1/fs_newcell.pod, pod1/fs_quota.pod, pod1/fs_rmmount.pod, pod1/fs_setacl.pod, pod1/fs_setcachesize.pod, pod1/fs_setcell.pod, pod1/fs_setclientaddrs.pod, pod1/fs_setcrypt.pod, pod1/fs_setquota.pod, pod1/fs_setserverprefs.pod, pod1/fs_setvol.pod, pod1/fs_storebehind.pod, pod1/fs_sysname.pod, pod1/fs_uuid.pod, pod1/fs_whereis.pod, pod1/fs_whichcell.pod, pod1/fs_wscell.pod, pod1/pts_adduser.pod, pod1/pts_apropos.pod, pod1/pts_chown.pod, pod1/pts_creategroup.pod, pod1/pts_createuser.pod, pod1/pts_delete.pod, pod1/pts_examine.pod, pod1/pts_help.pod, pod1/pts_interactive.pod, pod1/pts_listentries.pod, pod1/pts_listmax.pod, pod1/pts_listowned.pod, pod1/pts_membership.pod, pod1/pts_quit.pod, pod1/pts_removeuser.pod, pod1/pts_rename.pod, pod1/pts_setfields.pod, pod1/pts_setmax.pod, pod1/pts_sleep.pod, pod1/pts_source.pod, pod1/vos_addsite.pod, pod1/vos_apropos.pod, pod1/vos_backup.pod, pod1/vos_backupsys.pod, pod1/vos_changeaddr.pod, pod1/vos_changeloc.pod, pod1/vos_create.pod, pod1/vos_delentry.pod, pod1/vos_dump.pod, pod1/vos_examine.pod, pod1/vos_help.pod, pod1/vos_listaddrs.pod, pod1/vos_listpart.pod, pod1/vos_listvldb.pod, pod1/vos_listvol.pod, pod1/vos_lock.pod, pod1/vos_move.pod, pod1/vos_offline.pod, pod1/vos_online.pod, pod1/vos_partinfo.pod, pod1/vos_release.pod, pod1/vos_remove.pod, pod1/vos_remsite.pod, pod1/vos_rename.pod, pod1/vos_restore.pod, pod1/vos_size.pod, pod1/vos_status.pod, pod1/vos_syncserv.pod, pod1/vos_syncvldb.pod, pod1/vos_unlock.pod, pod1/vos_unlockvldb.pod, pod1/vos_zap.pod, pod8/backup_adddump.pod, pod8/backup_addhost.pod, pod8/backup_addvolentry.pod, pod8/backup_addvolset.pod, pod8/backup_apropos.pod, pod8/backup_dbverify.pod, pod8/backup_deldump.pod, pod8/backup_deletedump.pod, pod8/backup_delhost.pod, pod8/backup_delvolentry.pod, pod8/backup_delvolset.pod, pod8/backup_diskrestore.pod, pod8/backup_dump.pod, pod8/backup_dumpinfo.pod, pod8/backup_help.pod, pod8/backup_interactive.pod, pod8/backup_jobs.pod, pod8/backup_kill.pod, pod8/backup_labeltape.pod, pod8/backup_listdumps.pod, pod8/backup_listhosts.pod, pod8/backup_listvolsets.pod, pod8/backup_quit.pod, pod8/backup_readlabel.pod, pod8/backup_restoredb.pod, pod8/backup_savedb.pod, pod8/backup_scantape.pod, pod8/backup_setexp.pod, pod8/backup_status.pod, pod8/backup_volinfo.pod, pod8/backup_volrestore.pod, pod8/backup_volsetrestore.pod, pod8/bos_addhost.pod, pod8/bos_addkey.pod, pod8/bos_adduser.pod, pod8/bos_apropos.pod, pod8/bos_create.pod, pod8/bos_delete.pod, pod8/bos_exec.pod, pod8/bos_getdate.pod, pod8/bos_getlog.pod, pod8/bos_getrestart.pod, pod8/bos_help.pod, pod8/bos_install.pod, pod8/bos_listhosts.pod, pod8/bos_listkeys.pod, pod8/bos_listusers.pod, pod8/bos_prune.pod, pod8/bos_removehost.pod, pod8/bos_removekey.pod, pod8/bos_removeuser.pod, pod8/bos_restart.pod, pod8/bos_salvage.pod, pod8/bos_setauth.pod, pod8/bos_setcellname.pod, pod8/bos_setrestart.pod, pod8/bos_shutdown.pod, pod8/bos_start.pod, pod8/bos_startup.pod, pod8/bos_status.pod, pod8/bos_stop.pod, pod8/bos_uninstall.pod, pod8/fstrace_apropos.pod, pod8/fstrace_clear.pod, pod8/fstrace_dump.pod, pod8/fstrace_help.pod, pod8/fstrace_lslog.pod, pod8/fstrace_lsset.pod, pod8/fstrace_setlog.pod, pod8/fstrace_setset.pod, pod8/kas_apropos.pod, pod8/kas_create.pod, pod8/kas_delete.pod, pod8/kas_examine.pod, pod8/kas_forgetticket.pod, pod8/kas_help.pod, pod8/kas_interactive.pod, pod8/kas_list.pod, pod8/kas_listtickets.pod, pod8/kas_noauthentication.pod, pod8/kas_quit.pod, pod8/kas_setfields.pod, pod8/kas_setpassword.pod, pod8/kas_statistics.pod, pod8/kas_stringtokey.pod, pod8/kas_unlock.pod, pod8/uss_add.pod, pod8/uss_apropos.pod, pod8/uss_bulk.pod, pod8/uss_delete.pod, pod8/uss_help.pod: DELTA DEVEL15-man-page-name-underscore-20071111 AUTHOR rra@stanford.edu The NAME heading for man pages can't contain a space in the program side or the man pages won't index with some man implementations. 2007-11-10 22:55 jaltman * src/WINNT/afsd/cm_volume.c: DELTA DEVEL15-windows-readonly-volume-callbacks-20071110 AUTHOR jaltman@secure-endpoints.com avoid a deadlock 2007-11-10 20:13 shadow * src/libafsrpc/Makefile.in: DELTA DEVEL15-libafsrpc-makefile-fix-20071110 AUTHOR sxw@inf.ed.ac.uk FIXES 76836 fix double / in makefile 2007-11-10 00:37 jaltman * src/viced/host.c: DELTA DEVEL15-viced-missing-lock-20071109 AUTHOR drh@umich.edu FIXES 76713 Add missing lock that needs to protect an in use 'host' from having HOSTDELETED added to the hostFlags and HWNO_INPROGRESS removed. 2007-11-10 00:19 jaltman * src/venus/cmdebug.c: DELTA DEVEL15-cmdebug-human-readable-expiration-time-20071109 AUTHOR jaltman@secure-endpoints.com add -ctime parameter which produces human readable expiration times. Doesn't work with OpenAFS for Windows prior to 1.5.28 because time() was not used in those versions for tracking expiration times. 2007-11-10 00:15 jaltman * src/WINNT/afsd/: cm_callback.c, cm_daemon.c, cm_scache.c, cm_volume.c, cm_volume.h: DELTA DEVEL15-windows-readonly-volume-callbacks-20071109 AUTHOR jaltman@secure-endpoints.com A .readonly volume callback applies to the entire volume. Track it in the cm_volume_t cbExpiresRO field and apply it to all cm_scache_t objects with valid callbacks that are associated with that volume upon each daemon callback check. This will prevent premature callback expiration. Also, attempt to automatically refresh the callbacks every 30 minutes by obtaining a callback on the volume root. This value is configurable with the "daemonCheckVolCBInterval" registry value. Change from osi_Time() to time() for expiration values in order to permit conversion to human readable values in cmdebug. 2007-11-09 20:18 shadow * Makefile.in: DELTA DEVEL15-clean-platform-20071109 AUTHOR shadow@dementia.org clean platform dir 2007-11-09 19:31 shadow * configure.in, src/packaging/MacOS/ReadMe.rtf, src/packaging/MacOS/ReadMe.rtf.8, src/packaging/MacOS/ReadMe.rtf.9, src/packaging/MacOS/buildpkg.sh, src/packaging/MacOS/buildpkg.sh.in: DELTA DEVEL15-macos-packaging-updates-20071109 AUTHOR shadow@dementia.org make the readme correct. make dmgs which have a useful name 2007-11-09 19:29 shadow * src/packaging/MacOS/ReadMe.rtf.8: file ReadMe.rtf.8 was added on branch openafs-devel-1_5_x on 2007-11-09 19:31:27 +0000 2007-11-09 19:29 shadow * src/packaging/MacOS/: ReadMe.rtf.8, ReadMe.rtf.9, buildpkg.sh.in: DELTA macos-packaging-updates-20071109 AUTHOR shadow@dementia.org make the readme correct. make dmgs which have a useful name 2007-11-09 19:29 shadow * src/packaging/MacOS/ReadMe.rtf.9: file ReadMe.rtf.9 was added on branch openafs-devel-1_5_x on 2007-11-09 19:31:27 +0000 2007-11-09 19:29 shadow * src/packaging/MacOS/buildpkg.sh.in: file buildpkg.sh.in was added on branch openafs-devel-1_5_x on 2007-11-09 19:31:27 +0000 2007-11-09 19:20 shadow * src/afs/lock.h: DELTA DEVEL15-hpux11-thread-lock-tracking-20071109 AUTHOR shadow@dementia.org do this for hpux also 2007-11-08 14:40 shadow * src/afs/afs_daemons.c: DELTA DEVEL15-darwin-vfs-context-pullback-20071108 AUTHOR shadow@dementia.org again, commit fix we have in 1.4 2007-11-08 14:28 shadow * src/aklog/: aklog_main.c, klog.c: DELTA DEVEL15-reconvert-aklog-to-afs-com-err-20071108 AUTHOR shadow@dementia.org make this match what we're shipping in 1.4 2007-11-08 14:23 shadow * src/: afs/afs_osi_pag.c, auth/ktc.c: DELTA DEVEL15-aix5-revert-kcred-20071108 AUTHOR shadow@dementia.org pull this back to 1.5 and head 2007-11-08 14:14 shadow * src/pam/afs_util.c: DELTA DEVEL15-revert-aix5-curpag-20061009 AUTHOR shadow@dementia.org failed to commit this. commit now VS: ------------------------------------------------------------------- --- 2007-11-07 04:43 shadow * configure-libafs.in, configure.in: DELTA DEVEL15-openafs-1-5-27-20071106 AUTHOR shadow@dementia.org make 1.5.27 2007-11-07 04:33 shadow * src/afs/afs_call.c: DELTA DEVEL15-shutdown-cleanup-not-yet-20071106 AUTHOR shadow@dementia.org 2007-11-07 04:09 jaltman * doc/txt/winnotes/: afs-changes-since-1.2.txt, afs-issues.txt: DELTA DEVEL15-windows-notes-20071106 AUTHOR jaltman@secure-endpoints.com 1.5.27 2007-11-07 04:04 shadow * src/afs/LINUX/osi_vfsops.c: DELTA DEVEL15-linux-nsec-timestamp-zero-20071106 AUTHOR jaltman@secure-endpoints.com don't leave garbage in nsec 2007-11-07 03:42 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm: DELTA DEVEL15-windows-release-notes-20071106 AUTHOR jaltman@secure-endpoints.com 1.5.27 2007-11-07 02:55 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20071106 AUTHOR jaltman@secure-endpoints.com 1.5.27 == 1.5.2700.0 2007-11-06 18:32 shadow * acinclude.m4, src/afs/LINUX/osi_vnodeops.c, src/cf/linux-test4.m4: DELTA DEVEL15-linux-splice-support-20071106 AUTHOR andersk@mit.edu support splice in kernels new enough to support it (sendfile is deprecated) 2007-11-05 22:10 shadow * src/: aklog/aklog_main.c, cf/kerberos.m4: DELTA DEVEL15-aklog-no-kimpersonate-in-more-cases-20071105 AUTHOR shadow@dementia.org aix's NAS kerberos can't support kimpersonate. deal 2007-11-05 21:44 shadow * src/aklog/klog.c: DELTA DEVEL15-krb5-klog-no-err-table-yet-20071105 AUTHOR shadow@dementia.org FIXES right now we don't have this everywhere, until we reorder libraries, and test usefully with configure, forget it. 2007-11-05 20:29 shadow * src/viced/callback.c: DELTA DEVEL15-cbd-use-callback-size-for-callbacks-20071105 AUTHOR thomas.mueller@hrz.tu-chemnitz.de FIXES 76408 cast correctly 2007-11-05 18:26 jaltman * src/WINNT/afsd/: afsd_init.c, cm_btree.c, cm_btree.h: DELTA DEVEL15-windows-bplus-tree-20071105 AUTHOR jaltman@secure-endpoints.com Migrate search key into thread local storage 2007-11-05 18:24 jaltman * src/WINNT/afsd/cm_scache.c: DELTA DEVEL15-windows-afsd-notification-20071105 AUTHOR jaltman@secure-endpoints.com fidp->cell is not a pointer 2007-11-05 00:24 jaltman * src/WINNT/afsd/: afsd_service.c, cm_btree.c, cm_buf.c, cm_callback.c, cm_conn.c, cm_daemon.c, cm_dcache.c, cm_freelance.c, cm_ioctl.c, cm_scache.c, cm_server.c, cm_user.c, cm_vnodeops.c, cm_volume.c, smb.c, smb3.c, smb_ioctl.c: DELTA DEVEL15-windows-afsd-notification-20071104 AUTHOR jaltman@secure-endpoints.com the difference between osi_assert() and osi_assertx() is whether or not a description is specified as part of the call. When no message is specified afsd_notifier() is called with a NULL msgp parameter. This results in a null pointer dereference during the EventLog() call. As a result, none of the information describing the assertion is written to the log file. This commit sets a default message for use when no other message is provided and it replaces all calls to osi_assert with osi_assertx and adds descriptions. 2007-11-05 00:18 jaltman * src/WINNT/client_osi/osibasel.h: DELTA DEVEL15-windows-osi-lock-assert-msg-20071104 AUTHOR jaltman@secure-endpoints.com modify lock_AssertXXX macros to call osi_assertx() and provide a descriptive message. 2007-11-03 16:33 jaltman * src/WINNT/afsd/: cm_scache.c, cm_scache.h: DELTA DEVEL15-windows-scache-syncop-waiters-20071103 AUTHOR asanka@secure-endpoints.com One of the issues that has become a serious problem since the addition of the local directory updates is that although cm_SyncOp synchronizes operations, it does not preserve the order of requests. This has always been a problem in that it has been possible for a request to fail to complete due to its worker thread's bad luck. When a request takes longer than the Windows SMB Redirector's timeout, the SMB Redirector tears down the SMB virtual circuit. When using the local directory updates it is really important that the directory update operations complete in the order that they were sent to the file server. If they don't, then the local directory state and the file server state will not match and the local directory state must be discarded which in turn forces a new read of the entire directory contents over the network. This patch adds a new cm_scache_waiter_t object that is used to store the current thread, buffer, and syncop flags within a waiters queue on each cm_scache_t object. If a thread is forced to sleep in cm_SyncOp, upon waking it will check to see if there are any other threads waiting that are attempting to perform a similar task ahead of it in the queue. If yes, the thread goes back to sleep. If not, it goes ahead and enters the cm_SyncOp conflict resolution block. This patch has the additional side effect of reducing the number of competing threads that must obtain the cm_scache_t mutex and process the cm_SyncOp conflict resolution block. As a result, the overall CPU utilization of the service and the clock time associated with processing requests will be reduced. 2007-11-03 16:19 jaltman * src/WINNT/afsd/: cm_dir.c, cm_dir.h: DELTA DEVEL15-windows-dir-20071103 AUTHOR jaltman@secure-endpoints.com Reorganize the locking for cm_BeginDirOp and cm_EndDirOp. There are a number of locations where locks are obtained, dropped, and reobtained. This reorganization attempts to accomplish several things: (1) be optimistic for the most common case so it will be fast (2) add consistency checks after each location where locks are dropped and re-obtained. If we lose a race in cm_BeginDirOp and the bplus tree is out of date, retry until we get to a consistent state that we can use. (3) Ensure that all operations take place with the correct locks. 2007-11-03 16:09 jaltman * src/WINNT/afsd/cm_buf.c: DELTA DEVEL15-windows-buf-20071103 AUTHOR jaltman@secure-endpoints.com assert that the cm_scache_t mutex is held when calling buf_ForceDataVersion(). 2007-11-03 16:06 jaltman * src/WINNT/afsd/cm_btree.c: DELTA DEVEL15-windows-bplus-tree-20071103 AUTHOR jaltman@secure-endpoints.com rename findNode to leafNode in bplus_Lookup replace all OutputDebugString calls with osi_LogX calls modify bestMatch to special case the return values for leaf nodes. If an entry is above or below the values available in the leaf node return BTLOWER or BTUPPER instead of BTERROR. In insert and delete operations check for BTLOWER/BTUPPER and isleaf, if true convert to either slot 0 or Max and perform the insertion. This produces easier to read code when performing lookups. 2007-11-03 15:59 jaltman * src/WINNT/install/: NSIS/CellServDB, wix/CellServDB: DELTA DEVEL15-windows-cellservdb-20071103 AUTHOR jhutz@grand.central.org GCO Public CellServDB 25 Oct 2007 2007-11-03 01:07 jaltman * src/des/NTMakefile: DELTA DEVEL15-windows-install-des-prototypes-20071102 AUTHOR jaltman@secure-endpoints.com required by auth-getkey-prototyping-20071102 2007-11-02 18:05 shadow * src/auth/cellconfig.c: DELTA DEVEL15-auth-getkey-prototyping-20071102 AUTHOR shadow@dementia.org make this sane 2007-11-02 17:45 shadow * src/auth/: cellconfig.c, cellconfig.p.h: DELTA DEVEL15-auth-getkey-prototyping-20071102 AUTHOR shadow@dementia.org make this sane 2007-11-01 19:13 shadow * src/viced/host.c: DELTA DEVEL15-viced-new-host-reup-h-lock-20071101 AUTHOR raeburn@mit.edu FIXES 69384 don't leave lock dropped 2007-11-01 17:07 shadow * src/cf/osconf.m4: DELTA DEVEL15-solaris-cc-deal-with-new-64-bit-arch-specifier-20071101 AUTHOR daleg@umbc.edu FIXES 75908 switch from -xmarch=amd64 to -m64 2007-11-01 16:57 shadow * src/afs/SOLARIS/: osi_vfsops.c, osi_vnodeops.c: DELTA DEVEL15-solaris-nevada-update-20071101 AUTHOR daleg@umbc.edu FIXES 75896 update for current solaris nevada 2007-11-01 16:51 shadow * src/aklog/: Makefile.in, klog.c, skipwrap.c: DELTA DEVEL15-krb5-klog-20071101 AUTHOR sxw@inf.ed.ac.uk FIXES 75672 technically just pulling up mdw@umich.edu's work. 2007-11-01 16:09 shadow * src/auth/: authcon.c, cellconfig.c, copyauth.c, ktc.c, setkey.c, userok.c, writeconfig.c: DELTA DEVEL15-auth-cleanup-20071101 AUTHOR sxw@inf.ed.ac.uk kill warnings in auth directory 2007-11-01 16:02 shadow * src/: bozo/Makefile.in, bubasics/Makefile.in, budb/Makefile.in, fsint/Makefile.in, kauth/Makefile.in, ptserver/Makefile.in, rxgen/rpc_main.c, rxgen/rpc_parse.c, rxgen/rpc_util.h, rxstat/Makefile.in, sys/Makefile.in, ubik/Makefile.in, update/Makefile.in, vlserver/Makefile.in, volser/Makefile.in: DELTA DEVEL15-rxgen-ansi-again-20071101 AUTHOR sxw@inf.ed.ac.uk ansified rxgen again, for 1.5 2007-11-01 15:00 shadow * src/vol/: daemon_com.c, daemon_com.h, fssync-client.c, fssync-server.c, salvaged.c, salvsync-client.c, salvsync-server.c, salvsync.h, vol-salvage.c, vol-salvage.h, voldefs.h, volume.c: DELTA DEVEL15-dafs-salvage-deal-with-clones-20071101 AUTHOR tkeiser@gmail.com FIXES 75591 cope with trying to salvage a clone correctly 2007-11-01 03:31 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA DEVEL15-linux-afs-unlinked-file-dentry-flagging-20071031 AUTHOR cg2v@andrew.cmu.edu fix case: perl -e 'open FOO, ">foo"; unlink(foo); @stat = stat(FOO); print "inode for foo(unlinked) is $stat[1]\n"; system("/bin/ls -ali | grep $stat[1]");' 2007-10-31 22:31 shadow * src/: afs/UKERNEL/afs_usrops.c, afsd/afsd.c, auth/cellconfig.c, auth/cellconfig.p.h, auth/test/testcellconf.c: DELTA DEVEL15-more-anonymous-pointer-cleanup-20071031 AUTHOR sxw@inf.ed.ac.uk more char*->void* conversion 2007-10-31 15:36 jaltman * src/WINNT/afsd/cm_utils.c: DELTA DEVEL15-windows-uaewouldblock-20071031 AUTHOR jaltman@secure-endpoints.com Reorganize the order of the includes to ensure that EWOULDBLOCK is not assigned the same value as EIO. 2007-10-31 15:34 jaltman * src/WINNT/afsd/cm_btree.c: DELTA DEVEL15-windows-btree-20071031 AUTHOR jaltman@secure-endpoints.com Add additional validation and error handling code after each call to getSlot(). If an invalid slot is returned, return NONODE. If the invalid slot is returned when extracting a data node, invalidate the tree. Modify compareKeys() to always perform a case-insensitive comparison and only perform a case sensistive comparison if the case-insensitive one matches. This ensures the ordering is consistently reported. Add lock assertions to ensure that all calls are being performed with the correct locks being held. There have been some crash reports that provide stack data that does not appear to be possible unless there is a race. However, there are no obvious locations where the race is taking place and the test suite indicates that all of the correct locks are being held. We shall see what happens in the field. For consistency replace all calls to findKey in which the range is (1,numentries) with calls to getSlot(). Optimize the depth search loop by testing the slot value in the for statement instead of forcing the loop to be broken later. 2007-10-31 15:25 jaltman * src/WINNT/afsd/cm_dir.c: DELTA DEVEL15-windows-begindirop-20071031 AUTHOR jaltman@secure-endpoints.com Avoid a race condition in cm_BeginDirOp() caused by the failure to hold the cm_scache_t mutex while copying status data from the scp to the dirop 2007-10-31 15:21 jaltman * src/WINNT/afsd/cm_conn.c: DELTA DEVEL15-windows-cm_analyze-ewouldblock-20071031 AUTHOR jaltman@secure-endpoints.com Add support for EWOULDBLOCK to cm_Analyze. If the file server returns EWOULDBLOCK, retry the request every two seconds for up to the RDRtimeout. 2007-10-31 12:36 shadow * src/util/netutils.c: DELTA DEVEL15-util-cleanup-20071031 AUTHOR sxw@inf.ed.ac.uk FIXES kill the warnings in src/util 2007-10-31 04:26 shadow * src/util/: afsutil.h, afsutil_prototypes.h, assert.c, netutils.c, serverLog.c, softsig.c, strlcat.c, sys.c: DELTA DEVEL15-util-cleanup-20071031 AUTHOR sxw@inf.ed.ac.uk FIXES kill the warnings in src/util 2007-10-31 04:21 shadow * src/bozo/: bnode.c, bosoprocs.c, bosprototypes.h, bosserver.c, cronbnodeops.c, ezbnodeops.c, fsbnodeops.c: DELTA DEVEL15-openafs-bozo-varargs-20071031 AUTHOR sxw@inf.ed.ac.uk convert bozo to be prototypable 2007-10-31 04:20 shadow * src/bozo/bosprototypes.h: DELTA openafs-bozo-varargs-20071031 AUTHOR sxw@inf.ed.ac.uk convert bozo to be prototypable 2007-10-31 04:20 shadow * src/bozo/bosprototypes.h: file bosprototypes.h was added on branch openafs-devel-1_5_x on 2007-10-31 04:21:14 +0000 2007-10-31 04:09 shadow * src/: WINNT/afs_setup_utils/afsrm.c, WINNT/afsd/cklog.c, WINNT/afsd/cunlog.c, WINNT/afsd/fs.c, WINNT/afsd/symlink.c, WINNT/afsd/sample/token.c, WINNT/afsreg/test/regman.c, afsd/afsd.c, afsmonitor/afsmonitor.c, afsweb/weblog.c, bozo/bos.c, bu_utils/fms.c, bucoord/commands.c, bucoord/dump_sched.c, bucoord/main.c, bucoord/tape_hosts.c, bucoord/vol_sets.c, budb/server.c, butc/read_tape.c, butc/tcmain.c, butc/test.c, cmd/cmd.c, cmd/cmd.p.h, cmd/test/ctest.c, cmd/test/dtest.c, cmd/test/itest.c, gtx/object_test.c, gtx/screen_test.c, kauth/admin_tools.c, kauth/kdb.c, kauth/klog.c, kauth/knfs.c, kauth/kpasswd.c, kauth/manyklog.c, kauth/rebuild.c, kauth/test/multiklog.c, kauth/test/test_getticket.c, kauth/test/test_rxkad_free.c, libadmin/cfg/test/cfgtest.c, libadmin/test/afscp.c, libadmin/test/bos.c, libadmin/test/client.c, libadmin/test/kas.c, libadmin/test/pts.c, libadmin/test/util.c, libadmin/test/util.h, libadmin/test/vos.c, log/unlog.c, ptserver/db_verify.c, ptserver/pt_util.c, ptserver/pts.c, ptserver/testpt.c, rx/test/generator.c, rxdebug/rxdebug.c, rxkad/test/stress.c, scout/scout.c, tsalvaged/salvsync-debug.c, ubik/udebug.c, uss/uss.c, venus/cacheout.c, venus/cmdebug.c, venus/dedebug.c, venus/fs.c, venus/fstrace.c, venus/kdump.c, venus/twiddle.c, venus/whatfid.c, venus/test/getinitparams.c, vlserver/cnvldb.c, vlserver/sascnvldb.c, vlserver/vlclient.c, vlserver/vldb_check.c, vol/fs_conv_411.c, vol/fssync-debug.c, vol/salvaged.c, vol/salvager.c, vol/vol-bless.c, vol/vol-info.c, volser/restorevol.c, volser/vol-dump.c, volser/vos.c, xstat/xstat_cm_test.c: DELTA DEVEL15-openafs-void-star-pointers-20071031 AUTHOR sxw@inf.ed.ac.uk FIXES convert anonymous pointers from char* to void* 2007-10-31 04:05 shadow * src/aklog/klog.c: DELTA openafs-void-star-pointers-20071031 AUTHOR sxw@inf.ed.ac.uk FIXES convert anonymous pointers from char* to void* 2007-10-31 04:05 shadow * src/aklog/klog.c: file klog.c was added on branch openafs-devel-1_5_x on 2007-11-01 16:51:47 +0000 2007-10-30 15:16 shadow * src/: afsd/vsys.c, afsmonitor/afsmon-output.c, afsmonitor/afsmon-win.c, aklog/asetkey.c, auth/authcon.c, auth/cellconfig.c, auth/copyauth.c, auth/ktc.c, auth/setkey.c, auth/writeconfig.c, bozo/bnode.c, bozo/bos_util.c, bozo/bosoprocs.c, bozo/cronbnodeops.c, bozo/ezbnodeops.c, bozo/fsbnodeops.c, bucoord/bc.p.h, budb/database.c, budb/db_alloc.c, budb/db_dump.c, budb/db_hash.c, budb/db_text.c, budb/ol_verify.c, budb/procs.c, budb/server.c, butc/dbentries.c, butc/dump.c, butc/lwps.c, butc/read_tape.c, butc/recoverDb.c, butc/tcprocs.c, butc/tcstatus.c, butc/tcudbprocs.c, butm/file_tm.c, config/mc.c, dir/dir.c, dir/salvage.c, fsprobe/fsprobe.c, fsprobe/fsprobe_test.c, gtx/curseswindows.c, gtx/frame.c, gtx/gtxtest.c, gtx/keymap.c, gtx/lightobject.c, gtx/objects.c, gtx/textcb.c, gtx/textobject.c, kauth/authclient.c, kauth/client.c, kauth/kaauxdb.c, kauth/kadatabase.c, kauth/kalocalcell.c, kauth/kalog.c, kauth/kas.c, kauth/kaserver.c, kauth/kautils.c, kauth/klog.c, kauth/knfs.c, kauth/kpasswd.c, kauth/kpwvalid.c, kauth/krb_tf.c, kauth/krb_udp.c, kauth/read_passwd.c, kauth/rebuild.c, kauth/token.c, kauth/user.c, libacl/aclprocs.c, libadmin/bos/afs_bosAdmin.c, libadmin/cfg/cfgclient.c, libadmin/kas/afs_kasAdmin.c, libadmin/pts/afs_ptsAdmin.c, libadmin/samples/rxdebug_rx_stats.c, libadmin/samples/rxstat_get_peer.c, libadmin/samples/rxstat_get_process.c, libadmin/vos/afs_vosAdmin.c, libadmin/vos/lockprocs.c, libadmin/vos/vosutils.c, libadmin/vos/vsprocs.c, log/kseal.c, log/tokens.c, log/unlog.c, lwp/lwp.c, lwp/threadname.c, lwp/waitkey.c, pam/afs_pam_msg.c, pam/afs_util.c, ptserver/db_verify.c, ptserver/display.c, ptserver/ptprocs.c, ptserver/ptserver.c, ptserver/ptuser.c, ptserver/ptutils.c, ptserver/readgroup.c, ptserver/readpwd.c, ptserver/testpt.c, ptserver/ubik.c, ptserver/utils.c, rx/rx.c, rx/rx_misc.c, rx/rx_packet.c, rx/rx_pthread.c, rx/rx_rdwr.c, rx/rx_trace.c, rx/rx_user.c, rx/xdr.c, rx/xdr_array.c, rx/xdr_rec.c, rx/xdr_refernce.c, rxdebug/rxdebug.c, rxgen/rpc_cout.c, rxgen/rpc_main.c, rxgen/rpc_parse.c, rxgen/rpc_scan.c, rxgen/rpc_svcout.c, rxgen/rpc_util.c, rxkad/crc.c, rxkad/md4.c, rxkad/md5.c, rxkad/rxkad_client.c, rxkad/rxkad_common.c, rxkad/rxkad_server.c, rxkad/ticket.c, rxkad/ticket5.c, rxkad/domestic/crypt_conn.c, rxkad/domestic/fcrypt.c, scout/scout.c, sys/pagsh.c, sys/rmtsysc.c, sys/rmtsysnet.c, sys/rmtsyss.c, tviced/serialize_state.c, tviced/state_analyzer.c, ubik/beacon.c, ubik/disk.c, ubik/phys.c, ubik/recovery.c, ubik/remote.c, ubik/ubik.c, ubik/ubikcmd.c, ubik/udebug.c, ubik/uinit.c, ubik/utst_client.c, ubik/utst_server.c, ubik/vote.c, update/client.c, update/server.c, update/utils.c, usd/usd_file.c, uss/grammar.y, uss/lex.l, uss/uss.c, uss/uss_acl.c, uss/uss_common.c, uss/uss_common.h, uss/uss_fs.c, uss/uss_kauth.c, uss/uss_procs.c, uss/uss_vol.c, util/assert.c, util/casestrcpy.c, util/fileutil.c, util/get_krbrlm.c, util/hostparse.c, util/kreltime.c, util/ktime.c, util/netutils.c, util/serverLog.c, util/snprintf.c, util/uuid.c, util/volparse.c, venus/cmdebug.c, venus/fs.c, venus/fstrace.c, venus/livesys.c, venus/up.c, vfsck/dirutils.c, vfsck/setup.c, vfsck/utilities.c, viced/afsfileprocs.c, viced/callback.c, viced/fsprobe.c, viced/host.c, viced/physio.c, viced/viced.c, vlserver/cnvldb.c, vlserver/vlclient.c, vlserver/vldb_check.c, vlserver/vlprocs.c, vlserver/vlserver.c, vlserver/vlutils.c, vol/clone.c, vol/daemon_com.c, vol/devname.c, vol/fssync-client.c, vol/fssync-server.c, vol/ihandle.c, vol/listinodes.c, vol/partition.c, vol/physio.c, vol/purge.c, vol/salvsync-client.c, vol/salvsync-server.c, vol/vnode.c, volser/dumpstuff.c, volser/lockprocs.c, volser/physio.c, volser/restorevol.c, volser/volmain.c, volser/volprocs.c, volser/voltrans.c, volser/vos.c, volser/vsprocs.c, volser/vsutils.c, xstat/xstat_cm.c, xstat/xstat_cm_test.c, xstat/xstat_fs.c, xstat/xstat_fs_callback.c, xstat/xstat_fs_test.c: DELTA DEVEL15-openafs-string-header-cleanup-20071030 AUTHOR sxw@inf.ed.ac.uk fix string head inclusion issue 2007-10-30 15:10 shadow * src/aklog/klog.c: DELTA openafs-string-header-cleanup-20071030 AUTHOR sxw@inf.ed.ac.uk include only what we need 2007-10-30 03:56 shadow * src/packaging/RedHat/: openafs-buildfedora.pl, openafs.spec.in: DELTA DEVEL15-redhat-packaging-update-20071029 AUTHOR sxw@inf.ed.ac.uk update rpm packaging stuff for what shipped in 1.4.5 2007-10-26 16:21 shadow * src/packaging/RedHat/openafs-buildfedora.pl: DELTA DEVEL15-redhat-fedora-build-driver-20071026 AUTHOR sxw@inf.ed.ac.uk driver script for fedora builds 2007-10-26 16:20 shadow * src/packaging/RedHat/openafs-buildfedora.pl: DELTA redhat-fedora-build-driver-20071026 AUTHOR sxw@inf.ed.ac.uk driver script for fedora builds 2007-10-26 16:20 shadow * src/packaging/RedHat/openafs-buildfedora.pl: file openafs-buildfedora.pl was added on branch openafs-devel-1_5_x on 2007-10-26 16:21:51 +0000 2007-10-26 16:11 shadow * src/packaging/RedHat/openafs.spec.in: DELTA DEVEL15-redhat-spec-fix-hugemem-modpath-20071026 AUTHOR shadow@dementia.org make this match other kernsls 2007-10-25 04:49 jaltman * src/WINNT/afsd/: afsd_init.c, cm_aclent.c, cm_btree.c, cm_btree.h, cm_user.c: DELTA DEVEL15-windows-aclent-remove-extraneous-code-20071024 AUTHOR jaltman@secure-endpoints.com Microsoft provided a dump showing cm_data.aclLRUEndp == NULL in GetFreeACLEnt(). Couldn't find any reason why that would be true. However, there is extraneous code that manipulates the value of aclLRUEndp when it should be left to osi_QRemoveHT() to update the pointer values. Also add an additional explicit test for aclLRUEndp == NULL in GetFreeACLEnt(). 2007-10-25 03:43 shadow * src/packaging/MacOS/: OpenAFS.Info.plist.in, OpenAFS.info.in, OpenAFS.post_install, OpenAFS.pre_upgrade, buildpkg.sh: DELTA DEVEL15-macos-installer-crap-20071025 AUTHOR shadow@dementia.org put it back the way it was 2007-10-24 18:22 shadow * src/afs/LINUX/osi_module.c: DELTA STABLE14-yscall-cleanup-if-we-installed-20071024 AUTHOR shadow@dementia.org FIXES 75307 2007-10-24 15:45 shadow * acinclude.m4, src/afs/afs_prototypes.h, src/cf/linux-test4.m4, src/afs/LINUX/osi_export.c, src/afs/LINUX/osi_nfssrv.c: DELTA DEVEL15-linux-nfstrans-20071024 AUTHOR sxw@inf.ed.ac.uk FIXES 75233 better track changes so we can build an nfstranslator module for new linux kernels 2007-10-24 15:35 shadow * src/viced/callback.c: DELTA DEVEL15-cblater-bitmask-bug-20071024 AUTHOR drh@umich.edu FIXES 75304 add missing () 2007-10-24 05:41 shadow * src/afs/DARWIN/osi_vnodeops.c: DELTA DEVEL15-darwin-allow-finder-to-unlink-rsrc-files-20071024 AUTHOR shadow@dementia.org finder tries hard to clean up resource fork files it creates when you drop something in a dropbox that don't then get updates. let it think it won 2007-10-24 05:30 shadow * src/afs/DARWIN/osi_vnodeops.c: DELTA DEVEL15-finder-and-tiger-cp-deal-with-dropboxes-20071024 AUTHOR cg2v@andrew.cmu.edu FIXES 69363 this way copying finishes 2007-10-24 03:50 jaltman * src/WINNT/install/wix/property.wxi: DELTA DEVEL15-windows-wix-nsis-uninstall-20071023 AUTHOR jaltman@secure-endpoints.com At somepoint windows installer broke the use of the 'file' RegistrySearch type. Instead of returning the full file name path we are only getting the directory. Switch to using the 'raw' type since we know we aren't prefixing the file name with a hash. 2007-10-23 22:37 shadow * src/afs/afs_prototypes.h: DELTA DEVEL15-afs-shutdown-free-resources-20071023 AUTHOR mmeffie@sinenomine.net try hard to free resources 2007-10-23 17:39 shadow * src/afs/DARWIN/osi_misc.c: DELTA DEVEL15-darwin-uio-64-20071023 AUTHOR shadow@dementia.org use the 64 bit awareness in the KPI 2007-10-23 17:01 shadow * doc/man-pages/pod1/fs_uuid.pod: DELTA DEVEL15-pod-man-fs-uuid-20071023 AUTHOR jason@rampaginggeek.com FIXES 75175 add man page for fs uuid 2007-10-23 16:59 shadow * doc/man-pages/pod1/fs_uuid.pod: file fs_uuid.pod was added on branch openafs-devel-1_5_x on 2007-10-23 17:01:15 +0000 2007-10-23 16:59 shadow * doc/man-pages/pod1/fs_uuid.pod: DELTA pod-man-fs-uuid-20071023 AUTHOR jason@rampaginggeek.com FIXES 75175 add man page for fs uuid 2007-10-23 14:29 shadow * src/afsd/afsd.c: DELTA DEVEL15-darwin-afsd-cleanup-power-notification-nicely-20071023 AUTHOR shadow@dementia.org don't drop a core on shutdown 2007-10-23 14:20 shadow * src/volser/vos.c: DELTA DEVEL15-vos-restore-check-doesnt-apply-to-pipes-20071023 AUTHOR shadow@dementia.org as pointed out by hung pham 2007-10-23 03:07 shadow * configure-libafs.in, configure.in: DELTA DEVEL15-openafs-1-5-26-20071022 AUTHOR shadow@dementia.org make 1.5.26 2007-10-23 00:31 shadow * src/afs/DARWIN/osi_vnodeops.c: DELTA DEVEL15-darwin-modify-cp-workaround-20071022 AUTHOR shadow@dementia.org more work will be needed to fool finder into just copying the d**n file, since it's checking too hard. 2007-10-23 00:02 shadow * src/afs/afs_daemons.c: DELTA DEVEL15-change-default-probeint-for-rfc4787-20071022 AUTHOR shadow@dementia.org an RFC compliant port mapping device guarantees less time than we previously probed. 2007-10-22 23:28 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20071022 AUTHOR jaltman@secure-endpoints.com 1.5.26 2007-10-22 23:21 jaltman * src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/: relnotes-frames.htm, relnotes.htm, toc.htm: DELTA DEVEL15-windows-release-notes-20071022 AUTHOR jaltman@secure-endpoints.com final for 1.5.26 2007-10-22 17:29 shadow * acinclude.m4, src/vol/fssync-server.c: DELTA DEVEL15-fssync-poll-interface-20071022 AUTHOR sxw@inf.ed.ac.uk FIXES 74708 support a poll interface otherwise, the fd setsize can screw with us 2007-10-22 15:05 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20071022 AUTHOR jaltman@secure-endpoints.com notes for 1.5.26 2007-10-22 13:22 shadow * configure.in: DELTA DEVEL15-cpp-avoid-cc-E-20071022 AUTHOR sxw@inf.ed.ac.uk finding the right cpp is good. having it not be cc -E is better 2007-10-22 03:33 jaltman * src/WINNT/afsd/smb.c: DELTA DEVEL15-windows-ntstatus-warnings-20071021 AUTHOR jaltman@secure-endpoints.com suppress warnings caused by multiple definitions of NTSTATUS values 2007-10-22 03:30 jaltman * src/WINNT/afsd/smb.c: DELTA DEVEL15-windows-del-symlink-20071021 AUTHOR jaltman@secure-endpoints.com The cmd.exe "del" command operates by opening a file and then setting the file disposition to delete on close followed by closing the file. When the filename is a symlink, the smb_fid_t scp refers to the final destination object and not the symlink. In smb_CloseFid() the correct object would be removed from the directory by name, but the wrong cm_scache_t would be marked deleted. This would result in subsequent references to the target file being considered invalid. Fix it by looking up the cm_scache_t of the symlink prior to performing the deletion. 2007-10-20 04:03 jaltman * src/WINNT/afsd/: afsd_init.c, cm_callback.c, cm_callback.h, cm_volume.c, cm_volume.h: DELTA DEVEL15-windows-registry-OfflineReadOnlyIsValid-20071019 AUTHOR jaltman@secure-endpoints.com Add registry value "OfflineReadOnlyIsValid" option. When set to non-zero value, an offline or down read only volume will be treated as if it has a valid callback even if it doesn't. 2007-10-20 00:23 shadow * configure.in, src/config/Makefile.config.in, src/libafsrpc/Makefile.in, src/lwp/Makefile.in, src/rxgen/Makefile.in, src/rxgen/rpc_main.c, src/shlibafsrpc/Makefile.in, src/sys/Makefile.in: DELTA DEVEL15-cpp-autoconf-located-20071019 AUTHOR aelschuring@hotmail.com let autoconf find cpp 2007-10-19 20:39 shadow * src/afs/afs_osidnlc.c: DELTA DEVEL15-darwin80-dnlc-dont-return-deadvnodes-20071019 AUTHOR shadow@dementia.org FIXES 41550 obvious. if we are going to be like GetVCache, we should 2007-10-19 04:27 jaltman * src/WINNT/afsd/cm_ioctl.c: DELTA DEVEL15-windows-pioctl-parse-path-20071018 AUTHOR jaltman@secure-endpoints.com cm_ParseIoctlPath() moves the ioctlp->inDatap past the ioctl path to the next data value if there is one. Make sure we move the pointer before we alter the contents of the buffer. Otherwise, the caller uses the wrong string for its next data blob. 2007-10-18 22:07 jaltman * src/sys/pioctl_nt.c: DELTA DEVEL15-windows-pioctl-error-codes-20071018 AUTHOR jaltman@secure-endpoints.com add knowledge of new cm error codes 2007-10-18 05:29 jaltman * src/WINNT/afsd/smb3.c: DELTA DEVEL15-windows-smb-20071018 AUTHOR jaltman@secure-endpoints.com refactoring, suppression of duplicate status value definition warnings, and removal of old pattern matching code 2007-10-18 05:28 jaltman * src/WINNT/afsd/: cm_freelance.c, cm_ioctl.c, symlink.c: DELTA DEVEL15-windows-freelance-symlink-20071018 AUTHOR jaltman@secure-endpoints.com More tweaking of the IoctlPathParsing code. Add special handling for many more pioctl operations performed on the Freelance root.afs volume. Add informative error values for symlink freelance operations. 2007-10-18 05:21 jaltman * src/WINNT/afsd/afskfw.c: DELTA DEVEL15-windows-afskfw-20071018 AUTHOR jaltman@secure-endpoints.com Add SOFTWARE\OpenAFS\Client AcceptDottedPrincipalNames registry value to control whether the use of Kerberos v5 principal names with dots in the first component are permitted. 2007-10-18 04:12 shadow * src/packaging/RedHat/openafs.spec.in: DELTA DEVEL15-redhat-spec-require-bison-flex-20071018 AUTHOR shadow@dementia.org require everything we need to build 2007-10-18 04:04 shadow * src/packaging/RedHat/: openafs-buildall.sh, openafs.spec.in: DELTA DEVEL15-redhat-packaging-updates-20071018 AUTHOR shadow@dementia.org make the buildall script know centos and new fedora; make the spec file include it 2007-10-17 20:34 shadow * src/afs/DARWIN/osi_vnodeops.c: DELTA DEVEL15-darwin-fsref-other-races-20071017 AUTHOR shadow@dementia.org FIXES 41550 not clear this is exactly correct but testing seems to vet it. 2007-10-17 17:17 shadow * src/afs/DARWIN/osi_vnodeops.c: DELTA DEVEL15-darwin-finalizevnode-get-vnode-inside-lock-20071017 AUTHOR cg2v@andrew.cmu.edu FIXES 41550 the ovp initialization should happen while we have the vnode locked, regardless. 2007-10-17 14:34 shadow * src/afs/afs_call.c: DELTA DEVEL15-afs-shutdown-free-resources-20071017 AUTHOR shadow@dementia.org try hard to free resources 2007-10-17 03:48 shadow * src/afs/afs_call.c: DELTA DEVEL15-darwin90-disk-cache-20071016 AUTHOR shadow@dementia.org FIXES 43303 don't break memcache, also 2007-10-16 21:56 shadow * src/afs/afs_nfsclnt.c: DELTA DEVEL15-translator-sysnamelist-bugfix-20071016 AUTHOR deengert@anl.gov FIXES 74478 fix sysname list support bug when the list is empty 2007-10-16 21:25 shadow * src/afs/afs_call.c: DELTA DEVEL15-darwin90-disk-cache-20071016 AUTHOR shadow@dementia.org FIXES 43303 don't break memcache, also 2007-10-16 17:26 jaltman * src/WINNT/afsd/fs.c: DELTA DEVEL15-windows-fs-uuid-20071016 AUTHOR jaltman@secure-endpoints.com do not require afs client administrator access to display the current Uuid value. 2007-10-16 17:21 jaltman * src/venus/fs.c: DELTA DEVEL15-fs-uuid-20071016 AUTHOR jason@rampaginggeek.com FIXES 74473 Change "fs uuid" to "fs uuid -generate" where "-generate" is a required parameter. This command requires root access to execute it. Unlike the Windows variant, the UNIX version does not yet support displaying the current UUID to the user. When this functionality is added, "-generate" should become an optional parameter. 2007-10-16 16:58 jaltman * src/bucoord/restore.c: DELTA DEVEL15-restore-20071016 AUTHOR jaltman@secure-endpoints.com FIXES 74531 afs_com_err() was called without specifying the error code. 2007-10-15 19:20 shadow * src/afs/DARWIN/osi_vnodeops.c: DELTA DEVEL15-darwin-access-avoid-confusing-cp-20071015 AUTHOR shadow@dementia.org FIXES 69363 it wants EPERM; EACCES, and it just retries forever. "no means no. now go away" 2007-10-15 17:28 shadow * src/afs/Makefile.in: DELTA DEVEL15-darwin-install-fstrace-catalog-20071015 AUTHOR shadow@dementia.org fstrace needs the message catalog to be useful. install it. 2007-10-15 17:01 shadow * src/packaging/RedHat/openafs.spec.in: DELTA DEVEL15-redhat-spec-no-kdump-really-20071015 AUTHOR shadow@dementia.org make really, really sure it's not there 2007-10-15 14:15 shadow * src/volser/volprocs.c: DELTA DEVEL15-volser-return-extended-stats-to-callers-20071015 AUTHOR rtb@pclella.cern.ch FIXES 74398 make sure when we roll over stats we return the new values 2007-10-15 03:23 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm: DELTA DEVEL15-windows-release-notes-20071014 AUTHOR jaltman@secure-endpoints.com updates for 1.5.26 2007-10-15 03:19 jaltman * src/WINNT/eventlog/NTMakefile: DELTA DEVEL15-windows-clean-eventlog-20071014 AUTHOR jaltman@secure-endpoints.com delete AFS_component_version_number.h in the lang subdirectory 2007-10-15 02:33 jaltman * src/WINNT/afsd/cm_ioctl.c: DELTA DEVEL15-windows-pioctl-two-20071014 AUTHOR jaltman@secure-endpoints.com Two more locations where an intermediary path of length zero should be ignored. 2007-10-14 05:55 jaltman * src/WINNT/afsd/cm_ioctl.c: DELTA DEVEL15-windows-pioctl-20071014 AUTHOR jaltman@secure-endpoints.com do not parse an intermediary path if the path length is 0 2007-10-12 04:30 shadow * src/packaging/RedHat/openafs-1.4.0-kmodule26.patch: DELTA DEVEL15-rpm-kmodule-patch-20071012 AUTHOR warlord@mit.edu install the openafs module in the kernel module area, in rpms 2007-10-12 04:28 shadow * src/packaging/RedHat/openafs-1.4.0-kmodule26.patch: DELTA rpm-kmodule-patch-20071012 AUTHOR warlord@mit.edu install the openafs module in the kernel module area, in rpms 2007-10-12 04:28 shadow * src/packaging/RedHat/openafs-1.4.0-kmodule26.patch: file openafs-1.4.0-kmodule26.patch was added on branch openafs-devel-1_5_x on 2007-10-12 04:30:41 +0000 2007-10-11 17:46 shadow * src/dir/dir.c: DELTA DEVEL15-gcc42-integer-overflow-fix-20071007 AUTHOR marc.dionne@technoconseil.com with fix from Hans-Werner Pulsen 2007-10-11 17:27 shadow * configure-libafs.in, configure.in, src/libafs/afs.ppc_darwin_12.plist.in, src/libafs/afs.ppc_darwin_13.plist.in, src/libafs/afs.ppc_darwin_14.plist.in, src/libafs/afs.ppc_darwin_60.plist.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.plist.in, src/packaging/MacOS/OpenAFS.info, src/packaging/MacOS/OpenAFS.info.in: DELTA DEVEL15-macos-version-generation-20071011 AUTHOR shadow@dementia.org make release time simpler 2007-10-11 16:51 shadow * src/packaging/MacOS/OpenAFS.Info.plist.in: file OpenAFS.Info.plist.in was added on branch openafs-devel-1_5_x on 2007-10-11 17:27:39 +0000 2007-10-11 16:51 shadow * src/packaging/MacOS/: OpenAFS.Info.plist.in, OpenAFS.info.in: DELTA macos-version-generation-20071011 AUTHOR shadow@dementia.org make release time simpler 2007-10-11 16:51 shadow * src/packaging/MacOS/OpenAFS.info.in: file OpenAFS.info.in was added on branch openafs-devel-1_5_x on 2007-10-11 17:27:39 +0000 2007-10-11 16:40 shadow * configure.in: DELTA DEVEL15-rpm-files-update-20071011 AUTHOR sxw@inf.ed.ac.uk FIXES updates for the specfile and rpm generation 2007-10-11 14:13 shadow * src/packaging/RedHat/: kmodtool, openafs.spec.in: DELTA DEVEL15-rpm-files-update-20071011 AUTHOR sxw@inf.ed.ac.uk FIXES updates for the specfile and rpm generation 2007-10-11 14:11 shadow * src/packaging/RedHat/kmodtool: DELTA rpm-files-update-20071011 AUTHOR sxw@inf.ed.ac.uk FIXES updates for the specfile and rpm generation 2007-10-11 14:11 shadow * src/packaging/RedHat/kmodtool: file kmodtool was added on branch openafs-devel-1_5_x on 2007-10-11 14:13:23 +0000 2007-10-11 13:59 shadow * src/dir/dir.c: DELTA DEVEL15-gcc42-integer-overflow-fix-20071007 AUTHOR marc.dionne@technoconseil.com with fix from Hans-Werner Pulsen 2007-10-10 18:52 jaltman * src/WINNT/afsd/cm_ioctl.c: DELTA DEVEL15-windows-freelance-pioctl-two-20071010 AUTHOR jaltman@secure-endpoints.com explicitly process the last component of the path separately and do not follow symlinks or chase mountpoints on the last component. 2007-10-10 17:40 shadow * src/: afs/afs_init.c, packaging/MacOS/buildpkg.sh: DELTA DEVEL15-darwin90-disk-cache-20071010 AUTHOR shadow@dementia.org FIXES 43303 support disk cache in darwin90 2007-10-10 17:01 shadow * src/: afs/afs.h, afs/afs_call.c, afs/afs_init.c, afs/DARWIN/osi_file.c, afsd/afsd.c, config/afs_args.h, config/param.ppc_darwin_90.h, config/param.x86_darwin_90.h: DELTA DEVEL15-darwin90-disk-cache-20071010 AUTHOR shadow@dementia.org FIXES 43303 support disk cache in darwin90 2007-10-10 16:06 jaltman * src/NTMakefile: DELTA DEVEL15-windows-build-xstat-20071010 AUTHOR jaltman@secure-endpoints.com build xstat directory 2007-10-10 15:44 jaltman * src/WINNT/eventlog/lang/NTMakefile: DELTA DEVEL15-windows-clean-eventlog-20071010 AUTHOR jaltman@secure-endpoints.com clean eventlog/lang/AFS_component_version_number.h 2007-10-10 15:38 jaltman * src/WINNT/install/wix/config.wxi: DELTA DEVEL15-windows-installer-wix-20071010 AUTHOR jaltman@secure-endpoints.com Later versions of the wix toolset require that all variables be defined with a value. 2007-10-10 15:22 jaltman * src/WINNT/afsd/: cm_cell.c, cm_ioctl.c, cm_volume.c: DELTA DEVEL15-windows-freelance-pioctl-20071010 AUTHOR jaltman@secure-endpoints.com pioctl commands were failing with CM_ERROR_NOSUCHCELL because the Freelance cell object was not being added to the Cell Name and ID hash tables. ParseIoctlPath was not consistently returning the FID of the specified symlink or mount point object. The was still one more case in which CM_FLAG_FOLLOW was being specified left over from windows-parse-ioctl-path-20070629. Changed the use of CM_FLAG_FOLLOW into a 'follow' variable to ease testing and permit easy migration to adding a 'follow' parameter to the function. RXAFS_GetVolumeStatus is always going to fail for Freelance volumes. Fake the response data. UpdateVolume() was performing the wrong test for Freelance volumes. Freelance volumes should not be marked offline even though they have no servers. 2007-10-09 21:30 shadow * src/libafs/MakefileProto.DARWIN.in: DELTA DEVEL15-darwin90-debug-harder-20071009 AUTHOR shadow@dementia.org stab the stabs 2007-10-09 16:00 shadow * src/libafs/MakefileProto.DARWIN.in: DELTA DEVEL15-darwin90-dsym-and-ppc-cputype-support-20071009 AUTHOR shadow@dementia.org build for all ppc cputypes. also, support dsym debug info instead of stabs, when appropriate 2007-10-07 20:01 shadow * src/dir/dir.c: DELTA DEVEL15-gcc42-integer-overflow-fix-20071007 AUTHOR marc.dionne@technoconseil.com fix issue where gcc 4.2 compiled kernel modules were breaking on linux 2007-10-05 22:18 shadow * src/: afs/SOLARIS/osi_machdep.h, rx/rx_kcommon.h, rx/rx_prototypes.h: DELTA DEVEL15-sol10-abstraction-20071005 AUTHOR shadow@dementia.org abstract things as needed 2007-10-05 03:31 shadow * src/viced/viced.c: DELTA DEVEL15-dafs-listen-after-restoring-state-20071004 AUTHOR tkeiser@gmail.com don't start rx server until the previous state has been loaded 2007-10-05 03:23 shadow * src/vol/vol-salvage.c: DELTA DEVEL15-vol-salvager-avoid-logging-to-nothing-20071004 AUTHOR shadow@dementia.org check for logFile before using 2007-10-05 03:09 shadow * acinclude.m4, src/afs/LINUX/osi_vfsops.c, src/afs/LINUX/osi_vnodeops.c, src/cf/linux-test4.m4: DELTA DEVEL15-linux-2623-support-20071004 AUTHOR marc.dionne@technoconseil.com FIXES 70773 update for support for 2.6.23 2007-10-05 02:24 shadow * src/: afs/afs.h, afs/afs_call.c, afs/afs_server.c, afs/SOLARIS/osi_machdep.h, rx/rx_prototypes.h, rx/SOLARIS/rx_knet.c: DELTA DEVEL15-solaris10-network-updates-20071004 AUTHOR daleg@umbc.edu FIXES 72759 This patch removes use of the non-Public ILL structures by OpenAFS to gather network interface information in order to make RX packet size and server locality decisions. 2007-10-04 14:13 jaltman * src/WINNT/afsd/cm_btree.c: DELTA DEVEL15-windows-btree-rename-case-only-20071004 AUTHOR jaltman@secure-endpoints.com Attempts to rename by case only would fail when there are more than one ambiguous matches. The list of data nodes would be corrupted and future tree manipulations could result in a crash. 2007-10-03 17:06 rees * src/: WINNT/afsd/afskfw.c, WINNT/afsd/cm_ioctl.c, WINNT/aklog/aklog.c, libafsrpc/afsrpc.def: DELTA rxk5-20071003 AUTHOR matt@linuxbox.com Minimal changes to build with current kerberos and comerr 2007-10-03 15:29 jaltman * src/libadmin/: adminutil/afs_AdminInternal.h, client/afs_clientAdmin.c: DELTA DEVEL15-libadmin-minimize-dns-lookups-20071003 AUTHOR jaltman@secure-endpoints.com Some cells have a large number of servers listed in the vldb that no longer exist and/or do not have PTR records in DNS. The algorithm used to obtain the "server names" from IP addresses involves opening a cell handle, creating an iterator of all servers, and then iterating over them until a match is found for the IP address. This is done for every server reference. Each time the iterator was constructed the vldb would be queried and gethostbyaddr() would be called on every listed ip address. This patch stores a copy of the server list in the cell handle along with an expiration time generated from a 10 minute TTL. This significant reduces but does not eliminate the number of times that the caller is blocked on reverse dns lookups. 2007-10-03 15:19 jaltman * src/tviced/NTMakefile: DELTA DEVEL15-windows-tviced-resfile-20071003 AUTHOR jaltman@secure-endpoints.com Add explicit build rules for TVICEDRES since we do not build the non-threaded file server on Windows 2007-10-02 00:16 shadow * src/viced/callback.c: DELTA DEVEL15-dafs-cbstate-tracking-fix-20071001 AUTHOR tkeiser@gmail.com fix this the rest of the places it happens 2007-10-01 20:03 jaltman * src/WINNT/afsd/lanahelper.cpp: DELTA DEVEL15-windows-lanahelper-20071001 AUTHOR jaltman@secure-endpoints.com uninitialized variable in lana_IsLoopback 2007-09-27 23:17 shadow * src/volser/volprocs.c: DELTA DEVEL15-vollistpart-init-error-20070927 AUTHOR drh@umich.edu FIXES 72144 correct an initialization failure in VolListPartitions 2007-09-27 16:32 shadow * src/vol/volume.c: DELTA DEVEL15-dafs-avoid-volhdr-leak-20070927 AUTHOR tkeiser@gmail.com when there's an error don't leak the loaded header; release it 2007-09-26 16:33 rees * Makefile.in, README-NT, acinclude.m4, configure-libafs.in, configure.in, doc/man-pages/pod8/afsd.pod, doc/txt/winnotes/afs-changes-since-1.2.txt, doc/txt/winnotes/afs-issues.txt, src/NTMakefile, src/WINNT/afsapplib/al_creds.cpp, src/WINNT/afsapplib/al_error.cpp, src/WINNT/afsapplib/al_misc.cpp, src/WINNT/afsapplib/al_progress.cpp, src/WINNT/afsapplib/al_pump.cpp, src/WINNT/afsapplib/al_wizard.cpp, src/WINNT/afsapplib/checklist.cpp, src/WINNT/afsapplib/ctl_date.cpp, src/WINNT/afsapplib/ctl_elapsed.cpp, src/WINNT/afsapplib/ctl_sockaddr.cpp, src/WINNT/afsapplib/ctl_spinner.cpp, src/WINNT/afsapplib/ctl_time.cpp, src/WINNT/afsapplib/dialog.cpp, src/WINNT/afsd/NTMakefile, src/WINNT/afsd/afsd_init.c, src/WINNT/afsd/afsd_service.c, src/WINNT/afsd/afskfw-int.h, src/WINNT/afsd/afskfw.c, src/WINNT/afsd/afskfw.h, src/WINNT/afsd/afslogon.c, src/WINNT/afsd/cm.h, src/WINNT/afsd/cm_access.c, src/WINNT/afsd/cm_buf.c, src/WINNT/afsd/cm_buf.h, src/WINNT/afsd/cm_callback.c, src/WINNT/afsd/cm_cell.c, src/WINNT/afsd/cm_cell.h, src/WINNT/afsd/cm_conn.c, src/WINNT/afsd/cm_conn.h, src/WINNT/afsd/cm_daemon.c, src/WINNT/afsd/cm_daemon.h, src/WINNT/afsd/cm_dcache.c, src/WINNT/afsd/cm_dcache.h, src/WINNT/afsd/cm_dir.c, src/WINNT/afsd/cm_freelance.c, src/WINNT/afsd/cm_ioctl.c, src/WINNT/afsd/cm_ioctl.h, src/WINNT/afsd/cm_memmap.c, src/WINNT/afsd/cm_memmap.h, src/WINNT/afsd/cm_scache.c, src/WINNT/afsd/cm_scache.h, src/WINNT/afsd/cm_server.c, src/WINNT/afsd/cm_server.h, src/WINNT/afsd/cm_user.c, src/WINNT/afsd/cm_utils.c, src/WINNT/afsd/cm_vnodeops.c, src/WINNT/afsd/cm_vnodeops.h, src/WINNT/afsd/cm_volume.c, src/WINNT/afsd/cm_volume.h, src/WINNT/afsd/fs.c, src/WINNT/afsd/lanahelper.cpp, src/WINNT/afsd/rawops.c, src/WINNT/afsd/smb.c, src/WINNT/afsd/smb.h, src/WINNT/afsd/smb3.c, src/WINNT/afsd/smb_iocons.h, src/WINNT/afsd/smb_ioctl.c, src/WINNT/afsd/smb_ioctl.h, src/WINNT/afssvrmgr/NTMakefile, src/WINNT/aklog/NTMakefile, src/WINNT/aklog/aklog.c, src/WINNT/client_config/NTMakefile, src/WINNT/client_config/lang/en_US/afs_config.rc, src/WINNT/client_creds/NTMakefile, src/WINNT/client_creds/mounttab.cpp, src/WINNT/client_exp/afs_shl_ext.cpp, src/WINNT/client_exp/gui2fs.cpp, src/WINNT/client_exp/shell_ext.cpp, src/WINNT/doc/install/Documentation/en_US/html/index.htm, merge in latest changes from openafs-devel-1_5_x update to rxk5-m55 src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/logo.ht m, src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/relnote s-frames.htm, src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/relnote s.htm, src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/toc.htm , src/WINNT/install/NSIS/CellServDB, src/WINNT/install/NSIS/OpenAFS.nsi, src/WINNT/install/loopback/NTMakefile, src/WINNT/install/wix/CellServDB, src/WINNT/install/wix/feature.wxi, src/WINNT/install/wix/files.wxi, src/WINNT/install/wix/openafs.wxs, src/WINNT/install/wix/platform.wxi, src/WINNT/install/wix/registry.wxi, src/WINNT/install/wix/lang/en_US/strings.wxl, src/WINNT/kfw/inc/loadfuncs/loadfuncs-krb5.h, src/WINNT/license/NTMakefile, src/WINNT/netidmgr_plugin/NTMakefile, src/WINNT/netidmgr_plugin/afsconfigdlg.c, src/WINNT/netidmgr_plugin/afscred.h, src/WINNT/netidmgr_plugin/afsfuncs.c, src/WINNT/netidmgr_plugin/afsfuncs.h, src/WINNT/netidmgr_plugin/afsnewcreds.c, src/WINNT/netidmgr_plugin/afsnewcreds.h, src/WINNT/netidmgr_plugin/afsplugin.c, src/WINNT/netidmgr_plugin/dynimport.c, src/WINNT/netidmgr_plugin/dynimport.h, src/WINNT/netidmgr_plugin/krb5common.c, src/WINNT/netidmgr_plugin/langres.h, src/WINNT/netidmgr_plugin/version.rc, src/WINNT/netidmgr_plugin/lang/en_us/langres.rc, src/afs/afs_analyze.c, src/afs/afs_call.c, src/afs/afs_callback.c, src/afs/afs_cell.c, src/afs/afs_dcache.c, src/afs/afs_icl.c, src/afs/afs_init.c, src/afs/afs_nfsclnt.c, src/afs/afs_osi.h, src/afs/afs_osi_gcpags.c, src/afs/afs_osi_pag.c, src/afs/afs_pioctl.c, src/afs/afs_prototypes.h, src/afs/afs_server.c, src/afs/afs_syscall.c, src/afs/afs_user.c, src/afs/afs_util.c, src/afs/afs_vcache.c, src/afs/afs_volume.c, src/afs/lock.h, src/afs/AIX/osi_file.c, src/afs/LINUX/osi_groups.c, src/afs/LINUX/osi_machdep.h, src/afs/LINUX/osi_module.c, src/afs/LINUX/osi_nfssrv.c, src/afs/LINUX/osi_pag_module.c, src/afs/LINUX/osi_probe.c, src/afs/LINUX/osi_sleep.c, src/afs/LINUX/osi_syscall.c, src/afs/LINUX/osi_sysctl.c, src/afs/LINUX/osi_vfsops.c, src/afs/LINUX/osi_vnodeops.c, src/afs/VNOPS/afs_vnop_flock.c, src/afsd/afsd.c, src/afsweb/weblog.c, src/aklog/Makefile.in, src/aklog/aklog_main.c, src/aklog/asetkey.c, src/audit/audit.c, src/auth/Makefile.in, src/auth/NTMakefile, src/auth/cellconfig.c, src/auth/ktc.c, src/auth/userok.c, src/bozo/NTMakefile, src/bozo/bosoprocs.c, src/bozo/bosserver.c, src/bucoord/bc_status.c, src/bucoord/commands.c, src/bucoord/dump.c, src/bucoord/dump_sched.c, src/bucoord/main.c, src/bucoord/restore.c, src/bucoord/tape_hosts.c, src/bucoord/ubik_db_if.c, src/bucoord/vol_sets.c, src/bucoord/volstub.c, src/budb/NTMakefile, src/budb/server.c, src/butc/tcmain.c, src/butc/tcprocs.c, src/butc/tcudbprocs.c, src/butc/test_budb.c, src/cf/bigendian.m4, src/cf/kerberos.m4, src/cf/linux-test1.m4, src/cf/linux-test2.m4, src/cf/linux-test4.m4, src/cf/osconf.m4, src/config/Makefile.in, src/config/NTMakefile, src/config/NTMakefile.amd64_w2k, src/config/NTMakefile.i386_nt40, src/config/NTMakefile.i386_w2k, src/config/afs_sysnames.h, src/config/libafsdep, src/config/param.amd64_linux24.h, src/config/param.ppc64_linux24.h, src/config/param.ppc64_linux26.h, src/config/param.ppc_linux24.h, src/config/param.ppc_linux26.h, src/config/param.sparc64_linux24.h, src/config/param.sparc64_linux26.h, src/config/param.sparc_linux24.h, src/config/venus.h, src/dauth/dlog.c, src/kauth/Makefile.in, src/kauth/NTMakefile, src/kauth/kaserver.c, src/libafs/Makefile.common.in, src/libafs/MakefileProto.AIX.in, src/libafs/MakefileProto.LINUX.in, src/libafs/MakefileProto.SOLARIS.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/libafs/make_kbuild_makefile.pl, src/libafsauthent/afsauthent.def, src/libafsrpc/NTMakefile, src/libafsrpc/afsrpc.def, src/libuafs/Makefile.common.in, src/packaging/HP-UX/files/usr/vice/etc/CellServDB, src/packaging/MacOS/CellServDB, src/packaging/MacOS/OpenAFS.Info.plist, src/packaging/MacOS/OpenAFS.info, src/packaging/MacOS/buildpkg.sh, src/platform/SOLARIS/.cvsignore, src/ptserver/Makefile.in, src/ptserver/NTMakefile, src/ptserver/ptclient.c, src/ptserver/ptprocs.c, src/ptserver/ptserver.c, src/ptserver/ptuser.c, src/rx/rx.c, src/rx/rx.h, src/rx/rx_kcommon.c, src/rx/rx_packet.c, src/rx/rx_rdwr.c, src/rx/LINUX/rx_kmutex.c, src/rx/LINUX/rx_knet.c, src/rxgen/rpc_main.c, src/rxkad/bg-fcrypt.c, src/rxkad/rxkad_client.c, src/rxkad/rxkad_common.c, src/rxkad/rxkad_server.c, src/rxkad/ticket.c, src/rxkad/ticket5.c, src/rxkad/domestic/fcrypt.c, src/shlibafsauthent/Makefile.in, src/shlibafsrpc/.cvsignore, src/shlibafsrpc/Makefile.in, src/shlibafsrpc/mapfile, src/shlibafsrpc/mapfile.afs_xdr, src/sys/Makefile.in, src/sys/pagsh.c, src/sys/pioctl_nt.c, src/tsm41/Makefile.in, src/tsm41/aix41_auth.c, src/tsm41/aix41_ident.c, src/tviced/NTMakefile, src/tviced/serialize_state.c, src/ubik/NTMakefile, src/ubik/remote.c, src/ubik/ubik.c, src/ubik/ubikclient.c, src/ubik/uinit.c, src/update/NTMakefile, src/update/server.c, src/venus/cmdebug.c, src/venus/fs.c, src/venus/kdump.c, src/viced/NTMakefile, src/viced/afsfileprocs.c, src/viced/callback.c, src/viced/host.c, src/viced/host.h, src/viced/viced.c, src/viced/viced.h, src/vlserver/Makefile.in, src/vlserver/NTMakefile, src/vlserver/vlserver.c, src/vol/Makefile.in, src/vol/clone.c, src/vol/ihandle.h, src/vol/namei_ops.c, src/vol/vol-salvage.c, src/vol/volume.c, src/volser/NTMakefile, src/volser/dumpstuff.c, src/volser/volmain.c, src/volser/volprocs.c, src/volser/vos.c, src/volser/vsutils.c: DELTA mdw-rxk5-m55-20070926 AUTHOR mdw@umich.edu 2007-09-20 11:58 jaltman * README-NT: DELTA DEVEL15-readme-nt-20070920 AUTHOR jaltman@secure-endpoints.com update wix and nsis instructions 2007-09-20 11:46 jaltman * src/tbutc/: NTMakefile, butc.rc: DELTA DEVEL15-windows-version-info-20070920 AUTHOR jaltman@secure-endpoints.com add version info to the threaded version of butc.exe that we ship 2007-09-20 11:44 jaltman * src/tbutc/butc.rc: file butc.rc was added on branch openafs-devel-1_5_x on 2007-09-20 11:46:07 +0000 2007-09-20 11:44 jaltman * src/tbutc/butc.rc: DELTA windows-version-info-20070920 AUTHOR jaltman@secure-endpoints.com add version info to the threaded version of butc.exe that we ship 2007-09-20 04:53 shadow * src/: aklog/aklog_main.c, cf/kerberos.m4, cf/osconf.m4: DELTA DEVEL15-krb5-aklog-kimpersonate-conditionalize-20070920 AUTHOR shadow@dementia.org make kimpersonate conitional 2007-09-20 04:14 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-25-20070920 AUTHOR shadow@dementia.org make openafs 1.5.25 2007-09-20 04:09 shadow * src/vol/volume.c: DELTA DEVEL15-dafs-loadvolumeheader-before-we-need-it-20070920 AUTHOR shadow@dementia.org make sure we have a header instead of potentially dereffing null 2007-09-20 04:01 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20070919 AUTHOR jaltman@secure-endpoints.com final changes for 1.5.25 2007-09-20 03:59 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20070919 AUTHOR jaltman@secure-endpoints.com 1.5.25 = 1.5.2500.0 2007-09-20 03:55 jaltman * src/WINNT/afsd/: afsd_service.c, cm_btree.c, cm_btree.h, cm_dir.c, cm_dir.h, cm_ioctl.c: DELTA DEVEL15-windows-fs-memdump-20070919 AUTHOR jaltman@secure-endpoints.com add directory lookup stats to "fs memdump" output 2007-09-19 21:29 jaltman * src/WINNT/afsd/smb3.c: DELTA DEVEL15-windows-hex-dump-20070919 AUTHOR jaltman@secure-endpoints.com remove the broken percent quoting from OutputDebugHexDump as it is not required. We never use the resulting string as a print format string. 2007-09-19 17:58 jaltman * src/: WINNT/afsadmsvr/NTMakefile, WINNT/install/NSIS/AdminGroup.rc, WINNT/install/NSIS/Killer.rc, WINNT/install/NSIS/NTMakefile, WINNT/install/NSIS/Service.rc, WINNT/install/loopback/NTMakefile, WINNT/install/loopback/afsloopback.rc, WINNT/install/loopback/instloop.rc, WINNT/install/wix/custom/NTMakefile, WINNT/install/wix/custom/afscustom.rc, WINNT/license/NTMakefile, WINNT/license/sgml2rtf.rc, bucoord/NTMakefile, butc/NTMakefile, comerr/NTMakefile, comerr/compile_et.rc, rxgen/NTMakefile, rxgen/rxgen.rc, viced/NTMakefile, viced/cbd.rc: DELTA DEVEL15-windows-version-info-20070919 AUTHOR jaltman@secure-endpoints.com FIXES 71397 Many of the OpenAFS binaries that are installed on end user machines did not have version information. This is problematic as it is impossible to determine which version of a binary the crash report was filed against when a report is received by Microsoft Windows Error Reporting service. 2007-09-19 17:56 jaltman * src/comerr/compile_et.rc: file compile_et.rc was added on branch openafs-devel-1_5_x on 2007-09-19 17:58:48 +0000 2007-09-19 17:56 jaltman * src/viced/cbd.rc: file cbd.rc was added on branch openafs-devel-1_5_x on 2007-09-19 17:58:48 +0000 2007-09-19 17:56 jaltman * src/rxgen/rxgen.rc: file rxgen.rc was added on branch openafs-devel-1_5_x on 2007-09-19 17:58:48 +0000 2007-09-19 17:56 jaltman * src/WINNT/install/loopback/instloop.rc: file instloop.rc was added on branch openafs-devel-1_5_x on 2007-09-19 17:58:47 +0000 2007-09-19 17:56 jaltman * src/WINNT/license/sgml2rtf.rc: file sgml2rtf.rc was added on branch openafs-devel-1_5_x on 2007-09-19 17:58:48 +0000 2007-09-19 17:56 jaltman * src/WINNT/install/loopback/afsloopback.rc: file afsloopback.rc was added on branch openafs-devel-1_5_x on 2007-09-19 17:58:47 +0000 2007-09-19 17:56 jaltman * src/WINNT/install/wix/custom/afscustom.rc: file afscustom.rc was added on branch openafs-devel-1_5_x on 2007-09-19 17:58:47 +0000 2007-09-19 17:55 jaltman * src/WINNT/install/NSIS/Service.rc: file Service.rc was added on branch openafs-devel-1_5_x on 2007-09-19 17:58:47 +0000 2007-09-19 17:55 jaltman * src/WINNT/install/NSIS/Killer.rc: file Killer.rc was added on branch openafs-devel-1_5_x on 2007-09-19 17:58:47 +0000 2007-09-19 17:55 jaltman * src/: WINNT/install/NSIS/AdminGroup.rc, WINNT/install/NSIS/Killer.rc, WINNT/install/NSIS/Service.rc, WINNT/install/loopback/afsloopback.rc, WINNT/install/loopback/instloop.rc, WINNT/install/wix/custom/afscustom.rc, WINNT/license/sgml2rtf.rc, comerr/compile_et.rc, rxgen/rxgen.rc, viced/cbd.rc: DELTA windows-version-info-20070919 AUTHOR jaltman@secure-endpoints.com FIXES 71397 Many of the OpenAFS binaries that are installed on end user machines did not have version information. This is problematic as it is impossible to determine which version of a binary the crash report was filed against when a report is received by Microsoft Windows Error Reporting service. 2007-09-19 17:55 jaltman * src/WINNT/install/NSIS/AdminGroup.rc: file AdminGroup.rc was added on branch openafs-devel-1_5_x on 2007-09-19 17:58:47 +0000 2007-09-19 05:55 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20070919 AUTHOR jaltman@secure-endpoints.com changes for 1.5.25 2007-09-19 05:53 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm: DELTA DEVEL15-windows-release-notes-20070919 AUTHOR jaltman@secure-endpoints.com updates for 1.5.25 2007-09-18 16:59 jaltman * src/WINNT/afsd/: cm_buf.c, cm_dcache.c, smb.c, smb3.c: DELTA DEVEL15-windows-vnovnode-while-file-in-use-20070918 AUTHOR jaltman@secure-endpoints.com Discovered another case where VNOVNODE errors were not being handled. If there are dirty buffers and a VNOVNODE error is received while writing the buffer, the buffer would be left in the dirty buffers queue. This caused a couple problems: (1) any attempt to flush the file, volume, or cache would fail because there were unflushed dirty buffers that could not be flushed. (2) shutdown of the service would hang because the buffers could not be flushed. In addition, while a VNOVNODE error would result in the cm_scache_t being marked CM_SCACHEFLAG_DELETED, this state was not being checked at the SMB layer. As a result, if a smb_fid_t was allocated and it referenced the deleted cm_scache_t, the SMB operations would continue to be processed and report success even if the actual file or directory no longer existed. We now clear the dirty state on buffers which cannot be written due to VNOVNODE errors. We also check the cm_scache_t for deletion prior to use whenever a smb_fid_t is looked up. If the cm_scache_t is deleted, the smb_fid_t is closed and the error CM_ERROR_NOSUCHFILE is returned for files or CM_ERROR_NOSUCHPATH for directories. 2007-09-18 06:36 jaltman * src/WINNT/client_config/NTMakefile: DELTA DEVEL15-windows-afs-config-vista-uac-vs2005-20070918 AUTHOR jaltman@secure-endpoints.com merge the manifests for vs 2005 2007-09-18 06:14 jaltman * src/WINNT/client_config/: NTMakefile, afs_config.exe.manifest: DELTA DEVEL15-windows-afs-config-vista-uac-20070918 AUTHOR jaltman@secure-endpoints.com Mark afs_config.exe via a manifest with requestedExecutionLevel = HighestAvailable This will ensure that when Vista UAC is active, that a member of the Administrators group must run the AFS Control Panel with Administrators privileges. 2007-09-18 06:13 jaltman * src/WINNT/client_config/afs_config.exe.manifest: file afs_config.exe.manifest was added on branch openafs-devel-1_5_x on 2007-09-18 06:14:23 +0000 2007-09-18 06:13 jaltman * src/WINNT/client_config/afs_config.exe.manifest: DELTA windows-afs-config-vista-uac-20070918 AUTHOR jaltman@secure-endpoints.com Mark afs_config.exe via a manifest with requestedExecutionLevel = HighestAvailable This will ensure that when Vista UAC is active, that a member of the Administrators group must run the AFS Control Panel with Administrators privileges. 2007-09-18 06:08 jaltman * src/config/NTMakefile.i386_w2k: DELTA DEVEL15-windows-cl1310-manifests-20070918 AUTHOR jaltman@secure-endpoints.com add support for manifests to .NET 2003 builds 2007-09-18 06:05 jaltman * src/WINNT/install/NSIS/: NTMakefile, OpenAFS.nsi: DELTA DEVEL15-windows-nsis-20070918 AUTHOR jaltman@secure-endpoints.com fix error in NTMakefile that used the CL_1310 configuration for the VS 2005 compiler force RequestExecutionLevel to admin for Vista 2007-09-13 17:59 jaltman * src/WINNT/afsd/: cm_callback.c, cm_callback.h, cm_conn.c, cm_scache.c, cm_server.c: DELTA DEVEL15-windows-down-servers-20070913 AUTHOR jaltman@secure-endpoints.com Do not assign a new downTime to a server that is already down. Doing so breaks the logic to preserve callback validity until the server comes back up. 2007-09-13 01:41 jaltman * src/WINNT/afsd/: cm_buf.c, cm_vnodeops.c, smb.c, smb3.c: DELTA DEVEL15-windows-afsmaxpath-20070912 AUTHOR jaltman@secure-endpoints.com ensure that all path stack buffers are of size AFSMAXPATH 2007-09-12 18:27 shadow * src/vol/volume.c: DELTA DEVEL15-dafs-shutdown-state-fix-20070912 AUTHOR jhutz@cmu.edu clean up the dafs shutdown code to not read bogus info into the id 2007-09-12 18:16 shadow * src/aklog/aklog_main.c: DELTA DEVEL15-aklog-kimpersonate-20070912 AUTHOR shadow@dementia.org FIXES inline kimpersonate support, to make testing easier. 2007-09-12 17:29 jaltman * src/WINNT/afsd/: cm_btree.c, cm_btree.h: DELTA DEVEL15-windows-dir-bplus-shortnames-20070912 AUTHOR jaltman@secure-endpoints.com When a file name does not conform to 8.3 notation, an 8.3 notation alias is generated for it. This short name form must be searchable in the B+ tree. This commit adds a longname field to the data node which is used both to identify the real name associated with the short name as well as whether or not the short name is in fact an alias. Being able to determine whether or not a data node is an alias will be important when we support using the B+ tree for directory enumeration. For insertion, if the name does not conform to 8.3 notation, a second entry is inserted into the B+ tree using the shortname as the key and the longname stored in the data. For deletion, we lookup the data node for the provided key. If there is a longname we remove the longname entry first and then the shortname entry. If the key is a longname, we lookup the data node so we can acquire the FID and then use that to compute the shortname. We then remove both the shortname and longname entries from the B+ tree. 2007-09-11 16:13 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA DEVEL15-windows-getcell-deadlock-20070911 AUTHOR jaltman@secure-endpoints.com don't hold the cm_scache_t mutex across calls to cm_GetCell() since cm_GetCell() can block in an RPC call. If that cm_scache_t must be accessed to revoke a callback, it can result in a deadlock. 2007-09-11 15:38 shadow * src/vol/namei_ops.c: DELTA DEVEL15-namei-protect-against-extra-files-20070911 AUTHOR cg2v@andrew.cmu.edu if someone is monkeying in the filesystem, sometimes they shoot themselves. save them if they renamed foo to foo.bak (where foo is a full 64 bits) 2007-09-11 05:04 jaltman * src/WINNT/afsd/: cm_dcache.c, smb3.c: DELTA DEVEL15-windows-prefetch-executables-20070911 AUTHOR jaltman@secure-endpoints.com avoid prefetch race condition in CreateX functions do not permit reference underflow when ending background prefetch ops 2007-09-10 21:59 jaltman * src/vol/ihandle.c: DELTA DEVEL15-namei-fsync-less-20070910 AUTHOR shadow@dementia.org remove sync() call from Windows build 2007-09-10 19:08 jaltman * src/WINNT/afsd/: afsd_init.c, cm_buf.h, cm_dcache.c, cm_dcache.h, cm_scache.h, smb.h, smb3.c: DELTA DEVEL15-windows-prefetch-executables-20070910 AUTHOR jaltman@secure-endpoints.com This code defines a new service parameter "PrefetchExecutableExtensions" of type REG_MULTI_SZ. By default it is undefined and does nothing. If it is defined, files that match the extensions will be prefetched in their entirety. All of the prefetch functions now pay attention to the length parameters. Previously, length parameters were specified on some functions in the chain but they were ignored. The reality was that the chunksize was used regardless of what was indicated. Prefetching is still optional. If the prefetch fails during the initial attempt you lose. Otherwise, as many buffers as are required to satisfy the requested prefetch length will be requested from the file server in chunksize units. If buffers have already been acquired, they are skipped during the prefetch operation. 2007-09-10 19:02 jaltman * src/WINNT/client_osi/: largeint.h, osi.h, osiutils.c: DELTA DEVEL15-windows-largeinteger-20070910 AUTHOR jaltman@secure-endpoints.com Fix the function type so that assignment of return values are properly applied. Add missing comparison routines. 2007-09-10 04:55 jaltman * src/WINNT/afsd/cm_scache.c: DELTA DEVEL15-windows-callbacks-20070909 AUTHOR jaltman@secure-endpoints.com when suspending only clear callbacks for servers that are in an up state. if they were in a down state, then we couldn't send the clear callbacks message but more importantly, we need to leave the callback info current because the callbacks should not be cleared until the server is once again reachable. 2007-09-10 04:13 jaltman * README-NT: DELTA DEVEL15-windows-readme-nt-20070909 AUTHOR jaltman@secure-endpoints.com update NSIS version to 2.30 2007-09-10 03:34 jaltman * src/WINNT/install/wix/files.wxi: DELTA DEVEL15-windows-wix-20070909 AUTHOR jaltman@secure-endpoints.com make the service display name consistent with the NSIS installer. 2007-09-10 03:32 jaltman * src/WINNT/install/NSIS/NTMakefile: DELTA DEVEL15-windows-nsis-20070909 AUTHOR jaltman@secure-endpoints.com do not link object files twice 2007-09-07 04:03 shadow * src/vol/: ihandle.c, ihandle.h, namei_ops.c, vol-salvage.c: DELTA DEVEL15-namei-fsync-less-20070907 AUTHOR rtb@pclella.cern.ch FIXES 30632 we call fsync() too much. call it less, and fsync in the background 2007-09-05 21:52 shadow * src/: afsd/CellServDB, packaging/Debian/CellServDB, packaging/HP-UX/files/usr/vice/etc/CellServDB, packaging/MacOS/CellServDB: DELTA DEVEL15-consolidate-cellservdb-20070905 AUTHOR shadow@dementia.org step 1. one place. step 2 is coming: fix the scripts to update it when we do a release 2007-09-05 21:49 shadow * src/afsd/CellServDB: DELTA consolidate-cellservdb-20070905 AUTHOR shadow@dementia.org step 1. one place. step 2 is coming: fix the scripts to update it when we do a release 2007-09-05 21:49 shadow * src/afsd/CellServDB: file CellServDB was added on branch openafs-devel-1_5_x on 2007-09-05 21:52:39 +0000 2007-09-03 04:00 shadow * src/viced/callback.c: DELTA DEVEL15-dafs-savestatefe-avoid-overflow-20070902 AUTHOR jhutz@cmu.edu The problem is that cb_stateSaveFE() overflows an iovec array on its stack. When it returns, the PC is loaded with garbage and the process crashes. 2007-09-02 16:37 jaltman * src/WINNT/: afsd/afskfw.c, client_creds/ipaddrchg.c: DELTA DEVEL15-windows-64bit-ms2mit-20070902 AUTHOR jaltman@secure-endpoints.com add ms2mit support for 64-bit windows 2007-09-02 16:22 jaltman * src/WINNT/kfw/lib/amd64/leashw64.lib: DELTA DEVEL15-windows-win64-kfw-20070902 AUTHOR jaltman@secure-endpoints.com leashw32.dll has been ported to win64 as leashw64.dll 2007-09-02 16:21 jaltman * src/WINNT/kfw/lib/amd64/leashw64.lib: file leashw64.lib was added on branch openafs-devel-1_5_x on 2007-09-02 16:22:15 +0000 2007-09-02 16:21 jaltman * src/WINNT/kfw/lib/amd64/leashw64.lib: DELTA windows-win64-kfw-20070902 AUTHOR jaltman@secure-endpoints.com leashw32.dll has been ported to win64 as leashw64.dll 2007-08-31 19:28 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20070831 AUTHOR jaltman@secure-endpoints.com 1.5.24a == 1.5.2401.0 2007-08-31 14:32 shadow * src/vol/volume.c: DELTA DEVEL15-dafs-commit-updatelist-change-20070831 AUTHOR jaltman@secure-endpoints.com actually save the changed value 2007-08-31 04:03 jaltman * src/WINNT/client_creds/ipaddrchg.c: DELTA DEVEL15-windows-afscreds-win64-20070830 AUTHOR jaltman@secure-endpoints.com disable krb4 and ms2mit for win64 2007-08-31 02:56 jaltman * src/WINNT/afsd/: cm.h, cm_dir.c, cm_dir.h, cm_vnodeops.c, smb.c, smb3.c: DELTA DEVEL15-windows-afsd-dirop-20070830 AUTHOR jaltman@secure-endpoints.com Do not attempt to obtain a write lock on a directory if we already know that we aren't going to perform any local directory updates. Add the CM_ERROR_BPLUS_NOMATCH error which has the same meaning as CM_ERROR_NOSUCHFILE except that it indicates that we came to that conclusion as the result of a bplus search. This provides us the ability to short circuit additional directory searches since we know the answer is final. 2007-08-31 02:27 jaltman * src/WINNT/install/wix/: feature.wxi, files.wxi, platform.wxi: DELTA DEVEL15-windows-wix-20070830 AUTHOR asanka@secure-endpoints.com permit instloop.exe to be extraced to Client/Programs/instloop.exe from the installer by using "msiexec /a". 2007-08-29 21:53 jaltman * src/WINNT/afsd/: afskfw-int.h, afskfw.c: DELTA DEVEL15-windows-64bit-afskfw-20070829 AUTHOR jaltman@secure-endpoints.com Disable the use of krb524, leash, and ms2mit (because it depends on leash) for 64-bit builds. We will need to implement our own replacement for the ms2mit functionality. 2007-08-29 06:55 jaltman * src/WINNT/install/wix/: feature.wxi, files.wxi: DELTA DEVEL15-windows-wix-64bit-aklog-20070829 AUTHOR jaltman@secure-endpoints.com enable the installation of aklog.exe and asetkey.exe on 64-bit windows. 2007-08-29 06:46 jaltman * src/WINNT/aklog/aklog.c: DELTA DEVEL15-windows-64bit-aklog-no-krb4-20070829 AUTHOR jaltman@secure-endpoints.com disable krb4 and krb524 functionality in 64-bit aklog because there is no support in 64-bit kfw. 2007-08-29 05:32 jaltman * src/WINNT/netidmgr_plugin/: afsfuncs.c, krb5common.c: DELTA DEVEL15-windows-nim-afs-file-ccache-20070829 AUTHOR jaltman@secure-endpoints.com make the afs network identity provider compatible with FILE: credential caches. this is mostly of importance to 64-bit Windows users since there is no CCAPI implementation for 64-bit KFW. 2007-08-29 04:08 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-24-20070829 AUTHOR shadow@dementia.org 1.5.24 2007-08-28 21:24 jaltman * src/WINNT/netidmgr_plugin/dynimport.c: DELTA DEVEL15-windows-64bit-nim-no-krb524-20070828 AUTHOR jaltman@secure-endpoints.com do not load krb524.dll on 64-bit windows 2007-08-28 17:56 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20070828 AUTHOR jaltman@secure-endpoints.com 1.5.24 2007-08-28 17:53 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20070828 AUTHOR jaltman@secure-endpoints.com 1.5.24 = 1.5.2400.0 2007-08-28 17:52 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm: DELTA DEVEL15-windows-release-notes-20070828 AUTHOR jaltman@secure-endpoints.com 1.5.24 2007-08-28 17:50 jaltman * src/WINNT/afsd/cm_dir.c: DELTA DEVEL15-windows-bplus-disable-20070828 AUTHOR jaltman@secure-endpoints.com In preparation for 1.5.24, disable B+tree support by default. It can be enabled with the "BPlusTrees" registry parameter. 2007-08-28 17:31 jaltman * src/WINNT/install/wix/: feature.wxi, files.wxi, platform.wxi: DELTA DEVEL15-windows-wix-amd64-nim-provider-20070828 AUTHOR jaltman@secure-endpoints.com Add network identity manager afs provider for amd64 2007-08-28 17:02 jaltman * src/WINNT/kfw/lib/amd64/: comerr64.lib, delaydlls.lib, getopt.lib, gssapi64.lib, k5sprt64.lib, krb5_64.lib, loadfuncs.lib, nidmgr64.lib, wshelp64.lib, xpprof64.lib: DELTA DEVEL15-windows-amd64-20070828 AUTHOR jaltman@secure-endpoints.com add amd64 build dependencies 2007-08-28 16:59 jaltman * src/WINNT/kfw/lib/amd64/xpprof64.lib: file xpprof64.lib was added on branch openafs-devel-1_5_x on 2007-08-28 17:02:35 +0000 2007-08-28 16:59 jaltman * src/WINNT/kfw/lib/amd64/nidmgr64.lib: file nidmgr64.lib was added on branch openafs-devel-1_5_x on 2007-08-28 17:02:35 +0000 2007-08-28 16:59 jaltman * src/WINNT/kfw/lib/amd64/wshelp64.lib: file wshelp64.lib was added on branch openafs-devel-1_5_x on 2007-08-28 17:02:35 +0000 2007-08-28 16:59 jaltman * src/WINNT/kfw/lib/amd64/: comerr64.lib, delaydlls.lib, getopt.lib, gssapi64.lib, k5sprt64.lib, krb5_64.lib, loadfuncs.lib, nidmgr64.lib, wshelp64.lib, xpprof64.lib: DELTA windows-amd64-20070828 AUTHOR jaltman@secure-endpoints.com add amd64 build dependencies 2007-08-28 16:59 jaltman * src/WINNT/kfw/lib/amd64/delaydlls.lib: file delaydlls.lib was added on branch openafs-devel-1_5_x on 2007-08-28 17:02:34 +0000 2007-08-28 16:59 jaltman * src/WINNT/kfw/lib/amd64/krb5_64.lib: file krb5_64.lib was added on branch openafs-devel-1_5_x on 2007-08-28 17:02:35 +0000 2007-08-28 16:59 jaltman * src/WINNT/kfw/lib/amd64/loadfuncs.lib: file loadfuncs.lib was added on branch openafs-devel-1_5_x on 2007-08-28 17:02:35 +0000 2007-08-28 16:59 jaltman * src/WINNT/kfw/lib/amd64/gssapi64.lib: file gssapi64.lib was added on branch openafs-devel-1_5_x on 2007-08-28 17:02:34 +0000 2007-08-28 16:59 jaltman * src/WINNT/kfw/lib/amd64/comerr64.lib: file comerr64.lib was added on branch openafs-devel-1_5_x on 2007-08-28 17:02:34 +0000 2007-08-28 16:59 jaltman * src/WINNT/kfw/lib/amd64/getopt.lib: file getopt.lib was added on branch openafs-devel-1_5_x on 2007-08-28 17:02:34 +0000 2007-08-28 16:59 jaltman * src/WINNT/kfw/lib/amd64/k5sprt64.lib: file k5sprt64.lib was added on branch openafs-devel-1_5_x on 2007-08-28 17:02:35 +0000 2007-08-28 16:54 jaltman * src/WINNT/netidmgr_plugin/: NTMakefile, afsconfigdlg.c, afscred.h, afsfuncs.c, afsnewcreds.c, afsplugin.c, dynimport.c, dynimport.h: DELTA DEVEL15-windows-nim-amd64-20070828 AUTHOR jaltman@secure-endpoints.com Add support for 64-bit Windows. 2007-08-27 00:11 jaltman * src/WINNT/afsd/cm_btree.c: DELTA DEVEL15-windows-bplus-20070826 AUTHOR jaltman@secure-endpoints.com add more DEBUG_BTREE debugging code in placeEntry() protect against slot equal to zero fix compareKeys() to only return -1, 0, or 1. 2007-08-27 00:05 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA DEVEL15-windows-recursion-fix-20070826 AUTHOR jaltman@secure-endpoints.com protect against a null pointer dereference 2007-08-25 16:56 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA DEVEL15-windows-bplus-tree-20070825 AUTHOR jaltman@secure-endpoints.com == ! = fix the return code in cm_Rename() 2007-08-24 03:21 jaltman * src/WINNT/afsd/: NTMakefile, afsd.h, afsd_init.c, afsd_service.c, cm.h, cm_btree.c, cm_btree.h, cm_dir.c, cm_dir.h, cm_scache.c, cm_scache.h, cm_utils.c, cm_vnodeops.c, lock.txt: DELTA DEVEL15-windows-bplus-tree-20070823 AUTHOR jaltman@secure-endpoints.com Windows uses case-insensitive file name pattern matching but AFS is a case sensitive file system. The AFS3 directory format is block based, uses network byte order and includes a hash table for fast case sensitive lookups. This causes several problems for the Windows AFS client. (1) Traversing the directory blocks is cpu expensive (2) A hash table miss does not indicate that the desired entry does not exist. (3) Determining whether a non-ambiguous inexact match or the entry does not exist requires a linear traversal of the entire directory. These issues often result in 100% CPU utilization. These issues are addressed by building a modified B+ tree for each directory and then using the B+ tree for searches. Further improvements can be made by using the B+ tree leaf nodes for directory enumeration. 2007-08-23 20:43 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA DEVEL15-windows-recursion-fix-20070823 AUTHOR jaltman@secure-endpoints.com for . and .. find the last time we saw the fid in the list instead of moving back a fixed count since the parent might be a symlink or a mount point or both 2007-08-23 18:56 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-23-20070823 AUTHOR shadow@dementia.org make 1.5.23 2007-08-23 17:23 jaltman * doc/txt/winnotes/: afs-changes-since-1.2.txt, afs-issues.txt: DELTA DEVEL15-windows-notes-20070823 AUTHOR jaltman@secure-endpoints.com 1.5.23 2007-08-23 17:15 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20070823 AUTHOR jaltman@secure-endpoints.com 1.5.23 == 1.5.2300.0 2007-08-23 17:13 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm: DELTA DEVEL15-windows-release-notes-20070823 AUTHOR jaltman@secure-endpoints.com 1.5.23 2007-08-23 16:52 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA DEVEL15-windows-makedir-uninitialized-var-20070823 AUTHOR jaltman@secure-endpoints.com scp must be initialized to NULL to prevent improper evaluation 2007-08-23 16:49 jaltman * src/WINNT/afsd/cm_volume.c: DELTA DEVEL15-windows-volstat-log-20070823 AUTHOR jaltman@secure-endpoints.com must save the log string when it comes from a buffer on the stack otherwise garbage is logged in afsd.log 2007-08-23 16:46 jaltman * src/WINNT/afsd/smb.h: DELTA DEVEL15-windows-smb-max-path-20070823 AUTHOR jaltman@secure-endpoints.com the actual max path is 260 not 256 2007-08-23 16:30 shadow * src/viced/host.c: DELTA DEVEL15-checkhost-use-reentrant-list-traversal-20070823 AUTHOR shadow@dementia.org rather than making a copy of the whole hostlist and holding every host, hold what we need, the _r (not really reentrant) version. 2007-08-22 19:39 shadow * src/afs/: afs_nfsclnt.c, afs_osi_pag.c, afs_pioctl.c, LINUX/osi_groups.c: DELTA DEVEL15-linux-nfs-pag-handling-20070822 AUTHOR shadow@dementia.org don't mishandle pag argument when passed in from e.g. knfs don't make keyring pag for nfs clients 2007-08-22 16:11 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA DEVEL15-windows-fix-recursion-detection-20070822 AUTHOR jaltman@secure-endpoints.com handle symlinks to absolute paths 2007-08-22 16:00 jaltman * src/WINNT/afsd/: cm_btree.c, cm_btree.h: DELTA DEVEL15-windows-newfiles-20070822 AUTHOR jaltman@secure-endpoints.com add place holders for the B+ tree source files. 2007-08-22 15:59 jaltman * src/WINNT/afsd/cm_btree.c: file cm_btree.c was added on branch openafs-devel-1_5_x on 2007-08-22 16:00:45 +0000 2007-08-22 15:59 jaltman * src/WINNT/afsd/: cm_btree.c, cm_btree.h: DELTA windows-newfiles-20070822 AUTHOR jaltman@secure-endpoints.com add place holders for the B+ tree source files. 2007-08-22 15:59 jaltman * src/WINNT/afsd/cm_btree.h: file cm_btree.h was added on branch openafs-devel-1_5_x on 2007-08-22 16:00:45 +0000 2007-08-22 02:17 shadow * src/afs/LINUX/osi_module.c: DELTA DEVEL15-linux-module-error-handling-20070821 AUTHOR shadow@dementia.org be more careful about what we call when, and clean up after ourselves 2007-08-22 02:13 shadow * src/afs/afs_pioctl.c: DELTA DEVEL15-nfstrans-updates-20070821 AUTHOR shadow@dementia.org FIXES 1480 fix the knfs error from the v/c/o pioctl changes 2007-08-21 21:30 shadow * src/afs/afs_pioctl.c: DELTA DEVEL15-nfstrans-updates-20070821 AUTHOR shadow@dementia.org FIXES 1480 fix the knfs error from the v/c/o pioctl changes 2007-08-21 21:28 shadow * src/afs/: afs_dcache.c, LINUX/osi_nfssrv.c, LINUX/osi_pag_module.c, LINUX/osi_probe.c: DELTA DEVEL15-linux-modparam-269-updates-20070821 AUTHOR shadow@dementia.org be consistent on 2.6.9 about which MODULE parm family used 2007-08-21 08:44 jaltman * src/WINNT/afsd/afskfw.c: DELTA DEVEL15-windows-afskfw-20070821 AUTHOR jaltman@secure-endpoints.com return required value that was missing 2007-08-21 08:30 jaltman * src/viced/: afsfileprocs.c, callback.c: DELTA DEVEL15-viced-remove-asserts-20070821 AUTHOR jaltman@secure-endpoints.com remove asserts testing the number of alternate interfaces. 2007-08-20 17:39 jaltman * src/tviced/: NTMakefile, serialize_state.c: DELTA DEVEL15-tviced-windows-20070820 AUTHOR jaltman@secure-endpoints.com build serialize_state.c 2007-08-20 17:27 shadow * src/kauth/krb_tf.c: DELTA DEVEL15-krb4-64bit-tf-kth-or-mit-20070820 AUTHOR asedeno@mit.edu based on his patch for mit kerberos 2007-08-20 05:39 rra * doc/man-pages/pod8/pt_util.pod: DELTA DEVEL15-pt_util-man-page-20061005 AUTHOR mdw@umich.edu Initial man page for pt_util. 2007-08-20 01:02 jaltman * src/WINNT/afsd/: cm_vnodeops.c, cm_volume.c: DELTA DEVEL15-windows-fix-recursion-detection-20070819 AUTHOR jaltman@secure-endpoints.com the recursion detection code did not take "." and ".." into account. 2007-08-20 00:07 jaltman * src/WINNT/afsd/: fs_utils.c, fs_utils.h: DELTA DEVEL15-windows-fs_utils-20070819 AUTHOR jaltman@secure-endpoints.com update prototype for util_GetInt32 for consistency with src/utils/vosparse.c 2007-08-19 22:30 rra * src/log/Makefile.in: DELTA DEVEL15-no-kseal-20070819 AUTHOR rra@stanford.edu Don't build or install kseal by default. It's a debugging tool with very limited utility. 2007-08-19 22:20 rra * doc/man-pages/: README, check-pod, pod1/vos_changeloc.pod: DELTA DEVEL15-man-page-fixes-20070819 AUTHOR jason@rampaginggeek.com More details on how to run check-pod. Restore the [] markup in the vos changeloc SYNOPSIS since the flags really are optional. 2007-08-19 22:15 rra * doc/man-pages/pod8/ka-forwarder.pod, src/kauth/Makefile.in, src/kauth/ka-forwarder.c: DELTA DEVEL15-ka-forwarder-20060731 AUTHOR rra@stanford.edu Add ka-forwarder. 2007-08-18 02:50 rra * doc/man-pages/pod1/: pts_interactive.pod, pts_sleep.pod, pts_source.pod: DELTA DEVEL15-man-page-pts-pullup-20070817 AUTHOR jason@rampaginggeek.com For some reason, the previous pullup didn't cvs add these files. Really pull them up from the trunk. 2007-08-18 02:36 rra * doc/man-pages/pod1/vos.pod: DELTA DEVEL15-man-page-vos-changeloc-more-20070817 AUTHOR jason@rampaginggeek.com Mention vos changeloc in the vos man page. Also include an incidental fix to pts source's man page. 2007-08-18 02:30 rra * doc/man-pages/: README, pod1/vos_changeloc.pod: DELTA DEVEL15-man-page-vos-changeloc-20070817 AUTHOR jason@rampaginggeek.com Add a man page for vos changeloc. 2007-08-18 02:28 rra * doc/man-pages/pod1/pts_source.pod: DELTA man-page-vos-changeloc-more-20070817 AUTHOR jason@rampaginggeek.com Mention vos changeloc in the vos man page. Also include an incidental fix to pts source's man page. 2007-08-18 02:28 rra * doc/man-pages/pod1/pts_source.pod: file pts_source.pod was added on branch openafs-devel-1_5_x on 2007-08-18 02:50:20 +0000 2007-08-18 02:24 rra * doc/man-pages/pod1/vos_changeloc.pod: DELTA man-page-vos-changeloc-20070817 AUTHOR jason@rampaginggeek.com Add a man page for vos changeloc. 2007-08-18 02:24 rra * doc/man-pages/pod1/vos_changeloc.pod: file vos_changeloc.pod was added on branch openafs-devel-1_5_x on 2007-08-18 02:30:27 +0000 2007-08-18 01:55 rra * doc/man-pages/: README, pod1/fs.pod, pod1/fs_flushall.pod, pod1/fs_getcalleraccess.pod: DELTA DEVEL15-man-page-fs-updates-20070817 AUTHOR jason@rampaginggeek.com Add man pages for fs flushall and fs getcalleraccess. 2007-08-18 01:50 rra * doc/man-pages/: README, pod8/bos_util.pod: DELTA DEVEL15-man-page-bos-util-20070817 AUTHOR jason@rampaginggeek.com Add a man page for bos_util. 2007-08-18 01:46 rra * doc/man-pages/: README, pod1/fs_getcrypt.pod, pod1/fs_listaliases.pod, pod1/pts.pod, pod1/pts_quit.pod, pod1/vos_backupsys.pod, pod1/vos_size.pod: DELTA DEVEL15-man-page-updates-20070817 AUTHOR jason@rampaginggeek.com Add new man pages for pts interactive, quit, sleep, and source. Fix POD errors in a few other man pages and update the to-do list in README. 2007-08-18 01:42 rra * doc/man-pages/: README, check-pod: DELTA DEVEL15-man-page-check-pod-20070817 AUTHOR jason@rampaginggeek.com Add check-pod script to test for POD syntax errors. 2007-08-18 01:05 rra * doc/man-pages/pod1/fs_flushall.pod: file fs_flushall.pod was added on branch openafs-devel-1_5_x on 2007-08-18 01:55:33 +0000 2007-08-18 01:05 rra * doc/man-pages/pod1/: fs_flushall.pod, fs_getcalleraccess.pod: DELTA man-page-fs-updates-20070817 AUTHOR jason@rampaginggeek.com Add man pages for fs flushall and fs getcalleraccess. 2007-08-18 01:05 rra * doc/man-pages/pod1/fs_getcalleraccess.pod: file fs_getcalleraccess.pod was added on branch openafs-devel-1_5_x on 2007-08-18 01:55:33 +0000 2007-08-18 00:41 rra * doc/man-pages/pod8/bos_util.pod: DELTA man-page-bos-util-20070817 AUTHOR jason@rampaginggeek.com Add a man page for bos_util. 2007-08-18 00:41 rra * doc/man-pages/pod8/bos_util.pod: file bos_util.pod was added on branch openafs-devel-1_5_x on 2007-08-18 01:50:37 +0000 2007-08-17 23:35 rra * doc/man-pages/pod1/pts_quit.pod: file pts_quit.pod was added on branch openafs-devel-1_5_x on 2007-08-18 01:46:25 +0000 2007-08-17 23:35 rra * doc/man-pages/pod1/pts_interactive.pod: file pts_interactive.pod was added on branch openafs-devel-1_5_x on 2007-08-18 02:50:20 +0000 2007-08-17 23:35 rra * doc/man-pages/pod1/: pts_interactive.pod, pts_quit.pod, pts_sleep.pod, pts_source.pod: DELTA man-page-updates-20070817 AUTHOR jason@rampaginggeek.com Add new man pages for pts interactive, quit, sleep, and source. Fix POD errors in a few other man pages and update the to-do list in README. 2007-08-17 23:35 rra * doc/man-pages/pod1/pts_sleep.pod: file pts_sleep.pod was added on branch openafs-devel-1_5_x on 2007-08-18 02:50:20 +0000 2007-08-17 19:57 rra * doc/man-pages/check-pod: DELTA man-page-check-pod-20070817 AUTHOR jason@rampaginggeek.com Add check-pod script to test for POD syntax errors. 2007-08-17 19:57 rra * doc/man-pages/check-pod: file check-pod was added on branch openafs-devel-1_5_x on 2007-08-18 01:42:35 +0000 2007-08-16 03:52 shadow * src/afs/AIX/: osi_file.c, osi_inode.c: DELTA DEVEL15-aix-dont-use-root-vfs-for-anything-20070815 AUTHOR shadow@dementia.org the cache may not be in /; we basically never need rootvfs 2007-08-13 19:22 jaltman * src/WINNT/afsd/: fs_utils.c, fs_utils.h: DELTA DEVEL15-windows-fs-utils-prototypes-20070813 AUTHOR jaltman@secure-endpoints.com use ANSI prototypes and function declarations 2007-08-13 02:53 jaltman * src/WINNT/afsd/afsd_service.c: DELTA DEVEL15-windows-service-manager-20070812 AUTHOR jaltman@secure-endpoints.com provide the windows service manager with shutdown hints in addition to startup hints 2007-08-13 02:26 jaltman * src/viced/viced.c: DELTA DEVEL15-viced-dafs-20070812 AUTHOR jaltman@secure-endpoints.com include viced_prototypes.h 2007-08-13 02:13 jaltman * src/NTMakefile: DELTA DEVEL15-windows-remove-is5-20070812 AUTHOR jaltman@secure-endpoints.com remove last trace of InstallShield5 from build rules 2007-08-11 23:41 jaltman * src/ptserver/: NTMakefile, db_verify.c, map.c, ptclient.c, pts.c, ptutils.c, testpt.c: DELTA DEVEL15-pts-20070811 AUTHOR jaltman@secure-endpoints.com remove SUPERGROUPS condition for compilation of pts commands: Interactive, Quit, Source, Sleep fix the assignment of 'source' to permit it to function rename functions to avoid conflicts with Win32 API on Windows replace bcopy and bzero with memcpy and memset to permit compilation on Windows replace ubik_Call(xxx) with ubik_xxx() (testpt.c) add -DSUPERGROUPS and map.c to NTMakefile 2007-08-10 20:39 jaltman * src/WINNT/afsd/: afsd_init.c, afsd_service.c, cm_memmap.c, cm_memmap.h: DELTA DEVEL15-windows-adjustable-block-size-20070810 AUTHOR jaltman@secure-endpoints.com New registry value "BlockSize" can be used to specify an alternative block size. The default is 4K. A larger blocksize will be needed if you want to support a 6TB cache. Also extend the service startup timeout hint to two minutes to give the AFS client service more time to startup successfully when the cache is really large. 2007-08-10 12:37 jaltman * src/WINNT/install/wix/: registry.wxi, lang/en_US/strings.wxl: DELTA DEVEL15-windows-wix-20070810 AUTHOR jaltman@secure-endpoints.com add a separate description string for the 32-bit afs shell extension 2007-08-10 04:13 shadow * src/: viced/host.c, viced/viced.c, vol/volume.c: DELTA DEVEL15-viced-cleanup-head-20070810 AUTHOR shadow@dementia.org fix demand attach rwlock code on macos, fix host tracking code everywhere only applies to head and 1.5 2007-08-10 03:26 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-22-20070809 AUTHOR shadow@dementia.org 1.5.22 2007-08-09 22:54 jaltman * src/WINNT/aklog/aklog.c: DELTA DEVEL15-windows-aklog-20070809 AUTHOR jaltman@secure-endpoints.com correct an error message 2007-08-09 22:34 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20070809 AUTHOR jaltman@secure-endpoints.com 1.5.2200.0 == 1.5.22 2007-08-09 22:31 jaltman * doc/txt/winnotes/: afs-changes-since-1.2.txt, afs-issues.txt: DELTA DEVEL15-windows-notes-20070809 AUTHOR jaltman@secure-endpoints.com 1.5.22 2007-08-09 15:46 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm: DELTA DEVEL15-windows-release-notes-20070809 AUTHOR jaltman@secure-endpoints.com updates for 1.5.22 2007-08-09 14:58 shadow * src/: auth/ktc.c, kauth/krb_tf.c: DELTA DEVEL15-64bit-ticket-file-20070809 AUTHOR rtb@pclella.cern.ch fix the ticket files we write on 64 bit 2007-08-09 05:33 jaltman * src/WINNT/afsd/: cm_buf.c, cm_buf.h, cm_config.h, cm_dcache.c, cm_scache.c, rawops.c, smb.c: DELTA DEVEL15-windows-dirty-buffer-optimization-20070808 AUTHOR jaltman@secure-endpoints.com when storing dirty buffers only store the bytes that are dirty increase the default chunksize from 128KB to 1MB remove OVERLAPPED field from cm_buf_t. It was unused. add a dummy pointer in order to ensure data structure compatibility between the checked and release builds. 2007-08-08 16:31 jaltman * src/viced/: callback.c, fsprobe.c, host.c, host.h: DELTA DEVEL15-viced-hash-20070808 AUTHOR jaltman@secure-endpoints.com (1) fixes a bug that could cause a 'host' structure to not be removed from the global host list if the 'host' did not possess an interface list. This would happen with older AFS clients that do not support the WhoAreYou family of RPCs. Windows clients older than 1.3.80 and old Transarc UNIX clients. (2) fixes a bug which could result in ViceLog being called with an uninitialized 'hoststr' buffer as a parameter. (3) ensures that only addresses known to belong to the 'host' are added to the address hash table. The list of addresses provided by the client are stored as alternates and are only used when searching for a client that is no longer accessible on the primary address. These addresses are not stored in the address hash table within initInterfaceAddr_r(). The addresses provided by the client should not be added to the hash table because they have not been verified as belonging to the 'host' that provided them. The contents of the list may in fact be completely unreliable. Consider the existing UNIX clients that generate the list at startup and never alter it even after the client has migrated to a different network. If two client's both claim the same address, lookups by address may fail to find the correct one. a. The client list might contain private address ranges which are likely to be re-used by many clients allocated addresses by a NAT. b. The client list will not include any public addresses that are hidden by a NAT. c. Private address ranges that are exposed to the server will be obtained from the rx connections that use them. d. Lists provided by the client are not necessarily truthful. Many existing clients (UNIX) do not refresh the IP address list as the actual assigned addresses change. The end result is that they report the initial address list for the lifetime of the process. In other words, a client can report addresses that they are in fact not using. Adding these addresses to the host interface list without verification is not only pointless, it is downright dangerous. e. The reported addresses do not include port numbers and guessing that the port number is 7001 does not work when port mapping devices such as NATs or some VPNs are in use. (4) improves logging to ensure that all references to a 'host' structure report both a memory address and the IP address/port. this will avoid confusion *if* more than one 'host' structure is assigned the same primary address. (5) logs the UUID along with the client addresses when initializing the host's interface list. (level 125) (6) saves memory by using a smaller structure for the UUID hash table 2007-08-08 15:56 jaltman * src/viced/callback.c: DELTA DEVEL15-viced-multi-probe-addr-20070808 AUTHOR rtb@pclella.cern.ch FIXES 67355 MultiProbeAlternateAddress_r badly indexes the list of interfaces for clients with multiple IP interfaces, resulting in peers with IP address 0 port 0 to be created. This in turn results in rxi_sendmsg errors (on systems where caught early, as on Linux, on others it may pass unnoticed). 2007-08-07 04:00 jaltman * src/WINNT/afsd/cm_conn.c: DELTA DEVEL15-windows-afsd-uninit-vars-20070806 AUTHOR jaltman@secure-endpoints.com FIXES 67126 ensure the connp is set to NULL in case of error 2007-08-05 23:41 rra * doc/man-pages/: README, pod1/vos.pod, pod1/vos_size.pod: DELTA DEVEL15-man-page-vos-size-20070805 AUTHOR jason@rampaginggeek.com Add a new man page for vos size. 2007-08-05 23:38 rra * doc/man-pages/: README, pod1/fs.pod, pod1/fs_getcrypt.pod, pod1/fs_listaliases.pod, pod1/fs_newalias.pod, pod1/fs_setcrypt.pod, pod5/CellAlias.pod: DELTA DEVEL15-man-page-fs-newalias-20070805 AUTHOR jason@rampaginggeek.com Add a new fs newalias man page. Add -help to the synopsis and options of the other new man pages. Add additional missing links in the fs man page. Fix some wording in the CellAlias man page. 2007-08-05 23:33 rra * doc/man-pages/: README, pod1/fs.pod, pod1/fs_listaliases.pod: DELTA DEVEL15-man-page-fs-listaliases-20070805 AUTHOR jason@rampaginggeek.com Add manual page for fs listaliases. Also add the links in the fs(1) man page and update README more for the current to-do list. 2007-08-05 23:19 rra * doc/man-pages/: README, pod1/fs_getcrypt.pod, pod1/fs_setcrypt.pod, pod5/CellAlias.pod, pod8/afsd.pod: DELTA DEVEL15-man-page-style-20070805 AUTHOR rra@stanford.edu Some style fixes and some additional style documentation in README. 2007-08-05 22:10 rra * doc/man-pages/: README, pod1/fs_getcrypt.pod, pod1/fs_setcrypt.pod, pod5/CellAlias.pod, pod8/afsd.pod: DELTA DEVEL15-man-page-afsd-crypt-alias-20070805 AUTHOR jason@rampaginggeek.com Complete the documentation of the afsd flags and update a few things like -settime and -nosettime. Add man pages for fs setcrypt, fs getcrypt, and CellAlias. Based on work by Jason Edgecombe and then extensively edited, so any errors I probably introduced. 2007-08-05 21:58 rra * doc/man-pages/pod1/vos_size.pod: DELTA man-page-vos-size-20070805 AUTHOR jason@rampaginggeek.com Add a new man page for vos size. 2007-08-05 21:58 rra * doc/man-pages/pod1/vos_size.pod: file vos_size.pod was added on branch openafs-devel-1_5_x on 2007-08-05 23:41:55 +0000 2007-08-05 21:38 rra * doc/man-pages/pod1/fs_listaliases.pod: file fs_listaliases.pod was added on branch openafs-devel-1_5_x on 2007-08-05 23:33:33 +0000 2007-08-05 21:38 rra * doc/man-pages/pod1/fs_setcrypt.pod: file fs_setcrypt.pod was added on branch openafs-devel-1_5_x on 2007-08-05 22:10:42 +0000 2007-08-05 21:38 rra * doc/man-pages/: pod1/fs_getcrypt.pod, pod1/fs_listaliases.pod, pod1/fs_newalias.pod, pod1/fs_setcrypt.pod, pod5/CellAlias.pod: DELTA man-page-fs-newalias-20070805 AUTHOR jason@rampaginggeek.com Add a new fs newalias man page. Add -help to the synopsis and options of the other new man pages. Add additional missing links in the fs man page. Fix some wording in the CellAlias man page. 2007-08-05 21:38 rra * doc/man-pages/pod1/fs_newalias.pod: file fs_newalias.pod was added on branch openafs-devel-1_5_x on 2007-08-05 23:38:43 +0000 2007-08-05 21:38 rra * doc/man-pages/pod1/fs_getcrypt.pod: file fs_getcrypt.pod was added on branch openafs-devel-1_5_x on 2007-08-05 22:10:41 +0000 2007-08-05 21:38 rra * doc/man-pages/pod5/CellAlias.pod: file CellAlias.pod was added on branch openafs-devel-1_5_x on 2007-08-05 22:10:43 +0000 2007-08-05 21:16 rra * doc/man-pages/pod1/fs_listaliases.pod: DELTA man-page-fs-listaliases-20070805 AUTHOR jason@rampaginggeek.com Add manual page for fs listaliases. Also add the links in the fs(1) man page and update README more for the current to-do list. 2007-08-05 21:08 rra * doc/man-pages/: pod1/fs_getcrypt.pod, pod1/fs_setcrypt.pod, pod5/CellAlias.pod: DELTA man-page-style-20070805 AUTHOR rra@stanford.edu Some style fixes and some additional style documentation in README. 2007-08-05 21:01 rra * doc/man-pages/: pod1/fs_getcrypt.pod, pod1/fs_setcrypt.pod, pod5/CellAlias.pod: DELTA man-page-afsd-crypt-alias-20070805 AUTHOR jason@rampaginggeek.com Complete the documentation of the afsd flags and update a few things like -settime and -nosettime. Add man pages for fs setcrypt, fs getcrypt, and CellAlias. Based on work by Jason Edgecombe and then extensively edited, so any errors I probably introduced. 2007-08-02 21:06 jaltman * src/WINNT/afsd/smb.c: DELTA DEVEL15-windows-local-directory-updates-smb-20070802 AUTHOR asanka@secure-endpoints.com The windows cache manager has suffered from poor performance as a result of Create, Rename, and Delete operations because they invalidate the contents of the directory pages in the cache thereby forcing them to be reloaded from the file server. As the directory size increases, the clock time necessary to perform the reload increases. This delta adds support for parsing and updating the AFS3 directory buffers to cm_dir.c. It then uses that functionality to perform local updates to the directory buffers whenever the following conditions are met: 1. the data version on the directory as a result of the change was incremented by one. 2. all of the directory buffers required for the update are in the cache. If these conditions are not met, the directory is reloaded from the file server. 2007-08-02 20:58 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA DEVEL15-windows-no-more-infinite-recursion-20070802 AUTHOR jaltman@secure-endpoints.com FIXES 15855 In cm_NameI, keep track of what fids were crossed when evaluating the path. If we discover a loop return a CM_ERROR_TOO_MANY_SYMLINKS error. This resolves the complaint that when infinite loops are hit in the afs name space the afsd_service.exe process uses 100% of the CPU. 2007-08-02 20:53 jaltman * src/WINNT/afsd/: cm_buf.c, cm_buf.h, cm_dir.c, cm_dir.h, cm_scache.c, cm_vnodeops.c: DELTA DEVEL15-windows-local-directory-updates-20070802 AUTHOR asanka@secure-endpoints.com The windows cache manager has suffered from poor performance as a result of Create, Rename, and Delete operations because they invalidate the contents of the directory pages in the cache thereby forcing them to be reloaded from the file server. As the directory size increases, the clock time necessary to perform the reload increases. This delta adds support for parsing and updating the AFS3 directory buffers to cm_dir.c. It then uses that functionality to perform local updates to the directory buffers whenever the following conditions are met: 1. the data version on the directory as a result of the change was incremented by one. 2. all of the directory buffers required for the update are in the cache. If these conditions are not met, the directory is reloaded from the file server. 2007-08-02 20:46 jaltman * src/WINNT/afsd/: cm_callback.c, cm_conn.c, cm_server.c, cm_server.h: DELTA DEVEL15-windows-do-not-expire-cbs-when-servers-are-down-20070802 AUTHOR jaltman@secure-endpoints.com if all of the servers are down when a callback is due to expire delay the expiration until at least one server is available. this prevents some applications that are running when the CM is off the network from failing if their pages are swapped out. 2007-08-02 05:21 jaltman * src/libafsrpc/NTMakefile: DELTA DEVEL15-windows-libafsrpc-20070802 AUTHOR jaltman@secure-endpoints.com use bg-fcrypt in libafsrpc.dll which is used by the CM 2007-07-31 22:20 shadow * src/rxkad/bg-fcrypt.c: DELTA DEVEL15-rxkad-bg-fcrypt-unbreak-windows-20070731 AUTHOR jaltman@secure-endpoints.com i (derrick) broke everything. fix it. 2007-07-30 13:19 shadow * src/viced/: afsfileprocs.c, host.c, host.h: DELTA DEVEL15-viced-avoid-tying-up-all-threads-20070730 AUTHOR shadow@dementia.org FIXES 19461 implement a thread quota. 2007-07-28 14:33 shadow * src/afs/DARWIN/osi_vnodeops.c: DELTA DEVEL15-darwin-avoid-fsref-panic-maybe-20070728 AUTHOR shadow@dementia.org maybe this works. 2007-07-28 03:04 jaltman * src/WINNT/afsd/fs.c: DELTA DEVEL15-windows-fs-20070727 AUTHOR jaltman@secure-endpoints.com return error when GetCell fails 2007-07-28 02:51 jaltman * src/WINNT/afsd/: smb.c, smb3.c: DELTA DEVEL15-windows-rdrtimeout-20070727 AUTHOR jaltman@secure-endpoints.com RDRtimeout is seconds. need to convert to milliseconds for comparison 2007-07-27 18:07 rra * doc/man-pages/pod8/: bos_create.pod, bos_salvage.pod: DELTA DEVEL15-man-page-demand-attach-20070726 AUTHOR steven.jenkins@gmail.com Document additional bos flags for the demand attach file server. 2007-07-27 18:00 rra * doc/man-pages/: pod1/klog.pod, pod8/afsd.pod, pod8/uss.pod: DELTA DEVEL15-man-page-updates-20070726 AUTHOR jason@rampaginggeek.com FIXES 65988 Mention aklog and kinit in klog's man page, add -dynroot to the afsd man page, and mention that -skipauth tells uss not to create any Kerberos principal and this has to be done separately. 2007-07-27 15:41 jaltman * src/WINNT/client_config/lang/en_US/afs_config.rc: DELTA DEVEL15-windows-client_config-20070727 AUTHOR jaltman@secure-endpoints.com FIXES 66302 change text of error message to indicate that the user is not a member of the AFS Administrators Group instead of not being a Windows administrator. 2007-07-26 17:05 shadow * src/afs/afs_util.c: DELTA DEVEL15-md5inum-md5-clobbers-input-20070726 AUTHOR shadow@dementia.org 2007-07-22 23:10 jaltman * src/WINNT/afsd/cm_ioctl.c: DELTA DEVEL15-windows-afsd-ubik-20070722 AUTHOR jaltman@secure-endpoints.com not currently in use but replace ubik_Call(FOO,...) with ubik_FOO(...) 2007-07-19 18:52 shadow * src/volser/: volint.xg, volprocs.c, volser_prototypes.h, vos.c, vsprocs.c: DELTA DEVEL15-volser-directoryless-incremental-dumps-20070719 AUTHOR shadow@dementia.org add an rpc, give vos a switch, allow incrementals which do not include directory objects 2007-07-19 15:56 jaltman * src/WINNT/afsclass/: afsclassfn.cpp, c_svr.cpp: DELTA DEVEL15-windows-afs-svrmgr-20070719 AUTHOR jaltman@secure-endpoints.com uninitialized variable removal 2007-07-19 15:15 shadow * src/viced/afsfileprocs.c: DELTA DEVEL15-viced-assert-less-20070719 AUTHOR shadow@dementia.org in don't assert for every silly thing 2007-07-19 15:11 shadow * src/viced/host.c: DELTA DEVEL15-viced-no-nulluuid-20070719 AUTHOR shadow@dementia.org a host with a zero uuid has no uuid support 2007-07-19 15:01 shadow * src/volser/: vos.c, vsprocs.c: DELTA DEVEL15-kill-more-ubikcall-20070719 AUTHOR shadow@dementia.org tested more ubik call death, so, byebye 2007-07-19 14:56 shadow * src/volser/vos.c: DELTA DEVEL15-vos-validate-dumpfile-20070719 AUTHOR shadow@dementia.org based on code from jon nials validate a dumpfile as being complete (look for end of dump signature) 2007-07-18 14:22 shadow * src/libadmin/vos/vsprocs.c: DELTA DEVEL15-libadmin-deubikcall-cleanup-20070718 AUTHOR cesarg@ms.com remove bogus extra arg 2007-07-18 13:03 jaltman * src/sys/pioctl_nt.c: DELTA DEVEL15-windows-pioctl-20070718 AUTHOR jaltman@secure-endpoints.com cm_dir.h depends on cm_buf.h 2007-07-18 12:09 jaltman * src/WINNT/afsd/smb3.c: DELTA DEVEL15-windows-single-dir-search-not-bulk-20070718 AUTHOR jaltman@secure-endpoints.com the single directory search routine used when there are no wildcards does not perform a bulk stat operation. do not set the flag on the cm_scache_t. 2007-07-17 17:05 shadow * src/viced/viced.c: DELTA DEVEL15-fs-state-only-in-dafs-20070717 AUTHOR shadow@dementia.org FIXES 65681 only in dafs. oops. 2007-07-17 12:16 shadow * src/afs/LINUX/osi_probe.c: DELTA DEVEL15-osi-probe-check-readable-20070717 AUTHOR jhutz@cmu.edu FIXES 63971 avoid potentially reading pges that don't exist 2007-07-17 12:08 shadow * src/rxkad/bg-fcrypt.c: DELTA DEVEL15-bg-fcrypt-64bit-fix-20070717 AUTHOR mdw@umich.edu instead of this arcane ifdef which is flawed, we know which platforms support 64 bit types... 2007-07-17 04:05 rra * src/config/param.sparc_linux24.h: DELTA DEVEL15-sparc32-no-ucontext-20070716 AUTHOR rra@stanford.edu Undefine USE_UCONTEXT on sparc32 Linux since glibc doesn't implement getcontext/setcontext for that architecture. 2007-07-17 03:12 shadow * src/lwp/process.c: DELTA DEVEL15-sparc32-no-getcontext-20070716 AUTHOR shadow@dementia.org implement ptr_mangle for sparc32 2007-07-16 20:42 shadow * src/butc/butc_xbsa.c: DELTA DEVEL15-xbsa-54-solaris-cplusplus-fun-20070716 AUTHOR sturdiva@umd.edu FIXES 65588 deal with change to c++ xbsa library 2007-07-16 00:02 jaltman * src/libadmin/: client/afs_clientAdmin.c, kas/afs_kasAdmin.c, pts/afs_ptsAdmin.c, pts/afs_ptsAdmin.h, vos/afs_vosAdmin.c, vos/vosutils.c, vos/vsprocs.c: DELTA DEVEL15-libadmin-ubik_call-20070715 AUTHOR jaltman@secure-endpoints.com replace all calls to ubik_Call(FOO, ...) with ubik_FOO(...) correct the incorrect parameter lists for ubik_FOO() 2007-07-13 22:17 shadow * src/afs/LINUX/osi_vfsops.c: DELTA DEVEL15-linux-remove-pullup-errors-20070713 AUTHOR shadow@dementia.org pullup script glitched. 2007-07-13 19:55 shadow * src/tsm41/: Makefile.in, aix_aklog.c: DELTA DEVEL15-aix-aklog-lam-plugin-20070713 AUTHOR shadow@dementia.org allow aklog equivalent from lam 2007-07-13 19:53 shadow * src/tsm41/aix_aklog.c: DELTA aix-aklog-lam-plugin-20070713 AUTHOR shadow@dementia.org allow aklog equivalent from lam 2007-07-13 19:53 shadow * src/tsm41/aix_aklog.c: file aix_aklog.c was added on branch openafs-devel-1_5_x on 2007-07-13 19:55:00 +0000 2007-07-12 18:12 shadow * src/afs/afs_call.c: DELTA DEVEL15-suser-aix-macro-20070712 AUTHOR shadow@dementia.org can't use ifdefs inside the macro... 2007-07-12 08:29 shadow * src/viced/: viced.c, viced.h: DELTA DEVEL15-demand-attach-init-fsstate-rwlock-20070712 AUTHOR shadow@dementia.org the rwlock needs to be initd before use 2007-07-11 04:36 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-21-20070711 AUTHOR shadow@dementia.org make 1.5.21 2007-07-11 04:31 shadow * src/aklog/: aklog.h, aklog_main.c: DELTA DEVEL15-aklog-deal-without-524-20070711 AUTHOR deengert@anl.gov patch in a way of dealing with no krb524 2007-07-10 20:29 shadow * src/sys/pagsh.c: DELTA DEVEL15-pagsh-krb5-20070710 AUTHOR rtb@pclella.cern.ch FIXES 54621 clean up the environment 2007-07-10 20:17 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20070710 AUTHOR jaltman@secure-endpoints.com 1.5.21 == 1.5.2100.0 2007-07-10 20:01 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20070710 AUTHOR jaltman@secure-endpoints.com more updates for 1.5.21 2007-07-09 20:00 shadow * src/afs/LINUX/osi_module.c: DELTA DEVEL15-linux-register-fs-deal-with-error-20070709 AUTHOR shadow@dementia.org deal with other people who think they are afs. 2007-07-09 19:15 shadow * src/des/: des.h, pcbc_encrypt.c: DELTA DEVEL15-sparc-linux-des-alignment-20070709 AUTHOR cg2v@andrew.cmu.edu seems like compilers really hate des. it should would be nice to euthanize this. it's a shame there's no simple license-friendly des library to use 2007-07-07 13:38 jaltman * src/WINNT/afsd/: cm_callback.c, cm_server.c: DELTA DEVEL15-windows-give-up-callbacks-20070707 AUTHOR jaltman@secure-endpoints.com don't try so hard to give up all callbacks. If the server doesn't respond in 10 seconds, too bad! cleanup the server probe code a bit. reorganize the code so that we can avoid unnecessary pointer evaluation. add a missing include file. 2007-07-06 23:22 jaltman * src/WINNT/afsd/: afsd_service.c, cm_callback.c, cm_scache.c, cm_volstat.h: DELTA DEVEL15-windows-afsd-misc-20070706 AUTHOR jaltman@secure-endpoints.com * Do not give back callbacks to down servers * Output more cm_scache_t data in afsd_alloc.log * call VolStatus_Service_Stopped after the service has stopped 2007-07-06 11:40 jaltman * src/budb/ol_verify.c: DELTA DEVEL15-budb-ol_verify-20070706 AUTHOR mdw@umich.edu FIXES 53210 fixes a missing pointer declaration that would presumably break on 64-bit architectures. 2007-07-06 11:35 jaltman * src/budb/: database.c, database.h: DELTA DEVEL15-proto-20061026 AUTHOR rees@umich.edu prototypes for dbread/dbwrite 2007-07-05 23:47 jaltman * src/: WINNT/install/NSIS/CellServDB, WINNT/install/wix/CellServDB, packaging/HP-UX/files/usr/vice/etc/CellServDB, packaging/MacOS/CellServDB: DELTA DEVEL15-cellservdb-20070705 AUTHOR jhutz@cs.cmu.edu GCO Public CellServDB 05 Jul 2007 2007-07-05 19:22 jaltman * src/WINNT/afsd/: NTMakefile, afsd.h, afsd_service.c, cm.h, cm_daemon.c, cm_volstat.c, cm_volstat.h, cm_volume.c, smb.c, smb.h: DELTA DEVEL15-windows-volume-status-plugin-20070705 AUTHOR jaltman@secure-endpoints.com This delta adds an interface to an optional volume status handler. The handler (if provided) receives status updates when volumes change state between online, offline, busy, and alldown. 2007-07-05 19:21 jaltman * src/WINNT/afsd/cm_volstat.c: file cm_volstat.c was added on branch openafs-devel-1_5_x on 2007-07-05 19:22:16 +0000 2007-07-05 19:21 jaltman * src/WINNT/afsd/: cm_volstat.c, cm_volstat.h: DELTA windows-volume-status-plugin-20070705 AUTHOR jaltman@secure-endpoints.com This delta adds an interface to an optional volume status handler. The handler (if provided) receives status updates when volumes change state between online, offline, busy, and alldown. 2007-07-05 19:21 jaltman * src/WINNT/afsd/cm_volstat.h: file cm_volstat.h was added on branch openafs-devel-1_5_x on 2007-07-05 19:22:16 +0000 2007-07-05 15:55 jaltman * src/WINNT/license/main.cpp: DELTA DEVEL15-windows-license-translation-20070705 AUTHOR jaltman@secure-endpoints.com replace GlobalAlloc with malloc. initialize memory and consider the inability to read the entire input file as an error. 2007-07-03 14:12 jaltman * src/WINNT/afsd/smb.c: DELTA DEVEL15-windows-heap-corruption-20070703 AUTHOR jaltman@secure-endpoints.com fix buffer over write error introduced since 1.5.20 2007-07-03 14:02 shadow * src/packaging/MacOS/buildpkg.sh: DELTA DEVEL15-macos-no-default-memcache-20070703 AUTHOR shadow@dementia.org this should be leopard only memcache for now 2007-07-03 04:23 shadow * src/des/des.c: DELTA DEVEL15-des-p-temp-volatile-20070703 AUTHOR shadow@dementia.org make des work again on powerpc darwin and possibly elsewhere 2007-07-03 00:35 jaltman * src/: WINNT/afsd/cm_dns.c, WINNT/afsd/fs.c, WINNT/afsd/symlink.c, auth/NTMakefile, auth/cellconfig.c: DELTA DEVEL15-windows-get-cellinfo-afsdb-20070702 AUTHOR jaltman@secure-endpoints.com do not perform afsdb lookup for Freelance.Local.Root cell 2007-07-02 17:08 jaltman * src/volser/vsprocs.c: DELTA DEVEL15-volser-delete-clone-not-source-20070702 AUTHOR drh@umich.edu FIXES 64268 fixes a bug in the UV_CopyVolume2 cleanup code. Without this patch, the cleanup code will delete the source volume. 2007-06-30 04:44 jaltman * src/WINNT/afsd/cm_ioctl.c: DELTA DEVEL15-windows-parse-ioctl-path-20070629 AUTHOR jaltman@secure-endpoints.com The UNIX client does not follow mount points or symlinks when evaluating ioctl paths during commands such as "fs examine". The Windows client did which was annoying when you wanted to know the FID of a mount point that was not properly being evaluated. 2007-06-30 04:38 jaltman * src/WINNT/afsd/smb3.c: DELTA DEVEL15-windows-eol-20070629 AUTHOR jaltman@secure-endpoints.com fix end of line for memdump output 2007-06-29 23:52 jaltman * src/procmgmt/procmgmt_nt.c: DELTA DEVEL15-windows-procmgmt-library-20070629 AUTHOR jaltman@secure-endpoints.com Since the library creates its own background thread, the library must load its own reference to itself to prevent the library from being unloaded behind its back. 2007-06-28 04:50 jaltman * src/WINNT/afsd/: cm_callback.c, cm_callback.h, cm_scache.c, cm_server.c, cm_server.h: DELTA DEVEL15-windows-remove-give-up-callbacks-scache-recycling-20070627 AUTHOR jaltman@secure-endpoints.com remove the conditionalized code used to give up callbacks in response to stat cache recycling due to performance impacts described in the commit for DELTA windows-give-up-callbacks-20070627 2007-06-28 04:05 jaltman * src/WINNT/afsd/: afsd_service.c, cm_callback.c, cm_callback.h, cm_scache.c, cm_scache.h, cm_server.c, cm_server.h: DELTA DEVEL15-windows-give-up-callbacks-20070627 AUTHOR jaltman@secure-endpoints.com This large patch adds support for giving up callbacks in response to three events: 1. power management suspend 2. power management shutdown 3. stat cache object recycling The third item is submitted as a condition compilation if GIVE_UP_CALLBACKS is defined. Properly handing callback give ups and the associated race conditions with revokes and fetch status requests requires a great deal of over head. The first attempt used one GiveUpCallBacks RPC for each callback that was being dropped as the stat cache object was recycled. This resulted in a 27% performance drop in the MIT stress test. The code that is being committed maintains a callback give up list on each server object. The callback is added to the list as the callbacks are dropped and then they are sent to the server in bulk by the background daemon thread if the server is known to be UP after a ping. Logic is added to the EndCallbackRequest and CallbackRevoke operations to ensure that race conditions are addressed. With all of this, there is a 17% performance drop in the MIT stress test. As a result, it is my conclusion that the client side costs associated with optimizing the load on the server are simply too high. I am committing this code to ensure that it is not lost. I will remove this support in the next patch while leaving the support for giving up all callbacks in response to suspend and shutdown events. 2007-06-28 03:53 jaltman * src/WINNT/afsd/smb3.c: DELTA DEVEL15-windows-odd-vnode-is-dir-20070627 AUTHOR jaltman@secure-endpoints.com its odd vnodes are directories, not even ones 2007-06-28 03:40 jaltman * src/sys/pioctl_nt.c: DELTA DEVEL15-windows-pioctl-20070627 AUTHOR jaltman@secure-endpoints.com add cm_server.h to the include list 2007-06-28 02:12 shadow * src/volser/volmain.c: DELTA DEVEL15-volser-earlier-logging-20070627 AUTHOR shadow@dementia.org deal with the changes to deal with reconnecting in the unix domain fsync socket 2007-06-28 00:34 jaltman * src/WINNT/afsd/: afsd.h, cm_cell.h, cm_config.c, cm_ioctl.c: DELTA DEVEL15-windows-afsd-headers-20070627 AUTHOR jaltman@secure-endpoints.com remove unneeded headers and shuffle order where necessary 2007-06-28 00:16 jaltman * src/WINNT/afsd/smb3.c: DELTA DEVEL15-windows-smb-race-20070627 AUTHOR jaltman@secure-endpoints.com avoid a race condition when the smb_fidp is closed and an active request is being performed on the referenced cm_scache_t. 2007-06-27 21:23 shadow * src/afs/LINUX/osi_probe.c: DELTA DEVEL15-amd64-linux-24-syscall-probe-symbol-change-20070623 AUTHOR shadow@dementia.org 2007-06-27 16:30 shadow * src/afs/afs_prototypes.h: DELTA DEVEL15-forceallnewconns-prototype-20070627 AUTHOR shadow@dementia.org missed this earlier. linux wants it. 2007-06-26 19:13 shadow * src/afsd/afsd.c: DELTA DEVEL15-macos-afsd-dont-leak-symbol-20070626 AUTHOR shadow@dementia.org avoid leaking a ref to this symbol outside macos code 2007-06-26 05:42 jaltman * src/: afs/LINUX/osi_vfsops.c, bucoord/restore.c: DELTA DEVEL15-backup-usedump-20070625 AUTHOR jaltman@secure-endpoints.com FIXES 55704 afs_com_err not com_err 2007-06-25 20:24 shadow * src/afs/AIX/osi_sleep.c: DELTA DEVEL15-aix53-avoid-wait-crash-20070625 AUTHOR tkeiser@sinenomine.net avoid crashing because of unpinned mmemory when doing event handling 2007-06-25 04:59 jaltman * src/WINNT/afsd/cm_conn.c: DELTA DEVEL15-windows-get-server-list-20070625 AUTHOR jaltman@secure-endpoints.com return an error when the cm_fid_t * is NULL since we can't look up the volume to obtain a server list without knowing which volume we should be looking up if the fidp is known to be NULL, don't call cm_GetServerList() 2007-06-23 15:29 shadow * src/afs/afs_memcache.c: DELTA DEVEL15-memcache-alloc-failures-20070623 AUTHOR chas@cmf.nrl.navy.mil FIXES 55339 deal with alloc failures in memcache 2007-06-23 15:14 shadow * src/bucoord/: commands.c, main.c, restore.c: DELTA DEVEL15-backup-usedump-20070623 AUTHOR zacheiss@mit.edu FIXES 55704 restore from specific dump id 2007-06-23 14:19 shadow * src/WINNT/: afsapplib/resource/any_other.bmp, afsapplib/resource/foreign_group.bmp, afsapplib/resource/foreign_other.bmp, afsapplib/resource/foreign_user.bmp, afsapplib/resource/local_group.bmp, afsapplib/resource/local_other.bmp, afsapplib/resource/local_user.bmp, afsapplib/resource/mask_obj.bmp, afsapplib/resource/unauthenticated.bmp, afsapplib/test/16color.bmp, afsapplib/test/256color.bmp, afssvrcfg/status_16.bmp, afssvrcfg/status_256.bmp, afssvrcfg/lang/ko_KR/status_16.bmp, afssvrcfg/lang/ko_KR/status_256.bmp, client_creds/wiz16.bmp, client_creds/wiz256.bmp, doc/install/Documentation/de_DE/html/banner.gif, doc/install/Documentation/de_DE/html/books.gif, doc/install/Documentation/de_DE/html/bot.gif, doc/install/Documentation/de_DE/html/index.gif, doc/install/Documentation/de_DE/html/next.gif, doc/install/Documentation/de_DE/html/prev.gif, doc/install/Documentation/de_DE/html/toc.gif, doc/install/Documentation/de_DE/html/top.gif, doc/install/Documentation/en_US/html/banner.gif, doc/install/Documentation/en_US/html/books.gif, doc/install/Documentation/en_US/html/bot.gif, doc/install/Documentation/en_US/html/index.gif, doc/install/Documentation/en_US/html/next.gif, doc/install/Documentation/en_US/html/prev.gif, doc/install/Documentation/en_US/html/toc.gif, doc/install/Documentation/en_US/html/top.gif, doc/install/Documentation/en_US/html/SysAdminGd/cachmgr.gif, doc/install/Documentation/en_US/html/SysAdminGd/fserver1.gif, doc/install/Documentation/en_US/html/SysAdminGd/fserver2.gif, doc/install/Documentation/en_US/html/SysAdminGd/overview.gif, doc/install/Documentation/en_US/html/SysAdminGd/scout1.gif, doc/install/Documentation/en_US/html/SysAdminGd/scout2.gif, doc/install/Documentation/en_US/html/SysAdminGd/scout3.gif, doc/install/Documentation/en_US/html/SysAdminGd/scout4.gif, doc/install/Documentation/en_US/html/SysAdminGd/vnode.gif, doc/install/Documentation/es_ES/html/banner.gif, doc/install/Documentation/es_ES/html/books.gif, doc/install/Documentation/es_ES/html/bot.gif, doc/install/Documentation/es_ES/html/index.gif, doc/install/Documentation/es_ES/html/next.gif, doc/install/Documentation/es_ES/html/prev.gif, doc/install/Documentation/es_ES/html/toc.gif, doc/install/Documentation/es_ES/html/top.gif, doc/install/Documentation/ja_JP/html/banner.gif, doc/install/Documentation/ja_JP/html/books.gif, doc/install/Documentation/ja_JP/html/bot.gif, doc/install/Documentation/ja_JP/html/index.gif, doc/install/Documentation/ja_JP/html/next.gif, doc/install/Documentation/ja_JP/html/prev.gif, doc/install/Documentation/ja_JP/html/toc.gif, doc/install/Documentation/ja_JP/html/top.gif, doc/install/Documentation/ja_JP/html/SysAdminGd/cachmgr.gif, doc/install/Documentation/ja_JP/html/SysAdminGd/fserver1.gif, doc/install/Documentation/ja_JP/html/SysAdminGd/fserver2.gif, doc/install/Documentation/ja_JP/html/SysAdminGd/overview.gif, doc/install/Documentation/ja_JP/html/SysAdminGd/scout1.gif, doc/install/Documentation/ja_JP/html/SysAdminGd/scout2.gif, doc/install/Documentation/ja_JP/html/SysAdminGd/scout3.gif, doc/install/Documentation/ja_JP/html/SysAdminGd/scout4.gif, doc/install/Documentation/ja_JP/html/SysAdminGd/vnode.gif, doc/install/Documentation/ko_KR/html/banner.gif, doc/install/Documentation/ko_KR/html/books.gif, doc/install/Documentation/ko_KR/html/bot.gif, doc/install/Documentation/ko_KR/html/index.gif, doc/install/Documentation/ko_KR/html/next.gif, doc/install/Documentation/ko_KR/html/prev.gif, doc/install/Documentation/ko_KR/html/toc.gif, doc/install/Documentation/ko_KR/html/top.gif, doc/install/Documentation/ko_KR/html/SysAdminGd/cachmgr.gif, doc/install/Documentation/ko_KR/html/SysAdminGd/fserver1.gif, doc/install/Documentation/ko_KR/html/SysAdminGd/fserver2.gif, doc/install/Documentation/ko_KR/html/SysAdminGd/overview.gif, doc/install/Documentation/ko_KR/html/SysAdminGd/scout1.gif, doc/install/Documentation/ko_KR/html/SysAdminGd/scout2.gif, doc/install/Documentation/ko_KR/html/SysAdminGd/scout3.gif, doc/install/Documentation/ko_KR/html/SysAdminGd/scout4.gif, doc/install/Documentation/ko_KR/html/SysAdminGd/vnode.gif, doc/install/Documentation/pt_BR/html/banner.gif, doc/install/Documentation/pt_BR/html/books.gif, doc/install/Documentation/pt_BR/html/bot.gif, doc/install/Documentation/pt_BR/html/index.gif, doc/install/Documentation/pt_BR/html/next.gif, doc/install/Documentation/pt_BR/html/prev.gif, doc/install/Documentation/pt_BR/html/toc.gif, doc/install/Documentation/pt_BR/html/top.gif, doc/install/Documentation/zh_CN/html/banner.gif, doc/install/Documentation/zh_CN/html/books.gif, doc/install/Documentation/zh_CN/html/bot.gif, doc/install/Documentation/zh_CN/html/index.gif, doc/install/Documentation/zh_CN/html/next.gif, doc/install/Documentation/zh_CN/html/prev.gif, doc/install/Documentation/zh_CN/html/toc.gif, doc/install/Documentation/zh_CN/html/top.gif, doc/install/Documentation/zh_TW/html/banner.gif, doc/install/Documentation/zh_TW/html/books.gif, doc/install/Documentation/zh_TW/html/bot.gif, doc/install/Documentation/zh_TW/html/index.gif, doc/install/Documentation/zh_TW/html/next.gif, doc/install/Documentation/zh_TW/html/prev.gif, doc/install/Documentation/zh_TW/html/toc.gif, doc/install/Documentation/zh_TW/html/top.gif, afsapplib/resource/any_other.bmp, afsapplib/resource/foreign_group.bmp, afsapplib/resource/foreign_other.bmp, afsapplib/resource/foreign_user.bmp, afsapplib/resource/local_group.bmp, afsapplib/resource/local_other.bmp, afsapplib/resource/local_user.bmp, afsapplib/resource/mask_obj.bmp, afsapplib/resource/unauthenticated.bmp, afsapplib/test/16color.bmp, afsapplib/test/256color.bmp, afssvrcfg/status_16.bmp, afssvrcfg/status_256.bmp, afssvrcfg/lang/ko_KR/status_16.bmp, afssvrcfg/lang/ko_KR/status_256.bmp, client_creds/wiz16.bmp, client_creds/wiz256.bmp, doc/install/Documentation/de_DE/html/banner.gif, doc/install/Documentation/de_DE/html/books.gif, doc/install/Documentation/de_DE/html/bot.gif, doc/install/Documentation/de_DE/html/index.gif, doc/install/Documentation/de_DE/html/next.gif, doc/install/Documentation/de_DE/html/prev.gif, doc/install/Documentation/de_DE/html/toc.gif, doc/install/Documentation/de_DE/html/top.gif, doc/install/Documentation/en_US/html/banner.gif, doc/install/Documentation/en_US/html/books.gif, doc/install/Documentation/en_US/html/bot.gif, doc/install/Documentation/en_US/html/index.gif, doc/install/Documentation/en_US/html/next.gif, doc/install/Documentation/en_US/html/prev.gif, doc/install/Documentation/en_US/html/toc.gif, doc/install/Documentation/en_US/html/top.gif, doc/install/Documentation/en_US/html/SysAdminGd/cachmgr.gif, doc/install/Documentation/en_US/html/SysAdminGd/fserver1.gif, doc/install/Documentation/en_US/html/SysAdminGd/fserver2.gif, doc/install/Documentation/en_US/html/SysAdminGd/overview.gif, doc/install/Documentation/en_US/html/SysAdminGd/scout1.gif, doc/install/Documentation/en_US/html/SysAdminGd/scout2.gif, doc/install/Documentation/en_US/html/SysAdminGd/scout3.gif, doc/install/Documentation/en_US/html/SysAdminGd/scout4.gif, doc/install/Documentation/en_US/html/SysAdminGd/vnode.gif, doc/install/Documentation/es_ES/html/banner.gif, doc/install/Documentation/es_ES/html/books.gif, doc/install/Documentation/es_ES/html/bot.gif, doc/install/Documentation/es_ES/html/index.gif, doc/install/Documentation/es_ES/html/next.gif, doc/install/Documentation/es_ES/html/prev.gif, doc/install/Documentation/es_ES/html/toc.gif, doc/install/Documentation/es_ES/html/top.gif, doc/install/Documentation/ja_JP/html/banner.gif, doc/install/Documentation/ja_JP/html/books.gif, doc/install/Documentation/ja_JP/html/bot.gif, doc/install/Documentation/ja_JP/html/index.gif, doc/install/Documentation/ja_JP/html/next.gif, doc/install/Documentation/ja_JP/html/prev.gif, doc/install/Documentation/ja_JP/html/toc.gif, doc/install/Documentation/ja_JP/html/top.gif, doc/install/Documentation/ja_JP/html/SysAdminGd/cachmgr.gif, doc/install/Documentation/ja_JP/html/SysAdminGd/fserver1.gif, doc/install/Documentation/ja_JP/html/SysAdminGd/fserver2.gif, doc/install/Documentation/ja_JP/html/SysAdminGd/overview.gif, doc/install/Documentation/ja_JP/html/SysAdminGd/scout1.gif, doc/install/Documentation/ja_JP/html/SysAdminGd/scout2.gif, doc/install/Documentation/ja_JP/html/SysAdminGd/scout3.gif, doc/install/Documentation/ja_JP/html/SysAdminGd/scout4.gif, doc/install/Documentation/ja_JP/html/SysAdminGd/vnode.gif, doc/install/Documentation/ko_KR/html/banner.gif, doc/install/Documentation/ko_KR/html/books.gif, doc/install/Documentation/ko_KR/html/bot.gif, doc/install/Documentation/ko_KR/html/index.gif, doc/install/Documentation/ko_KR/html/next.gif, doc/install/Documentation/ko_KR/html/prev.gif, doc/install/Documentation/ko_KR/html/toc.gif, doc/install/Documentation/ko_KR/html/top.gif, doc/install/Documentation/ko_KR/html/SysAdminGd/cachmgr.gif, doc/install/Documentation/ko_KR/html/SysAdminGd/fserver1.gif, doc/install/Documentation/ko_KR/html/SysAdminGd/fserver2.gif, doc/install/Documentation/ko_KR/html/SysAdminGd/overview.gif, doc/install/Documentation/ko_KR/html/SysAdminGd/scout1.gif, doc/install/Documentation/ko_KR/html/SysAdminGd/scout2.gif, doc/install/Documentation/ko_KR/html/SysAdminGd/scout3.gif, doc/install/Documentation/ko_KR/html/SysAdminGd/scout4.gif, doc/install/Documentation/ko_KR/html/SysAdminGd/vnode.gif, doc/install/Documentation/pt_BR/html/banner.gif, doc/install/Documentation/pt_BR/html/books.gif, doc/install/Documentation/pt_BR/html/bot.gif, doc/install/Documentation/pt_BR/html/index.gif, doc/install/Documentation/pt_BR/html/next.gif, doc/install/Documentation/pt_BR/html/prev.gif, doc/install/Documentation/pt_BR/html/toc.gif, doc/install/Documentation/pt_BR/html/top.gif, doc/install/Documentation/zh_CN/html/banner.gif, doc/install/Documentation/zh_CN/html/books.gif, doc/install/Documentation/zh_CN/html/bot.gif, doc/install/Documentation/zh_CN/html/index.gif, doc/install/Documentation/zh_CN/html/next.gif, doc/install/Documentation/zh_CN/html/prev.gif, doc/install/Documentation/zh_CN/html/toc.gif, doc/install/Documentation/zh_CN/html/top.gif, doc/install/Documentation/zh_TW/html/banner.gif, doc/install/Documentation/zh_TW/html/books.gif, doc/install/Documentation/zh_TW/html/bot.gif, doc/install/Documentation/zh_TW/html/index.gif, doc/install/Documentation/zh_TW/html/next.gif, doc/install/Documentation/zh_TW/html/prev.gif, doc/install/Documentation/zh_TW/html/toc.gif, doc/install/Documentation/zh_TW/html/top.gif: DELTA DEVEL15-image-fix-20070623 AUTHOR shadow@dementia.org 2007-06-23 14:03 shadow * doc/html/AdminGuide/: cachmgr.gif, fserver1.gif, fserver2.gif, overview.gif, scout1.gif, scout2.gif, scout3.gif, scout4.gif, vnode.gif, cachmgr.gif, fserver1.gif, fserver2.gif, overview.gif, scout1.gif, scout2.gif, scout3.gif, scout4.gif, vnode.gif, cachmgr.gif, fserver1.gif, fserver2.gif, overview.gif, scout1.gif, scout2.gif, scout3.gif, scout4.gif, vnode.gif: DELTA DEVEL15-doc-add-missing-gifs-20070623 AUTHOR shadow@dementia.org FIXES 1826 2007-06-23 14:01 shadow * doc/html/AdminGuide/scout4.gif: file scout4.gif was added on branch openafs-devel-1_5_x on 2007-06-23 14:03:40 +0000 2007-06-23 14:01 shadow * doc/html/AdminGuide/cachmgr.gif: file cachmgr.gif was added on branch openafs-devel-1_5_x on 2007-06-23 14:03:40 +0000 2007-06-23 14:01 shadow * doc/html/AdminGuide/overview.gif: file overview.gif was added on branch openafs-devel-1_5_x on 2007-06-23 14:03:40 +0000 2007-06-23 14:01 shadow * doc/html/AdminGuide/: cachmgr.gif, fserver1.gif, fserver2.gif, overview.gif, scout1.gif, scout2.gif, scout3.gif, scout4.gif, vnode.gif: DELTA doc-add-missing-gifs-20070623 AUTHOR shadow@dementia.org FIXES 1826 2007-06-23 14:01 shadow * doc/html/AdminGuide/vnode.gif: file vnode.gif was added on branch openafs-devel-1_5_x on 2007-06-23 14:03:40 +0000 2007-06-23 14:01 shadow * doc/html/AdminGuide/fserver1.gif: file fserver1.gif was added on branch openafs-devel-1_5_x on 2007-06-23 14:03:40 +0000 2007-06-23 14:01 shadow * doc/html/AdminGuide/fserver2.gif: file fserver2.gif was added on branch openafs-devel-1_5_x on 2007-06-23 14:03:40 +0000 2007-06-23 14:01 shadow * doc/html/AdminGuide/scout1.gif: file scout1.gif was added on branch openafs-devel-1_5_x on 2007-06-23 14:03:40 +0000 2007-06-23 14:01 shadow * doc/html/AdminGuide/scout2.gif: file scout2.gif was added on branch openafs-devel-1_5_x on 2007-06-23 14:03:40 +0000 2007-06-23 14:01 shadow * doc/html/AdminGuide/scout3.gif: file scout3.gif was added on branch openafs-devel-1_5_x on 2007-06-23 14:03:40 +0000 2007-06-23 13:56 shadow * src/afs/LINUX/osi_probe.c: DELTA DEVEL15-amd64-linux-24-syscall-probe-symbol-change-20070623 AUTHOR kevin@umd.edu FIXES 63763 probe for something else for 2.4 and older 2007-06-23 06:33 shadow * src/afs/LINUX/osi_sysctl.c: DELTA DEVEL15-linux-sysctl-update-20070612 AUTHOR sxw@inf.ed.ac.uk FIXES 61906 2.6.21.1 introduces an additional .parent pointer in the middle of the structure. As the OpenAFS code just initialises the structure with a list, this causes it to assign the value intended for .proc_handler to .parent 2007-06-23 06:23 shadow * src/: afs/afs_pioctl.c, rx/rx_packet.c: DELTA DEVEL15-newuuid-fix-20070622 AUTHOR shadow@dementia.org yeah, i should commit from places with better network if i'm going to need to edit in place, so i can see what i'm typing 2007-06-22 22:23 jaltman * src/WINNT/install/wix/: feature.wxi, files.wxi: DELTA DEVEL15-windows-install-wix-20070622 AUTHOR asanka@secure-endpoints.com add the images from relnotes_files to the distribution. 2007-06-22 22:16 jaltman * src/WINNT/afsd/: cm_cell.c, cm_cell.h, cm_ioctl.c, cm_memmap.c, cm_memmap.h: DELTA DEVEL15-windows-cell-hashtables-20070622 AUTHOR jaltman@secure-endpoints.com Add name and ID hash tables for cell lookups. cell lookups occur on every request. sometimes multiple times. removing the walking of the cell list when there are dozens of cells decreases cpu utilization and increases throughput. 2007-06-22 14:43 jaltman * src/WINNT/install/NSIS/OpenAFS.nsi: DELTA DEVEL15-windows-install-nsis-20070622 AUTHOR jaltman@secure-endpoints.com add missing jpg files to documentation installation 2007-06-22 14:40 jaltman * src/WINNT/doc/install/Documentation/en_US/html/index.htm: DELTA DEVEL15-windows-release-notes-20070622 AUTHOR jaltman@secure-endpoints.com another fix for index.htm. point at relnotes_frames.htm instead of frames.htm 2007-06-22 14:18 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm: DELTA DEVEL15-windows-release-notes-20070622 AUTHOR jaltman@secure-endpoints.com release notes for what should be 1.5.21. 2007-06-22 14:12 jaltman * src/WINNT/afsd/: afsd_init.c, cm_conn.c, cm_daemon.c: DELTA DEVEL15-windows-misc-20070622 AUTHOR jaltman@secure-endpoints.com there were two sets of registry values that could be used to configure the daemon thread check intervals. keep the one that was documented in the release notes and discard the other. Add a registry value "daemonCheckOfflineVolInterval" to configure the offline volume check interval. Ensure that the cm_GetConn... functions initialized the output variables to NULL on error. 2007-06-22 12:45 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20070622 AUTHOR jaltman@secure-endpoints.com more pre-1.5.21 notes 2007-06-22 06:01 jaltman * src/WINNT/afsd/smb3.c: DELTA DEVEL15-windows-fake-stat-20070622 AUTHOR jaltman@secure-endpoints.com When we are faking the status data we can use the vnode value to determine if the object should be treated as a directory or file. even is a directory and odd is a file. This works even when we have never successfully obtained status data for the object. 2007-06-22 05:32 jaltman * src/WINNT/afsd/: smb.c, smb3.c: DELTA DEVEL15-windows-mountpoint-is-directory-20070622 AUTHOR jaltman@secure-endpoints.com when the CIFS client requests a directory listing without directories, do not include mount points. 2007-06-19 20:12 jaltman * src/WINNT/afsd/: cm_callback.c, cm_server.c, cm_server.h: DELTA DEVEL15-windows-revoke-callback-20070619 AUTHOR jaltman@secure-endpoints.com If the we can match up the host address from which the revoke was received with one of our cm_server_t objects, then we know which cell the revoke has been received from. With that information we can ensure that we only revoke the status of cm_scache_t objects belonging to that cell. 2007-06-19 18:31 jaltman * src/WINNT/afsd/cm_cell.c: DELTA DEVEL15-windows-all-cell-list-20070619 AUTHOR jaltman@secure-endpoints.com Reverse the order of the allCellsp list. Append new cells onto the end of the list. This ensures that the workstation cell will always be the first in the list. Adding additional cells will not degrade the performance to the workstation cell. 2007-06-19 16:15 jaltman * src/WINNT/afsd/: cm_cell.c, cm_cell.h, cm_conn.c: DELTA DEVEL15-windows-updatecell-20070619 AUTHOR jaltman@secure-endpoints.com No longer permit cm_GetCell() or cm_FindCellByID() to return NULL simply because cm_UpdateCell() failed. The cm_cell_t object still exists and is valid even if the vlServersp list is empty. Modify the lock management in cm_GetCell_Gen() to ensure we drop all the locks. In cm_Analyze() update the volume status when one of the servers reports VBUSY or VRESTARTING. 2007-06-19 12:04 jaltman * src/WINNT/afsd/: cm_conn.c, cm_volume.c: DELTA DEVEL15-windows-deadlock-20070619 AUTHOR jaltman@secure-endpoints.com fix deadlock on cm_volumeLock introduced by last week's work in cm_Analyze, make sure we get a cm_cell_t reference otherwise we won't find the cm_volume_t we are searching for when ALLOFFLINE or ALLBUSY. 2007-06-19 09:08 rra * doc/man-pages/pod5/: NetInfo.pod, NetRestrict.pod: DELTA DEVEL15-man-page-net-info-fixes-20070619 AUTHOR rra@stanford.edu Fix a NetInfo reference in the NetRestrict man page that should be NetRestrict and add cross-references in SEE ALSO. 2007-06-19 05:29 jaltman * src/config/NTMakefile.amd64_w2k: DELTA DEVEL15-windows-amd64-20070619 AUTHOR jaltman@secure-endpoints.com Use 0x0502 instead of 0x0500. There is no 64-bit Windows 2000 support. Explicitly list the machine type as X64 for linking. 2007-06-19 05:25 jaltman * src/WINNT/afsd/: afsd_service.c, cm_cell.c, cm_cell.h, cm_ioctl.c, cm_scache.c, cm_volume.c, lanahelper.cpp: DELTA DEVEL15-windows-misc-20070619 AUTHOR jaltman@secure-endpoints.com VMWare adapters have proven unreliable replacements for the Microsoft loopback adapter. Registering AFS often results in a name space collision. Add cm_DumpCells() function and dump the cells as part of "fs memdump" Dump all cm_scache_t and cm_volume_t regardless of reference counts Fix cm_GetCell_Gen() to not allocate a new cm_cell_t when evaluating mount points to aliases. Instead, after looking up the alias successfully search the allCellsp list for the fullname of the cell. If found, use the existing entry and cleanup the one we were about to allocate. Use read locks whenever possible instead of write locks when searching the allCellsp list. 2007-06-18 18:49 shadow * src/afsd/afsd.c: DELTA DEVEL15-macos-realtime-ip-updates-20070618 AUTHOR shadow@dementia.org notice and deal with IP address changes 2007-06-18 18:23 shadow * README: DELTA DEVEL15-readme-20070618 AUTHOR shadow@dementia.org update the systype list 2007-06-18 18:18 shadow * src/: afs/afs_call.c, afsd/afsd.c, cf/osconf.m4: DELTA DEVEL15-macos-realtime-ip-updates-20070618 AUTHOR shadow@dementia.org notice and deal with IP address changes 2007-06-18 18:04 shadow * src/afs/afs_call.c: DELTA DEVEL15-avoid-empty-uuid-20070618 AUTHOR shadow@dementia.org avoid issue where uuid can potentially be 0: set one always at AFSOP_GO step 2007-06-18 17:58 shadow * src/rx/rx_packet.c: DELTA DEVEL15-darwin-collect-network-errors-for-fast-timeout-20070618 AUTHOR shadow@dementia.org same optimization we do on windows, linux 2007-06-18 17:06 shadow * src/afs/: afs_call.c, afs_syscall.c: DELTA avoid potential deadlock if e.g. SetTokens is called before the kernel module initialization completes DEVEL15-darwin-afs-syscall-eliminate-needless-vfs-context-hold-2007 0618 AUTHOR shadow@dementia.org FIXES 2007-06-17 04:50 jaltman * src/WINNT/netidmgr_plugin/: afsconfigdlg.c, afsfuncs.c, afsnewcreds.c, afsnewcreds.h: DELTA DEVEL15-windows-nim-afs-20070617 AUTHOR asanka@secure-endpoints.com Don't assume that WM_DESTROY is the final message received by a window. Verify dialog data structures when handling messages and reset the window data field when freeing the data structure. Zero should be considered a valid credentials type identifier in Network Identity Manager. When checking if an identity is configured to obtain a token for a specific cell, don't go through the list of cells if AFS tokens are disabled for the identity. Similarly, when removing a token for a specific cell from all identities, don't bother modifying identities for whom AFS tokens are disabled. Keep track of whether a specific cell was added to the list of cells to authenticate for an identity because it was listed in the configuration or because a token for the cell already existed. Correct an off-by-one error when calculating buffer sizes for multi strings which failed to account for a double NULL terminator. Don't update the cell->identity mapping if a token for that cell could not be obtained. If the list of cell to authenticate for an identity is empty, we still need to write the empty string to the configuration. Otherwise, removing all the tokens from an identity will not result in a configuration change reflecting that. 2007-06-14 20:58 jaltman * src/WINNT/afsd/: cm_ioctl.c, fs.c: DELTA DEVEL15-windows-ioctl-path-availability-20070614 AUTHOR jaltman@secure-endpoints.com fix cm_IoctlPathAvailability to return the current volume state. 0, CM_ERROR_ALLBUSY, CM_ERROR_ALLDOWN, CM_ERROR_ALLOFFLINE modify fs.c to generate messages when the errors are received. 2007-06-14 20:55 jaltman * src/WINNT/afsd/: cm_daemon.c, cm_server.c, cm_server.h: DELTA DEVEL15-windows-volstate-update-post-network-change-20070614 AUTHOR jaltman@secure-endpoints.com When the system's IP address list changes we invalidate the existing RX connections and probe all of the servers. A better algorithm is to probe all vldb servers, invalidate the rx connections, and then probe all file servers. 2007-06-14 19:06 jaltman * src/rx/: rx_lwp.c, rx_packet.c: DELTA DEVEL15-rx-lwp-sendmsg-20070614 AUTHOR jaltman@secure-endpoints.com update the lwp version of rxi_sendmsg to return the same error, -1, returned by the pthread version. replace errno with WSAGetLastError() in the Windows blocks so that the correct error value is checked. 2007-06-14 18:31 jaltman * src/sys/pioctl_nt.c: DELTA DEVEL15-windows-pioctl-add-error-translations-20070614 AUTHOR jaltman@secure-endpoints.com add error translations for CM_ERROR_ALLDOWN, CM_ERROR_ALLBUSY, CM_ERROR_ALLOFFLINE, CM_ERROR_NOSUCHPATH 2007-06-13 22:28 jaltman * src/WINNT/afsd/: cm_vnodeops.c, cm_vnodeops.h, smb.c: DELTA DEVEL15-windows-magic-share-names-20070613 AUTHOR asanka@secure-endpoints.com Access to AFS volumes via magic share names \\afs\ = cellname = % or # = volume name or id 2007-06-13 06:38 jaltman * src/WINNT/afsd/cm_server.c: DELTA DEVEL15-windows-server-ping-deadlock-20070612 AUTHOR jaltman@secure-endpoints.com avoid deadlock in cm_ServerPing due to volume status update code 2007-06-12 19:14 shadow * src/: afs/afs_pioctl.c, afs/afs_server.c, config/venus.h, venus/fs.c: DELTA DEVEL15-newuuid-20070612 AUTHOR shadow@dementia.org add the newuuid command 2007-06-12 18:39 shadow * src/cf/linux-test2.m4: DELTA DEVEL15-linux-configure-vfs-update-20070612 AUTHOR marc.dionne@technoconseil.com FIXES 62017 clean up output 2007-06-12 18:34 shadow * acinclude.m4, src/afs/LINUX/osi_vnodeops.c, src/cf/linux-test4.m4: DELTA DEVEL15-linux-vfs-flush-3arg-20070612 AUTHOR marc.dionne@technoconseil.com FIXES 62203 3rd arg for passing lock owner id. add configure gunk also 2007-06-12 18:28 shadow * src/afs/LINUX/osi_sysctl.c: DELTA DEVEL15-linux-sysctl-update-20070612 AUTHOR sxw@inf.ed.ac.uk FIXES 61906 2.6.21.1 introduces an additional .parent pointer in the middle of the structure. As the OpenAFS code just initialises the structure with a list, this causes it to assign the value intended for .proc_handler to .parent 2007-06-12 15:38 jaltman * src/WINNT/afsd/: cm_conn.c, cm_daemon.c, cm_volume.c, cm_volume.h: DELTA DEVEL15-windows-volume-status-tracking-20070612 AUTHOR jaltman@secure-endpoints.com * re-write cm_Analyze to make better use of the known volume status. VL_Server queries cannot result in CM_ERROR_ALLOFFLINE messages. * renamed cm_CheckBusyVolumes to cm_CheckOfflineVolumes. busy volumes will be reset to srv_non_busy by the function but there is no mechanism for querying the busy state other than by attempting to access the resource. * cm_Analyze will query the state of an offline volume before deciding whether or not to retry when all volume instances are offline. 2007-06-12 05:44 rra * acinclude.m4, src/afs/LINUX/osi_sleep.c, src/afs/LINUX/osi_vfsops.c, src/cf/linux-test4.m4, src/rx/LINUX/rx_kmutex.c, src/rx/LINUX/rx_knet.c: DELTA DEVEL15-linux-2-6-22-updates-20070611 AUTHOR marc.dionne@technoconseil.com FIXES 61767 1 - task_struct loses thread_info, which is now accessible through the task_thread_info() macro. A configure test is added to deal with this. 2 - the SLAB_CTOR_VERIFY flag is gone 2007-06-12 04:02 rra * doc/man-pages/pod1/: vos_offline.pod, vos_online.pod: DELTA DEVEL15-man-vos-online-20070611 AUTHOR steven.jenkins@gmail.com Add initial man pages for vos offline and vos online. 2007-06-12 03:58 rra * doc/man-pages/pod8/fileserver.pod: DELTA DEVEL15-man-fileserver-args-20070611 AUTHOR lw@lwilke.de Missed another erroneous option argument. 2007-06-12 03:42 rra * doc/man-pages/pod1/: vos_offline.pod, vos_online.pod: DELTA man-vos-online-20070611 AUTHOR steven.jenkins@gmail.com Add initial man pages for vos offline and vos online. 2007-06-12 03:42 rra * doc/man-pages/pod1/vos_offline.pod: file vos_offline.pod was added on branch openafs-devel-1_5_x on 2007-06-12 04:02:13 +0000 2007-06-12 03:42 rra * doc/man-pages/pod1/vos_online.pod: file vos_online.pod was added on branch openafs-devel-1_5_x on 2007-06-12 04:02:13 +0000 2007-06-10 17:05 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20070610 AUTHOR jaltman@secure-endpoints.com changes since 1.5.20. not ready for 1.5.21 yet 2007-06-10 17:00 jaltman * src/WINNT/afsd/: afsd_init.c, cm.h, cm_buf.c, cm_callback.c, cm_cell.c, cm_conn.c, cm_conn.h, cm_daemon.c, cm_dcache.c, cm_freelance.c, cm_ioctl.c, cm_memmap.c, cm_memmap.h, cm_scache.c, cm_scache.h, cm_server.c, cm_server.h, cm_vnodeops.c, cm_volume.c, cm_volume.h, smb_ioctl.c, smb_ioctl.h: DELTA DEVEL15-windows-volume-status-tracking-20070610 AUTHOR jaltman@secure-endpoints.com * changed the enum values for cm_serverRef_t state info to use a private name space to avoid collisions (srv_) * added a srv_deleted state for cm_serverRef_t objects. This state is set when cm_FreeServerList() is called with the CM_FREESERVERLIST_DELETE flag set. cm_FreeServerList() may not always delete the cm_serverRef_t from the list if it is still in use by another thread. the srv_deleted state means the object's contents are no longer valid and it must be skipped. It will be deleted the next time the object is freed and the refcount hits zero. * the srv_deleted state is also used when a file server reports either VNOVOL or VMOVED instead of marking the cm_serverRef_t as offline. This is done to prevent additional usage of the stale vldb data while waiting for the update volume request to complete. * added a state field to the cm_volume_t object (enum volstate vl_ name space) that maintains the state of the volume based upon the states of all of the cm_serverRef_t and cm_server_t objects. * modified cm_UpdateVolume() to set the state of the cm_volume_t RW, RO, and BK to either vl_alldown or vl_online. There can't be any other states because cm_UpdateVolume() destroys any previous knowledge we might have had regarding busy or offline volume status * modified cm_UpdateVolume() to update the volume name in the cm_volume_t to the volume base name if the previous value was a volume ID. * modified cm_FollowMountPoint() to check to see if the volume name is a volume ID and if so call cm_GetVolumeByID instead of cm_GetVolumeByName. This ensures that volume IDs are always looked up as numeric values. There is no longer a need to maintain a separate cm_volume_t containing the string representation of the ID value. * Added a flags parameter to cm_GetVolumeByName() and cm_GetVolumeByID(). The first flag is a "CREATE" flag which is set by all existing calls. The flag is not set by calls to cm_GetVolumeByID() from the server probe code when volume status is being updated. We do not want the server probe operation to result in additional turnover in the cached volume data. The second flag is NO_LRU_UPDATE which is set when the server probe code updates the volume status. This flag will be used to prevent the server probe operation from changing the order of the least recently used queue. * Modified cm_GetVolumeByName to ensure that only one cm_volume_t is allocated for a given set of normal, readonly, and backup volumes regardless of whether or not the volume is accessed via name or ID number. The cm_volume_t namep field is always the base name of the volume. * Added a new volume state, vl_unknown. This state is used as the initial state for all cm_volume_t when the cache manager starts, for each cm_volume_t at creation, and for each cm_volume_t when recycling. The cache manager does not know the state of all volumes in the world, only those that are in the cache and for which it has queried the VLDB and hosting file servers. * modified cm_GetVolumeByName() to initialize the state of a volume to vl_unknown. The actual state will be set when a cm_VolumeUpdate() call completes successfully. * changed name of scache hash table variables to avoid ambiguity when adding hash tables for volumes * fix a buffer overrun in sys\pioctl_nt.c pioctl(). (thanks Asanka) * modified cm_UpdateVolume() to handle the case in which there is no RW volume but there is are RO volumes for a given base name. This is done by querying for the ".readonly" volume name if the base name does not exist in the VLDB. We never query for the .backup name because under the current usage model a .backup volume may only exist on the server that the read-write volume is located. If there is no RW volume, there can be no .backup. * Added four hash tables for cm_volume_t objects to improve the search time of cm_GetVolumeByID(), cm_GetVolumeByName() and cm_ForceUpdateVolume(). One each for Name, RWID, ROID, and BKID. Three ID hash tables are necessary as long as it is desireable to maintain a single cm_volume_t containing all of the related RW, RO, and BK volume data. Having the RW and RO volume data in the same object is necessary for the implementation of cm_GetROVolumeID() which returns either the RO or RW ID depending upon the existence of RO volume instances. * Added a volume LRU queue so that volume reuse becomes fairer. This does not replace the all Volumes list which is used when it is desireable to walk a list of all the volumes whose order is not going to change out from underneath you which makes it safe to drop the cm_volumeLock. * handles volume hash table updates where volume name to volume ID number changes. The volume name remains constant in the cm_volume_t. if a vos rename is performed, the name of the volume will change and the volume IDs will be updated. Subsequent access to the old volume ID will create a new cm_volume_t with the new name. * Added a daemon thread operation to query the state of volumes listed as busy or offline. cm_CheckBusyVolumes() calls RXAFS_GetVolumeStatus() for each volume ID that is marked vl_busy or vl_offline. If the volume is now online, the status on the volume is updated. The default period is 600 seconds. This can be configured with the BusyVolumeCheckInterval registry value. * Added prototype for smb_IoctlPrepareRead() which was missing a return type in the function definition. * Added volume id lists to the cm_server_t. These lists are allocated in blocks of ~32 IDs. When a cm_PingServer() detects a change in server state, the state of the cm_volume_t is updated. * Added volID to the cm_serverRef_t object. volID is used to identify the volume for which the object is a referral. cm_FreeServerList() uses the volID to remove the volume from the cm_server_t. * In cm_Analyze, when VNOVOL or VMOVED are received, call cm_ForceVolumeUpdate() to force a refresh of the volume location data. * Added cm_VolumeStatusNotification() which is used at the moment to log volume status changes to the trace log. It will also be used as the access point to the File System Filter driver notification engine. * Added an all cm_scache_t list to cm_data. This replaces the use of the stat cache LRU queue when we need to enumerate all entries. The LRU list order is not static and when using it to enumerate all entries it can result in items being missed or items being processed more than once. * Modified cm_Analyze(). Instead of reseting the busy or offline state of a volume and forcing a retry of the operation cm_Analyze will defer to the background daemon thread that will update the state once every 600 seconds. * Added the automatic generation of a Freelance ".root" read-write mountpoint that refers to the root.afs volume of the workstation cellname at the time the mountpoint is created. 2007-06-10 14:25 jaltman * src/rxkad/rxkad_server.c: DELTA DEVEL15-rxkad-badticket-20070610 AUTHOR jaltman@secure-endpoints.com In rxkad_CheckResponse, when checking the return value from tkt_CheckTimes, the order is == 0, == -1, < -1, <= 0. The <= 0 case is extraneous so remove it. Both < -1 and <= 0 returned RXKADBADTICKET. 2007-06-10 05:55 jaltman * src/sys/pioctl_nt.c: DELTA DEVEL15-windows-pioctl-buffer-overrun-20070609 AUTHOR asanka@secure-endpoints.com this patch protects against a buffer overrun in the client if the server were to send more data than the receiving buffer can hold. 2007-06-10 05:43 shadow * src/afs/LINUX/osi_vfsops.c: DELTA DEVEL15-linux-kmem-destroy-fix-20070609 AUTHOR shadow@dementia.org don't destroy if create failed 2007-06-06 17:56 shadow * src/volser/vsprocs.c: DELTA DEVEL15-vsprocs-avoid-bogus-error-20070606 AUTHOR shadow@dementia.org don't EPRINT if it's not an error 2007-06-06 17:33 shadow * src/config/: param.ppc64_linux24.h, param.ppc64_linux26.h, param.ppc_linux24.h, param.ppc_linux26.h, param.sparc64_linux24.h, param.sparc64_linux26.h, param.sparc_linux24.h: DELTA DEVEL15-lwp-linux-ucontext-20070606 AUTHOR shadow@dementia.org to revert other changes which got pushed down here; make things like the head 2007-06-06 17:22 shadow * src/lwp/lwp.c: DELTA DEVEL15-aix-declare-setlim-20070606 AUTHOR shadow@dementia.org maybe fix lwp.c compiling with modern aix 2007-06-05 17:11 shadow * src/libafs/MakefileProto.SOLARIS.in: DELTA DEVEL15-solaris-sparc-default-to-v8-insns-for-kmod-20070605 AUTHOR shadow@dementia.org FIXES 23935 don't use the default instruction set since the compiler has changed over time 2007-06-05 03:54 rra * src/libafs/make_kbuild_makefile.pl: DELTA DEVEL15-fix-kbuild-linux-ppc64-20070604 AUTHOR jhutz@cmu.edu The Linux 2.6 kbuild environment requires assembly files end in .S, not .s. 2007-06-04 12:16 jaltman * src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/: relnotes.htm, toc.htm: DELTA DEVEL15-windows-release-notes-20070604 AUTHOR jaltman@secure-endpoints.com in the 1.5.9 release time frame sections 4 and 5 on debugging and bug reporting got lost. restore them. 2007-05-18 05:53 shadow * src/vol/clone.c: DELTA DEVEL15-clone-dont-hold-vol-lock-20070516 AUTHOR shadow@dementia.org same deal as purge. a transaction on the volume outstanding holds it. we don't n eed to preclude all access 2007-05-18 05:22 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-20-20070518 AUTHOR shadow@dementia.org make 1.5.20 2007-05-17 18:36 shadow * acinclude.m4, src/afs/LINUX/osi_vnodeops.c: DELTA DEVEL15-linux-posix-lock-file-has-wait-arg-now-20070517 AUTHOR shadow@dementia.org FIXES 58590 hopefully this works, i can't actually try it now 2007-05-17 16:19 jaltman * doc/txt/winnotes/: afs-changes-since-1.2.txt, afs-issues.txt, performance.txt: DELTA DEVEL15-windows-notes-20070517 AUTHOR jaltman@secure-endpoints.com notes for 1.5.20 2007-05-17 16:12 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20070517 AUTHOR jaltman@secure-endpoints.com 1.5.2000.0 == 1.5.20 2007-05-17 06:51 shadow * acinclude.m4: DELTA DEVEL15-linux-sparc-arch-detection-20070517 AUTHOR arkadi@mebius.lv FIXES 60288 use arch to figure out if we are sparc64 2007-05-17 06:36 shadow * acinclude.m4, src/afs/LINUX/osi_vnodeops.c, src/cf/linux-test4.m4: DELTA DEVEL15-linux-posix-lock-file-has-wait-arg-now-20070517 AUTHOR shadow@dementia.org FIXES 58590 hopefully this works, i can't actually try it now 2007-05-17 06:14 shadow * src/bucoord/restore.c: DELTA DEVEL15-bucoord-dump-levels-20070517 AUTHOR rtb@pclella.cern.ch FIXES 57246 dont use memory past what you've allocated 2007-05-16 22:37 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm: DELTA DEVEL15-windows-release-notes-20070516 AUTHOR jaltman@secure-endpoints.com updates to release notes for 1.5.20. 2007-05-16 20:58 shadow * src/libafs/Makefile.common.in: DELTA DEVEL15-libafs-common-placate-irix-make-20070516 AUTHOR lukas@hluze.cz FIXES 59153 irix make wants $@ to be $(@) inside other braces 2007-05-16 20:49 shadow * src/rx/rx.h: DELTA DEVEL15-rx-ack-idle-comment-20070516 AUTHOR cg2v@andrew.cmu.edu FIXES 60046 fix comment 2007-05-16 20:45 shadow * src/rx/rx.c: DELTA DEVEL15-rx-tq-busy-20070516 AUTHOR cg2v@andrew.cmu.edu FIXES 60046 abstract tq busy wait code 2007-05-16 20:37 shadow * src/rx/rx.c: DELTA DEVEL15-rx-send-req-ack-20070516 AUTHOR cg2v@andrew.cmu.edu FIXES 60046 change reply code where appropriate 2007-05-16 20:22 shadow * src/lwp/process.c: DELTA DEVEL15-glibc24-jmp-buf-mangling-20070516 AUTHOR arkadi@mebius.lv FIXES 60440 glibc 2.4 does jmp buf manging for "security" whatever. deal. 2007-05-16 20:09 shadow * src/vol/clone.c: DELTA DEVEL15-clone-dont-hold-vol-lock-20070516 AUTHOR shadow@dementia.org same deal as purge. a transaction on the volume outstanding holds it. we don't n eed to preclude all access 2007-05-16 19:55 shadow * src/ptserver/ptutils.c: DELTA DEVEL15-supergroup-cleanup-20070516 AUTHOR mdw@umich.edu FIXES 60809 Problems fixed with this patch: /1/ supergroup bug: when updating an entry in prdb, the logic in pt_mywrite is supposed to unset flagged & found bitmap entries. This failed on little-endian architecture machines. /2/ warnings; a few fixes to eliminate some compiler noise. 2007-05-16 19:44 shadow * src/ptserver/: db_verify.c, map.c, map.h: DELTA DEVEL15-ptserver-fix-bitmap-20070516 AUTHOR mdw@umich.edu FIXES 60680 make sure bitmap code is correct else supergroups returns invalid answer fix verify code to be correct on little endian hosts 2007-05-16 19:39 shadow * src/vol/clone.c: DELTA DEVEL15-clone-dont-hold-vol-lock-20070516 AUTHOR shadow@dementia.org same deal as purge. a transaction on the volume outstanding holds it. we don't need to preclude all access 2007-05-16 15:55 jaltman * src/WINNT/afsd/smb3.c: DELTA DEVEL15-windows-afsd-list-acl-only-dir-20070516 AUTHOR jaltman@secure-endpoints.com FIXES 60258 Do not return access denied when applying directory patches if the user does not have read permission. This is the case we want to fake the directory entries for. Also, make sure we set the directory attribute on non-files so that the path can be accessed via the Explorer Shell. 2007-05-16 15:51 jaltman * src/WINNT/afsd/: cm_scache.c, smb3.c: DELTA DEVEL15-windows-afsd-uninitialized-20070516 AUTHOR jaltman@secure-endpoints.com Do not use uninitialized variables in log messages Do not dereference NULL pointers 2007-05-16 03:44 jaltman * src/WINNT/afsd/smb3.c: DELTA DEVEL15-windows-afsd-list-acl-only-dir-20070515 AUTHOR jaltman@secure-endpoints.com FIXES 60258 When the ACL on a directory is list only, attempts to read the status of items in the directory will fail. Therefore, it is pointless to try. Instead, when we know the user ACL does not have read permission, we should immediately lie about the status info. That way we don't pound the file server with requests that will produce an abort which in turn will trigger force the file server to delay responses to the client. This change has the added benefit that cached status info is no longer leaked to callers that do not have appropriate permissions. With this change the Explorer Shell is much more responsive. 2007-05-16 03:34 jaltman * src/WINNT/aklog/aklog.c: DELTA DEVEL15-windows-aklog-20070515 AUTHOR jaltman@secure-endpoints.com FIXES 60938 do not copy an uninitialized field 2007-05-15 20:20 jaltman * src/WINNT/afsd/: cm_ioctl.h, fs.c, smb_iocons.h: DELTA DEVEL15-windows-fs-getcacheparms-20070515 AUTHOR jaltman@secure-endpoints.com fix output of cache parms now that they are 64-bit 2007-05-14 21:43 shadow * src/vol/namei_ops.c: DELTA DEVEL15-namei-dont-randomly-full-salvage-20070514 AUTHOR rtb@pclella.cern.ch FIXES 61300 trivial fix to clear forcep (inode already does this) 2007-05-14 21:37 shadow * src/afs/afs_call.c: DELTA DEVEL15-getdcache-no-slowpass-enforcement-on-dynroot-20070514 AUTHOR cg2v@andrew.cmu.edu oops, another change slipped in 2007-05-14 21:33 shadow * src/afs/: afs_call.c, afs_dcache.c: DELTA DEVEL15-getdcache-no-slowpass-enforcement-on-dynroot-20070514 AUTHOR cg2v@andrew.cmu.edu don't enforce slowpass restriction on dynroot vcaches (and don't do unneeded work) 2007-05-10 22:42 shadow * src/vol/partition.c: DELTA DEVEL15-fix-partition-check-20070510 AUTHOR fcusack@fcusack.com oops 2007-05-10 00:16 shadow * src/volser/vos.c: DELTA DEVEL15-vos-namelen-for-dump-restore-is-stupid-20070509 AUTHOR shadow@dementia.org fixes bug reported by stephen joyce which i am too lazy to go get the RT number of 2007-05-08 22:49 rra * src/kauth/ka-forwarder.c: file ka-forwarder.c was added on branch openafs-devel-1_5_x on 2007-08-19 22:15:29 +0000 2007-05-08 22:49 rra * src/kauth/ka-forwarder.c: DELTA ka-forwarder-licensing-20070508 AUTHOR rra@stanford.edu ka-forwarder is under a different copyright not previously covered, so embed the actual licensing in the source rather than referring to a file that doesn't exist and add the relevant information to the LICENSE files. 2007-05-07 17:24 rra * src/venus/up.c: DELTA DEVEL15-up-preserve-dir-mtime-20070507 AUTHOR rra@stanford.edu FIXES 34522 Set the mtime on newly created directories to match the original directory. 2007-05-05 21:14 jaltman * src/WINNT/netidmgr_plugin/: afsfuncs.c, afsfuncs.h, afsnewcreds.c: DELTA DEVEL15-windows-netidmgr-20070505 AUTHOR asanka@secure-endpoints.com Only automatically add configuration for cell foo.com if the realm of the cell matches the realm of the identity 2007-05-04 06:06 jaltman * src/WINNT/afsd/cm_volume.c: DELTA DEVEL15-windows-checkvols-freelance-20070504 AUTHOR jaltman@secure-endpoints.com do not flush mount point values for freelance volume 2007-05-04 02:49 jaltman * src/WINNT/install/wix/registry.wxi: DELTA DEVEL15-windows-wix-shell-ext-20070503 AUTHOR jaltman@secure-endpoints.com When installing on 64-bit Windows we need to install the 32-bit and 64-bit shell extensions under different HKCR keys. Otherwise, only one of the explorer versions will get an extension handler. 2007-05-03 23:13 jaltman * src/WINNT/install/wix/: oafwbins.wxs, openafs.wxs: DELTA DEVEL15-windows-wix-beta-upgrades-20070503 AUTHOR jaltman@secure-endpoints.com This change is not as important for OpenAFS as it was for KFW as OpenAFS does not issue betas with the same build numbers as final releases. However, for users of daily builds when build numbers are not being incremented it will provide benefit. We modify the upgrade rules to include the current version number and then block the uninstall if the currently installed package is the one that is being installed. The change applies to both the regular installer and the 32-bit tools for WOW64 environments. 2007-05-03 00:45 jaltman * src/WINNT/afsd/: cm_scache.c, cm_vnodeops.c, cm_volume.c: DELTA DEVEL15-windows-flush-mountpoints-20070502 AUTHOR jaltman@secure-endpoints.com When flushing volume location information also flush the mount point data. This change results in behavior that matchs the Unix client. 2007-04-26 18:45 jaltman * src/WINNT/install/wix/files.wxi: DELTA DEVEL15-windows-wix-html-installgd-20070426 AUTHOR jaltman@secure-endpoints.com FIXES 59827 The wix installer creates the wrong directory name for the IBM Quick Guide Remember to specify the LongName. 2007-04-26 18:08 jaltman * src/WINNT/afsd/: cm_access.c, cm_vnodeops.c: DELTA DEVEL15-windows-dropbox-fix-20070426 AUTHOR asanka@secure-endpoints.com FIXES 60161 A dropbox is a directory with ACLs 'li' that permits a user to create a new file but not be able to read other files within the same directory. The 1.5 Windows clients have not been able to write to dropboxes since the addition of the locking code. The lock acquisition test assumed that if the user did not have PRSFS_LOCK or PRSFS_WRITE that it would be unable to obtain a lock. It did not take into account the special treatment of PRSFS_INSERT by the file server and so never bothered to ask. As it turns out though, the locking situation is more complex than one might think. If the server is 1.4.1 or earlier, it will not grant any locks for users with INSERT. The PRSFS_LOCK privilege is required. For 1.4.2 through 1.4.4, write locks will be granted if the user has PRSFS_INSERT but a read lock will not be granted unless the user has PRSFS_LOCK. Therefore, if the server advertises the WRITELOCKACL capability bit if the read lock is not granted a write lock can be attempted. For 1.4.5 and 1.5.20 and above, the file server will grant read locks if the user has PRSFS_WRITE or PRSFS_INSERT. (Insert only applies if the user is the creator of the file). This patch handles all of the above possibilities. In the pre-1.4.2 case a read-lock request will be faked locally. 2007-04-25 19:48 shadow * src/rx/rx.c: DELTA DEVEL15-rx-call-abort-release-refcount-20070425 AUTHOR shadow@dementia.org don't leak a call ref when doing a call abort 2007-04-24 00:28 jaltman * src/viced/afsfileprocs.c: DELTA DEVEL15-viced-write-perm-grants-read-lock-20070423 AUTHOR jaltman@secure-endpoints.com the permission to obtain a write-lock is granted either by having the "w" permission or the "i" when owning the file. The permission to obtain a read-lock has been granted by having the "k" permission. However it makes no sense that someone can obtain a write-lock but not a read-lock. This patch grants permission to obtain read-locks to those who can obtain write-locks. 2007-04-20 11:02 jaltman * src/WINNT/install/wix/files.wxi: DELTA DEVEL15-windows-wix-html-installgd-20070420 AUTHOR jaltman@secure-endpoints.com FIXES 59827 The wix installer creates the wrong directory name for the IBM Quick Guide 2007-04-19 04:04 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-19-20070419 AUTHOR shadow@dementia.org make 1.5.19 2007-04-18 18:19 shadow * acinclude.m4, src/afs/LINUX/osi_vnodeops.c, src/cf/linux-test4.m4: DELTA DEVEL15-linux-symlink-handling-avoid-crash-20070418 AUTHOR wingc@engin.umich.edu FIXES Background: OpenAFS is vulnerable to crashing in the linux kernel symlink code when running on kernel versions between 2.6.10 to 2.6.12. This also includes all RHEL4 kernels, because RHEL4 includes the code from 2.6.10. The problem is that the symlink text caching API, page_follow_link() et al, is unsuitable for network filesystems where the page cache may be invalidated in parallel with a path lookup. This crash can be triggered easily by doing a bunch of path lookups involving symlinks (e.g., stat() on various files pointed to through links), while simultaneously running 'fs flushvol' on the volume containing the symlinks. The simplest way to fix this problem is to disable the use of symlink text caching when the kernel does not provide a usable symlink API. 2007-04-18 18:02 shadow * src/afs/LINUX/osi_alloc.c: DELTA DEVEL15-vmalloc-no-glock-20070418 AUTHOR cg2v@andrew.cmu.edu Based on Chris Wing's analysis which stated in part: GFP_NOFS tells the allocator not to recurse back into the filesystem if it's necessary to free up memory. However, vmalloc() does not have such an option. Therefore, calling osi_Alloc() to request more than a page of memory may end up recursing back into AFS to try to free unused inodes or dentries. In this case, what happened was that osi_Alloc() is called within an AFS_GLOCK(); osi_Alloc() calls vmalloc() which tries to free dentry objects, which then calls back into the AFS module. Unfortunately, AFS_GLOCK() is already held and we deadlock. 2007-04-18 16:10 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20070418 AUTHOR jaltman@secure-endpoints.com 1.5.1900 2007-04-18 16:08 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20070418 AUTHOR jaltman@secure-endpoints.com 1.5.19 2007-04-18 16:03 jaltman * src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/: logo.htm, relnotes-frames.htm, relnotes.htm, toc.htm: DELTA DEVEL15-windows-release-notes-20070417 AUTHOR jaltman@secure-endpoints.com 1.5.19 2007-04-18 16:03 jaltman * src/WINNT/doc/install/Documentation/en_US/html/index.htm: DELTA windows-release-notes-20070417 AUTHOR jaltman@secure-endpoints.com 1.5.19 2007-04-18 15:59 jaltman * src/WINNT/afsd/afskfw.c: DELTA DEVEL15-windows-afskfw-bluescreen-20070418 AUTHOR jaltman@secure-endpoints.com The afskfw library contains an unprotected call to krb5_free_context which can result in krb5_free_context being called with a NULL pointer. MIT's Kerberos libraries do not check that the pointer is non-NULL and will attempt to use it as a valid pointer which will in turn result in an invalid memory access error. This library is used by afslogon.dll which is loaded by winlogon.exe. If the krb5 profile is invalid, the krb5_init_context call will fail to allocate a krb5_context structure which can then result in krb5_free_context being called with a NULL pointer. An unhandled exception within winlogon.exe will cause a blue screen event on Windows 2000, XP and 2003. 2007-04-17 04:04 jaltman * src/WINNT/afsd/afslogon.c: DELTA DEVEL15-windows-afslogon-station-name-20070416 AUTHOR jaltman@secure-endpoints.com Use case insensitive comparisons for the station name. Otherwise, we will fail to notice that the logon is interactive on Vista. 2007-04-17 00:11 jaltman * src/WINNT/afsd/afskfw.c: DELTA DEVEL15-windows-kfw-krb5_init_context-20070416 AUTHOR jaltman@secure-endpoints.com If krb5_init_context() fails make sure that no further krb5 calls are performed. krb5_init_context() will fail if the krb5.ini file is damaged. 2007-04-17 00:06 jaltman * src/WINNT/afsd/afsd_init.c: DELTA DEVEL15-windows-temp-path-20070416 AUTHOR jaltman@secure-endpoints.com Use GetTempPath() instead of testing environment variables ourselves. 2007-04-14 18:49 jaltman * src/WINNT/afsd/: cm_conn.c, cm_ioctl.c, cm_ioctl.h, fs.c, smb_iocons.h, smb_ioctl.c: DELTA DEVEL15-windows-vioc-path-availability-20070414 AUTHOR jaltman@secure-endpoints.com add a new Windows only pioctl VIOC_PATH_AVAILABILITY that is used to query the server status for a specified path. Return values include: online offline all busy all down not afs 2007-04-12 14:13 jaltman * src/WINNT/netidmgr_plugin/lang/en_us/langres.rc: DELTA DEVEL15-windows-netidmgr-provider-20070412 AUTHOR jaltman@secure-endpoints.com do not use ellipsis for actions that do not need additional data to complete. "Help for OpenAFS plugin" -> "AFS" since its on the Help menu already 2007-04-10 22:09 jaltman * src/: WINNT/netidmgr_plugin/afsfuncs.c, libafsrpc/afsrpc.def: DELTA DEVEL15-windows-netidmgr-afs-provider-20070410 AUTHOR jaltman@secure-endpoints.com when using krb524 with a cross-realm service ticket the resulting krb4 cred will not contain the user's realm as there is only one realm field. 2007-04-10 18:49 shadow * src/WINNT/afsd/afskfw.c: DELTA DEVEL15-comerr-rename-20070410 AUTHOR shadow@dementia.org nag nag nag 2007-04-10 18:39 shadow * src/: JAVA/libjafs/File.c, WINNT/afsd/afskfw.c, WINNT/afsd/cklog.c, WINNT/afsd/fs.c, WINNT/afsd/symlink.c, WINNT/afsd/sample/token.c, WINNT/afsreg/test/regman.c, WINNT/aklog/NTMakefile, WINNT/aklog/asetkey.c, aklog/Makefile.in, aklog/aklog_main.c, aklog/asetkey.c, bozo/bos.c, bucoord/bc_status.c, bucoord/commands.c, bucoord/dump.c, bucoord/dump_sched.c, bucoord/main.c, bucoord/restore.c, bucoord/tape_hosts.c, bucoord/ubik_db_if.c, bucoord/vol_sets.c, bucoord/volstub.c, budb/server.c, butc/lwps.c, butm/butm_test.c, butm/file_tm.c, butm/test_ftm.c, cmd/test/itest.c, comerr/com_err.c, comerr/com_err.h, comerr/compile_et.c, comerr/error_msg.c, comerr/error_table.h, comerr/et_name.c, comerr/internal.h, comerr/test/test.c, dauth/dlog.c, finale/translate_et.c, kauth/admin_tools.c, kauth/decode_ticket.c, kauth/kaprocs.c, kauth/kas.c, kauth/kaserver.c, kauth/kautils.p.h, kauth/klog.c, kauth/kpasswd.c, kauth/krb_udp.c, kauth/manyklog.c, kauth/rebuild.c, kauth/user.c, kauth/test/multiklog.c, kauth/test/test_badtix.c, kauth/test/test_getticket.c, kauth/test/test_interim_ktc.c, kauth/test/test_rxkad_free.c, libadmin/adminutil/afs_utilAdmin.c, libafsrpc/afsrpc.def, libafsrpc/afsrpc.exp, package/package.c, ptserver/db_verify.c, ptserver/pt_util.c, ptserver/ptclient.c, ptserver/ptclient.h, ptserver/pts.c, ptserver/ptserver.c, ptserver/ptuser.c, ptserver/ptutils.c, ptserver/readgroup.c, ptserver/readpwd.c, ptserver/testpt.c, rx/test/generator.c, rxkad/test/stress.c, rxkad/test/stress_c.c, shlibafsrpc/afsrpc.exp, shlibafsrpc/mapfile, shlibafsrpc/mapfile.afs_xdr, tests/afscp.c, tests/afsdump_dirlist.c, tests/afsdump_extract.c, tests/afsdump_scan.c, tests/afsdump_xsed.c, tests/null-search.c, update/client.c, update/server.c, uss/uss_acl.c, uss/uss_kauth.c, uss/uss_ptserver.c, uss/uss_vol.c, venus/cmdebug.c, venus/dedebug.c, venus/fs.c, venus/livesys.c, venus/twiddle.c, venus/whatfid.c, viced/host.c, volser/common.c, volser/vsprocs.c: DELTA DEVEL15-comerr-rename-20070410 AUTHOR shadow@dementia.org nag nag nag 2007-04-08 02:41 jaltman * src/WINNT/netidmgr_plugin/afsfuncs.c: DELTA DEVEL15-windows-netidmgr-plugin-20070407 AUTHOR jaltman@secure-endpoints.com protect against pr_CreateUser modifying the username buffer. 2007-04-06 16:56 jaltman * src/WINNT/afsd/: afslogon.c, afslogon.h: DELTA DEVEL15-windows-afslogon-20070406 AUTHOR jaltman@secure-endpoints.com Fix eventlog reporting. Do not attempt to log an event if the event source registration fails. Use DebugEvent0 instead of DebugEvent when there are no parameters. Modify the LOOKUPKEYCHAIN macro to recognize ERROR_MORE_DATA errors. Fix the reading of Domain specific configuration for LogonScript and TheseCells. Previously the dwSize value was being overwritten so that subsequent RegQueryValueEx call would fail. Fix a memory leak in the TheseCells reading code. Add support for Domain specific "Realm" specification. The realm is the realm to be appended to the username. When logging in as a domain or to the local machine, the specified "Domain" name is not going to be a valid realm name. Construct a proper principal name based upon the domain specified realm for use in obtaining tokens with KFW. If the domain specified "TheseCells" list includes the default cell, do not obtain tokens twice. 2007-04-04 20:26 jaltman * src/WINNT/aklog/aklog.c: DELTA DEVEL15-windows-aklog-20070404 AUTHOR jaltman@secure-endpoints.com FIXES 58164 correct for the fact that pr_CreateUser tampers with the contents of the username input buffer. 2007-04-03 19:46 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-18-20070403 AUTHOR shadow@dementia.org make openafs 1.5.18 2007-04-03 18:54 shadow * src/afs/afs_osi_gcpags.c: DELTA DEVEL15-move-tasklist-lock-extern-outside-func-20070403 AUTHOR peb@mppmu.mpg.de FIXES 53441 make tasklist-lock extern with pragma weak possibly work right 2007-04-03 14:50 jaltman * src/WINNT/afsd/: afskfw-int.h, afskfw.c, afslogon.h, logon_ad.cpp, smb.h: DELTA DEVEL15-windows-vista-sdk-ntsecapi-compat-20070403 AUTHOR jaltman@secure-endpoints.com There is no way to replace FOO with the value of BAR in cpp. 2007-04-03 13:34 jaltman * src/libadmin/vos/vosutils.c: DELTA DEVEL15-windows-libadmin-vos-registry-20070403 AUTHOR jaltman@secure-endpoints.com Move the session data from TransarcCorporation to OpenAFS. 2007-04-03 13:31 jaltman * src/rx/rx.c: DELTA DEVEL15-rx-dpf-20070403 AUTHOR jaltman@secure-endpoints.com The function rx_MakeCall was at some point renamed to rx_NewCall but the dpf output was never changed. Add a dpf entry for rxi_ResetCall. 2007-04-03 13:25 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20070403 AUTHOR jaltman@secure-endpoints.com 1.5.1800 == 1.5.18 2007-04-03 13:15 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm: DELTA DEVEL15-windows-release-notes-20070402 AUTHOR jaltman@secure-endpoints.com 1.5.18 2007-04-03 13:08 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20070403 AUTHOR jaltman@secure-endpoints.com 1.5.18 2007-04-03 05:41 jaltman * src/WINNT/netidmgr_plugin/dynimport.h: DELTA DEVEL15-windows-vista-sdk-ntsecapi-compat-20070402 AUTHOR jaltman@secure-endpoints.com fix inclusion of ntsecapi.h in network identity manager plug-in 2007-04-03 04:33 jaltman * src/WINNT/afsd/afslogon.c: DELTA DEVEL15-windows-afslogon-20070402 AUTHOR jaltman@secure-endpoints.com restore token acquisition for non-interactive logons. 2007-03-31 12:53 jaltman * src/WINNT/netidmgr_plugin/afsfuncs.c: DELTA DEVEL15-windows-nim-plugin-20070331 AUTHOR jaltman@secure-endpoints.com correct a NULL pointer de-reference introduced in windows-nim-plugin-20070328 2007-03-28 22:30 jaltman * src/WINNT/: afsd/afslogon.c, afsd/afslogon.h, afsd/logon_ad.cpp, install/NSIS/OpenAFS.nsi, install/wix/files.wxi: DELTA DEVEL15-windows-afslogon-20070328 AUTHOR jaltman@secure-endpoints.com There are two serious problems with integrated logon: (1) openafs afslogon.dll obtains Kerberos v5 tickets and then forwards them into the logon session. This was done because MIT KFW did not have such functionality. As of KFW 3.1, KFW does, so we are removing it. the functionality worked by copying the credentials to a FILE ccache and then using the Logon Event Handler to move the credentials into an API ccache and delete the temporary file. For non-interactive logons the Logon Event handlers do not get triggered. Neither do LogonScripts get executed. As a side effect, for each logon a credential cache file was left behind. (2) when combined with non-interactive logons, there are some very bad side effects if a network provider performs Kerberos v5 operations. Each logon occurs in a new logon session and will spawn a private copy of krbcc32s.exe. As a result, integrated logon is being disabled for non-interactive logons. 2007-03-28 22:19 jaltman * src/WINNT/netidmgr_plugin/afsfuncs.c: DELTA DEVEL15-windows-nim-plugin-20070328 AUTHOR jaltman@secure-endpoints.com if the service ticket in the cache is expired, delete it from the cache 2007-03-27 03:23 shadow * src/afs/LINUX/osi_syscall.c: DELTA DEVEL15-s390x-syscall-patch-fix-20070326 AUTHOR neale@sinenomine.net FIXES make s390x syscall table patching work correctly 2007-03-24 05:03 jaltman * src/WINNT/afsd/: afskfw-int.h, afslogon.h, smb.h: DELTA DEVEL15-windows-vista-sdk-ntsecapi-compat-20070324 AUTHOR jaltman@secure-endpoints.com When loading the Vista SDK ntsecapi.h we must set _WIN32_WINNT to 0x0501 or greater 2007-03-24 05:00 jaltman * src/WINNT/afsd/cm_ioctl.c: DELTA DEVEL15-windows-fs-whereis-freelance-20070324 AUTHOR jaltman@secure-endpoints.com do not assert on the lack of a cell when calling fs whereis on the freelance volume. return CM_ERROR_NOCELL instead. 2007-03-22 15:59 shadow * src/volser/voltrans.c: DELTA DEVEL15-tvolser-locking-updates-20070322 AUTHOR shadow@dementia.org rework locking in tvolser slightly to avoid potential transaction leak 2007-03-20 19:31 shadow * src/afs/DARWIN/osi_vnodeops.c: DELTA DEVEL15-darwin-remunlink-20070320 AUTHOR chas@cmf.nrl.navy.mil FIXES 55280 make reumlink work the way it's supposed to 2007-03-20 19:21 shadow * src/: afs/afs_nfsclnt.c, venus/kdump.c: DELTA DEVEL15-nfs-gc-fix-20070320 AUTHOR deengert@anl.gov FIXES 56459 avoid issue with nfs gc handler and mismatched types 2007-03-20 19:00 shadow * src/vol/partition.c: DELTA DEVEL15-namei-allow-zfs-20070320 AUTHOR banz@umbc.edu don't force AlwaysAttach on ZFS in namei 2007-03-20 18:47 shadow * src/: afs/LINUX/osi_groups.c, rx/LINUX/rx_knet.c: DELTA DEVEL15-linux-task-pointer-safety-20070320 AUTHOR cg2v@andrew.cmu.edu FIXES hold applicable locks while futzing with task list 2007-03-20 18:42 shadow * src/afs/LINUX/osi_groups.c: DELTA DEVEL15-keyring-pag-finduser-requires-glock-20070320 AUTHOR cg2v@andrew.cmu.edu FIXES identical to the fix from chas@cmf.nrl.navy.mil 2007-03-20 01:30 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-17-20070319 AUTHOR shadow@dementia.org FIXES make 1.5.17 2007-03-20 01:13 shadow * src/afs/afs_cell.c: DELTA DEVEL15-no-default-setuid-20070319 AUTHOR shadow@dementia.org FIXES 54713 disable default setuid for localcell 2007-03-19 23:28 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm: DELTA DEVEL15-windows-release-notes-20070319 AUTHOR jaltman@secure-endpoints.com 1.5.17 2007-03-19 23:25 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20070319 AUTHOR jaltman@secure-endpoints.com 1.5.17 == 1.5.1700.0 2007-03-19 23:20 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20070319 AUTHOR jaltman@secure-endpoints.com 1.5.17 2007-03-19 13:46 jaltman * src/WINNT/afsd/cm_server.c: DELTA DEVEL15-windows-var-renaming-20070319 AUTHOR jaltman@secure-endpoints.com give rx call variables a distinct name from cm call variables in order to avoid confusion 2007-03-10 16:03 shadow * src/afs/VNOPS/afs_vnop_flock.c: DELTA DEVEL15-java-lock-fix-200702310 AUTHOR shadow@dementia.org make it portable. ugh. 2007-03-10 15:50 jaltman * src/WINNT/afsd/: cm_conn.c, cm_conn.h, cm_daemon.c: DELTA DEVEL15-windows-afsd-nat-handling-20070310 AUTHOR jaltman@secure-endpoints.com Improve cache manager performance behind NATs: * drop cm_daemonCheckUpInterval from 10 minutes to 4 minutes to bring it under the minimum recommended default port mapping idle timeout value for NATs * when a timeout on an rx connection occurs, retry the request once after forcing a new rx connection. If there was a NAT and the port mapping changed, the server would respond to the original addr:port associated with the rx connection. Forcing a new connection will allow the request to be responded to if the server is accessible. This should eliminate the UP-DOWN-UP-DOWN bouncing that user's have seen when working from behind a NAT. 2007-03-10 14:26 jaltman * src/WINNT/: afssvrmgr/svrmgr.h, afsusrmgr/TaAfsUsrMgr.h: DELTA DEVEL15-windows-registry-20070310 AUTHOR jaltman@secure-endpoints.com move the AFS Server Manager and AFS Account Manager data cache from the TransarcCorporation key to the OpenAFS key. The data formats are not compatible between the two versions and we don't want to be forced to erase data if users switch back and forth between the two products during OpenAFS evaluation. 2007-03-10 14:20 jaltman * add missing image file src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/relnote s_files/image002.jpg: DELTA DEVEL15-release-notes-20070310 AUTHOR jaltman@secure-endpoints.com 2007-03-10 14:20 jaltman * src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/relnote s_files/image002.jpg: file image002.jpg was initially added on branch openafs-devel-1_5_x. 2007-03-10 04:55 jaltman * src/: WINNT/install/NSIS/CellServDB, WINNT/install/wix/CellServDB, packaging/HP-UX/files/usr/vice/etc/CellServDB, packaging/MacOS/CellServDB: DELTA DEVEL15-cellservdb-20070309 AUTHOR jhutz@gco 2007-03-09 01:13 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm: DELTA DEVE15-windows-release-notes-20070308 AUTHOR jaltman@secure-endpoints.com 1.5.16 2007-03-09 00:53 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20070308 AUTHOR jaltman@secure-endpoints.com 1.5.16 2007-03-09 00:46 shadow * configure-libafs.in, configure.in, src/config/NTMakefile.amd64_w2k, src/config/NTMakefile.i386_nt40, src/config/NTMakefile.i386_w2k, 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-16-20070208 AUTHOR shadow@dementia.org make 1.5.16 2007-03-08 17:45 jaltman * src/WINNT/afsd/afsd_eventmessages.rc: DELTA DEVEL15-windows-afsd-remove-generated-file-20070308 AUTHOR jaltman@secure-endpoints.com afsd_eventmessages.rc is a generated file. Don't maintain in cvs. 2007-03-07 18:14 jaltman * src/WINNT/afsd/: afsd_init.c, smb.c, smb.h: DELTA DEVEL15-windows-plug-n-play-network-fix-20070307 AUTHOR jaltman@secure-endpoints.com Move the detection of which LAN adapter to use from smb_Init to smb_NetbiosInit so that it is executed after the service is resumed via a power management event. Otherwise, when the network comes back up the service attempts to bind to all LAN adapters instead of just the loopback or the configured one. 2007-03-03 01:32 jaltman * src/WINNT/afsd/fs.c: DELTA DEVEL15-windows-fs-checkserver-20070302 AUTHOR jaltman@secure-endpoints.com FIXES 55234 The "fs checkservers" command when not being used to change the check interval should not require admin privilege. 2007-02-28 00:42 jaltman * src/WINNT/afsd/lanahelper.cpp: DELTA DEVEL15-windows-partially-restore-find-lana-by-name-20070227 AUTHOR jaltman@secure-endpoints.com find lana by name is used by the afs control panel to populate the lana list box. don't use the function to find by name. just use it to generate the list of all lana names. 2007-02-27 01:32 jaltman * src/WINNT/afsd/afsd.h: DELTA DEVEL15-windows-afsd-no-krb_h-20070226 AUTHOR jaltman@secure-endpoints.com Don't include krb.h when we don't use it for anything 2007-02-26 22:14 shadow * src/afs/afs_conn.c: DELTA DEVEL15-forcenewconns-even-with-one-interface-20070226 AUTHOR cg2v@andrew.cmu.edu otherwise we don't discard vlserver connections when a server is "down" 2007-02-26 18:49 shadow * src/viced/afsfileprocs.c: DELTA DEVEL15-uae-etoomanyrefs-avoid-dup-20070222 AUTHOR shadow@dementia.org when ETOOMANYREFS is EIO don't rewrite the EIO slot with UAETOOMANYREFS 2007-02-26 17:57 shadow * src/rx/LINUX/rx_knet.c: DELTA DEVEL15-conditionalize-tasklist-lock-20070226 AUTHOR Stephan.Wiesand@desy.de FIXES 54922 make rx_knet use tasklist_lock conditionally also 2007-02-26 17:52 shadow * src/cf/linux-test4.m4: DELTA DEVEL15-update-tasklist-lock-test-20070226 AUTHOR Stephan.Wiesand@desy.de FIXES 54916 make the tasklist lock test actually detect GPL stupidity 2007-02-23 00:44 shadow * src/afs/afs_util.c: DELTA DEVEL15-md5-inum-round-down-20070223 AUTHOR shadow@dementia.org make our computed md5-style inode numbers be actually 32 bit 2007-02-22 21:47 shadow * acinclude.m4, src/afs/LINUX/osi_sysctl.c, src/cf/linux-test4.m4: DELTA DEVEL15-linux-2621-20070222 AUTHOR marc.dionne@technoconseil.com FIXES 54645 configure support for new sysctl api 2007-02-22 21:41 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA DEVEL15-linux-unlink-avoid-infrequent-leak-20070222 AUTHOR rtb@pclella.cern.ch FIXES 54689 avoid minor leak 2007-02-22 15:18 shadow * src/viced/afsfileprocs.c: DELTA DEVEL15-uae-etoomanyrefs-avoid-dup-20070222 AUTHOR shadow@dementia.org when ETOOMANYREFS is EIO don't rewrite the EIO slot with UAETOOMANYREFS 2007-02-20 18:04 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA DEVEL15-linux-lookup-crfree-20070220 AUTHOR kevin@umd.edu FIXES 54549 add missing crfree to avoid leak 2007-02-20 03:14 jaltman * src/WINNT/afsd/: cm_dir.h, cm_dnlc.h: DELTA DEVEL15-windows-afs3-directory-format-20070219 AUTHOR jaltman@secure-endpoints.com correct the documentation of the directory format in the headers 2007-02-20 03:08 jaltman * src/WINNT/afsd/lanahelper.cpp: DELTA DEVEL15-remove-find-lana-by-name-20070219 AUTHOR jaltman@secure-endpoints.com Remove the find lana by name functionality. It is crucial that the name computed by the afs service can also be computed by the pioctl function executed by generic end users without privilege. Unfortunately, the undocumented functions used to implement find lana by name require access to registry keys that a generic user cannot read. 2007-02-15 21:52 jaltman * src/WINNT/netidmgr_plugin/: afsplugin.c, langres.h, lang/en_us/langres.rc: DELTA DEVEL15-windows-netidmgr-help-registration-20070215 AUTHOR asanka@secure-endpoints.com In preparation for KFW 3.2, add conditional help registration. When used with a version of NetIdMgr that supports the functionality the OpenAFS plug-in will register its HtmlHelp on the NetIdMgr Help menu. 2007-02-15 18:19 jaltman * src/rx/rxdebug.c: DELTA DEVEL15-windows-move-rxdebug-20070215 AUTHOR jaltman@secure-endpoints.com back in 2001 rxdebug was moved from src/rx to src/rxdebug for Unix but not for Windows. Move it for Windows as well. 2007-02-15 18:14 jaltman * src/: NTMakefile, config/NTMakefile, rx/NTMakefile, rx/rxdebug.c, rx/rxdebug.rc, rxdebug/NTMakefile, rxdebug/rxdebug.c: DELTA DEVEL15-windows-move-rxdebug-20070215 AUTHOR jaltman@secure-endpoints.com back in 2001 rxdebug was moved from src/rx to src/rxdebug for Unix but not for Windows. Move it for Windows as well. 2007-02-15 18:09 jaltman * src/rxdebug/NTMakefile: file NTMakefile was added on branch openafs-devel-1_5_x on 2007-02-15 18:14:09 +0000 2007-02-15 18:09 jaltman * src/rxdebug/NTMakefile: DELTA windows-move-rxdebug-20070215 AUTHOR jaltman@secure-endpoints.com back in 2001 rxdebug was moved from src/rx to src/rxdebug for Unix but not for Windows. Move it for Windows as well. 2007-02-15 17:11 shadow * src/rx/rx.c: DELTA DEVEL15-rxdebug-backoff-20070215 AUTHOR jhutz@cmu.edu make rxdebug be less aggressive when retransmitting 2007-02-15 11:49 jaltman * src/rx/rxdebug.c: DELTA DEVEL15-rx-rxdebug-long-option-20070215 AUTHOR jaltman@secure-endpoints.com add the -long option from src/rxdebug/rxdebug.c to src/rx/rdebug.c 2007-02-15 06:02 jaltman * src/WINNT/afsd/cm_utils.c: DELTA DEVEL15-windows-rmdir-not-empty-error-code-20070215 AUTHOR jaltman@secure-endpoints.com Ensure that removing a directory containing existing files returns the correct error to the caller. 2007-02-15 00:35 shadow * src/afs/VNOPS/afs_vnop_flock.c: DELTA DEVEL15-java-locking-redux-20070214 AUTHOR megacz@cs.berkeley.edu FIXES change the -1 len check for java locks slightly 2007-02-15 00:28 shadow * src/afs/DARWIN/osi_vnodeops.c: DELTA DEVEL15-darwin-missing-dropnames-20070214 AUTHOR cg2v@andrew.cmu.edu for correctness, not to fix anything which has yet been observed 2007-02-14 23:56 shadow * src/config/libafsdep: DELTA DEVEL15-libafsdep-correction-20070214 AUTHOR jhutz@cmu.edu FIXES 53441 apply the rest of the patch 2007-02-13 22:54 shadow * src/afs/LINUX/osi_probe.c: DELTA DEVEL15-osi-probe-harder-20070213 AUTHOR jhutz@cmu.edu 2.6.16 i386 didn't probe successfully before in at least one case 2007-02-13 19:12 shadow * src/config/param.amd64_linux24.h: DELTA DEVEL15-amd64-linux24-ucontext-20070213 AUTHOR shadow@dementia.org this should not have been removed here 2007-02-13 18:45 shadow * src/afs/LINUX/osi_probe.c: DELTA DEVEL15-amd64-syscall-probe-20070212 AUTHOR shadow@dementia.org FIXES 53441 based on suggested change from cg2v@andrew.cmu.edu tasklist_lock not being exported makes this useless otherwise 2007-02-13 18:33 jaltman * doc/txt/winnotes/: afs-changes-since-1.2.txt, afs-integration.txt, afs-issues.txt: DELTA DEVEL15-windows-notes-20070213 AUTHOR jaltman@secure-endpoints.com 1.5.15 2007-02-13 18:29 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20070213 AUTHOR jaltman@secure-endpoints.com 1.5.15 2007-02-13 05:47 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA DEVEL15-windows-afsd-symlink-to-dot-20070213 AUTHOR jaltman@secure-endpoints.com FIXES 53878 When parsing a path containing a symlink to ".", do not short circuit the evaluation. Allow cm_Lookup to do its job. Its slower but correct. 2007-02-13 03:49 jaltman * src/WINNT/netidmgr_plugin/lang/en_us/langres.rc: DELTA DEVEL15-windows-netidmgr-20070212 AUTHOR jaltman@secure-endpoints.com combo boxes should drop down. 2007-02-13 03:09 jaltman * src/WINNT/client_exp/gui2fs.cpp: DELTA DEVEL15-windows-unused-vars-20070212 AUTHOR jaltman@secure-endpoints.com remove unused vars 2007-02-13 01:50 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-15-20070212 AUTHOR shadow@dementia.org make openafs 1.5.15 2007-02-13 01:34 shadow * src/afs/VNOPS/afs_vnop_flock.c: DELTA DEVEL15-lock-mask-64bit-negative-1-for-java-20070212 AUTHOR megacz@cs.berkeley.edu java sends a 64 bit long -1... which isn't going to be useful most of the time 2007-02-13 01:16 shadow * src/afs/LINUX/osi_probe.c: DELTA DEVEL15-amd64-syscall-probe-20070212 AUTHOR shadow@dementia.org FIXES 53441 based on suggested change from cg2v@andrew.cmu.edu tasklist_lock not being exported makes this useless otherwise S: ------------------------------------------------------------------- --- 2007-02-10 15:28 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm: DELTA DEVEL15-windows-release-notes-20070210 AUTHOR jaltman@secure-endpoints.com updates for 1.5.15. document changes in locking behavior and lack of support for .hlp files on Vista 2007-02-10 15:03 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20070210 AUTHOR jaltman@secure-endpoints.com more updates 2007-02-10 13:58 jaltman * src/aklog/: aklog_main.c, krb_util.c: DELTA DEVEL15-aklog-krb5-referrals-compat-20070210 AUTHOR jaltman@secure-endpoints.com MIT Kerberos version 5 release 1.6 adds support for referrals in the client. As a result krb5_get_host_realm() returns the nul-string for the realm whenever there is no local domain-realm mapping in the profile. aklog must now manually perform the fallback to using the domain of the vlserver as basis for the realm name if referrals fail. 2007-02-10 00:00 jaltman * src/WINNT/afsd/: cm_vnodeops.c, smb3.c: DELTA DEVEL15-windows-smb-file-lock-20070209 AUTHOR asanka@secure-endpoints.com When processing exclusive locks for files that were opened read-only, obtain a read-lock instead of a write-lock. In NTCreateX, if the file is being opened as OPEN_ALWAYS and the file already exists, do not require write permission 2007-02-09 23:54 jaltman * src/WINNT/afsd/cm_access.c: DELTA DEVEL15-windows-access-check-20070209 AUTHOR jaltman@secure-endpoints.com disable the test for the EACCESS flag in cm_HaveAccessRights. 2007-02-09 23:51 jaltman * src/WINNT/afsd/smb.c: DELTA DEVEL15-windows-fs-memdump-20070209 AUTHOR jaltman@secure-endpoints.com only dump the dead smb_vcp list once 2007-02-09 20:12 jaltman * src/WINNT/netidmgr_plugin/: afsfuncs.c, afsfuncs.h: DELTA DEVEL15-windows-nim-plugin-krb5-referrals-compat-20070209 AUTHOR jaltman@secure-endpoints.com MIT Kerberos version 5 release 1.6 adds support for referrals in the client. As a result krb5_get_host_realm() returns the nul-string for the realm whenever there is no local domain-realm mapping in the profile. aklog must now manually perform the fallback to using the domain of the vlserver as basis for the realm name if referrals fail. This will be required for KFW 3.2 support. 2007-02-09 18:43 shadow * configure-libafs.in, src/config/Makefile.in: DELTA DEVEL15-libafsdep-mods-20070209 AUTHOR peb@mppmu.mpg.de FIXES 53381 don't break vpath builds 2007-02-09 18:27 shadow * src/cf/linux-test1.m4: DELTA DEVEL15-linux-compile-test-24-20070209 AUTHOR jhutz@cmu.edu FIXES 53385 no linux/namei.h on 2.4 2007-02-09 18:22 shadow * acinclude.m4, src/cf/linux-test1.m4, src/cf/linux-test4.m4: DELTA DEVEL15-linux-kbuild-test-fixes-20070119 AUTHOR jhutz@cmu.edu fixes to build for linux when doing objdir builds 2007-02-09 17:30 jaltman * src/WINNT/aklog/aklog.c: DELTA DEVEL15-windows-aklog-krb5-referrals-compat-20070209 AUTHOR jaltman@secure-endpoints.com MIT Kerberos version 5 release 1.6 adds support for referrals in the client. As a result krb5_get_host_realm() returns the nul-string for the realm whenever there is no local domain-realm mapping in the profile. aklog must now manually perform the fallback to using the domain of the vlserver as basis for the realm name if referrals fail. This will be required for KFW 3.2 support. 2007-02-09 03:13 jaltman * src/auth/auth.p.h: DELTA DEVEL15-ktc-cleanup-20070208 AUTHOR jaltman@secure-endpoints.com FIXES 53212 restore ktc_GetToken prototype 2007-02-09 01:36 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA DEVEL15-linux-locking-pre-2618-20070208 AUTHOR wingc@engin.umich.edu FIXES 53457 deal with pre 2.6.18 locking behavior 2007-02-09 01:30 shadow * acinclude.m4, src/afs/afs_osi_gcpags.c, src/afs/LINUX/osi_module.c, src/afs/LINUX/osi_probe.c, src/cf/linux-test4.m4: DELTA DEVEL15-tasklist-export-check-20070208 AUTHOR shadow@dementia.org work around tasklist lock export harder 2007-02-09 01:23 shadow * src/afs/LINUX/osi_vfsops.c: DELTA DEVEL15-afs-magic-for-linux-20070208 AUTHOR megacz@cs.berkeley.edu FIXES 52442 use the afs magic number 2007-02-09 01:17 shadow * src/auth/: auth.p.h, ktc.c: DELTA DEVEL15-ktc-cleanup-20070208 AUTHOR mdw@umich.edu FIXES 53212 clean up ktc code, prototyping et al 2007-02-09 01:13 shadow * src/config/: afs_sysnames.h, param.i386_obsd40.h: DELTA DEVEL15-obsd40-initial-20070208 AUTHOR scorch@muse.net.nz FIXES 53283 doesn't work right, and the patch in 53296 can't be taken as is 2007-02-09 01:12 shadow * src/config/param.i386_obsd40.h: DELTA obsd40-initial-20070208 AUTHOR scorch@muse.net.nz FIXES 53283 doesn't work right, and the patch in 53296 can't be taken as is 2007-02-09 01:12 shadow * src/config/param.i386_obsd40.h: file param.i386_obsd40.h was added on branch openafs-devel-1_5_x on 2007-02-09 01:13:19 +0000 2007-02-09 01:06 shadow * src/afs/: afs_call.c, LINUX/osi_vnodeops.c: DELTA DEVEL15-linux24-update-20070208 AUTHOR mdw@umich.edu FIXES 53199 update for linux 2.4 2007-02-09 01:00 shadow * src/: afsd/afsd.c, aklog/aklog_main.c, bozo/bos.c, bozo/bosserver.c, budb/database.c, budb/db_alloc.c, budb/db_hash.c, budb/db_lock.c, budb/db_text.c, budb/dbs_dump.c, budb/server.c, butc/tcmain.c, butc/tcprocs.c, butc/tcudbprocs.c, butc/test.c, butc/test_budb.c, finale/translate_et.c, kauth/klog.c, kauth/manyklog.c, kauth/test/multiklog.c, libadmin/vos/vsprocs.h, ptserver/ptuser.c, tests/create-stat.c, tests/dumpscan.h, tests/fs_lib.c, tviced/serialize_state.c, tviced/state_analyzer.c, ubik/uinit.c, uss/uss_vol.c, venus/fs.c, venus/gcpags.c, venus/twiddle.c, venus/whatfid.c, viced/afsfileprocs.c, viced/viced.c, vlserver/sascnvldb.c, vlserver/vlclient.c, volser/volmain.c, volser/volprocs.c, volser/voltrans.c, volser/vos.c, volser/vsprocs.c, volser/vsutils.c: DELTA DEVEL15-auth-cleanup-20070208 AUTHOR mdw@umich.edu FIXES 53208 remove unneeded includes of auth.h 2007-02-09 00:55 shadow * src/bozo/bosserver.c: DELTA DEVEL15-bozo-cleanup-20070208 AUTHOR mdw@umich.edu FIXES 53202 clean up bosserver 2007-02-09 00:27 shadow * src/afs/afs_osi_pag.c: DELTA DEVEL15-keyring-pag-avoid-shadowing-20070208 AUTHOR dionne@cs.wisc.edu FIXES 38959 avoid shadowing the pag variable 2007-02-09 00:18 shadow * src/rx/rx_kcommon.c: DELTA DEVEL15-getcbi-limit-addresses-20070208 AUTHOR shadow@dementia.org FIXES 36643 don't write addresses (if we have too many) over random memory 2007-02-08 23:59 shadow * src/vol/: daemon_com.c, fssync-server.c, salvsync-server.c: DELTA DEVEL15-use-unix-sockets-20070208 AUTHOR shadow@dementia.org option to use unix socket for fssync 2007-02-08 23:16 shadow * acinclude.m4, src/vol/daemon_com.c, src/vol/fssync-server.c, src/vol/fssync.h, src/vol/salvsync-server.c: DELTA DEVEL15-use-unix-sockets-20070208 AUTHOR shadow@dementia.org option to use unix socket for fssync 2007-02-08 22:39 shadow * acinclude.m4, src/afs/afs_osi.h, src/afs/LINUX/osi_machdep.h, src/cf/linux-test4.m4: DELTA DEVEL15-linux-lock-tracking-20070208 AUTHOR jhutz@cmu.edu FIXES 31818 avoid a potential leaked lock when closing firefox. 2007-02-08 13:51 jaltman * src/WINNT/afsd/: cm_access.c, cm_scache.c: DELTA DEVEL15-windows-scp-recycle-init-20070208 AUTHOR jaltman@secure-endpoints.com when we recycle a stat cache object be sure to clear the file type so we don't inherit the previous file type if the fetch status fails. in merge status, clear the file type if the errorCode is EACCESS 2007-02-07 17:35 jaltman * src/WINNT/afsd/: cm_callback.c, cm_dcache.c, cm_scache.c, cm_scache.h, cm_vnodeops.c: DELTA DEVEL15-windows-merge-parent-fid-20070207 AUTHOR jaltman@secure-endpoints.com modify cm_MergeStatus to take a pointer to the parent stat cache entry so that the parent fid can be set when bulk status returns an error. 2007-02-07 16:39 jaltman * src/WINNT/client_creds/mounttab.cpp: DELTA DEVEL15-windows-mounttab-remove-debugging-20070207 AUTHOR jaltman@secure-endpoint.com remove unused variables 2007-02-07 08:13 jaltman * src/WINNT/afsd/: cm_access.c, cm_scache.c: DELTA DEVEL15-windows-merge-eaccess-20070207 AUTHOR jaltman@secure-endpoints.com when merging status info that has an errorCode of EACCESS set, merge the garbage we received. When checking the access to the object return EACCESS if the stat cache object has the EACCESS flag set. This will be cleared the next time a BulkStatus succeeds. 2007-02-07 04:53 jaltman * src/: ptserver/ptprocs.c, util/get_krbrlm.c: DELTA DEVEL15-multiple-local-realms-20070201 AUTHOR jaltman@secure-endpoints.com FIXES 52459 The Name to ID RPC must distinguish between local and foreign names 2007-02-06 16:47 jaltman * src/WINNT/afsd/cm_scache.c: DELTA DEVEL15-windows-merge-status-20070206 AUTHOR jaltman@secure-endpoints.com when merging status for store data ops, use the fileHashTable to reduce the number of buffers we must examine 2007-02-05 11:08 jaltman * src/WINNT/afsd/: cm_dcache.c, cm_vnodeops.c: DELTA DEVEL15-windows-merge-status-20070204 AUTHOR jaltman@secure-endpoints.com For each StoreData operation the dataVersion on the object is incremented. To prevent all of the cached buffers from being considered out of date, if the dataVersion has been incremented by exactly one, then update the dataVersion of the buffers that match the FID and the previous dataVersion 2007-02-05 04:44 jaltman * src/WINNT/afsd/: cm_dcache.c, cm_scache.c, cm_scache.h: DELTA DEVEL15-windows-merge-status-20070204 AUTHOR jaltman@secure-endpoints.com For each StoreData operation the dataVersion on the object is incremented. To prevent all of the cached buffers from being considered out of date, if the dataVersion has been incremented by exactly one, then update the dataVersion of the buffers that match the FID and the previous dataVersion 2007-02-05 04:36 jaltman * src/WINNT/afsd/cm_scache.c: DELTA DEVEL15-windows-merge-status-20070204 AUTHOR jaltman@secure-endpoints.com For each StoreData operation the dataVersion on the object is incremented. To prevent all of the cached buffers from being considered out of date, if the dataVersion has been incremented by exactly one, then update the dataVersion of the buffers that match the FID and the previous dataVersion 2007-02-05 03:41 jaltman * src/WINNT/afsd/: cm_buf.c, cm_buf.h, cm_memmap.c, cm_memmap.h: DELTA DEVEL15-windows-buffer-mgmt-20070204 AUTHOR jaltman@secure-endpoints.com Instead of using a fixed sized hashtable of 1024 entries regardless of the number of buffers, compute the hashtable to be large enough for on average 7 buffers per bucket. Remove the 'size' field from cm_buf_t since it is never used. Add more info to the output of cm_buf_t objects when using "fs memdump" 2007-02-04 15:39 jaltman * src/WINNT/afsd/: cm_daemon.c, cm_dcache.c, cm_dcache.h: DELTA DEVEL15-windows-store-biod-20070204 AUTHOR jaltman@secure-endpoints.com Add a 'failed' parameter to the cm_ReleaseBIOD function. This enables the clearing of the CM_BUF_DIRTY flag to be conditional upon successful completion of the store operation. 2007-02-04 02:50 jaltman * src/WINNT/client_creds/mounttab.cpp: DELTA DEVEL15-windows-mounttab-remove-debugging-20070203 AUTHOR jaltman@secure-endpoints.com no longer need the Debug Output String statements 2007-02-04 02:46 jaltman * src/WINNT/afsd/: cm_conn.c, cm_conn.h, cm_daemon.c, cm_daemon.h, cm_dcache.c, cm_dcache.h, cm_ioctl.c, cm_volume.c, cm_volume.h: DELTA DEVEL15-windows-bkgdaemon-retry-failed-requests-20070203 AUTHOR jaltman@secure-endpoints.com background request functions such as BkgFetch and BkgStore do not return success or failure. the bkgDaemon thread simply executes the request and discards it regardless of whether or not the request was completed. this can result in background store event failing to be written to the file server. modify the background request functions to return success or failure. modify the background daemon to put failed requests back onto the queue if the reason for failure was transient. modify the background daemon only to process requests when the servers for the volume are marked up. 2007-02-04 02:02 jaltman * src/WINNT/afsd/: cm_buf.c, cm_dcache.c, cm_scache.c, cm_vnodeops.c: DELTA DEVEL15-windows-buf-refcount-leak-fix-20070203 AUTHOR jaltman@secure-endpoints.com Plug a buffer refcount leak. This is why the client slows down over time. It runs out of buffers it can use. 2007-02-03 18:04 jaltman * src/WINNT/afsd/cm_buf.c: DELTA DEVEL15-windows-buf-dump-fix-20070203 AUTHOR jaltman@secure-endpoints.com restore the missing format string to the Buffer Hash Table Dump routine 2007-02-03 17:49 jaltman * src/WINNT/afsd/: afsd_init.c, cm_buf.c, cm_scache.c, cm_volume.c, smb.c: DELTA DEVEL15-windows-log-eol-20070203 AUTHOR jaltman@secure-endpoints.com ensure that log files use CR-LF for end of line. the "fs memdump" output and the afsd_init.log initialization output were still using LF. 2007-02-03 04:53 jaltman * src/WINNT/: afsapplib/afsapplib.cpp, afsapplib/al_browse.cpp, afsapplib/al_browseset.cpp, afsapplib/al_cover.cpp, afsapplib/al_creds.cpp, afsapplib/al_error.cpp, afsapplib/al_misc.cpp, afsapplib/al_progress.cpp, afsapplib/al_progress.h, afsapplib/al_pump.cpp, afsapplib/al_wizard.cpp, afsapplib/al_wizard.h, afsapplib/checklist.cpp, afsapplib/ctl_date.cpp, afsapplib/ctl_elapsed.cpp, afsapplib/ctl_sockaddr.cpp, afsapplib/ctl_spinner.cpp, afsapplib/ctl_time.cpp, afsapplib/dialog.cpp, afsapplib/fastlist.cpp, afsapplib/resize.cpp, afsapplib/subclass.cpp, client_config/lang/en_US/afs_config.rc: DELTA DEVEL15-windows-drive-mappings-20070202 AUTHOR jaltman@secure-endpoints.com FIXES 45545 Remove "Drive " from the drive mappings. This way the drive letters can be selected with a single key press. 2007-02-03 03:28 shadow * acinclude.m4, src/afs/afs_callback.c, src/afs/lock.h, src/afs/LINUX/osi_vnodeops.c, src/cf/linux-test4.m4: DELTA DEVEL15-linux-and-locks-cleanup-20070202 AUTHOR cg2v@andrew.cmu.edu FIXES fix linux flock, remove a bogus lock assert, and fix pid tracking to avoid usele ss panic 2007-02-02 15:44 jaltman * src/WINNT/afsd/cm_volume.c: DELTA DEVEL15-windows-afsd-volume-ref-leak-20070202 AUTHOR jaltman@secure-endpoints.com When looking up a volume by ID or Name, if the volume server data requires refreshing and the UpdateVolume operation failed, do not leak the refCount. 2007-02-02 15:40 jaltman * src/WINNT/install/NSIS/OpenAFS.nsi: DELTA DEVEL15-windows-nsis-20070202 AUTHOR jaltman@secure-endpoints.com even if afsd_service.exe can be shut down the binary might still not be able to be replaced due to the windows Protection Service. Use the ReplaceDLL macro 2007-02-01 13:25 jaltman * src/venus/: cmdebug.c, dedebug.c, fs.c, livesys.c, twiddle.c: DELTA DEVEL15-venus-include-afs-com_err-20070201 AUTHOR jaltman@secure-endpoints.com FIXES 51424 include afs/com_err.h for error_message() prototype to prevent crashes on platforms with 64-bit pointers and 32-bit int 2007-02-01 11:02 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20070201 AUTHOR jaltman@secure-endpoints.com many changes in recent days 2007-02-01 04:30 jaltman * src/WINNT/afsd/cm_access.c: DELTA DEVEL15-windows-freelance-20070131 AUTHOR jaltman@secure-endpoints.com FIXES 52069 If an app tries to open the freelance directory for WRITE then the default anonymous access privileges, read/lookup, are not sufficient and cm_HaveAccessRights will fail. Freelance can't get access rights from anywhere. Therefore, cm_HaveAccessRights should special case the Freelance directory. 2007-01-31 17:03 jaltman * src/WINNT/afsd/: cm_access.c, cm_scache.c, cm_vnodeops.c, smb3.c: DELTA DEVEL15-windows-delete-test-file-not-dir-20070131 AUTHOR jaltman@secure-endpoints.com the cm_CheckNTDelete function was testing the permissions of the directory and not the permissions of the file being deleted. This resulted in inconsistencies between the attributes of the file and the ability to delete it. this patch also adds a large amount of trace log entries as there was none in this section of the code before. 2007-01-30 12:42 jaltman * src/WINNT/client_exp/: afs_shl_ext.cpp, msgs.cpp, results_dlg.cpp, shell_ext.cpp, shell_ext.h: DELTA DEVEL15-windows-shell-ext-reformat-20070130 AUTHOR jaltman@secure-endpoints.com reformat the source code to make it easier to read/edit 2007-01-30 12:31 jaltman * src/WINNT/netidmgr_plugin/: version.rc, lang/en_us/langres.rc: DELTA DEVEL15-windows-netidmgr-string-updates-20070130 AUTHOR jaltman@secure-endpoints.com As per the NetIdMgr model, refer to credentials instead of tokens. Update the copyright strings 2007-01-30 12:25 jaltman * src/vol/fssync-debug.rc: DELTA DEVEL15-windows-vol-fssync-debug-20070130 AUTHOR jaltman@secure-endpoints.com add a resource file for fssync-debug for when we decide to build it 2007-01-30 12:23 jaltman * src/vol/fssync-debug.rc: file fssync-debug.rc was added on branch openafs-devel-1_5_x on 2007-01-30 12:25:20 +0000 2007-01-30 12:23 jaltman * src/vol/fssync-debug.rc: DELTA windows-vol-fssync-debug-20070130 AUTHOR jaltman@secure-endpoints.com add a resource file for fssync-debug for when we decide to build it 2007-01-30 12:17 jaltman * src/vol/: NTMakefile, salvager.c, vol-salvage.c, vol-salvage.h: DELTA DEVEL15-windows-vol-fix-salvager-20070130 AUTHOR jaltman@secure-endpoints.com The salvager on Windows was not being built properly. The fssync-debug.c main() was being used instead of the salvager.c main(). Remove fssync-debug.obj from the library and fixup the includes and global variable declarations. 2007-01-30 12:07 jaltman * src/procmgmt/procmgmt_nt.c: DELTA DEVEL15-windows-procmgmt-20070130 AUTHOR jaltman@secure-endpoints.com Do not raise an exception if SIGQUIT is received prior to the registration of the Shutdown handler 2007-01-29 19:33 rra * doc/man-pages/pod1/fs_setacl.pod: DELTA DEVEL15-document-fs-setacl-permissions-20070129 AUTHOR rra@stanford.edu Better document the current state of implicit "a" rights on directories. 2007-01-25 11:20 shadow * src/afs/afs_volume.c: DELTA DEVEL15-volume-dont-artificially-untimeout-vlservers-20061218 AUTHOR jhutz@cmu.edu FIXES 48959 remove synthetic event to undo timeouts of vlservers we "haven't talked to yet" 2007-01-25 10:38 shadow * src/: afs/Makefile.am, cf/Makefile.am.common, cmd/Makefile.am, comerr/Makefile.am, config/Makefile.am, include/Makefile.am, include/afs/Makefile.am, include/rx/Makefile.am, procmgmt/Makefile.am, procmgmt/afs/Makefile.am, rxgen/Makefile.am, util/Makefile.am, util/afs/Makefile.am: DELTA DEVEL15-remove-unbaked-code-20060802 AUTHOR rra@stanford.edu Remove the preliminary rxgk and Automake conversion, neither of which are finished or ready for prime time yet. Having this active in CVS isn't helpful and is mildly confusing at the moment. 2007-01-25 10:30 shadow * src/rxgk/: Makefile.am, Makefile.in, README, rxgk.h, rxgk_clnt.c, rxgk_common.c, rxgk_crkrb.c, rxgk_crlha.c, rxgk_crpc.c, rxgk_info.c, rxgk_locl.h, rxgk_proto.xg, rxgk_serv.c, rxgk_srpc.c, test.xg, test_client.c, test_server.c: DELTA DEVEL15-remove-unbaked-code-20060802 AUTHOR rra@stanford.edu Remove the preliminary rxgk and Automake conversion, neither of which are finished or ready for prime time yet. Having this active in CVS isn't helpful and is mildly confusing at the moment. 2007-01-23 01:06 shadow * src/WINNT/: afsd/cm_ioctl.c, afsd/cm_memmap.c, afsd/cm_scache.c, afsd/cm_vnodeops.c, afsd/cm_volume.c, afsd/cm_volume.h, afsd/fs.c, install/NSIS/OpenAFS.nsi: DELTA RXK5DEVEL15-rxk5-20070123 AUTHOR mdw@umich.edu again, massaged by me, shadow@dementia.org 2007-01-23 01:01 shadow * Makefile.in, acconfig.h, acinclude.m4, configure.in, regen.sh, src/WINNT/afsd/cm_conn.c, src/WINNT/afsd/cm_ioctl.c, src/WINNT/afsd/cm_memmap.c, src/WINNT/afsd/cm_scache.c, src/WINNT/afsd/cm_vnodeops.c, src/WINNT/afsd/cm_volume.c, src/WINNT/afsd/cm_volume.h, src/WINNT/afsd/fs.c, src/WINNT/install/NSIS/OpenAFS.nsi, src/afs/afs.h, src/afs/afs_analyze.c, src/afs/afs_icl.c, src/afs/afs_init.c, src/afs/afs_osi_pag.c, src/afs/afs_pioctl.c, src/afs/afs_user.c, src/afs/afs_vcache.c, src/afs/LINUX/osi_groups.c, src/afs/LINUX/osi_module.c, src/afs/LINUX/osi_probe.c, src/afs/LINUX/osi_vfsops.c, src/afs/LINUX/osi_vnodeops.c, src/afsweb/weblog.c, src/aklog/Makefile.in, src/aklog/aklog_main.c, src/aklog/asetkey.c, src/audit/audit.c, src/auth/Makefile.in, src/auth/cellconfig.c, src/auth/ktc.c, src/auth/userok.c, src/bozo/bosoprocs.c, src/bozo/bosserver.c, src/bucoord/commands.c, src/bucoord/main.c, src/bucoord/ubik_db_if.c, src/budb/Makefile.in, src/budb/server.c, src/butc/tcmain.c, src/butc/test_budb.c, src/cf/bigendian.m4, src/cf/kerberos.m4, src/cf/linux-test1.m4, src/cf/linux-test2.m4, src/config/venus.h, src/dauth/Makefile.in, src/dauth/dlog.c, src/kauth/Makefile.in, src/kauth/kaserver.c, src/libafs/Makefile.common.in, src/libafs/MakefileProto.AIX.in, src/libafs/MakefileProto.LINUX.in, src/libafs/MakefileProto.SOLARIS.in, src/libafsauthent/afsauthent.def, src/libafsrpc/NTMakefile, src/libuafs/Makefile.common.in, src/ptserver/Makefile.in, src/ptserver/ptclient.c, src/ptserver/ptprocs.c, src/ptserver/ptserver.c, src/ptserver/ptuser.c, src/rx/rx.c, src/rx/rx_kcommon.c, src/rx/rx_rdwr.c, src/rxgen/rpc_main.c, src/rxkad/bg-fcrypt.c, src/rxkad/private_data.h, src/rxkad/rxkad.p.h, src/rxkad/rxkad_client.c, src/rxkad/rxkad_common.c, src/rxkad/rxkad_server.c, src/rxkad/ticket.c, src/rxkad/ticket5.c, src/rxkad/domestic/fcrypt.c, src/shlibafsauthent/Makefile.in, src/shlibafsauthent/afsauthent.def, src/shlibafsrpc/Makefile.in, src/shlibafsrpc/mapfile, src/shlibafsrpc/mapfile.afs_xdr, src/sys/Makefile.in, src/tsm41/Makefile.in, src/tsm41/aix41_auth.c, src/tsm41/aix41_ident.c, src/tsm41/aix_ident_prototypes.h, src/tviced/Makefile.in, src/tviced/serialize_state.c, src/tvolser/Makefile.in, src/ubik/remote.c, src/ubik/ubik.c, src/ubik/ubik.p.h, src/ubik/ubikclient.c, src/ubik/uinit.c, src/update/Makefile.in, src/update/server.c, src/venus/cmdebug.c, src/venus/kdump.c, src/viced/host.c, src/viced/viced.c, src/vlserver/Makefile.in, src/vlserver/vlserver.c, src/vol/Makefile.in, src/volser/dumpstuff.c, src/volser/volmain.c, src/volser/vos.c, src/volser/vsutils.c: DELTA RXK5DEVEL15-rxk5-20070123 AUTHOR mdw@umich.edu again, massaged by me, shadow@dementia.org 2007-01-23 00:23 shadow * doc/man-pages/pod1/pts_sleep.pod: file pts_sleep.pod was initially added on branch rxk5. 2007-01-23 00:23 shadow * doc/man-pages/pod1/pts_source.pod: file pts_source.pod was initially added on branch rxk5. 2007-01-23 00:23 shadow * doc/man-pages/pod1/pts_interactive.pod: file pts_interactive.pod was initially added on branch rxk5. 2007-01-22 17:34 shadow * src/: kauth/.cvsignore, platform/.cvsignore, platform/AIX/.cvsignore, platform/DARWIN/.cvsignore, platform/FBSD/.cvsignore, platform/HPUX/.cvsignore, platform/IRIX/.cvsignore, platform/LINUX/.cvsignore, platform/NBSD/.cvsignore, platform/OBSD/.cvsignore, platform/SOLARIS/.cvsignore, shlibafsrpc/.cvsignore, tsalvaged/.cvsignore: DELTA DEVEL15-cvsignore-happiness-20060801 AUTHOR rra@stanford.edu Update .cvsignore files to ignore everything we should be ignorant of. 2007-01-22 17:20 shadow * Makefile.in, src/afs/afs_prototypes.h, src/config/Makefile.in: DELTA DEVEL15-make-cleaner-20070122 AUTHOR shadow@dementia.org this stuff was missed 2007-01-22 02:18 jaltman * src/WINNT/afsd/: cm_ioctl.c, cm_memmap.c, cm_scache.c, cm_vnodeops.c, cm_volume.c, cm_volume.h, fs.c: DELTA DEVEL15-windows-fix-volume-refcount-leak-20070121 AUTHOR jaltman@secure-endpoints.com Plug a volume refcount leak Add volume data to the "fs memdump" output Add memmap stat data to the afsd_init.log output at startup and shutdown 2007-01-16 17:26 jaltman * src/WINNT/install/NSIS/OpenAFS.nsi: DELTA DEVEL15-windows-nsis-fix-rpc-20070116 AUTHOR jaltman@secure-endpoints.com remove the rpc fix. the original code was correct 2007-01-15 23:41 jaltman * src/WINNT/install/NSIS/OpenAFS.nsi: DELTA DEVEL15-windows-nsis-installer-20070115 AUTHOR jaltman@secure-endpoints.com Fix the RPC check to actually check the RPC status Update the copyright date Add Vista version detection 2007-01-15 20:56 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-14-20070115 AUTHOR shadow@dementia.org 1.5.14 2007-01-15 20:56 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20070115 AUTHOR jaltman@secure-endpoints.com 1.5.14 2007-01-15 20:54 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20070115 AUTHOR jaltman@secure-endpoints.com 1.5.14 2007-01-15 20:03 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm, ReleaseNotes/relnotes_files/filelist.xml: DELTA DEVE15-windows-release-notes-20070115 AUTHOR jaltman@secure-endpoints.com 1.5.14 2007-01-15 19:52 jaltman * src/WINNT/afsd/: cm.h, cm_vnodeops.c, smb.c, smb.h, smb3.c: DELTA DEVEL15-windows-open-dir-lookup-20070115 AUTHOR jaltman@secure-endpoints.com add new error code when requested InfoLevel is not supported CIFS NTCreateX Read privilege means PRSFS_LOOKUP when the object is a directory 2007-01-15 15:51 shadow * src/afs/: afs_osi_pag.c, afs_prototypes.h, LINUX/osi_groups.c, LINUX/osi_machdep.h: DELTA DEVEL15-linux26-large-pag-groups-20070115 AUTHOR cg2v@andrew.cmu.edu working from base provided by shadow@dementia.org 2007-01-12 16:29 shadow * src/afs/lock.h: DELTA DEVEL15-locker-thread-tracking-20070111 AUTHOR tkeiser@gmail.com track thread ids so we can properly not deadlock 2007-01-12 05:20 shadow * src/: util/netutils.c, viced/viced.c: DELTA DEVEL15-netinfo-fake-support-correction-20070112 AUTHOR shadow@dementia.org fix NetInfo "f" line fake IP address support to work when either 1) NetRestrict file is in place or 2) existing sysid file does not list fake address 2007-01-12 03:49 shadow * src/rx/: rx_packet.c, rx_prototypes.h: DELTA DEVEL15-rx-deal-with-afs34-jumbograms-again-20070111 AUTHOR tkeiser@gmail.com FIXES 51116 try again at dealing with old jumbograms 2007-01-12 03:24 shadow * src/afs/: afs_callback.c, lock.h: DELTA DEVEL15-locker-thread-tracking-20070111 AUTHOR shadow@dementia.org track thread ids so we can properly not deadlock 2007-01-09 15:30 jaltman * src/afs/afs_analyze.c: DELTA DEVEL15-client-handle-vicetokendead-with-reconnect-20070109 AUTHOR jaltman@secure-endpoints.com client-handle-vicetokendead-with-reconnect-20070104 failed to alter the behavior of the RXKADEXPIRED and other cases. 2007-01-06 01:20 shadow * src/rx/: rx_globals.h, rx_packet.c: DELTA DEVEL15-tsfpq-macro-naming-20070105 AUTHOR shadow@dementia.org rename the queue-splicing versions of the checkin/checkout macros 2007-01-05 23:31 shadow * src/packaging/MacOS/buildpkg.sh: DELTA DEVEL15-buildpkg-dmg-path-20070105 AUTHOR shadow@dementia.org reported by marcus watts 2007-01-05 23:15 shadow * src/rx/rx_packet.c: DELTA DEVEL15-rx-deal-with-afs34-jumbograms-again-20070105 AUTHOR shadow@dementia.org FIXES try again at dealing with old jumbograms 2007-01-05 23:06 shadow * src/: audit/audit.c, auth/userok.c, viced/host.c: DELTA DEVEL15-multiple-local-realms-20070105 AUTHOR shadow@dementia.org FIXES 51104 do the correct check 2007-01-05 18:21 shadow * src/ptserver/ptuser.c: DELTA DEVEL15-pts-rename-fix-20070105 AUTHOR kevin@umd.edu FIXES 51066 fix pts rename to do the right thing 2007-01-05 17:14 jaltman * src/WINNT/afsd/: afsd_init.c, cm_access.c, cm_vnodeops.c: DELTA DEVEL15-windows-unix-mode-bit-enforcement-20070105 AUTHOR jaltman@secure-endpoints.com modify the write-lock permission test so that the UnixMode bits do not subtract PRSFS_WRITE from the rights when testing PRSFS_WRITE | PRSFS_LOCK. PRSFS_WRITE implies PRSFS_LOCK so add it Add new registry value "DeleteReadOnly" to permit deletion of read-only files. The default is 0. Set to non-zero value to activate. 2007-01-05 06:08 shadow * src/bucoord/bc.p.h: DELTA DEVEL15-bucoord-protoize-20070104 AUTHOR omalleys@msu.edu FIXES 50870 protoize bucoord 2007-01-05 06:04 shadow * src/ptserver/ptuser.c: DELTA DEVEL15-pr-changeentry-arg-types-20070105 AUTHOR shadow@dementia.org oops. put it back 2007-01-05 05:59 shadow * src/bucoord/bc.p.h: DELTA DEVEL15-bucoord-protoize-20070104 AUTHOR omalleys@msu.edu FIXES 50870 protoize bucoord 2007-01-05 05:03 shadow * src/afs/lock.h: DELTA DEVEL15-solaris-but-seriously-20070105 AUTHOR shadow@dementia.org guess chas had the right idea 2007-01-05 04:57 shadow * src/rx/: rx_globals.h, rx_packet.c: DELTA DEVEL15-free-packet-avoid-issue-with-34-jumbograms-20070104 AUTHOR shadow@dementia.org try to deal with rainer toebbicke's ongoing issue 2007-01-05 04:49 shadow * src/afs/lock.h: DELTA DEVEL15-solaris-mypid-track-threads-20070104 AUTHOR shadow@dementia.org based on suggestion by tkeiser 2007-01-05 03:40 shadow * src/: vol/clone.c, vol/ihandle.h, vol/namei_ops.c, vol/purge.c, volser/dumpstuff.c: DELTA DEVEL15-unroll-namei-delay-fsync-20070104 AUTHOR shadow@dementia.org has been shown to cause problems with releases per haba@pdc.kth.se testing, unroll until we figure out why 2007-01-05 03:32 shadow * src/bucoord/: bc.p.h, bc_status.c, commands.c, config.c, dlq.c, dsstub.c, dsvs.c, dump.c, dump_sched.c, expire.c, main.c, restore.c, status.c, tape_hosts.c, ttest.c, ubik_db_if.c, vol_sets.c, volstub.c: DELTA DEVEL15-bucoord-protoize-20070104 AUTHOR omalleys@msu.edu FIXES 50870 protoize bucoord 2007-01-05 03:21 shadow * src/: aklog/Makefile.in, aklog/asetkey.c, cf/kerberos.m4: DELTA DEVEL15-asetkey-with-heimdal-20070104 AUTHOR mdw@umich.edu FIXES 50973 just make asetkey build with heimdal 2007-01-04 22:17 shadow * src/afs/DARWIN/osi_vfsops.c: DELTA DEVEL15-darwin-fake-more-free-20070104 AUTHOR shadow@dementia.org fake more free disk space for dumb apps 2007-01-04 22:05 rra * acinclude.m4, src/cf/linux-test1.m4: DELTA DEVEL15-linux-kbuild-configure-20070104 AUTHOR mdw@umich.edu FIXES 40604 Test whether Linux kernel builds work at all before going into specific builds so that we can fail earlier with a better error message. Try to put more errors from the kernel build into config.log. 2007-01-04 21:56 shadow * src/afs/afs_analyze.c: DELTA DEVEL15-client-handle-vicetokendead-with-reconnect-20070104 AUTHOR shadow@dementia.org basically, if the issue is really expired tokens then we force the server to tell us that instead of that our older connection is still using the old tokens for some reason, by letting a new connection happen first 2007-01-04 21:49 shadow * src/packaging/MacOS/buildpkg.sh: DELTA DEVEL15-macos-installer-fix-20070104 AUTHOR shadow@dementia.org this time for sure 2007-01-04 21:46 shadow * src/cf/linux-test4.m4: DELTA DEVEL15-linux-workqueue-prereq-20070104 AUTHOR shadow@dementia.org FIXES 49890 make the workqueue configure test actually work on 2.4 2007-01-04 21:17 shadow * src/: afs/LINUX/osi_sleep.c, rx/rx_kcommon.h: DELTA DEVEL15-freezer-h-existance-20070104 AUTHOR marc.dionne@technoconseil.com FIXES 50941 only include freezer.h if it exists 2007-01-04 16:05 shadow * src/afs/afs_util.c: DELTA DEVEL15-md5-inode-even-odd-hack-20070104 AUTHOR shadow@dementia.org FIXES the even-odd hack didn't work with the new md5 inode numbers. fix it. suggested by Bennett Todd. 2007-01-03 00:47 jaltman * src/WINNT/afsd/cm_access.c: DELTA DEVEL15-windows-unix-mode-bit-enforcement-20070102 AUTHOR jaltman@secure-endpoints.com When the Unix mode bits do not include the write bit (0200), then the file is reported to Windows as read-only. This also prevents the acquisition of write-locks. It should also prevent deletion but the code in cm_HaveAccessRights() did not remove the PRSFS_DELETE privilege from the reported rights. 2007-01-02 16:00 shadow * src/cf/linux-test4.m4: DELTA DEVEL15-fix-linux-2-6-20-configure-test-20070102 AUTHOR marc.dionne@technoconseil.com FIXES 50594 make the cc flags modification not break things 2007-01-02 15:41 shadow * src/afs/: afs_osi_pag.c, LINUX/osi_module.c, LINUX/osi_nfssrv.c, LINUX/osi_pag_module.c: DELTA DEVEL15-ifdef-nfs-translator-20070102 AUTHOR marc.dionne@technoconseil.com FIXES 50602 appropriately wrap nfs translator code in ifdefs 2007-01-02 07:34 shadow * src/afs/SOLARIS/: osi_inode.c, osi_machdep.h, osi_vfsops.c: DELTA DEVEL15-solaris10-suser-replace-20070102 AUTHOR daleg@umbc.edu FIXES 50246 suser is dead, long live suser 2006-12-30 17:50 jaltman * README-NT: DELTA DEVEL15-windows-readme-20061230 AUTHOR jaltman@secure-endpoints.com updates for VS2005, Vista, etc. 2006-12-30 17:41 jaltman * src/WINNT/win9xpanel/: CAfs.cpp, CRegkey.cpp, CRegkey.h, CellServDB, Change.cpp, Change.h, CommandSettings.cpp, CommandSettings.h, Datalog.cpp, Datalog.h, Encript.cpp, Force.cpp, Force.h, MyFrame.cpp, MyFrame.h, NTMakefile, ProgBarDlg.cpp, ProgBarDlg.h, Retry.cpp, Retry.h, Settings.cpp, Settings.h, StdAfx.cpp, StdAfx.h, TermWarn.cpp, TermWarn.h, Transbmp.cpp, Transbmp.h, TrayIcon.cpp, TrayIcon.h, Wait.cpp, Wait.h, WinAfsLoad.cpp, WinAfsLoad.dep, WinAfsLoad.h, WinAfsLoad.rc, WinAfsLoadDlg.cpp, WinAfsLoadDlg.h, api95.cpp, api95.h, cafs.h, encript.h, modver.cpp, modver.h, resource.h, share.h, Help/Advanced.mrb, Help/PROGRESS.MRB, Help/PROPER.MRB, Help/afswin9x.cnt, Help/afswin9x.hpj, Help/afswin9x.rtf, Help/icon.bmp, res/WinAfsLoad.ico, res/world.bmp: DELTA DEVEL15-windows-remove-junk-20061230 AUTHOR jaltman@secure-endpoints.com Remove Win9xpanel since we no longer build it 2006-12-30 17:37 jaltman * src/NTMake9x: DELTA DEVEL15-windows-remove-junk-20061230 AUTHOR jaltman@secure-endpoints.com Remove Win9x makefile since we don't support it 2006-12-30 17:35 jaltman * src/TechNotes-WIN9X, README-WIN9X: DELTA DEVEL15-windows-remove-junk-20061230 AUTHOR jaltman@secure-endpoints.com Remove Win9x read me files since we don't support them anyway 2006-12-30 17:23 jaltman * src/WINNT/install/InstallShield5/: Build.tsb, BuildSetup.bat, CompileScript.bat, CreateGeneratedFiles.bat, CreateISDirTree.bat, Default.cdf, Default.fdf, Default.fgl, Default.shell, Default.shl, Default.txt, DelISDirTree.bat, GatherFiles.bat, GenDefault.mda.bat, GenFileGroups.bat, GenIS5.ipr.bat, HowToSetTheVersion.txt, NTMakefile, PackageWeb.pfw, README.TXT, ScatterFiles.bat, Setup.tsb, afsdcell.ini, setup.bmp, setup.rul, lang/de_DE/value.shl, lang/en_US/value.txt, lang/ja_JP/value.shl, lang/ko_KR/value.shl, lang/pt_BR/value.shl, lang/zh_CN/value.shl, lang/zh_TW/value.shl, lang/es_ES/value.shl: DELTA DEVEL15-windows-remove-junk-20061230 AUTHOR jaltman@secure-endpoints.com remove InstallShield5 installer that is no longer used 2006-12-30 17:14 jaltman * src/WINNT/install/Win9x/: CellServDB, NTMakeFile, RUNONCE.PIF, ReadMe.rtf, install.bat, license.txt, setup.iss, templet.reg: DELTA DEVEL15-windows-remove-junk-20061230 AUTHOR jaltman@secure-endpoints.com remove old win9x installers that are no longer used. 2006-12-30 17:04 jaltman * src/kauth/kaserver.c: DELTA DEVEL15-kaserver-deprecation-warning-20061230 AUTHOR jaltman@secure-endpoints.com The following message is now logged to both the BosLog and the AuthLog at startup. WARNING: kaserver is deprecated due to its weak security properties. Migrating to a Kerberos 5 KDC is advised. http://www.openafs.org/no-more-des.html 2006-12-30 16:58 jaltman * src/auth/cellconfig.c: DELTA DEVEL15-afsdb-resolver-reinit-20061230 AUTHOR jaltman@secure-endpoints.com FIXES 50576 replace 'try' with 'try_init' and declare 'try_init'. 'try' is a reserved word on some compilers. not sure how this code was compiling on MacOS X and Windows as 'try' was not declared. 2006-12-30 02:49 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20061229 AUTHOR jaltman@secure-endpoints.com 1.5.13a 2006-12-30 02:45 jaltman * src/WINNT/afsd/: smb.c, smb3.c: DELTA DEVEL15-windows-optimize-smb-dir-search-if-no-wildcard-20061229 AUTHOR jaltman@secure-endpoints.com do not follow mountpoints when calling cm_Lookup as part of the optimization. otherwise the shortname is computed incorrectly. 2006-12-30 02:36 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA windows-version-20061229 AUTHOR jaltman@secure-endpoints.com 1.5.13a == 1.5.1302 2006-12-28 22:36 shadow * src/afs/LINUX/osi_proc.c: DELTA DEVEL15-proc-unixusers-cleanup-on-linux-20061228 AUTHOR shadow@dementia.org FIXES 49978 maybe 2006-12-28 22:28 shadow * src/afs/SOLARIS/: osi_vfsops.c, osi_vnodeops.c: DELTA DEVEL15-null-terminate-solaris-ops-20061228 AUTHOR daleg@umbc.edu FIXES 50340 vfsops and vnodeops need a NULL at the end of the structs 2006-12-28 22:02 shadow * Makefile.in, acinclude.m4, src/cf/osconf.m4, src/config/afs_sysnames.h, src/config/param.sun4x_511.h, src/config/param.sunx86_511.h, src/libafs/MakefileProto.SOLARIS.in: DELTA DEVEL15-add-solaris-11-support-v2-20061228 AUTHOR daleg@umbc.edu FIXES 50343 initial 5.11 support 2006-12-28 21:58 shadow * src/config/param.sun4x_511.h: file param.sun4x_511.h was added on branch openafs-devel-1_5_x on 2006-12-28 22:02:16 +0000 2006-12-28 21:58 shadow * src/config/param.sunx86_511.h: file param.sunx86_511.h was added on branch openafs-devel-1_5_x on 2006-12-28 22:02:16 +0000 2006-12-28 21:58 shadow * src/config/: param.sun4x_511.h, param.sunx86_511.h: DELTA add-solaris-11-support-v2-20061228 AUTHOR daleg@umbc.edu FIXES 50343 initial 5.11 support 2006-12-28 21:49 shadow * src/afs/: afs_osi.c, sysincludes.h, SOLARIS/osi_machdep.h: DELTA DEVEL15-solaris10-suser-replace-20061228 AUTHOR daleg@umbc.edu FIXES 50246 suser is dead, long live suser 2006-12-28 21:30 shadow * acinclude.m4, src/afs/afs_call.c, src/afs/LINUX/osi_sleep.c, src/afs/LINUX/osi_vfsops.c, src/cf/linux-test4.m4, src/rx/rx_kcommon.h, src/rx/LINUX/rx_kmutex.c, src/rx/LINUX/rx_knet.c: DELTA DEVEL15-linux-2620-rc1-update-20061228 AUTHOR marc.dionne@technoconseil.com FIXES 49890 updates for linux 2.6.20-rc1 2006-12-28 20:37 shadow * src/auth/cellconfig.c: DELTA DEVEL15-afsdb-resolver-reinit-20061228 AUTHOR shadow@dementia.org as reported by Adam Megacz, but my own version of the fix 2006-12-27 15:49 shadow * src/packaging/MacOS/buildpkg.sh: DELTA DEVEL15-macos-installer-fix-20061227 AUTHOR shadow@dementia.org make the installer build correctly again 2006-12-26 20:31 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20061226 AUTHOR jaltman@secure-endpoints.com more notes for 1.5.13 2006-12-26 20:28 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20061226 AUTHOR jaltman@secure-endpoints.com 1.5.1301 == 1.5.13 2006-12-26 20:22 jaltman * src/WINNT/afssvrcfg/: admin_info_dlg.cpp, afscfg.cpp, backup_server_page.cpp, cfg_utils.cpp, config_server_page.cpp, create_partition_dlg.cpp, db_server_page.cpp, file_server_page.cpp, get_cur_config.cpp, get_pw_dlg.cpp, graphics.cpp, help.cpp, info2_page.cpp, info_page.cpp, intro_page.cpp, logfile.cpp, partition_page.cpp, partition_utils.cpp, partitions_page.cpp, replicatition_page.cpp, root_afs_page.cpp, salvage_dlg.cpp, salvage_results_dlg.cpp, services_page.cpp, sys_control_page.cpp, toolbox.cpp, validation.cpp, volume_utils.cpp: DELTA DEVEL15-windows-server-config-20061226 AUTHOR jaltman@secure-endpoints.com Reformat the entire directory. Add Freelance mode awareness. Map the root.afs volume starting from Z: and work down. 2006-12-26 20:18 jaltman * src/WINNT/afsd/smb3.c: DELTA DEVEL15-windows-optimize-smb-dir-search-if-no-wildcard-20061226 AUTHOR jaltman@secure-endpoints.com fix the computation of the ShortName. Take into account the network byte order of the cm_dirFid_t fields. send error packets from within the function as needed. do not return the error to the caller. 2006-12-22 06:48 shadow * src/bozo/bnode.p.h: DELTA DEVEL15-bosserver-avoid-bosconfig-truncation-20061221 AUTHOR shadow@dementia.org why the heck would it be a good idea to rewrite the BosConfig while we are start ing, exactly? 2006-12-21 23:14 shadow * src/bozo/: bnode.c, bnode.p.h, bosoprocs.c, bosserver.c: DELTA DEVEL15-bosserver-avoid-bosconfig-truncation-20061221 AUTHOR shadow@dementia.org why the heck would it be a good idea to rewrite the BosConfig while we are starting, exactly? 2006-12-20 21:18 shadow * src/afs/afs_dcache.c: DELTA DEVEL15-split-cache-update-20061220 AUTHOR shadow@dementia.org move closer to 1.4 implementation esp when split cache is turned off 2006-12-20 20:08 shadow * src/afs/: afs_dynroot.c, afs_nfsclnt.c, afs_osi_pag.c, afs_user.c, SOLARIS/osi_groups.c: DELTA DEVEL15-solaris10-avoid-direct-cred-access-20061220 AUTHOR daleg@umbc.edu avoid a panic after we muck with groups by being less evil 2006-12-19 17:56 jaltman * src/WINNT/afsd/afslogon.c: DELTA DEVEL15-windows-afslogon-20061219 AUTHOR jaltman@secure-endpoints.com Initialize Winsock from within afslogon.c so that ka_UserAuth will work again. 2006-12-19 04:55 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-13-20061218 AUTHOR shadow@dementia.org make 1.5.13 2006-12-19 04:50 shadow * src/volser/dumpstuff.c: DELTA DEVEL15-volser-dumpstuff-20061218 AUTHOR reuter@rzg.mpg.de FIXES 46937 "vos release" per default does an incremental dump. volser-dump-validate-input-20060417 ends up with keeping dead vnodes and data in the remote RO-volume. This patch corrects the behavior for RO-volumes. See ticket for extensive discussion. 2006-12-19 04:31 shadow * acconfig.h: DELTA DEVEL15-kernel-endianness-test-fix-20061218 AUTHOR shadow@dementia.org FIXES 47893 ok, so, when we're in the kernel, do something 2006-12-19 04:20 shadow * configure-libafs.in, src/config/Makefile.in, src/config/libafsdep: DELTA DEVEL15-openafs-kernel-src-fix-20061218 AUTHOR shadow@dementia.org FIXES 44573 ok, so, we need to emit Makefile.version when we build openafs-kernel 2006-12-19 03:54 jaltman * src/volser/dumpstuff.c: DELTA DEVEL15-volser-dumpstuff-20061218 AUTHOR reuter@rzg.mpg.de FIXES 46937 "vos release" per default does an incremental dump. volser-dump-validate-input-20060417 ends up with keeping dead vnodes and data in the remote RO-volume. This patch corrects the behavior for RO-volumes. See ticket for extensive discussion. 2006-12-19 03:42 jaltman * src/volser/volprocs.c: DELTA DEVEL15-volser-undo-cleanup-20061218 AUTHOR jaltman@secure-endpoints.com uncommit an inappropriate commit DELTA volser-cleanup-xx-20061128 2006-12-19 03:19 shadow * src/rx/: rx_globals.c, rx_globals.h: DELTA DEVEL15-rx-globals-avoid-INIT-reuse-20061218 AUTHOR shadow@dementia.org FIXES 45515 avoid calling our macro INIT 2006-12-19 02:34 shadow * src/afs/afs_volume.c: DELTA DEVEL15-volume-dont-artificially-untimeout-vlservers-20061218 AUTHOR jhutz@cmu.edu FIXES 48959 remove synthetic event to undo timeouts of vlservers we "haven't talked to yet" 2006-12-19 02:29 shadow * src/afs/LINUX/osi_cred.c: DELTA DEVEL15-linux-osi-cred-pool-byebye-20061218 AUTHOR chas@cmf.nrl.navy.mil FIXES ok, unneeded abstraction removed. 2006-12-18 23:57 jaltman * src/WINNT/afsd/afslogon.c: DELTA DEVEL15-windows-afslogon-20061218 AUTHOR jaltman@secure-endpoints.com test for the existence of the mutex and not the bInit flag during the DLL attach 2006-12-18 23:40 jaltman * doc/txt/winnotes/: afs-changes-since-1.2.txt, afs-issues.txt: DELTA DEVEL15-windows-notes-20061218 AUTHOR jaltman@secure-endpoints.com updates for 1.5.13 2006-12-18 23:31 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20061218 AUTHOR jaltman@secure-endpoints.com 1.5.1300 == 1.5.13 2006-12-18 23:20 jaltman * src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/: relnotes.htm, toc.htm: DELTA DEVEL15-windows-release-notes-20061218 AUTHOR jaltman@secure-endpoints.com update information on afs server installs for 1.5.13 2006-12-18 22:34 jaltman * src/WINNT/install/wix/files.wxi: DELTA DEVEL15-windows-install-wix-20061218 AUTHOR asanka@secure-endpoints.com remove the AFS Server wizard shortcut add AFS Server dependencies (tcpip and PNP_TDI) 2006-12-18 21:45 jaltman * src/WINNT/install/NSIS/OpenAFS.nsi: DELTA DEVEL15-windows-nsis-20061218 AUTHOR jaltman@secure-endpoints.com remove the autorun for the AFS Server Wizard remove the shortcut to the AFS Server Wizard update the service dependencies for the bosctlsvc (tcpip and PNP_TDI) 2006-12-17 21:07 jaltman * src/WINNT/afsd/: cm_conn.c, cm_conn.h, cm_vnodeops.c, cm_vnodeops.h, smb.c, smb3.c: DELTA DEVEL15-windows-optimize-smb-dir-search-if-no-wildcard-20061217 AUTHOR asanka@secure-endpoints.com When performing a SMB FindFirst/FindNext/FindClose operation if there are no wildcards involved, we can optimize the case and turn it from O(n) to O(1) where 'n' is the number of entries in the directory. This can be done by performing a cm_Lookup() and if it succeeds, constructing the appropriate response instead of parsing the contents of each buffer associated with the directory looking for matches. Without this optimization, FindFirst operations on directories containing thousands of entries can take a large number of seconds to complete. 2006-12-17 01:23 jaltman * src/: libafsrpc/afsrpc.def, rx/rx.c, rx/rx_user.c: DELTA DEVEL15-rx-fix-lock-init-20061216 AUTHOR jaltman@secure-endpoints.com When rxBind was added it made an assumption that rx_GetIFInfo could be called before rx_InitXYZ. This is true on non-Windows platforms, but on Windows rxGetIFInfo relies on an initialized mutex. This patch adds a DllMain for Windows in order to initialize the mutex object upon DLL load. 2006-12-15 16:39 shadow * src/ubik/remote.c: DELTA DEVEL15-ubik-better-debug-logging-in-remote-20061215 AUTHOR shadow@dementia.org log when we get errors doing remote sync what it was, rather than covering it up 2006-12-13 04:28 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm: DELTA DEVEL15-windows-release-hotes-20061212 AUTHOR jaltman@secure-endpoints.com updates for 1.5.13 2006-12-13 00:26 jaltman * src/WINNT/: client_config/NTMakefile, client_creds/NTMakefile: DELTA DEVEL15-windows-custom-control-subclassing-bis-20061212 AUTHOR jaltman@secure-endpoints.com Do not link to both talocale.lib and taafsapplib.lib. If you do, then there are duplicate functions in both the .EXE and the TaAfsAppLib.DLL. 2006-12-12 20:40 jaltman * src/WINNT/: afsapplib/checklist.cpp, afsapplib/checklist.h, afsapplib/fastlist.h, afssvrcfg/lang/de_DE/afscfg.rc, afssvrcfg/lang/en_US/afscfg.rc, afssvrcfg/lang/es_ES/afscfg.rc, afssvrcfg/lang/ja_JP/afscfg.rc, afssvrcfg/lang/ko_KR/afscfg.rc, afssvrcfg/lang/pt_BR/afscfg.rc, afssvrcfg/lang/zh_CN/afscfg.rc, afssvrcfg/lang/zh_TW/afscfg.rc, afssvrmgr/lang/de_DE/svrmgr.rc, afssvrmgr/lang/en_US/svrmgr.rc, afssvrmgr/lang/es_ES/svrmgr.rc, afssvrmgr/lang/ja_JP/svrmgr.rc, afssvrmgr/lang/ko_KR/svrmgr.rc, afssvrmgr/lang/pt_BR/svrmgr.rc, afssvrmgr/lang/zh_CN/svrmgr.rc, afssvrmgr/lang/zh_TW/svrmgr.rc, afsusrmgr/lang/de_DE/AfsUsrMgr.rc, afsusrmgr/lang/en_US/AfsUsrMgr.rc, afsusrmgr/lang/es_ES/AfsUsrMgr.rc, afsusrmgr/lang/ja_JP/AfsUsrMgr.rc, afsusrmgr/lang/ko_KR/AfsUsrMgr.rc, afsusrmgr/lang/pt_BR/AfsUsrMgr.rc, afsusrmgr/lang/zh_CN/AfsUsrMgr.rc, afsusrmgr/lang/zh_TW/AfsUsrMgr.rc, client_config/NTMakefile, client_config/lang/de_DE/afs_config.rc, client_config/lang/en_US/afs_config.rc, client_config/lang/es_ES/afs_config.rc, client_config/lang/ja_JP/afs_config.rc, client_config/lang/ko_KR/afs_config.rc, client_config/lang/pt_BR/afs_config.rc, client_config/lang/zh_CN/afs_config.rc, client_config/lang/zh_TW/afs_config.rc, client_creds/NTMakefile, client_creds/afscreds.h, client_creds/mounttab.cpp, client_creds/lang/de_DE/afscreds.rc, client_creds/lang/en_US/afscreds.rc, client_creds/lang/es_ES/afscreds.rc, client_creds/lang/ja_JP/afscreds.rc, client_creds/lang/ko_KR/afscreds.rc, client_creds/lang/pt_BR/afscreds.rc, client_creds/lang/zh_CN/afscreds.rc, client_creds/lang/zh_TW/afscreds.rc: DELTA DEVEL15-windows-custom-control-subclassing-20061212 AUTHOR jaltman@secure-endpoints.com While investigating the reasons behind the Drive Mapping listbox failing to permit entries 2 or above to be edited or removed and the text string being truncated to two characters (on some systems) I discovered that the subclasses were being recompiled into each application instead of linking against the DLL that contains the controls. The custom controls have been renamed to address name space issues. The "Drive X:" label changed to "X:" to permit single character item selection within the listbox. Still have no idea what is really going on. Spy++ shows the Windows messages being sent to the correct Windows. However, the getcount message never obtains a value other than 0 or 1. This is probably why the selection code is broken. Still working on it. 2006-12-12 17:04 jaltman * src/WINNT/afsd/cm_buf.c: DELTA DEVEL15-windows-sleep-when-out-of-buffers-20061212 AUTHOR jaltman@secure-endpoints.com When there are no free buffers, don't loop continuously. Sleep so that the other threads that are holding the buffers can grab the global buffer lock and release them. 2006-12-12 04:01 jaltman * src/WINNT/afsd/: afsd_service.c, cm_callback.c, cm_daemon.c, cm_vnodeops.c, cm_vnodeops.h, dosdefs95.h, rawops.c, smb.c, smb.h, smb3.c, smb3.h, smb_ioctl.h: DELTA STABLE15-windows-afsd-20061211 AUTHOR jaltman@secure-endpoints.com (1) Power Management improvements. Maintain a global flag that specifies whether or not the service is in a suspend state. Do not panic if Netbios() returns NRC_BRIDGE meaning that the lana is no longer valid. Instead, stop the listener threads and if all listener threads are stopped, reset the lana_list. Allow the cm_Daemon() thread to periodically check the state of the smb listeners. If they are all stopped and the service is not suspended, attempt to restart them. If there are no valid lanas, return to the stopped state. (2) CreateX and NTCreateX use cm_CheckNTOpen() to test whether or not the user is permitted to obtain read or write locks. This function would obtain the lock and then drop it returning whether or not the lock could be obtained. If the lock was in fact required, CreateX/NTCreateX would then obtain it with cm_Lock(). The problem of course being that this pattern results in three RPCs to the file server (lock, unlock, lock). This is reduced to one RPC by implementing cm_CheckNTOpenDone() which frees the allocated byte range lock from cm_CheckNTOpen() after the cm_Lock() call is performed. (3) Remove unused code. (4) Add debugging to SMB Directory Search functions. (5) Increase the SMB Ioctl MaxData size 2006-12-05 19:41 shadow * src/rx/rx_packet.c: DELTA DEVEL15-rx-preparesendpacket-avoid-double-free-20061205 AUTHOR shadow@dementia.org wow, this is special existed forever but only when we stopped leaking packets did it become a problem anyway, don't free packets and forget to reduce the number of packets in play 2006-12-01 20:45 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-12-20061201 AUTHOR shadow@dementia.org 1.5.12 2006-12-01 18:50 shadow * src/afs/LINUX/osi_syscall.c: DELTA DEVEL15-give-s390x-syscall-table-the-big-hammer-20061201 AUTHOR shadow@dementia.org Neale Ferguson contributed the assembler. The false illusion of security some people want to play under is usually good for wasting a few hours; it was here. making the sys_call_table read nly for real of course fixes it, let's just hope keyrings come along before then on such platforms. 2006-12-01 18:35 shadow * src/packaging/RedHat/: openafs-README, openafs-buildall.sh, openafs-client.init, openafs-kvers-is.sh, openafs.spec.in: DELTA DEVEL15-redhat-packaging-updates-20061201 AUTHOR shadow@dementia.org updates from derek updates for s390x updates to handle suse 2006-12-01 13:00 shadow * src/packaging/RedHat/: openafs-client.init, openafs-server.init: DELTA DEVEL15-redhat-initscripts-update-for-suse-20061201 AUTHOR shadow@dementia.org suse lacks /etc/init.d/functions 2006-11-30 06:50 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20061130 AUTHOR jaltman@secure-endpoints.com updates for 1.5.12 2006-11-30 06:46 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA STABLE15-windows-version-20061130 AUTHOR jaltman@secure-endpoints.com 1.5.1200 = 1.5.12 2006-11-30 04:40 jaltman * src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/relnote s_files/netidmgr_main.png: file netidmgr_main.png was initially added on branch openafs-devel-1_5_x. 2006-11-30 04:40 jaltman * src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/relnote s_files/netidmgr_afs_cfg.png: file netidmgr_afs_cfg.png was initially added on branch openafs-devel-1_5_x. 2006-11-30 04:40 jaltman * src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/relnote s_files/image004.jpg: file image004.jpg was initially added on branch openafs-devel-1_5_x. 2006-11-30 04:40 jaltman * src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/relnote s_files/image001.png: file image001.png was initially added on branch openafs-devel-1_5_x. 2006-11-30 04:40 jaltman * src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/relnote s_files/netidmgr_afs_opt.png: file netidmgr_afs_opt.png was initially added on branch openafs-devel-1_5_x. 2006-11-30 04:40 jaltman * src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/relnote s_files/image006.jpg: file image006.jpg was initially added on branch openafs-devel-1_5_x. 2006-11-30 04:40 jaltman * src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/relnote s_files/image003.png: file image003.png was initially added on branch openafs-devel-1_5_x. 2006-11-30 04:40 jaltman * src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/relnote s_files/image007.jpg: file image007.jpg was initially added on branch openafs-devel-1_5_x. 2006-11-30 04:40 jaltman * src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/relnote s_files/image005.png: file image005.png was initially added on branch openafs-devel-1_5_x. 2006-11-30 04:40 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm, ReleaseNotes/toc.htm, ReleaseNotes/relnotes_files/filelist.xml, ReleaseNotes/relnotes_files/image001.png, ReleaseNotes/relnotes_files/image003.png, ReleaseNotes/relnotes_files/image004.jpg, ReleaseNotes/relnotes_files/image005.png, ReleaseNotes/relnotes_files/image006.jpg, ReleaseNotes/relnotes_files/image007.jpg, ReleaseNotes/relnotes_files/netidmgr_afs_cfg.png, ReleaseNotes/relnotes_files/netidmgr_afs_opt.png, ReleaseNotes/relnotes_files/netidmgr_main.png: DELTA DEVEL15-windows-release-notes-20061129 AUTHOR jaltman@secure-endpoints.com 1.5.12 Release Notes 2006-11-29 21:25 shadow * src/rxkad/private_data.h: DELTA DEVEL15-cprivate-ticketlen-is-32-not-16-20061129 AUTHOR shadow@dementia.org everyone else thinks ticketLen is 32 bits. contrary to what arby's says, different is not necessarily better. 2006-11-29 06:23 jaltman * src/WINNT/afsd/: cm_buf.c, cm_buf.h, cm_memmap.c, cm_memmap.h: DELTA windows-dirty-buffer-optimization-20061128 AUTHOR jaltman@secure-endpoints.com The old dirty buffer synchronization algorithm had a buf_IncrSyncer thread walking the all buffer list periodically searching for dirty buffers to write to the file server. This had several negative results. The alogirithm ate up ever increasing amounts of CPU time even when AFS is idle as the size of the cache increases. Also, buffers were written to the file server in an order based upon the original buffer allocation which has nothing to do with the order in which the buffers became dirty. The new algorithm maintains a dirty buffer list. Items are added when the buffer is originally marked dirty. A buffer is only removed from the list by the buf_IncrSyncer when the buffer is no longer dirty. If the list is empty the thread goes back to thread immediately without additional processing requirements. 2006-11-28 09:29 jaltman * src/volser/: dumpstuff.c, volprocs.c: DELTA volser-cleanup-20061128 AUTHOR jaltman@secure-endpoints.com cleanup the return code handling from DELTA volser-dump-validate-input-20060417 2006-11-28 09:17 jaltman * src/WINNT/afsd/: afsd_service.c, smb.c, smb.h: DELTA DEVEL15-windows-smb-dont-crash-vista-20061128 AUTHOR jaltman@secure-endpoints.com Unlike previous versions of the OS, Vista performs a shutdown on the Microsoft Loopback adapter just like it would on a real adapter. This causes the smb_Listener threads to trigger a panic during a suspend/hibernate power event. The fix is to unbind from the network adapters in response to a suspend/hibernate power event and then rebind to the adapters when a resume power event is received. Note that the resume events are not reliably delivered so it is possible the afs service will not be accessible. However, this is the best we can do. 2006-11-28 09:08 jaltman * src/WINNT/afsd/cm_conn.c: DELTA DEVEL15-windows-conn-analyze-20061128 AUTHOR jaltman@secure-endpoints.com force an rx connection reset if VICECONNBAD or VICETOKENDEAD are received 2006-11-28 09:01 jaltman * src/WINNT/afsd/afslogon.c: DELTA DEVEL15-windows-afslogon-dont-modify-environment-20061128 AUTHOR jaltman@secure-endpoints.com don't allow environment variables we set to be inherited by child processes 2006-11-21 00:56 rra * src/auth/cellconfig.c: DELTA DEVEL15-thiscell-whitespace-20061120 AUTHOR rra@stanford.edu Be more liberal when parsing ThisCell. Accept and ignore leading and trailing whitespace and anything after the first whitespace character on the first line. Return an error for a read error or for an empty cell name. 2006-11-20 23:49 rra * src/util/dirpath.c: DELTA DEVEL15-relative-path-canonicalization-20061120 AUTHOR rra@stanford.edu Path canonicalization for commands such as bos getlog was only applied for absolute paths; relative paths were still constructed relative to the canonical directory. Modify the path canonicalization routines to also canonicalize the base directory for relative paths. 2006-11-20 18:54 jaltman * src/WINNT/netidmgr_plugin/: NTMakefile, afscred.h: DELTA DEVEL15-windows-netidmgr-plugin-vista-vs2005-20061120 AUTHOR jaltman@secure-endpoints.com Define _USE_32BIT_TIME_T since that is what tokens contain. Use cflagsdll instead of cflagsmt to avoid multiply defined entry points 2006-11-20 18:04 jaltman * src/WINNT/client_osi/NTMakefile: DELTA DEVEL15-windows-remove-unused-libs-20061120 AUTHOR jaltman@secure-endpoints.com rpcndr.lib and largeint.lib are no longer used. rpcndr.lib no longer exists in the Vista SDK. 2006-11-12 00:22 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20061111 AUTHOR jaltman@secure-endpoints.com more notes for 1.5.11 2006-11-11 07:13 jaltman * src/WINNT/afsd/smb.c: DELTA DEVEL15-windows-smb-rename-offline-folders-20061111 AUTHOR jaltman@secure-endpoints.com FIXES 45692 when offline folders are enabled, the old file name sent in a rename operation is sent in all uppercase even when the file name is not. this patch attempts a case insensitive match after the case sensitive match fails. 2006-11-10 04:36 shadow * src/afs/afs_vcache.c: DELTA DEVEL15-revert-inactivevcache-hold-lock-20061109 AUTHOR shadow@dementia.org fails verification. come back to it 2006-11-10 04:11 shadow * src/packaging/MacOS/OpenAFS.pre_upgrade: DELTA DEVEL15-macos-preupgrade-script-20061109 AUTHOR shadow@dementia.org update the preupgrade script 2006-11-10 04:05 shadow * src/afs/UKERNEL/afs_usrops.c: DELTA DEVEL15-kill-stat-blksize-20061109 AUTHOR chas@cmf.nrl.navy.mil FIXES 42663 don't provide a bogus hint 2006-11-10 00:22 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-11-20061109 AUTHOR shadow@dementia.org make 1.5.11 2006-11-10 00:20 shadow * src/: afs/afs_dcache.c, afs/afs_server.c, packaging/MacOS/InstallationCheck, packaging/MacOS/InstallationCheck.8, packaging/MacOS/InstallationCheck.9, packaging/MacOS/buildpkg.sh, rx/rx_kcommon.c: DELTA DEVEL15-leopard-updates-20061109 AUTHOR shadow@dementia.org make things work with current seeds 2006-11-10 00:14 shadow * src/packaging/MacOS/InstallationCheck.9: file InstallationCheck.9 was added on branch openafs-devel-1_5_x on 2006-11-10 00:20:19 +0000 2006-11-10 00:14 shadow * src/packaging/MacOS/: InstallationCheck.8, InstallationCheck.9: DELTA leopard-updates-20061109 AUTHOR shadow@dementia.org make things work with current seeds 2006-11-10 00:14 shadow * src/packaging/MacOS/InstallationCheck.8: file InstallationCheck.8 was added on branch openafs-devel-1_5_x on 2006-11-10 00:20:19 +0000 2006-11-10 00:11 shadow * acinclude.m4, src/afs/afs.h, src/afs/DARWIN/osi_machdep.h, src/afs/FBSD/osi_machdep.h, src/afs/HPUX/osi_machdep.h, src/afs/IRIX/osi_machdep.h, src/afs/LINUX/osi_machdep.h, src/afs/LINUX/osi_vfsops.c, src/afs/LINUX/osi_vnodeops.c, src/afs/NBSD/osi_machdep.h, src/afs/OBSD/osi_machdep.h, src/afs/UKERNEL/sysincludes.h, src/afs/VNOPS/afs_vnop_attrs.c, src/cf/linux-test4.m4: DELTA DEVEL15-linux-blkbits-20061109 AUTHOR chas@cmf.nrl.navy.mil FIXES 42671 set blkbits if we have it 2006-11-10 00:01 shadow * doc/man-pages/pod1/aklog.pod: DELTA DEVEL15-aklog-doc-improvements-20061105 AUTHOR rra@stanford.edu Document (at least partially) AFS's mapping of Kerberos v5 principal names to Kerberos v4 format in the aklog man page. Also document that -setpag may not always work. 2006-11-09 23:58 shadow * doc/man-pages/pod8/afsd.pod: DELTA DEVEL15-afsd-shutdown-doc-improvement-20061105 AUTHOR rra@stanford.edu Change the CAUTIONS about afsd -shutdown to be less dire and more accurate, as this now mostly works on Linux. 2006-11-09 23:43 shadow * acinclude.m4, src/afs/LINUX/osi_vfsops.c, src/cf/linux-test4.m4: DELTA DEVEL15-linux-statfs-dentry-20061109 AUTHOR dionne@cs.wisc.edu FIXES 42788 statfs changed in recent linux kernels. cope. 2006-11-09 23:30 shadow * src/afs/: afs_osi.h, sysincludes.h, AIX/osi_file.c, DARWIN/osi_file.c, FBSD/osi_file.c, HPUX/osi_file.c, IRIX/osi_file.c, LINUX/osi_file.c, NBSD/osi_file.c, OBSD/osi_file.c, SOLARIS/osi_file.c: DELTA DEVEL15-kill-stat-blksize-20061109 AUTHOR chas@cmf.nrl.navy.mil FIXES 42663 don't provide a bogus hint 2006-11-09 23:18 shadow * src/config/: param.alpha_linux_22.h, param.alpha_linux_24.h, param.alpha_linux_26.h, param.amd64_linux24.h, param.amd64_linux26.h, param.i386_linux22.h, param.i386_linux24.h, param.i386_linux26.h, param.i386_umlinux22.h, param.i386_umlinux24.h, param.i386_umlinux26.h, param.ia64_linux24.h, param.ia64_linux26.h, param.parisc_linux24.h, param.ppc64_linux24.h, param.ppc64_linux26.h, param.ppc_linux22.h, param.ppc_linux24.h, param.ppc_linux26.h, param.s390_linux22.h, param.s390_linux24.h, param.s390_linux26.h, param.s390x_linux24.h, param.s390x_linux26.h, param.sparc64_linux22.h, param.sparc64_linux24.h, param.sparc64_linux26.h, param.sparc_linux22.h, param.sparc_linux24.h: DELTA DEVEL15-linux-config-h-died-20061109 AUTHOR chas@cmf.nrl.navy.mil FIXES 42662 config.h vanished. deal. 2006-11-09 23:12 shadow * acinclude.m4, src/afs/LINUX/osi_probe.c, src/afs/LINUX/osi_sysctl.c, src/cf/linux-test3.m4, src/cf/linux-test4.m4: DELTA DEVEL15-linux-config-h-died-20061109 AUTHOR chas@cmf.nrl.navy.mil FIXES 42662 config.h vanished. deal. 2006-11-09 23:03 shadow * src/afs/afs_vcache.c: DELTA DEVEL15-inactivevcache-hold-lock-20061109 AUTHOR chas@cmf.nrl.navy.mil FIXES 42798 hold a lock while we are in InactiveVCache 2006-11-09 22:56 shadow * src/afs/LINUX/osi_vfsops.c: DELTA DEVEL15-linux26-disable-backing-readahead-20061109 AUTHOR chas@cmf.nrl.navy.mil FIXES 42797 disable vm readahead, we don't want it 2006-11-09 21:52 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20061109 AUTHOR jaltman@secure-endpoints.com notes for 1.5.11 2006-11-09 21:35 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm: DELTA DEVEL15-windows-release-notes-20061109 AUTHOR jaltman@secure-endpoints.com updates for 1.5.11 2006-11-09 21:29 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20061109 AUTHOR jaltman@secure-endpoints.com 1.5.11 == 1.5.1100 2006-11-09 21:26 jaltman * src/WINNT/afsd/cm_buf.c: DELTA DEVEL15-windows-buf-flush-20061109 AUTHOR jaltman@secure-endpoints.com FIXES 44330 The return value of buf_CleanAsync is not an error value but a flag indicating whether or not the buffer was in fact dirty. Do not treat it as an error. The error state is stored in the buffer itself. 2006-11-09 02:16 shadow * src/bozo/bnode.c: DELTA DEVEL15-bozo-avoid-garbage-in-allprocs-20061108 AUTHOR jhutz@cmu.edu if we error, don't put garbage in allProcs 2006-11-08 18:57 shadow * src/afs/LINUX/osi_probe.c: DELTA DEVEL15-amd64-better-range-checking-20061108 AUTHOR jhutz@cmu.edu FIXES 44198 check entire mapped space 2006-11-04 23:55 jaltman * src/rxkad/: rxkad_server.c, ticket.c: DELTA DEVEL15-rxkad-server-bad-ticket-part-two-20061103 AUTHOR jaltman@secure-endpoints.com FIXES 43862 Ensure that tkt_DecodeTicket and rxkad_CheckResponse return the right RXKAD errors for ticket expiration or invalidity. Avoid calling tkt_CheckTimes twice in rxkad_CheckResponse 2006-11-04 15:39 jaltman * src/rxkad/rxkad_server.c: DELTA DEVEL15-rxkad-server-bad-ticket-20061103 AUTHOR jaltman@secure-endpoints.com FIXES 43862 The file server has been returning RXKADNOAUTH when the time between the client and server is out of sync. tkt_CheckTimes returns -1 for recently expired tickets and -2 for tickets that have been expired for a while. In the -2 case we must return RXKADBADTICKET not RXKADNOAUTH. 2006-11-03 07:57 jaltman * src/WINNT/client_config/tab_advanced.cpp: DELTA DEVEL15-windows-afs-config-stat-entries-20061103 AUTHOR jaltman@secure-endpoints.com raise max stat entries in the control from 10000 to 262144 2006-10-26 23:39 shadow * src/aklog/skipwrap.c: file skipwrap.c was added on branch openafs-devel-1_5_x on 2007-11-01 16:51:47 +0000 2006-10-26 23:39 rees * src/aklog/: klog.c, skipwrap.c: DELTA k5-klog-20061026 AUTHOR mdw@umich.edu k5 version of klog 2006-10-23 04:08 jaltman * README-NT: DELTA DEVEL15-windows-readme-20061023 AUTHOR jaltman@secure-endpoints.com 2006-10-22 12:25 jaltman * src/WINNT/afsd/: smb.c, smb3.c: DELTA DEVEL15-windows-smb_fid_t-deadlock-20061022 AUTHOR jaltman@secure-endpoints.com smb_ReleaseFID cannot be called while a cm_scache_t->mx is held shuffle the order of the smb_ReleaseFID calls so they are always after cm_XXXRelease calls for performance. 2006-10-22 02:29 jaltman * src/WINNT/afsd/smb3.c: DELTA DEVEL15-windows-delonclose-20061021 AUTHOR jaltman@secure-endpoints.com set delonclose after obtaining the smb_fid_t 2006-10-22 02:00 jaltman * src/vol/volume.c: DELTA DEVEL15-parallel-attaching-20061021 AUTHOR tkeiser@gmail.com FIXES 43332 Some sites expect single-threaded volume attaches to happen in a specific order. The parallel attach patch also changed the attach order for sites not specifying -vattachpar. 2006-10-22 01:53 jaltman * src/util/kreltime.c: DELTA DEVEL15-kreltime-20061021 AUTHOR jhutz@cs.cmu.edu FIXES 43551 kreltime-guard-against-null-tm-20060731 was apparently an attempt to deal with the possibility of localtime() returning NULL by using localtime_r instead, and zeroing the tm structure first. This has two problems. First, localtime_r is not guaranteed to leave its output buffer untouched or in a sane state in the event it is given invalid input. More importantly, the second half of this delta fixed the build on Windows (which apparently lacks localtime_r) at the expense of using the wrong level of indirection on other platforms. Simple is nice, but correct is important too. There is nothing wrong with switching to localtime_r to avoid thread safety issues. However, the correct fix for the anticipated problem was and is to check the return value of localtime (or localtime_r), and if it is NULL, fill in the ktime_date with suitable default values. The attached patch does not implement the correct fix, but does fix the double-indirection problem, so butc will again perform correctly instead of crashing. 2006-10-21 20:55 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20061021 AUTHOR jaltman@secure-endpoints.com 1.5.10 == 1.5.1000 2006-10-21 20:53 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20061021 AUTHOR jaltman@secure-endpoints.com 1.5.10 2006-10-21 20:49 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm: DELTA DEVEL15-windows-release-notes-20061021 AUTHOR jaltman@secure-endpoints.com 1.5.10 2006-10-21 20:47 jaltman * src/WINNT/afsd/: afsd_init.c, afsd_service.c, cm_buf.c, cm_cell.c, cm_cell.h, cm_conn.h, cm_scache.h, lanahelper.cpp, lanahelper.h, smb3.c: DELTA DEVEL15-windows-misc-20061021 AUTHOR jaltman@secure-endpoints.com * don't DebugBreak unless a debugger is attached * replace afsdcell.ini with CellServDB in error message * do not NetBIOS Reset adapters when checking to see if only the loopback is in use because doing so breaks the existing LANA bind * remove a deadlock in smb3.c * do not retry dirty buffer writes when flushing in response to a suspend * do not flush in response to a suspend when only the loopback is present 2006-10-17 14:35 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20061017 AUTHOR jaltman@secure-endpoints.com 1.5.903 == 1.5.9a 2006-10-17 00:38 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20061016 AUTHOR jaltman@secure-endpoints.com 1.5.1000 == 1.5.10 2006-10-17 00:32 jaltman * src/WINNT/afsd/: cm_scache.c, cm_scache.h, cm_vnodeops.c, cm_vnodeops.h: DELTA DEVEL15-windows-dbg-refcount-20061016 AUTHOR jaltman@secure-endpoints.com more code to assist in debugging scache refcount leaks 2006-10-17 00:21 jaltman * src/WINNT/afsd/cm_ioctl.c: DELTA DEVEL15-windows-scache-ref-leak-20061016 AUTHOR jaltman@secure-endpoints.com more reference count leaks 2006-10-16 14:16 jaltman * doc/txt/winnotes/: afs-changes-since-1.2.txt, afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20061016 AUTHOR jaltman@secure-endpoints.com more notes for 1.5.9 2006-10-16 14:13 jaltman * src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/: relnotes.htm, toc.htm: DELTA DEVEL15-windows-release-notes-20061016 AUTHOR jaltman@secure-endpoints.com add info on netidmgr plug-in 2006-10-16 13:55 jaltman * src/WINNT/netidmgr_plugin/: NTMakefile, afsconfigdlg.c, afscred.h, afsext.c, afsfuncs.c, afsfuncs.h, afshelp.c, afsnewcreds.c, afsnewcreds.h, afspext.h, afsplugin.c, afsplugin_custom.c, main.c, params.h, version.rc: DELTA DEVEL15-windows-netidmgr-plugin-20061016 AUTHOR jaltman@secure-endpoints.com fixup copyrights 2006-10-16 13:42 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20061016 AUTHOR jaltman@secure-endpoints.com 1.5.902 == 1.5.9 2006-10-16 13:25 jaltman * src/WINNT/netidmgr_plugin/: NTMakefile, afsp_version.h.in: DELTA DEVEL15-windows-netidmgr-plugin-20061016 AUTHOR jaltman@secure-endpoints.com fixup build dependencies for afsp_version.h 2006-10-13 19:43 shadow * src/audit/audit.c: DELTA DEVEL15-audit-one-more-thing-20061013 AUTHOR shadow@dementia.org it never ends 2006-10-13 17:39 shadow * src/audit/audit.c: DELTA DEVEL15-audit-remove-nested-valists-20061013 AUTHOR shadow@dementia.org last straw make amd64, ppc happy for sure and for ever 2006-10-13 13:09 shadow * Makefile.in, src/ptserver/ptuser.c, src/volser/dumpstuff.c: DELTA DEVEL15-aix-cleanup-20061013 AUTHOR tkeiser@gmail.com fixes for aix pre 5.2 (statfs64), remove a c++ style comment (makes xlc sad) and make clean target clean 2006-10-13 05:12 shadow * src/afs/VNOPS/afs_vnop_create.c: DELTA DEVEL15-uae-translate-create-20061013 AUTHOR shadow@dementia.org really the stubs should probably just translate the codes back. maybe for 1.6 2006-10-13 05:05 shadow * src/afs/VNOPS/afs_vnop_create.c: DELTA DEVEL15-uae-translate-create-20061013 AUTHOR shadow@dementia.org really the stubs should probably just translate the codes back. maybe for 1.6 2006-10-12 23:28 jaltman * src/WINNT/netidmgr_plugin/version.rc: DELTA DEVEL15-windows-netidmgr-plugin-20061012 AUTHOR asanka@secure-endpoints.com fix product version generation 2006-10-12 23:16 jaltman * src/WINNT/netidmgr_plugin/afsp_version.h: DELTA DEVEL15-windows-netidmgr-plugin-20061012 AUTHOR jaltman@secure-endpoints.com afsp_version.h is auto-generated 2006-10-12 21:42 jaltman * src/WINNT/kfw/: inc/krb5/krb5.h, inc/krb5/profile.h, inc/krb5/win-mac.h, inc/krb5/KerberosIV/des.h, inc/krb5/KerberosIV/kadm_err.h, inc/krb5/KerberosIV/krb.h, inc/krb5/KerberosIV/krb_err.h, inc/krb5/gssapi/gssapi.h, inc/krb5/gssapi/gssapi_generic.h, inc/krb5/gssapi/gssapi_krb5.h, inc/krb5/krb5/krb5.h, inc/leash/leashwin.h, inc/loadfuncs/loadfuncs-com_err.h, inc/loadfuncs/loadfuncs-krb5.h, inc/loadfuncs/loadfuncs-leash.h, inc/loadfuncs/loadfuncs-profile.h, inc/loadfuncs/loadfuncs-wshelper.h, inc/netidmgr/hashtable.h, inc/netidmgr/kconfig.h, inc/netidmgr/kcreddb.h, inc/netidmgr/khaction.h, inc/netidmgr/khactiondef.h, inc/netidmgr/khalerts.h, inc/netidmgr/khconfigui.h, inc/netidmgr/khdefs.h, inc/netidmgr/kherr.h, inc/netidmgr/kherror.h, inc/netidmgr/khhtlink.h, inc/netidmgr/khlist.h, inc/netidmgr/khmsgtypes.h, inc/netidmgr/khnewcred.h, inc/netidmgr/khprops.h, inc/netidmgr/khremote.h, inc/netidmgr/khrescache.h, inc/netidmgr/khtracker.h, inc/netidmgr/khuidefs.h, inc/netidmgr/kmm.h, inc/netidmgr/kmq.h, inc/netidmgr/kplugin.h, inc/netidmgr/mstring.h, inc/netidmgr/netidmgr.h, inc/netidmgr/netidmgr_version.h, inc/netidmgr/perfstat.h, inc/netidmgr/sync.h, inc/netidmgr/utils.h, inc/wshelper/hesiod.h, inc/wshelper/mitwhich.h, inc/wshelper/resolv.h, inc/wshelper/wshelper.h, lib/i386/comerr32.lib, lib/i386/delaydlls.lib, lib/i386/getopt.lib, lib/i386/gssapi32.lib, lib/i386/kclnt32.lib, lib/i386/krb524.lib, lib/i386/krb5_32.lib, lib/i386/krbcc32.lib, lib/i386/krbv4w32.lib, lib/i386/leashw32.lib, lib/i386/loadfuncs.lib, lib/i386/nidmgr32.lib, lib/i386/wshelp32.lib, lib/i386/xpprof32.lib: DELTA DEVEL15-windows-kfw-sdk-20060921 AUTHOR jaltman@secure-endpoints.com kfw 3.1 2006-10-12 21:19 jaltman * src/: NTMakefile, WINNT/install/NSIS/OpenAFS.nsi, WINNT/install/wix/feature.wxi, WINNT/install/wix/files.wxi, WINNT/install/wix/openafs.wxs, WINNT/install/wix/platform.wxi, WINNT/install/wix/lang/en_US/strings.wxl, WINNT/netidmgr_plugin/NTMakefile, WINNT/netidmgr_plugin/afsconfig.c, WINNT/netidmgr_plugin/afsconfigdlg.c, WINNT/netidmgr_plugin/afscred.h, WINNT/netidmgr_plugin/afsext.c, WINNT/netidmgr_plugin/afsfuncs.c, WINNT/netidmgr_plugin/afsfuncs.h, WINNT/netidmgr_plugin/afshelp.c, WINNT/netidmgr_plugin/afsnewcreds.c, WINNT/netidmgr_plugin/afsnewcreds.h, WINNT/netidmgr_plugin/afsp_version.h, WINNT/netidmgr_plugin/afsp_version.h.in, WINNT/netidmgr_plugin/afspext.h, WINNT/netidmgr_plugin/afsplugin.c, WINNT/netidmgr_plugin/afsplugin_custom.c, WINNT/netidmgr_plugin/dynimport.c, WINNT/netidmgr_plugin/dynimport.h, WINNT/netidmgr_plugin/krb5common.c, WINNT/netidmgr_plugin/krb5common.h, WINNT/netidmgr_plugin/langres.h, WINNT/netidmgr_plugin/main.c, WINNT/netidmgr_plugin/params.h, WINNT/netidmgr_plugin/version.rc, WINNT/netidmgr_plugin/help/Index.hhk, WINNT/netidmgr_plugin/help/NTMakefile, WINNT/netidmgr_plugin/help/afsplhlp.h, WINNT/netidmgr_plugin/help/afsplhlp.hhp, WINNT/netidmgr_plugin/help/popups_cfg.txt, WINNT/netidmgr_plugin/help/popups_newcred.txt, WINNT/netidmgr_plugin/help/toc.hhc, WINNT/netidmgr_plugin/help/html/afsplhlp.css, WINNT/netidmgr_plugin/help/html/bugs.htm, WINNT/netidmgr_plugin/help/html/config_service.htm, WINNT/netidmgr_plugin/help/html/copyright.htm, WINNT/netidmgr_plugin/help/html/template.htm, WINNT/netidmgr_plugin/help/html/token_methods.htm, WINNT/netidmgr_plugin/help/html/tokens_per_id.htm, WINNT/netidmgr_plugin/help/html/welcome.htm, WINNT/netidmgr_plugin/help/html/images/openafs-logo.jpg, WINNT/netidmgr_plugin/help/html/images/window_cfg_afs_0.bmp, WINNT/netidmgr_plugin/help/html/images/window_cfg_afs_main.bmp, WINNT/netidmgr_plugin/help/html/images/window_nc_afs_0.bmp, WINNT/netidmgr_plugin/help/html/images/window_nc_afs_1.bmp, WINNT/netidmgr_plugin/help/html/images/window_nc_afs_2.bmp, WINNT/netidmgr_plugin/help/html/images/window_nc_main.bmp, WINNT/netidmgr_plugin/help/html/images/window_nc_prob.bmp, WINNT/netidmgr_plugin/images/OpenAFS.ico, WINNT/netidmgr_plugin/images/afstoken.ico, WINNT/netidmgr_plugin/images/nc_exist.ico, WINNT/netidmgr_plugin/images/nc_new.ico, WINNT/netidmgr_plugin/images/nc_notowned.ico, WINNT/netidmgr_plugin/lang/en_us/langres.rc, WINNT/netidmgr_plugin/lang/en_us/license.rtf, WINNT/netidmgr_plugin/lang/en_us/resource.h, config/NTMakefile: DELTA DEVEL15-windows-netidmgr-plugin-20061010 AUTHOR asanka@secure-endpoints.com Secure Endpoints Inc. is contributing its AFS plug-in for KFW 3.1's Network Identity Manager to OpenAFS under an MIT style license. 2006-10-12 05:59 jaltman * src/WINNT/afsd/cm_ioctl.c: DELTA DEVEL15-windows-scache-ref-leak-20061012 AUTHOR jaltman@secure-endpoints.com make sure the scache mutex is held across calls to cm_SyncOpDone 2006-10-12 04:24 shadow * src/audit/audit.c: DELTA DEVEL15-auditlog-sublist-fix-20061012 AUTHOR shadow@dementia.org FIXES 35559 update so we don't botch the va_list child 2006-10-12 02:58 shadow * src/cf/linux-test4.m4: DELTA DEVEL15-linux-aio-functions-improved-test-20061011 AUTHOR shadow@dementia.org detect properly if we have nothing 2006-10-11 13:18 shadow * src/config/Makefile.version-NOCML.in: DELTA DEVEL15-version-string-generation-consistency-20061011 AUTHOR cg2v@andrew.cmu.edu FIXES 42320 try harder to reflect actual version 2006-10-11 12:27 shadow * src/afs/afs_syscall.c: DELTA DEVEL15-elif-missing-defined-20061011 AUTHOR cg2v@andrew.cmu.edu FIXES 42321 add missing defined() to avoid warning on macro 2006-10-11 11:31 jaltman * src/rx/rx_getaddr.c: DELTA DEVEL15-rx-memset-param-swap-20061011 AUTHOR pnelson@ANDREW.CMU.EDU discovered via google codesearch 2006-10-10 22:23 shadow * src/afs/IRIX/osi_machdep.h: DELTA DEVEL15-irix-compiler-hates-commas-20061010 AUTHOR shadow@dementia.org FIXES damn is irix fussy 2006-10-10 22:02 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA DEVEL15-linux-dont-lock-around-inactivevcache-20061010 AUTHOR chas@cmf.nrl.navy.mil FIXES 42312 iafs_InactiveVCache() calls afs_InvalidateAllSegments() which says it should be called with the vnode locked. so the lock should probably be moved to afs_InactiveVCache() so it can be droppped before calling afs_remunlink(). 2006-10-10 20:22 shadow * src/auth/cellconfig.c: DELTA DEVEL15-irix-fgets-return-type-fun-20061010 AUTHOR shadow@dementia.org of course, we were just throwing it away, but.... 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/lang/en_us/license.rtf: file license.rtf was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:46 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/lang/en_us/resource.h: file resource.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:46 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/lang/en_us/langres.rc: file langres.rc was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:46 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/images/nc_new.ico: file nc_new.ico was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:46 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/help/toc.hhc: file toc.hhc was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/images/afstoken.ico: file afstoken.ico was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:46 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/help/afsplhlp.hhp: file afsplhlp.hhp was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/help/html/bugs.htm: file bugs.htm was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:44 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/images/nc_exist.ico: file nc_exist.ico was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:46 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/help/html/images/window_nc_prob.bmp: file window_nc_prob.bmp was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:46 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/images/nc_notowned.ico: file nc_notowned.ico was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:46 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/help/html/token_methods.htm: file token_methods.htm was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:44 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/help/afsplhlp.h: file afsplhlp.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/help/html/copyright.htm: file copyright.htm was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:44 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/help/html/afsplhlp.css: file afsplhlp.css was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:44 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/help/html/images/window_cfg_afs_main.bmp: file window_cfg_afs_main.bmp was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:44 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/help/html/template.htm: file template.htm was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:44 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/images/OpenAFS.ico: file OpenAFS.ico was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:46 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/help/html/images/openafs-logo.jpg: file openafs-logo.jpg was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:44 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/help/html/images/window_nc_main.bmp: file window_nc_main.bmp was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:46 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/help/popups_newcred.txt: file popups_newcred.txt was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/help/html/images/window_cfg_afs_0.bmp: file window_cfg_afs_0.bmp was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:44 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/help/html/tokens_per_id.htm: file tokens_per_id.htm was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:44 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/help/html/config_service.htm: file config_service.htm was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:44 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/help/html/images/window_nc_afs_0.bmp: file window_nc_afs_0.bmp was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:45 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/help/NTMakefile: file NTMakefile was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/help/Index.hhk: file Index.hhk was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/help/html/images/window_nc_afs_1.bmp: file window_nc_afs_1.bmp was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:46 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/help/html/images/window_nc_afs_2.bmp: file window_nc_afs_2.bmp was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:46 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/help/html/welcome.htm: file welcome.htm was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:44 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/help/popups_cfg.txt: file popups_cfg.txt was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/afsnewcreds.c: file afsnewcreds.c was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/version.rc: file version.rc was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/afsfuncs.c: file afsfuncs.c was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/afsp_version.h.in: file afsp_version.h.in was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/afsnewcreds.h: file afsnewcreds.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/: NTMakefile, afsconfig.c, afsconfigdlg.c, afscred.h, afsext.c, afsfuncs.c, afsfuncs.h, afshelp.c, afsnewcreds.c, afsnewcreds.h, afsp_version.h, afsp_version.h.in, afspext.h, afsplugin.c, afsplugin_custom.c, dynimport.c, dynimport.h, krb5common.c, krb5common.h, langres.h, main.c, params.h, version.rc, help/Index.hhk, help/NTMakefile, help/afsplhlp.h, help/afsplhlp.hhp, help/popups_cfg.txt, help/popups_newcred.txt, help/toc.hhc, help/html/afsplhlp.css, help/html/bugs.htm, help/html/config_service.htm, help/html/copyright.htm, help/html/template.htm, help/html/token_methods.htm, help/html/tokens_per_id.htm, help/html/welcome.htm, help/html/images/openafs-logo.jpg, help/html/images/window_cfg_afs_0.bmp, help/html/images/window_cfg_afs_main.bmp, help/html/images/window_nc_afs_0.bmp, help/html/images/window_nc_afs_1.bmp, help/html/images/window_nc_afs_2.bmp, help/html/images/window_nc_main.bmp, help/html/images/window_nc_prob.bmp, images/OpenAFS.ico, images/afstoken.ico, images/nc_exist.ico, images/nc_new.ico, images/nc_notowned.ico, lang/en_us/langres.rc, lang/en_us/license.rtf, lang/en_us/resource.h: DELTA windows-netidmgr-plugin-20061010 AUTHOR asanka@secure-endpoints.com Secure Endpoints Inc. is contributing its AFS plug-in for KFW 3.1's Network Identity Manager to OpenAFS under an MIT style license. 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/krb5common.c: file krb5common.c was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/afscred.h: file afscred.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/afsfuncs.h: file afsfuncs.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/afspext.h: file afspext.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/krb5common.h: file krb5common.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/afshelp.c: file afshelp.c was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/afsplugin_custom.c: file afsplugin_custom.c was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/main.c: file main.c was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/afsconfigdlg.c: file afsconfigdlg.c was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:42 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/dynimport.c: file dynimport.c was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/params.h: file params.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/afsplugin.c: file afsplugin.c was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/dynimport.h: file dynimport.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/afsext.c: file afsext.c was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/NTMakefile: file NTMakefile was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:42 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/afsconfig.c: file afsconfig.c was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:42 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/langres.h: file langres.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 17:33 jaltman * src/WINNT/netidmgr_plugin/afsp_version.h: file afsp_version.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:19:43 +0000 2006-10-10 15:57 jaltman * src/WINNT/afsd/cm_buf.c: DELTA DEVEL15-windows-scache-ref-leak-20061010 AUTHOR jaltman@secure-endpoints.com if cm_FindSCache is called the returned scache object must be released. 2006-10-10 15:54 jaltman * src/WINNT/client_creds/window.cpp: DELTA DEVEL15-windows-afscreds-20061010 AUTHOR jaltman@secure-endpoints.com prevent a stack overflow if the afsd_service does not successfully start after a request to do so is issued. 2006-10-10 15:49 jaltman * src/WINNT/: client_config/NTMakefile, client_cpa/NTMakefile, client_exp/NTMakefile: DELTA DEVEL15-windows-build-clean-20061010 AUTHOR jaltman@secure-endpoints.com more AFS_component_version_number.h files to remove 2006-10-09 03:30 shadow * src/config/afs_sysnames.h: DELTA DEVEL15-nbsd-sysnames-20061008 AUTHOR gendalia@iastate.edu FIXES 42019 add missing sysnames 2006-10-09 03:24 shadow * src/viced/host.c: DELTA DEVEL15-h-enum-r-avoid-extra-hold-20061008 AUTHOR shadow@dementia.org FIXES 40699 avoid orphaning an extra hold 2006-10-09 03:20 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20061008 AUTHOR jaltman@secure-endpoints.com 1.5.900 == 1.5.9 2006-10-09 03:15 jaltman * src/: WINNT/install/NSIS/CellServDB, WINNT/install/Win9x/CellServDB, WINNT/install/wix/CellServDB, WINNT/win9xpanel/CellServDB, packaging/HP-UX/files/usr/vice/etc/CellServDB, packaging/MacOS/CellServDB: DELTA DEVEL15-cellservdb-20061008 AUTHOR jhutz@cs.cmu.edu cellservb update from grand.central.org 2006-10-09 01:52 jaltman * src/WINNT/afsd/afsd_init.c: DELTA DEVEL15-windows-scache-ref-leak-fix-20061008 AUTHOR jaltman@secure-endpoints.com pointer not pointer to pointer 2006-10-09 01:22 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm: DELTA DEVEL15-windows-relnotes-20061008 AUTHOR jaltman@secure-endpoints.com Minor updates for 1.5.9 2006-10-08 20:38 jaltman * src/WINNT/afsd/: cm_scache.c, cm_scache.h, cm_vnodeops.c: DELTA DEVEL15-windows-scache-ref-dbg-20061008 AUTHOR jaltman@secure-endpoints.com add debugging code that can be activated with #define DEBUG_REFCOUNT to assist in debugging scache refcount leaks 2006-10-08 20:31 jaltman * src/WINNT/afsd/: afsd_init.c, afsd_init.h, afsd_service.c, cm_ioctl.c: DELTA DEVEL15-windows-scache-ref-leak-20061008 AUTHOR jaltman@secure-endpoints.com plug two more scache refcount leaks 2006-10-08 14:49 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA DEVEL15-linux-2619-aio-and-read-write-changes-20061006 AUTHOR chas@cmf.nrl.navy.mil changes to support 2.6.19 2006-10-07 22:36 jaltman * src/WINNT/client_osi/osilog.c: DELTA DEVEL15-windows-osi-prototypes-20061007 AUTHOR jaltman@secure-endpoints.com osi_LogCreate 2006-10-07 22:33 jaltman * src/WINNT/afsd/: afsd_service.c, cm_dnlc.c, smb.c, smb3.c: DELTA DEVEL15-windows-misc-cleanup-20061007 AUTHOR jaltman@secure-endpoints.com reformat some code; make sure that pointers are copied while mutexes are held; ... 2006-10-07 22:29 jaltman * src/WINNT/afsd/cm_scache.c: DELTA DEVEL15-windows-scache-ref-leak-20061007 AUTHOR jaltman@secure-endpoints.com return the cm_scache_t whose refCount was increased 2006-10-06 17:00 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20061006 AUTHOR jaltman@secure-endpoints.com updates since 1.5.8 2006-10-06 16:32 jaltman * src/WINNT/afsd/: cm_buf.c, cm_daemon.c, cm_dcache.c, cm_scache.c: DELTA DEVEL15-windows-misc-fixes-20061006 AUTHOR jaltman@secure-endpoints.com #ifdef DEBUG_REFCOUNT the ref count log entries so they aren't always compiled in comment out the remaining location where the write lock on cm_scacheLock is dropped in order to obtain the scache mutex on the object returned from cm_GetNewSCache(). Dropping the lock results in more than one thread being given the same cm_scache_t which is more dangerous than blowing away the contents of the object without holding the mutex ensure that cm_BufWrite is always called with a non-NULL scp. Add an assertion to double check that we do it all the time. 2006-10-06 16:26 jaltman * src/WINNT/client_osi/osilog.c: DELTA DEVEL15-windows-log-crlf-20061006 AUTHOR jaltman@secure-endpoints.com use CR-LF as the afsd.log EOL so that it can be read with notepad.exe 2006-10-06 14:58 shadow * acinclude.m4, src/cf/osconf.m4, src/config/param.i386_nbsd30.h: DELTA DEVEL15-netbsd-30-20061006 AUTHOR gendalia@netbsd.org FIXES 40782 add support for netbsd 3.0, netbsd 4.0(ish) 2006-10-06 14:02 shadow * src/afs/LINUX/osi_probe.c: DELTA DEVEL15-osi-probe-avoid-out-of-range-memory-reads-20061006 AUTHOR cg2v@andrew.cmu.edu FIXES 41858 avoid oops on opteron due to accessing unmapped memory 2006-10-06 13:29 shadow * acinclude.m4, src/afs/LINUX/osi_vfsops.c, src/afs/LINUX/osi_vnodeops.c, src/cf/linux-test4.m4: DELTA DEVEL15-linux-2619-aio-and-read-write-changes-20061006 AUTHOR chas@cmf.nrl.navy.mil changes to support 2.6.19 2006-10-06 05:37 rra * doc/man-pages/pod8/pt_util.pod: file pt_util.pod was added on branch openafs-devel-1_5_x on 2007-08-20 05:39:53 +0000 2006-10-06 05:37 rra * doc/man-pages/pod8/pt_util.pod: DELTA pt_util-man-page-20061005 AUTHOR mdw@umich.edu Initial man page for pt_util. 2006-10-06 05:15 jaltman * src/WINNT/afsd/: cm_access.c, cm_buf.c, cm_conn.c, cm_dcache.c, cm_scache.c, cm_scache.h, smb.c, smb3.c: DELTA DEVEL15-windows-more-misc-fixes-20061005 AUTHOR jaltman@secure-endpoints.com replace all DebugBreak() calls with osi_panic. remove calls to cm_RecycleSCache from VNOVNODE handler as its not lock safe to drop and re-obtain locks to adhere to the locking hierarchy restore reference to CM_SCACHESYNC_STOREDATA that should not have been removed. remove attempts to adhere to locking hierarching from cm_GetNewSCache. dropping the cm_scacheLock is too dangerous add a check to ensure that the scache refcount is not zero if there is a valid smb_fid_t pointing to it. more debug logging 2006-10-05 20:30 jaltman * src/WINNT/afsd/: cm_access.c, cm_callback.c, cm_conn.c, cm_dcache.c, cm_scache.c, cm_utils.c, smb.c: DELTA DEVEL15-windows-misc-fix-20061005 AUTHOR jaltman@secure-endpoints.com still tracking down issues when large numbers of temporary files are created and deleted in the same directory from multiple machines. VNOVNODE must return CM_ERROR_BADFD ensure that all calls to cm_GetCallback are made from cm_SyncOp. add CM_SCACHESYNC_FORCECB logic to cm_SyncOp so that it can be removed from cm_GetAccess don't mix CM_SCACHESYNC_NEEDCALLBACK with CM_SCACHESYNC_STOREDATA or CM_SCACHESYNC_FETCHDATA 2006-10-05 05:41 jaltman * src/WINNT/afsd/: cm_buf.c, cm_daemon.c, cm_dcache.c, cm_dnlc.c, cm_scache.c, cm_scache.h, smb.c: DELTA DEVEL15-windows-misc-fix-20061004 AUTHOR jaltman@secure-endpoints.com more cleanup from recent patches. comment out the recycling code because it is not possible to implement it using the current locking hierarchy. change cm_BufWrite to take a pointer to cm_scache_t instead of a fid which must be used to look up a new reference to the cm_scache_t. more often than not we already have the scp and in the one case we don't we can let the caller look up the scp and then call cm_BufWrite if it is found. If not, we have saved a function call and a bunch of lock operations. add a lot more logging. improve the scp mutex handling within smb_CloseFID 2006-10-04 05:32 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA DEVEL15-windows-wrong-lock-20061003 AUTHOR jaltman@secure-endpoint.com grab the correct mutex so we don't free one we are not holding 2006-10-04 01:36 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA DEVEL15-windows-oops-20061003 AUTHOR jaltman@secure-endpoints.com didn't mean to delete this release mutex 2006-10-04 00:24 jaltman * src/WINNT/afsd/: cm_callback.c, cm_dcache.c, cm_scache.c, cm_vnodeops.c, smb.c, smb3.c: DELTA DEVEL15-windows-multi-fix-20061003 AUTHOR jaltman@secure-endpoints.com misc cleanups hold scp->mx while recycling add FILE_NOTIFY_CHANGE_CREATION to the notification mask when adding or deleting files 2006-10-04 00:20 jaltman * src/WINNT/afsd/cm_access.c: DELTA DEVEL15-windows-fetchstatus-20061003 AUTHOR jaltman@secure-endpoints.com Don't call cm_GetCallback without checking the current callback status with cm_HaveCallback first 2006-10-03 03:23 jaltman * src/WINNT/afsd/: cm_access.c, cm_buf.c, cm_buf.h, cm_callback.c, cm_daemon.c, cm_daemon.h, cm_dcache.c, cm_dcache.h, cm_ioctl.c, cm_scache.c, cm_scache.h, cm_vnodeops.c, rawops.c, smb.c, smb.h, smb3.c: DELTA DEVEL15-windows-multi-fix-20061002 AUTHOR jaltman@secure-endpoints.com Fix the following problems: it is possible for a file to be created, buffers to become dirty from writes, the file to be deleted, the stat cache entry to be reused, and the dirty buffers to remain dirty until the end of time. stat cache entry starvation can occur because of large numbers of dirty buffers which take too long to be written to the file server. The thread that writes dirty buffers in background writes/checks a small number of buffers, SQRT(buf-count), and then sleeps for 5 seconds. Writing all of the dirty buffers via this algorithm produces untimely results. threads can end up waiting for a callback on the same stat cache entry even though there are no threads actually attempting to perform the FetchStatus. And: Fix prototypes Optimize cm_GetNewSCache to reuse scache entries for deleted files and entries not in the hashtable before allocating a new one. This keeps the entries in the hashtable to a minimum and thereby improving performance for all other operations which must lookup a scache entry by FID. Add support for Sequential and Random Access flags 2006-10-03 02:48 jaltman * src/WINNT/client_osi/: osibasel.c, osibasel.h, osistatl.h: DELTA DEVEL15-windows-track-lock-tid-20061002 AUTHOR jaltman@secure-endpoints.com Keep track of the tid of the holding thread for writers 2006-10-03 02:30 jaltman * src/WINNT/afsd/cm_conn.c: DELTA DEVEL15-windows-scache-ref-leak-20061002 AUTHOR jaltman@secure-endpoints.com when handling VNOVNODE must release the scache entry. 2006-09-28 13:01 jaltman * src/vol/clone.c: DELTA DEVEL15-avoid-assert-for-missing-vnodes-20060928 AUTHOR jaltman@secure-endpoints.com specify the correct number of parameters for VForceOffline_r() 2006-09-27 21:15 shadow * src/afs/UKERNEL/sysincludes.h: DELTA DEVEL15-darwin90-ukernel-setjmp-conflict-20060927 AUTHOR shadow@dementia.org FIXES 39354 setjmp isn't safe for #define KERNEL 2006-09-27 20:02 shadow * src/afs/: afs_osi_gcpags.c, LINUX/osi_groups.c: DELTA DEVEL15-keyring-gcpags-20060927 AUTHOR chas@cmf.nrl.navy.mil FIXES 40659 do gcpags for keyrings without needing tasklist_lock 2006-09-26 02:25 shadow * src/auth/cellconfig.c: DELTA DEVEL15-getcellunix-use-stdio-again-20060925 AUTHOR shadow@dementia.org i have no idea why this is so ugly. put it back to something like how it was. 2006-09-26 01:37 shadow * src/viced/afsfileprocs.c: DELTA DEVEL15-copyonwrite-dont-assert-20060925 AUTHOR shadow@dementia.org take it offline, don't assert. 2006-09-25 15:06 shadow * src/auth/cellconfig.c: DELTA DEVEL15-getcell-still-stupid-20060925 AUTHOR kenaaker@myclearwave.net FIXES 40829 should be fixed a third time too 2006-09-22 19:17 jaltman * src/WINNT/kfw/lib/i386/nidmgr32.lib: file nidmgr32.lib was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:41 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/kplugin.h: file kplugin.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:41 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/netidmgr.h: file netidmgr.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:41 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/kherr.h: file kherr.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:40 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/khnewcred.h: file khnewcred.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:41 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/khalerts.h: file khalerts.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:40 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/kherror.h: file kherror.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:41 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/khhtlink.h: file khhtlink.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:41 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/sync.h: file sync.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:41 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/khactiondef.h: file khactiondef.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:40 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/khremote.h: file khremote.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:41 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/khtracker.h: file khtracker.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:41 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/netidmgr_version.h: file netidmgr_version.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:41 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/kconfig.h: file kconfig.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:40 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/mstring.h: file mstring.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:41 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/kmm.h: file kmm.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:41 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/khconfigui.h: file khconfigui.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:40 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/khprops.h: file khprops.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:41 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/kmq.h: file kmq.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:41 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/perfstat.h: file perfstat.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:41 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/hashtable.h: file hashtable.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:40 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/kcreddb.h: file kcreddb.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:40 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/khmsgtypes.h: file khmsgtypes.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:41 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/khlist.h: file khlist.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:41 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/khaction.h: file khaction.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:40 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/khrescache.h: file khrescache.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:41 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/utils.h: file utils.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:41 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/khuidefs.h: file khuidefs.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:41 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/netidmgr/khdefs.h: file khdefs.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:40 +0000 2006-09-22 19:17 jaltman * src/WINNT/kfw/: inc/krb5/krb5/krb5.h, inc/netidmgr/hashtable.h, inc/netidmgr/kconfig.h, inc/netidmgr/kcreddb.h, inc/netidmgr/khaction.h, inc/netidmgr/khactiondef.h, inc/netidmgr/khalerts.h, inc/netidmgr/khconfigui.h, inc/netidmgr/khdefs.h, inc/netidmgr/kherr.h, inc/netidmgr/kherror.h, inc/netidmgr/khhtlink.h, inc/netidmgr/khlist.h, inc/netidmgr/khmsgtypes.h, inc/netidmgr/khnewcred.h, inc/netidmgr/khprops.h, inc/netidmgr/khremote.h, inc/netidmgr/khrescache.h, inc/netidmgr/khtracker.h, inc/netidmgr/khuidefs.h, inc/netidmgr/kmm.h, inc/netidmgr/kmq.h, inc/netidmgr/kplugin.h, inc/netidmgr/mstring.h, inc/netidmgr/netidmgr.h, inc/netidmgr/netidmgr_version.h, inc/netidmgr/perfstat.h, inc/netidmgr/sync.h, inc/netidmgr/utils.h, lib/i386/nidmgr32.lib: DELTA windows-kfw-sdk-20060921 AUTHOR jaltman@secure-endpoints.com kfw 3.1 2006-09-22 19:17 jaltman * src/WINNT/kfw/inc/krb5/krb5/krb5.h: file krb5.h was added on branch openafs-devel-1_5_x on 2006-10-12 21:42:40 +0000 2006-09-22 11:18 shadow * src/: afs/afs_osi_gcpags.c, afs/LINUX/osi_probe.c, rx/LINUX/rx_knet.c: DELTA DEVEL15-tasklist-lock-redux-20060922 AUTHOR jhutz@cmu.edu try tasklist_lock weak binding in osi_probe if no tasklist_lock, fall back to rcu locking 2006-09-21 21:13 shadow * src/ptserver/ptuser.c: DELTA DEVEL15-pr-changeentry-arg-types-20060921 AUTHOR shadow@dementia.org FIXES 40568 this has been broken a while, we just noticed it because of prototypes 2006-09-21 11:51 shadow * src/vol/clone.c: DELTA DEVEL15-avoid-assert-for-missing-vnodes-20060921 AUTHOR shadow@dementia.org right now if a vnode is missing when we try to clone, we could assert. ick. 2006-09-21 11:41 shadow * src/kauth/authclient.c: DELTA DEVEL15-dont-close-this-afsconf-either-20060921 AUTHOR shadow@dementia.org static means static 2006-09-20 05:55 shadow * src/vol/namei_ops.c: DELTA DEVEL15-salvage-zlc-update-20060920 AUTHOR shadow@andrew.cmu.edu FIXES avoid dealing so well with damaged namei volumes that we assume a temporary clone is damaged 2006-09-19 23:28 shadow * acinclude.m4: DELTA DEVEL15-linux-i-blksize-test-20060919 AUTHOR chas@cmf.nrl.navy.mil this was missed in the configure test conversions 2006-09-19 05:51 jaltman * src/WINNT/install/loopback/wmi.cpp: DELTA DEVEL15-windows-loopback-install-20060919 AUTHOR jaltman@secure-endpoints.com FIXES 40291 Disable DNS Registrations for the Loopback Adapter and make sure that Netbios is turned on. 2006-09-17 05:02 shadow * src/auth/cellconfig.c: DELTA DEVEL15-solaris-fopen-sucks-20060916 AUTHOR shadow@dementia.org FIXES 38566 avoid issue trying fopen when fds 0-255 are in use already yuck 2006-09-16 19:42 shadow * src/ptserver/ptuser.c: DELTA DEVEL15-fix-afsconf-leak-20060916 AUTHOR shadow@dementia.org this one's not a leak 2006-09-16 19:24 shadow * src/auth/cellconfig.c: DELTA DEVEL15-solaris-fopen-sucks-20060916 AUTHOR shadow@dementia.org FIXES 38566 avoid issue trying fopen when fds 0-255 are in use already yuck 2006-09-16 19:16 shadow * src/afs/LINUX/osi_machdep.h: DELTA DEVEL15-amd64-linux-missing-syscall-nrs-20060916 AUTHOR shadow@dementia.org they removed these. makes it harder to probe for the ia32 syscall table (ignoring the compilation issue) cheat. they aren't going to change... 2006-09-16 00:11 shadow * src/rx/DARWIN/rx_knet.c: DELTA DEVEL15-darwin80-avoid-stack-free-20060915 AUTHOR shadow@dementia.org thanks to apple for their help; all i did was code the patch 2006-09-16 00:08 shadow * acinclude.m4: DELTA DEVEL15-namei-emulate-flock-20060913 AUTHOR shadow@dementia.org FIXES 39797 lockf when not locking and unlocking the whole file is fraught with peril 2006-09-15 23:22 jaltman * src/: kauth/authclient.c, ptserver/ptuser.c, ubik/uinit.c, viced/viced.c: DELTA DEVEL15-afsconf-leak-20060915 AUTHOR jaltman@secure-endpoints.com don't leak afsconf structs 2006-09-15 00:00 shadow * src/viced/afsfileprocs.c: DELTA DEVEL15-uae-avoid-dups-20060914 AUTHOR tkeiser@gmail.com avoid duplicates in the errno space so we don't return the wrong error (something unexpected) 2006-09-13 17:51 jaltman * src/WINNT/client_config/lang/: de_DE/afs_config.rc, en_US/afs_config.rc, es_ES/afs_config.rc, ja_JP/afs_config.rc, ko_KR/afs_config.rc, pt_BR/afs_config.rc, zh_CN/afs_config.rc, zh_TW/afs_config.rc: DELTA DEVEL15-windows-afs-config-20060913 AUTHOR jaltman@secure-endpoints.com FIXES 3730 remove "Show Tray Icon" checkbox from afs_config 2006-09-13 04:30 shadow * src/vol/namei_ops.c: DELTA DEVEL15-namei-emulate-flock-20060913 AUTHOR shadow@dementia.org FIXES 39797 lockf when not locking and unlocking the whole file is fraught with peril 2006-09-12 19:00 shadow * acinclude.m4: DELTA DEVEL15-suse-kernel-source-path-update-20060912 AUTHOR shadow@dementia.org no one can ever agree on anything 2006-09-07 01:09 shadow * src/vol/volume.c: DELTA DEVEL15-vol-voffline-avoid-early-freevolumeheader-20050906 AUTHOR tkeiser@gmail.com FIXES 39422 don't free vp before we finish using it 2006-09-06 23:14 jaltman * src/WINNT/: client_exp/afs_shl_ext.cpp, client_exp/afs_shl_ext.odl, client_exp/shell_ext.cpp, install/wix/feature.wxi, install/wix/files.wxi, install/wix/platform.wxi, install/wix/registry.wxi: DELTA DEVEL15-windows-afs-shell-ext-32bit-20060906 AUTHOR asanka@secure-endpoints.com Generate a new GUID for the 64-bit AFS Shell Extension and install the 32-bit version as part of the 32-bit tools 2006-09-06 21:28 shadow * src/packaging/MacOS/: afslogo.jpg, background.jpg: DELTA DEVEL15-package-logos-20060906 AUTHOR asankah@gmail.com update installer logos for 1.5.x 2006-09-06 21:15 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-8-20060906 AUTHOR shadow@dementia.org FIXES make 1.5.8 2006-09-06 21:05 shadow * src/vol/volume.c: DELTA DEVEL15-vol-voffline-avoid-early-freevolumeheader-20050906 AUTHOR psomogyi@gamax.hu FIXES 39422 don't free vp before we finish using it 2006-09-06 20:58 shadow * src/: afs/sysincludes.h, afs/LINUX/osi_groups.c, cf/linux-test4.m4: DELTA DEVEL15-keyring-dont-use-syscall2-20060906 AUTHOR chas@cmf.nrl.navy.mil FIXES avoid not-really-portable-use of syscall2 2006-09-06 17:43 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20060906 AUTHOR jaltman@secure-endpoints.com put back the 1.5.x version of this file 2006-09-06 17:33 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20060906 AUTHOR jaltman@secure-endpoints.com more changes for 1.5.8 2006-09-06 17:21 jaltman * src/WINNT/afsd/: cm_dnlc.c, cm_vnodeops.c: DELTA DEVEL15-windows-dot-dir-part-two-20060906 AUTHOR jaltman@secure-endpoints.com cm_LookupInternal can return the input stat cache entry when the name is "." the DNLC should not cache "." or ".." 2006-09-06 06:12 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA DEVEL15-windows-dot-dir-20060906 AUTHOR jaltman@secure-endpoints.com when evaluating paths with cm_NameI treat the component "." as a no-op. 2006-09-06 05:10 jaltman * src/WINNT/install/: NSIS/OpenAFS.nsi, NSIS/licenses.rtf, wix/licenses.rtf, wix/lang/en_US/ui.wxi: DELTA DEVEL15-windows-install-licenses-20060905 AUTHOR jaltman@secure-endpoints.com port LICENSES file contents to installers 2006-09-06 05:09 jaltman * src/WINNT/install/: NSIS/licenses.rtf, wix/licenses.rtf: DELTA windows-install-licenses-20060905 AUTHOR jaltman@secure-endpoints.com port LICENSES file contents to installers 2006-09-06 05:09 jaltman * src/WINNT/install/: NSIS/licenses.rtf, wix/licenses.rtf: file licenses.rtf was added on branch openafs-devel-1_5_x on 2006-09-06 05:10:48 +0000 2006-09-05 23:54 jaltman * src/WINNT/afsd/fs.c: DELTA DEVEL15-windows-fs-prototypes-20060905 AUTHOR jaltman@secure-endpoints.com remove unused prototype 2006-09-05 23:50 jaltman * src/vol/vol-salvage.c: DELTA DEVEL15-windows-vol-ntops-20060905 AUTHOR jaltman@secure-endpoints.com if the function is namei_XXX on unix then it is nt_XXXX on Windows 2006-09-05 22:05 shadow * src/viced/host.c: DELTA DEVEL15-pruclient-killer-logging-cleanup-20060905 AUTHOR shadow@dementia.org vicelog this stuff instead of fprintf 2006-09-05 16:33 shadow * src/viced/afsfileprocs.c: DELTA DEVEL15-callpostamble-deal-with-null-host-20060905 AUTHOR shadow@dementia.org FIXES 38566 don't dereference garbage when no host was set 2006-09-05 15:23 shadow * src/viced/afsfileprocs.c: DELTA DEVEL15-callpostamble-deal-with-null-host-20060905 AUTHOR shadow@dementia.org FIXES 38566 don't dereference garbage when no host was set 2006-09-05 15:02 shadow * src/vol/: namei_ops.c, namei_ops.h, vol-salvage.c: DELTA DEVEL15-salvage-zlc-update-20060905 AUTHOR cg2v@andrew.cmu.edu FIXES deal with damaged namei volumes better 2006-09-05 14:52 shadow * src/vol/: ntops.c, ntops.h, vol-salvage.c: DELTA DEVEL15-windows-vol-ntops-20060904 AUTHOR jaltman@secure-endpoints.com add nt_SetNonZLC() 2006-09-03 19:58 rra * regen.sh: DELTA DEVEL15-autom4te-cache-is-evil-20060903 AUTHOR rra@stanford.edu Purge autom4te.cache after running autoconf so that we don't ship its huge trace files in source releases. Add #!/bin/sh to the beginning of regen.sh just because. 2006-09-03 17:03 jaltman * doc/txt/winnotes/: afs-changes-since-1.2.txt, afs-issues.txt: DELTA DEVEL15-windows-notes-20060903 AUTHOR jaltman@secure-endpoints.com 1.5.8 updates 2006-09-03 16:59 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20060903 AUTHOR jaltman@secure-endpoints.com 1.5.0800 2006-09-03 16:55 jaltman * src/WINNT/doc/install/Documentation/en_US/html/: index.htm, ReleaseNotes/logo.htm, ReleaseNotes/relnotes-frames.htm, ReleaseNotes/relnotes.htm: DELTA DEVEL15-windows-release-notes-20060903 AUTHOR jaltman@secure-endpoints.com update version to 1.5.8 2006-09-03 05:53 shadow * src/: viced/viced.c, vol/listinodes.c, vol/namei_ops.c, vol/namei_ops.h, vol/vol-salvage.c, volser/volmain.c: DELTA DEVEL15-salvage-zlc-20060903 AUTHOR cg2v@andrew.cmu.edu make salvager deal with zero link count files 2006-09-03 05:33 shadow * src/vol/nuke.c: DELTA DEVEL15-nuke-do-not-pass-null-rock-20060903 AUTHOR cg2v@andrew.cmu.edu don't pass a null rock inot nuke(), fixing earlier introduced bug 2006-08-31 11:35 jaltman * src/WINNT/client_exp/: gui2fs.cpp, resource.h, lang/en_US/afs_shl_ext.rc: DELTA DEVEL15-windows-gui2fs-20060831 AUTHOR jaltman@secure-endpoints.com following ui guidelines, errors should display the HAND icon and warnings should display the EXCLAMATION. Success should display the INFORMATION icon. Let's get this right. 2006-08-31 10:29 jaltman * src/WINNT/afsd/: NTMakefile, fs.c: DELTA DEVEL15-windows-fs-20060831 AUTHOR jaltman@secure-endpoints.com FIXES 38949 fs sq and fs mkm on Windows didn't behave as on Unix 2006-08-31 04:50 shadow * src/: rx/rx_prototypes.h, afs/afs_osi.h, rx/rx_kcommon.c, rx/rx_prototypes.h: DELTA DEVEL15-inline-bug-for-linux-20060831 AUTHOR chas@cmf.nrl.navy.mil FIXES 38854 inline bug so we get sane oopses 2006-08-30 20:16 jaltman * src/WINNT/afsd/cm_daemon.c: DELTA DEVEL15-windows-firewall-config-20060830 AUTHOR jaltman@secure-endpoints.com Enable the firewall detection logic to work on Vista 2006-08-30 20:12 jaltman * src/WINNT/afsd/afsd_init.c: DELTA DEVEL15-windows-init-log-eol-20060830 AUTHOR jaltman@secure-endpoints.com change EOL to CR-LF for afsd_init.log 2006-08-30 06:33 jaltman * src/WINNT/afsd/smb3.c: DELTA DEVEL15-windows-t2-search-dir-info-level-20060830 AUTHOR jaltman@secure-endpoints.com return CM_ERROR_INVAL if we don't recognize the requested infoLevel 2006-08-30 01:44 jaltman * src/util/winsock_nt.c: DELTA DEVEL15-windows-winsock-init-20060829 AUTHOR jaltman@secure-endpoints.com WSAStartup and WSACleanup do not need to be wrapped by the app to protect against multiple calls. 2006-08-29 19:09 shadow * src/aklog/aklog_main.c: DELTA DEVEL15-aklog-deal-with-feeble-kdcs-20060829 AUTHOR shadow@dementia.org i guess i should just give up and fix this here 2006-08-28 19:16 shadow * acinclude.m4: DELTA DEVEL15-get-sbdev-configure-test-20060828 AUTHOR dionne@cs.wisc.edu FIXES 38736 the autoconf glue was missed before 2006-08-28 17:18 jaltman * src/sys/pioctl_nt.c: DELTA DEVEL15-windows-pioctl-service-check-20060828 AUTHOR jaltman@secure-endpoints.com before attempting a smb query check the service status. fail immediately if the afs service is not running. 2006-08-28 05:40 jaltman * src/WINNT/doc/install/Documentation/en_US/html/index.htm: DELTA DEVEL15-windows-release-notes-20060829 AUTHOR jaltman@secure-endpoints.com 1.5.7 2006-08-28 05:37 jaltman * src/WINNT/talocale/tal_main.cpp: DELTA DEVEL15-windows-talocale-20060829 AUTHOR jaltman@secure-endpoints.com initialize variables before use 2006-08-28 05:11 jaltman * src/WINNT/install/wix/files.wxi: DELTA DEVEL15-windows-dll-install-20060829 AUTHOR jaltman@secure-endpoints.com install resource dlls in the same directory as the base modules 2006-08-28 05:05 jaltman * src/WINNT/client_exp/afs_shl_ext.cpp: DELTA DEVEL15-windows-shell-ext-20060829 AUTHOR jaltman@secure-endpoints.com How did the afs_shl_ext_XXXX.dll module ever load on any platform? Since the name afs_shl_ext.dll is not 8.3 we must specify the base name explicitly. Otherwise, it won't load. 2006-08-28 04:28 jaltman * src/WINNT/: client_cpa/lang/NTMakefile, client_exp/lang/NTMakefile: DELTA DEVEL15-windows-cleanup-20060828 AUTHOR jaltman@secure-endpoints.com cleanup AFS_component_version_number.h the right way 2006-08-26 03:42 jaltman * src/WINNT/afsd/smb3.c: DELTA DEVEL15-windows-smb-set-eof-20060825 AUTHOR jaltman@secure-endpoints.com SMB_SET_FILE_END_OF_FILE_INFO is a LARGE_INTEGER not USHORT 2006-08-25 17:08 jaltman * src/WINNT/afsd/: cm_callback.c, smb.h, smb3.h: DELTA DEVEL15-windows-smb-alignment-20060825 AUTHOR jaltman@secure-endpoints.com on the wire smb data structures should be byte aligned 2006-08-25 15:27 jaltman * src/WINNT/afsd/cm_volume.c: DELTA DEVEL15-windows-cm_volume-recycling-20060825 AUTHOR jaltman@secure-endpoints.com do not panic if we reach maxVolumes and there is a volume entry that can be recycled. 2006-08-25 05:22 shadow * src/cf/linux-test4.m4: DELTA DEVEL15-keyring-test-harder-20060825 AUTHOR warlord@mit.edu FIXES 38470 don't enable keyring pags in older keyring kernels 2006-08-25 05:09 shadow * src/cf/linux-test4.m4: DELTA DEVEL15-keyring-test-harder-20060825 AUTHOR warlord@mit.edu FIXES 38470 don't enable keyring pags in older keyring kernels 2006-08-25 04:47 shadow * src/afs/afs_osi.h: DELTA DEVEL15-macos104-no-64bit-resid-yet-20060825 AUTHOR cg2v@andrew.cmu.edu we're not ready for 64bit resid yet (in dir code) 2006-08-24 20:22 shadow * src/: vol/volume.c, volser/volmain.c: DELTA DEVEL15-vol-init-locallock-20060824 AUTHOR jhutz@cmu.edu we never init this. oops. 2006-08-24 16:42 shadow * src/vol/volume.c: DELTA DEVEL15-vol-init-locallock-20060824 AUTHOR jhutz@cmu.edu we never init this. oops. 2006-08-24 15:55 shadow * src/rxgen/rpc_main.c: DELTA DEVEL15-declare-ubik-client-20060810 AUTHOR rees@umich.edu Declare ubik_client in rpcgen. I don't like this fix but I hope it's just temporary until someone fixes the include dependencies. 2006-08-24 04:35 shadow * src/viced/host.c: DELTA DEVEL15-pruclient-killer-fix-20060824 AUTHOR shadow@dementia.org FIXES 37251 yeah, i should commit the fix this time. not my day 2006-08-24 01:45 shadow * src/viced/viced.c: DELTA DEVEL15-fileserver-hates-pruclient-20060626 AUTHOR shadow@dementia.org i hate you milkman patch 2006-08-21 20:41 shadow * src/afsd/afsd.c: DELTA DEVEL15-tweak-afsd-autotune-20060821 AUTHOR shadow@dementia.org this (chunksize tuning) needs to be revisited 2006-08-21 20:11 shadow * src/packaging/RedHat/: afs-krb5-2.0-com_err.patch, afs-krb5-2.0-krb524.patch, afs-krb5-2.0-libsocket.patch, afs-krb5-2.0-openafs1.3.patch, afs-krb5-2.0-res_search.patch, afsmodname, openafs-1.2.6-rc.patch, openafs-1.2.6.spec, openafs-LICENSE.Sun, openafs-buildall.sh, openafs-client.init, openafs-kernel-version.sh, openafs-krb5-2.0.tar.gz, openafs-kvers-is.sh, openafs-makesrc.sh, openafs-server.init, openafs.spec.in, openafs.sysconfig: DELTA DEVEL15-specfiles-20060821 AUTHOR shadow@dementia.org rpm specfiles for 1.5 2006-08-21 20:01 shadow * src/packaging/RedHat/openafs-buildall.sh: file openafs-buildall.sh was added on branch openafs-devel-1_5_x on 2006-08-21 20:11:40 +0000 2006-08-21 20:01 shadow * src/packaging/RedHat/afs-krb5-2.0-krb524.patch: file afs-krb5-2.0-krb524.patch was added on branch openafs-devel-1_5_x on 2006-08-21 20:11:40 +0000 2006-08-21 20:01 shadow * src/packaging/RedHat/openafs-krb5-2.0.tar.gz: file openafs-krb5-2.0.tar.gz was added on branch openafs-devel-1_5_x on 2006-08-21 20:11:40 +0000 2006-08-21 20:01 shadow * src/packaging/RedHat/openafs.sysconfig: file openafs.sysconfig was added on branch openafs-devel-1_5_x on 2006-08-21 20:11:40 +0000 2006-08-21 20:01 shadow * src/packaging/RedHat/openafs-LICENSE.Sun: file openafs-LICENSE.Sun was added on branch openafs-devel-1_5_x on 2006-08-21 20:11:40 +0000 2006-08-21 20:01 shadow * src/packaging/RedHat/: afs-krb5-2.0-com_err.patch, afs-krb5-2.0-krb524.patch, afs-krb5-2.0-libsocket.patch, afs-krb5-2.0-openafs1.3.patch, afs-krb5-2.0-res_search.patch, openafs-LICENSE.Sun, openafs-buildall.sh, openafs-client.init, openafs-kernel-version.sh, openafs-krb5-2.0.tar.gz, openafs-kvers-is.sh, openafs-makesrc.sh, openafs-server.init, openafs.spec.in, openafs.sysconfig: DELTA specfiles-20060821 AUTHOR shadow@dementia.org same for head 2006-08-21 20:01 shadow * src/packaging/RedHat/afs-krb5-2.0-openafs1.3.patch: file afs-krb5-2.0-openafs1.3.patch was added on branch openafs-devel-1_5_x on 2006-08-21 20:11:40 +0000 2006-08-21 20:01 shadow * src/packaging/RedHat/afs-krb5-2.0-res_search.patch: file afs-krb5-2.0-res_search.patch was added on branch openafs-devel-1_5_x on 2006-08-21 20:11:40 +0000 2006-08-21 20:01 shadow * src/packaging/RedHat/openafs-server.init: file openafs-server.init was added on branch openafs-devel-1_5_x on 2006-08-21 20:11:40 +0000 2006-08-21 20:01 shadow * src/packaging/RedHat/afs-krb5-2.0-libsocket.patch: file afs-krb5-2.0-libsocket.patch was added on branch openafs-devel-1_5_x on 2006-08-21 20:11:40 +0000 2006-08-21 20:01 shadow * src/packaging/RedHat/openafs-kvers-is.sh: file openafs-kvers-is.sh was added on branch openafs-devel-1_5_x on 2006-08-21 20:11:40 +0000 2006-08-21 20:01 shadow * src/packaging/RedHat/openafs-kernel-version.sh: file openafs-kernel-version.sh was added on branch openafs-devel-1_5_x on 2006-08-21 20:11:40 +0000 2006-08-21 20:01 shadow * src/packaging/RedHat/openafs-makesrc.sh: file openafs-makesrc.sh was added on branch openafs-devel-1_5_x on 2006-08-21 20:11:40 +0000 2006-08-21 20:01 shadow * src/packaging/RedHat/openafs.spec.in: file openafs.spec.in was added on branch openafs-devel-1_5_x on 2006-08-21 20:11:40 +0000 2006-08-21 20:01 shadow * src/packaging/RedHat/afs-krb5-2.0-com_err.patch: file afs-krb5-2.0-com_err.patch was added on branch openafs-devel-1_5_x on 2006-08-21 20:11:40 +0000 2006-08-21 20:01 shadow * src/packaging/RedHat/openafs-client.init: file openafs-client.init was added on branch openafs-devel-1_5_x on 2006-08-21 20:11:40 +0000 2006-08-21 19:58 shadow * src/packaging/RedHat/openafs-kernel-version.sh: file openafs-kernel-version.sh was initially added on branch openafs-stable-1_4_x. 2006-08-21 19:58 shadow * src/packaging/RedHat/openafs-kvers-is.sh: file openafs-kvers-is.sh was initially added on branch openafs-stable-1_4_x. 2006-08-21 19:58 shadow * src/packaging/RedHat/openafs-makesrc.sh: file openafs-makesrc.sh was initially added on branch openafs-stable-1_4_x. 2006-08-21 19:58 shadow * src/packaging/RedHat/openafs-client.init: file openafs-client.init was initially added on branch openafs-stable-1_4_x. 2006-08-21 19:58 shadow * src/packaging/RedHat/openafs.spec.in: file openafs.spec.in was initially added on branch openafs-stable-1_4_x. 2006-08-21 19:58 shadow * src/packaging/RedHat/openafs-buildall.sh: file openafs-buildall.sh was initially added on branch openafs-stable-1_4_x. 2006-08-21 19:58 shadow * src/packaging/RedHat/openafs-krb5-2.0.tar.gz: file openafs-krb5-2.0.tar.gz was initially added on branch openafs-stable-1_4_x. 2006-08-21 19:58 shadow * src/packaging/RedHat/openafs.sysconfig: file openafs.sysconfig was initially added on branch openafs-stable-1_4_x. 2006-08-21 19:58 shadow * src/packaging/RedHat/openafs-server.init: file openafs-server.init was initially added on branch openafs-stable-1_4_x. 2006-08-21 19:55 shadow * src/packaging/RedHat/afs-krb5-2.0-krb524.patch: file afs-krb5-2.0-krb524.patch was initially added on branch openafs-stable-1_4_x. 2006-08-21 19:55 shadow * src/packaging/RedHat/openafs-LICENSE.Sun: file openafs-LICENSE.Sun was initially added on branch openafs-stable-1_4_x. 2006-08-21 19:55 shadow * src/packaging/RedHat/afs-krb5-2.0-openafs1.3.patch: file afs-krb5-2.0-openafs1.3.patch was initially added on branch openafs-stable-1_4_x. 2006-08-21 19:55 shadow * src/packaging/RedHat/afs-krb5-2.0-com_err.patch: file afs-krb5-2.0-com_err.patch was initially added on branch openafs-stable-1_4_x. 2006-08-21 19:55 shadow * src/packaging/RedHat/afs-krb5-2.0-res_search.patch: file afs-krb5-2.0-res_search.patch was initially added on branch openafs-stable-1_4_x. 2006-08-21 19:55 shadow * src/packaging/RedHat/afs-krb5-2.0-libsocket.patch: file afs-krb5-2.0-libsocket.patch was initially added on branch openafs-stable-1_4_x. 2006-08-20 22:23 shadow * src/shlibafsrpc/: Makefile.in, mapfile.afs_xdr: DELTA DEVEL15-amd64-linux-export-afs-xdr-symbols-20060820 AUTHOR shadow@dementia.org export the afs_xdr_* symbols we use instead of the usual ones 2006-08-20 22:23 shadow * src/shlibafsrpc/mapfile.afs_xdr: file mapfile.afs_xdr was initially added on branch openafs-devel-1_5_x. 2006-08-20 22:15 shadow * src/afs/: afs_osi.h, DARWIN/osi_file.c: DELTA DEVEL15-tiger-fix-largefile-20060820 AUTHOR cg2v@andrew.cmu.edu FIXES 37890 don't make uio offset an int. at the same time, fix resid similarly, and fix osi_file.c to accomodate that 2006-08-20 20:17 shadow * src/shlibafsauthent/Makefile.in: DELTA DEVEL15-shlibafsauthent-typo-20060820 AUTHOR thomas@cs.wisc.edu FIXES 37894 eliminate the dumb typo already gone on the head 2006-08-20 05:32 shadow * src/afs/LINUX/osi_vfsops.c: DELTA DEVEL15-linux24-fix-20060820 AUTHOR shadow@dementia.org fix ifdef damage 2006-08-18 17:14 shadow * src/afs/LINUX/osi_pag_module.c: DELTA DEVEL15-linux-updates-20060811 AUTHOR shadow@dementia.org fix for current fc kernels, and clean up linux nfs translator 2006-08-17 13:57 shadow * src/afs/: afs_osi_pag.c, LINUX/osi_groups.c, LINUX/osi_prototypes.h: DELTA DEVEL15-linux-keyring-pag-update-20060817 AUTHOR chas@cmf.nrl.navy.mil FIXES 37887 if you manage to patch the syscall table, then the setpag() in the patched setgroups syscall and creates a new session keyring. it does contain the right pag id but this isnt the intended behavior. so setpag() becomes __setpag() which just does the group insertion. (and perhaps it should be called something else?). the stat count for the setpag operation might be more correct now (instead of also counting the pag restores). 2006-08-17 13:21 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-7-20060817 AUTHOR shadow@dementia.org make 1.5.7 2006-08-17 13:16 jaltman * src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/: logo.htm, relnotes-frames.htm, relnotes.htm: DELTA DEVEL15-windows-release-notes-20060817 AUTHOR jaltman@secure-endpoints.com 1.5.7 2006-08-17 13:13 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20060817 AUTHOR jaltman@secure-endpoints.com 1.5.7 2006-08-17 12:41 jaltman * src/WINNT/afsd/afsd_init.c: DELTA DEVEL15-windows-backconnectionhostnames-20060817 AUTHOR jaltman@secure-endpoints.com FIXES 37807 uninitialized variable reported due to dwAllocSize not being used within the initial RegQueryValueEx call. (ugh) 2006-08-13 20:18 shadow * src/: bozo/bnode.c, rx/xdr_array.c: DELTA DEVEL15-darwin90-updates-20060813 AUTHOR shadow@dementia.org make things compile cleanly 2006-08-13 16:54 shadow * src/afs/LINUX/: osi_vfsops.c, osi_vnodeops.c: DELTA DEVEL15-linux-dentry-iput-20060813 AUTHOR chas@cmf.nrl.navy.mil FIXES 37576 update put_inode handler for swapping situation deadlock avoidance 2006-08-13 16:48 shadow * acinclude.m4, src/afs/LINUX/osi_probe.c, src/cf/linux-test1.m4, src/cf/linux-test4.m4: DELTA DEVEL15-linux-gpl-only-tests-20060813 AUTHOR shadow@dementia.org don't try to use gpl-only kernel symbols 2006-08-13 16:43 shadow * src/rx/rx.c: DELTA DEVEL15-fix-congestion-tracking-20060813 AUTHOR chas@cmf.nrl.navy.mil FIXES 36951 fix congestion tracking 2006-08-13 04:53 shadow * src/afs/LINUX/osi_pag_module.c: DELTA DEVEL15-linux-updates-20060811 AUTHOR shadow@dementia.org fix for current fc kernels, and clean up linux nfs translator 2006-08-11 21:40 shadow * acinclude.m4, src/afs/afs_prototypes.h, src/afs/LINUX/osi_file.c, src/afs/LINUX/osi_machdep.h, src/afs/LINUX/osi_nfssrv.c, src/afs/LINUX/osi_pag_module.c, src/afs/LINUX/osi_vfsops.c, src/cf/linux-test4.m4: DELTA DEVEL15-linux-updates-20060811 AUTHOR shadow@dementia.org fix for current fc kernels, and clean up linux nfs translator 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 18:14 shadow * src/platform/SOLARIS/.cvsignore: file .cvsignore was added on branch openafs-devel-1_5_x on 2007-01-22 17:34:25 +0000 2006-08-04 18:12 rra * src/platform/SOLARIS/: .cvsignore, .cvsignore: DELTA cvsignore-happiness-20060801 AUTHOR rra@stanford.edu Update .cvsignore files to ignore everything we should be ignorant of. 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:16 shadow * src/tsalvaged/.cvsignore: file .cvsignore was added on branch openafs-devel-1_5_x on 2007-01-22 17:34:27 +0000 2006-08-01 22:16 shadow * src/platform/LINUX/.cvsignore: file .cvsignore was added on branch openafs-devel-1_5_x on 2007-01-22 17:34:21 +0000 2006-08-01 22:16 shadow * src/platform/NBSD/.cvsignore: file .cvsignore was added on branch openafs-devel-1_5_x on 2007-01-22 17:34:23 +0000 2006-08-01 22:16 shadow * src/platform/OBSD/.cvsignore: file .cvsignore was added on branch openafs-devel-1_5_x on 2007-01-22 17:34:24 +0000 2006-08-01 22:16 shadow * src/platform/IRIX/.cvsignore: file .cvsignore was added on branch openafs-devel-1_5_x on 2007-01-22 17:34:20 +0000 2006-08-01 22:16 rra * src/: platform/.cvsignore, platform/AIX/.cvsignore, platform/DARWIN/.cvsignore, platform/FBSD/.cvsignore, platform/HPUX/.cvsignore, platform/IRIX/.cvsignore, platform/LINUX/.cvsignore, platform/NBSD/.cvsignore, platform/OBSD/.cvsignore, platform/SOLARIS/.cvsignore, tsalvaged/.cvsignore: DELTA cvsignore-happiness-20060801 AUTHOR rra@stanford.edu Update .cvsignore files to ignore everything we should be ignorant of. 2006-08-01 22:16 shadow * src/platform/.cvsignore: file .cvsignore was added on branch openafs-devel-1_5_x on 2007-01-22 17:34:16 +0000 2006-08-01 22:16 shadow * src/platform/AIX/.cvsignore: file .cvsignore was added on branch openafs-devel-1_5_x on 2007-01-22 17:34:17 +0000 2006-08-01 22:16 shadow * src/platform/DARWIN/.cvsignore: file .cvsignore was added on branch openafs-devel-1_5_x on 2007-01-22 17:34:18 +0000 2006-08-01 22:16 shadow * src/platform/: FBSD/.cvsignore, HPUX/.cvsignore: file .cvsignore was added on branch openafs-devel-1_5_x on 2007-01-22 17:34:19 +0000 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 2006-07-31 22:04 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-5-20060731 AUTHOR shadow@dementia.org make openafs 1.5.5 2006-07-31 21:58 shadow * src/afs/afs_call.c: DELTA DEVEL15-linux-afs-translator-xen-20060731 AUTHOR jhutz@cmu.edu FIXES 36646 add linux afs translator plus xen shared afs client support 2006-07-31 21:33 shadow * src/afs/afs_pioctl.c: DELTA DEVEL15-linux-afs-translator-xen-20060731 AUTHOR jhutz@cmu.edu FIXES 36646 add linux afs translator plus xen shared afs client support 2006-07-31 21:27 shadow * src/: afs/.cvsignore, afs/afs.h, afs/afs_analyze.c, afs/afs_call.c, afs/afs_cell.c, afs/afs_dcache.c, afs/afs_dynroot.c, afs/afs_dynroot.h, afs/afs_error.c, afs/afs_icl.c, afs/afs_init.c, afs/afs_md5.c, afs/afs_md5.h, afs/afs_nfsclnt.c, afs/afs_osi.c, afs/afs_osi_alloc.c, afs/afs_osi_gcpags.c, afs/afs_osi_pag.c, afs/afs_osi_vm.c, afs/afs_pag_call.c, afs/afs_pag_cred.c, afs/afs_pioctl.c, afs/afs_prototypes.h, afs/afs_syscall.c, afs/afs_user.c, afs/afs_vcache.c, afs/afs_volume.c, afs/exporter.h, afs/nfsclient.h, afs/LINUX/osi_export.c, afs/LINUX/osi_file.c, afs/LINUX/osi_ioctl.c, afs/LINUX/osi_misc.c, afs/LINUX/osi_module.c, afs/LINUX/osi_nfssrv.c, afs/LINUX/osi_pag_module.c, afs/LINUX/osi_proc.c, afs/LINUX/osi_prototypes.h, afs/LINUX/osi_vfsops.c, afs/LINUX/osi_vnodeops.c, afs/UKERNEL/afs_usrops.c, afs/VNOPS/afs_vnop_access.c, afs/VNOPS/afs_vnop_lookup.c, afs/VNOPS/afs_vnop_remove.c, afs/VNOPS/afs_vnop_symlink.c, config/param.alpha_linux_26.h, config/param.amd64_linux26.h, config/param.i386_linux26.h, config/param.i386_umlinux26.h, config/param.ia64_linux26.h, config/param.ppc64_linux26.h, config/param.ppc_linux26.h, config/param.s390_linux26.h, config/param.s390x_linux26.h, config/param.sparc64_linux26.h, config/venus.h, fsint/.cvsignore, fsint/Makefile.in, fsint/pagcb.xg, libafs/Makefile.common.in, libafs/MakefileProto.LINUX.in, libafs/make_kbuild_makefile.pl, libuafs/Makefile.common.in, sys/.cvsignore, sys/Makefile.in, sys/rmtsys.xg, venus/fs.c: DELTA DEVEL15-linux-afs-translator-xen-20060731 AUTHOR jhutz@cmu.edu FIXES 36646 add linux afs translator plus xen shared afs client support 2006-07-31 21:26 shadow * src/: afs/.cvsignore, afs/afs.h, afs/afs_analyze.c, afs/afs_call.c, afs/afs_cell.c, afs/afs_dynroot.c, afs/afs_init.c, afs/afs_nfsclnt.c, afs/afs_osi.c, afs/afs_osi_alloc.c, afs/afs_osi_pag.c, afs/afs_pioctl.c, afs/afs_prototypes.h, afs/afs_user.c, afs/afs_vcache.c, afs/afs_volume.c, afs/exporter.h, afs/nfsclient.h, afs/LINUX/osi_file.c, afs/LINUX/osi_misc.c, afs/LINUX/osi_module.c, afs/LINUX/osi_prototypes.h, afs/LINUX/osi_vfsops.c, afs/LINUX/osi_vnodeops.c, afs/UKERNEL/afs_usrops.c, afs/VNOPS/afs_vnop_access.c, afs/VNOPS/afs_vnop_lookup.c, afs/VNOPS/afs_vnop_remove.c, afs/VNOPS/afs_vnop_symlink.c, config/param.alpha_linux_26.h, config/param.amd64_linux26.h, config/param.i386_linux26.h, config/param.i386_umlinux26.h, config/param.ia64_linux26.h, config/param.ppc64_linux26.h, config/param.ppc_linux26.h, config/param.s390_linux26.h, config/param.s390x_linux26.h, config/param.sparc64_linux26.h, config/venus.h, fsint/.cvsignore, fsint/Makefile.in, libafs/Makefile.common.in, libafs/MakefileProto.LINUX.in, libafs/make_kbuild_makefile.pl, libuafs/Makefile.common.in, sys/.cvsignore, sys/Makefile.in, sys/rmtsys.xg, util/kreltime.c, venus/fs.c: DELTA DEVEL15-kreltime-guard-against-null-tm-20060731 AUTHOR shadow@dementia.org so we can memset 0 and get defaults 2006-07-31 21:20 shadow * src/fsint/pagcb.xg: file pagcb.xg was added on branch openafs-devel-1_5_x on 2006-07-31 21:27:40 +0000 2006-07-31 21:20 shadow * src/afs/LINUX/osi_export.c: file osi_export.c was added on branch openafs-devel-1_5_x on 2006-07-31 21:27:39 +0000 2006-07-31 21:20 shadow * src/afs/LINUX/osi_nfssrv.c: file osi_nfssrv.c was added on branch openafs-devel-1_5_x on 2006-07-31 21:27:39 +0000 2006-07-31 21:20 shadow * src/afs/LINUX/osi_ioctl.c: file osi_ioctl.c was added on branch openafs-devel-1_5_x on 2006-07-31 21:27:39 +0000 2006-07-31 21:20 shadow * src/afs/LINUX/osi_proc.c: file osi_proc.c was added on branch openafs-devel-1_5_x on 2006-07-31 21:27:39 +0000 2006-07-31 21:20 shadow * src/afs/LINUX/osi_pag_module.c: file osi_pag_module.c was added on branch openafs-devel-1_5_x on 2006-07-31 21:27:39 +0000 2006-07-31 21:20 shadow * src/afs/afs_pag_call.c: file afs_pag_call.c was added on branch openafs-devel-1_5_x on 2006-07-31 21:27:38 +0000 2006-07-31 21:20 shadow * src/afs/afs_dynroot.h: file afs_dynroot.h was added on branch openafs-devel-1_5_x on 2006-07-31 21:27:38 +0000 2006-07-31 21:20 shadow * src/afs/afs_pag_cred.c: file afs_pag_cred.c was added on branch openafs-devel-1_5_x on 2006-07-31 21:27:38 +0000 2006-07-31 21:20 shadow * src/afs/afs_md5.c: file afs_md5.c was added on branch openafs-devel-1_5_x on 2006-07-31 21:27:38 +0000 2006-07-31 21:20 shadow * src/afs/afs_icl.c: file afs_icl.c was added on branch openafs-devel-1_5_x on 2006-07-31 21:27:38 +0000 2006-07-31 21:20 shadow * src/afs/afs_error.c: file afs_error.c was added on branch openafs-devel-1_5_x on 2006-07-31 21:27:38 +0000 2006-07-31 21:20 shadow * src/afs/afs_syscall.c: file afs_syscall.c was added on branch openafs-devel-1_5_x on 2006-07-31 21:27:38 +0000 2006-07-31 21:20 shadow * src/afs/afs_md5.h: file afs_md5.h was added on branch openafs-devel-1_5_x on 2006-07-31 21:27:38 +0000 2006-07-31 21:20 shadow * src/afs/afs_osi_vm.c: file afs_osi_vm.c was added on branch openafs-devel-1_5_x on 2006-07-31 21:27:38 +0000 2006-07-31 21:20 shadow * src/: afs/afs_dynroot.h, afs/afs_error.c, afs/afs_icl.c, afs/afs_md5.c, afs/afs_md5.h, afs/afs_osi_gcpags.c, afs/afs_osi_vm.c, afs/afs_pag_call.c, afs/afs_pag_cred.c, afs/afs_syscall.c, afs/LINUX/osi_export.c, afs/LINUX/osi_ioctl.c, afs/LINUX/osi_nfssrv.c, afs/LINUX/osi_pag_module.c, afs/LINUX/osi_proc.c, fsint/pagcb.xg: DELTA linux-afs-translator-xen-20060731 AUTHOR jhutz@cmu.edu FIXES 36646 add linux afs translator plus xen shared afs client support 2006-07-31 21:20 shadow * src/afs/afs_osi_gcpags.c: file afs_osi_gcpags.c was added on branch openafs-devel-1_5_x on 2006-07-31 21:27:38 +0000 2006-07-31 21:13 shadow * src/: afs/.cvsignore, afs/afs.h, afs/afs_analyze.c, afs/afs_call.c, afs/afs_cell.c, afs/afs_dcache.c, afs/afs_dynroot.c, afs/afs_init.c, afs/afs_nfsclnt.c, afs/afs_osi.c, afs/afs_osi_alloc.c, afs/afs_osi_pag.c, afs/afs_pioctl.c, afs/afs_prototypes.h, afs/afs_user.c, afs/afs_vcache.c, afs/afs_volume.c, afs/exporter.h, afs/nfsclient.h, afs/LINUX/osi_file.c, afs/LINUX/osi_misc.c, afs/LINUX/osi_module.c, afs/LINUX/osi_prototypes.h, afs/LINUX/osi_vfsops.c, afs/LINUX/osi_vnodeops.c, afs/UKERNEL/afs_usrops.c, afs/VNOPS/afs_vnop_access.c, afs/VNOPS/afs_vnop_lookup.c, afs/VNOPS/afs_vnop_remove.c, afs/VNOPS/afs_vnop_symlink.c, config/param.alpha_linux_26.h, config/param.amd64_linux26.h, config/param.i386_linux26.h, config/param.i386_umlinux26.h, config/param.ia64_linux26.h, config/param.ppc64_linux26.h, config/param.ppc_linux26.h, config/param.s390_linux26.h, config/param.s390x_linux26.h, config/param.sparc64_linux26.h, config/venus.h, fsint/.cvsignore, fsint/Makefile.in, libafs/Makefile.common.in, libafs/MakefileProto.LINUX.in, libafs/make_kbuild_makefile.pl, libuafs/Makefile.common.in, sys/.cvsignore, sys/Makefile.in, sys/rmtsys.xg, util/kreltime.c, venus/fs.c: DELTA DEVEL15-kreltime-guard-against-null-tm-20060731 AUTHOR shadow@dementia.org so we can memset 0 and get defaults 2006-07-31 19:01 shadow * src/tviced/Makefile.in: DELTA DEVEL15-fslog-dpf-20060731 AUTHOR shadow@dementia.org turns out it's nice to log why we exit 2006-07-31 18:16 shadow * src/audit/audit.c: DELTA DEVEL15-va-copy-instead-of-just-pointering-20060731 AUTHOR shadow@dementia.org FIXES 35559 va_list isn't integral on ppc 2006-07-31 18:05 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-07-31 17:51 shadow * doc/man-pages/pod1/aklog.pod: DELTA DEVEL15-aklog-man-page-20060731 AUTHOR rra@stanford.edu Fix unterminated B<>. 2006-07-31 17:34 rra * doc/man-pages/pod8/ka-forwarder.pod, src/kauth/ka-forwarder.c: DELTA ka-forwarder-20060731 AUTHOR rra@stanford.edu Add ka-forwarder. 2006-07-31 17:34 rra * doc/man-pages/pod8/ka-forwarder.pod: file ka-forwarder.pod was added on branch openafs-devel-1_5_x on 2007-08-19 22:15:28 +0000 2006-07-31 16:51 shadow * src/vol/: Makefile.in, namei_map.c: DELTA DEVEL15-namei_mapper-20060731 AUTHOR shadow@dementia.org add chaskiel's namei mapping tool to cvs and make a rule to build it 2006-07-31 16:50 shadow * src/vol/namei_map.c: file namei_map.c was added on branch openafs-devel-1_5_x on 2006-07-31 16:51:33 +0000 2006-07-31 16:50 shadow * src/vol/namei_map.c: DELTA namei_mapper-20060731 AUTHOR shadow@dementia.org add chaskiel's namei mapping tool to cvs and make a rule to build it 2006-07-31 16:37 shadow * src/bucoord/commands.c: DELTA DEVEL15-bucoord-64-bit-cleanup-20060701 AUTHOR wingc@engin.umich.edu However, in bucoord/commands.c, bc_VolRestoreCmd(), bc_DiskRestoreCmd(), bc_VolsetRestoreCmd(), and bc_DumpCmd() were passing '0' as arguments instead of NULL. Because there is no prototype for bc_StartDmpRst() this results in a crash on 64-bit Linux. (when running 'volrestore' from an interactive backup session) 2006-07-31 16:21 shadow * doc/man-pages/pod1/aklog.pod, src/aklog/aklog.1: DELTA DEVEL15-aklog-man-page-20060731 AUTHOR rra@stanford.edu Rewrite the aklog man page in POD and add documentation of the new flags and .xlog. RCS file: /cvs/openafs/src/aklog/Attic/aklog.1,v Working file: src/aklog/aklog.1 head: 1.2 branch: locks: strict access list: keyword substitution: kv total revisions: 4; selected revisions: 0 description: 2006-07-31 16:19 shadow * src/: rx/rx_globals.h, tviced/Makefile.in, tvolser/Makefile.in: DELTA DEVEL15-fslog-dpf-20060731 AUTHOR shadow@dementia.org turns out it's nice to log why we exit 2006-07-31 16:16 shadow * src/afs/FBSD/osi_machdep.h: DELTA DEVEL15-fbsd-ifnet-flags-20060731 AUTHOR alessandro.dellavedova@ifom-ieo-campus.it FIXES 35757 i should really fix this right 2006-07-31 16:10 rra * doc/man-pages/pod1/aklog.pod: DELTA aklog-man-page-20060731 AUTHOR rra@stanford.edu Rewrite the aklog man page in POD and add documentation of the new flags and .xlog. 2006-07-31 16:10 shadow * doc/man-pages/pod1/aklog.pod: file aklog.pod was added on branch openafs-devel-1_5_x on 2006-07-31 16:21:25 +0000 2006-07-31 15:51 jaltman * src/WINNT/afsd/smb.c: DELTA DEVEL15-windows-cifs-vista-20060731 AUTHOR jaltman@secure-endpoints.com remove claim of support for Vista CIFS protocol version 2006-07-31 15:48 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20060731 AUTHOR jaltman@secure-endpoints.com 1.5.5 = 1.5.0500.0 2006-07-31 15:34 shadow * src/sys/rmtsysc.c: DELTA DEVEL15-libafsauthent-avoid-global-host-20060731 AUTHOR hans@MPA-Garching.MPG.DE FIXES 36411 defining host globally in the rmtsysc interface: dumb 2006-07-31 15:24 shadow * src/volser/vos.c: DELTA DEVEL15-vos-avoid-freeing-null-pointers-20060731 AUTHOR shadow@dementia.org FIXES 36441 pretty obvious. don't. 2006-07-31 15:19 shadow * src/vol/namei_ops.c: DELTA and slipstream in bzero() killing DEVEL15-call-bzero-in-convertvolumeinfo-with-correct-size-for-dotre adonly-20060731 AUTHOR shadow@dementia.org FIXES 36442 2006-07-31 15:09 shadow * src/rx/: rx_kcommon.c, rx_packet.c: DELTA DEVEL15-rx-readpacket-leak-20060728 AUTHOR tkeiser@gmail.com avoid just allocating packets forever 2006-07-28 16:28 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA STABLE15-windows-version-20060728 AUTHOR jaltman@secure-endpoints.com 1.5.4 = 1.5.0400.0 2006-07-28 16:26 jaltman * doc/txt/winnotes/: afs-changes-since-1.2.txt, afs-issues.txt: DELTA DEVEL15-windows-notes-20060728 AUTHOR jaltman@secure-endpoints.com updates for 1.5.4 2006-07-28 13:38 jaltman * src/WINNT/afsd/: fs.c, smb.c, smb.h, smb3.c, smb3.h: DELTA DEVEL15-windows-cifs-compatibility-20060728 AUTHOR jaltman@secure-endpoints.com more compatibility fixes to the CIFS gateway server 2006-07-28 02:10 jaltman * src/WINNT/afsd/cm_scache.c: DELTA DEVEL15-windows-remove-bad-asserts-20060728 AUTHOR jaltman@secure-endpoints.com remove assert()s that should simply be if() 2006-07-26 13:54 jaltman * src/WINNT/afsd/smb.c: DELTA DEVEL15-windows-cifs-undo-large-x-20060726 AUTHOR jaltman@secure-endpoints.com remove claim of support for LARGE_READX and LARGE_WRITEX 2006-07-26 13:04 jaltman * src/WINNT/afsd/: cm_daemon.c, smb.c, smb.h, smb3.c: DELTA DEVEL15-windows-cifs-rewrite-20060726 AUTHOR jaltman@secure-endpoints.com delta windows-cifs-rewrite-20060717 introduced a bug in Tran2SetFileInfo which would cause data loss by inappropriately truncating the file instead of setting the file length. this commit adds a new smb_SetSMBParmLong() function fix smb_ReceiveCoreWrite to check for locks before truncation and adds much debugging fix CIFS protocol negotiation and declares support for large readx and writex updates debugging strings for Tran2 functions configures the windows firewall before sleeping in cm_Daemon() 2006-07-26 12:51 jaltman * src/WINNT/afsd/: afskfw.c, afslogon.c: DELTA DEVEL15-windows-integrated-logon-20060726 AUTHOR jaltman@secure-endpoints.com delta windows-integrated-logon-20060724 would cause Windows 2000 systems to blue screen with an exception in winlogon.exe. 2006-07-25 14:47 shadow * src/des/crypt.c: DELTA DEVEL15-des-no-obsolete-encrypt-20060725 AUTHOR shadow@dementia.org this version of encrypt() conflicts with current linux (which returns void) we don't use it, so, buh-bye 2006-07-25 14:42 shadow * src/packaging/MacOS/buildpkg.sh: DELTA DEVEL15-cellservdb-dl-sanity-check-20060725 AUTHOR shadow@dementia.org protect me from myself 2006-07-24 14:13 jaltman * src/WINNT/: afsd/NTMakefile, afsd/afscpcc.c, afsd/afskfw-int.h, afsd/afskfw.c, afsd/afskfw.h, afsd/afslogon.c, afsd/cm_memmap.c, afssvrmgr/NTMakefile, client_creds/NTMakefile: DELTA DEVEL15-windows-integrated-logon-20060724 AUTHOR jaltman@secure-endpoints.com * apply ACL restrictions to credential cache immediately after initialization * move file from system temp directory to user temp directory prior to starting executable as user to perform credential import 2006-07-20 21:46 jaltman * src/: WINNT/afsd/afsd_service.c, WINNT/afsd/afsdifs.c, WINNT/afsd/cm_ioctl.c, WINNT/afsd/cm_vnodeops.c, WINNT/afsd/smb_iocons.h, WINNT/afsd/smb_ioctl.c, WINNT/afsrdr/afsrdr.c, WINNT/afsrdr/ifs_rpc.c, WINNT/afsrdr/ifs_rpc.h, WINNT/afsrdr/kif.h, sys/pioctl_nt.c: DELTA DEVEL15-windows-ifs-cleanup-20060720 AUTHOR jaltman@secure-endpoints.com * fix up prototypes * remove unused variables * re-organize code for readability * fix type safety issues 2006-07-20 06:08 jaltman * src/WINNT/afsrdr/: afsrdr.c, ifs_rpc.c, kif.h: DELTA DEVEL15-windows-ifs-afsrdr-20060718 AUTHOR jaltman@secure-endpoints.com updates to ifs afsrdr code to allow it to compile. 2006-07-20 03:26 jaltman * src/: WINNT/afsd/afsd_service.c, sys/pioctl_nt.c: DELTA DEVEL15-windows-ifs-20060718 AUTHOR jaltman@secure-endpoints.com enable the afsifs code to build again 2006-07-19 21:17 shadow * src/: auth/ktc.c, pam/afs_util.c, sys/pagsh.c: DELTA DEVEL15-aix5-curpag-20060719 AUTHOR shadow@dementia.org curpag() exists in too many places anyway, fix em 2006-07-19 14:48 jaltman * src/viced/afsfileprocs.c: DELTA DEVEL15-viced-checkrights-loglevel-20060719 AUTHOR jaltman@secure-endpoints.com increase the log level on the "CheckRights: len=%u, for host=%s:%d\n" message to 5. 2006-07-19 04:20 shadow * src/rxkad/rxkad.p.h: DELTA DEVEL15-rxkad-typeindex-20060718 AUTHOR tkeiser@gmail.com clean up an off by one error for type index 2006-07-19 04:15 jaltman * src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/: frames.htm, relnotes-frames.htm, logo_files/filelist.xml, logo_files/image002.jpg, relnotes_files/filelist.xml, relnotes_files/header.htm, relnotes_files/preview.wmf: DELTA DEVEL15-windows-relnotes-20060718 AUTHOR jaltman@secure-endpoints.com add new files and remove dead files 2006-07-19 04:08 jaltman * src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/: logo.htm, relnotes.htm, toc.htm: DELTA DEVEL15-windows-relnotes-20060718 AUTHOR jaltman@secure-endpoints.com Updates for 1.5.x 2006-07-18 16:03 jaltman * src/WINNT/install/wix/: feature.wxi, files.wxi, property.wxi, lang/de_DE/ActionText.wxi, lang/en_US/ActionText.wxi, lang/en_US/ui.wxi, lang/es_ES/ActionText.wxi, lang/ja_JP/ActionText.wxi, lang/ko_KR/ActionText.wxi, lang/pt_BR/ActionText.wxi, lang/zh_CN/ActionText.wxi, lang/zh_TW/ActionText.wxi: DELTA DEVEL15-windows-wix-2_0_4221-20060718 AUTHOR jaltman@secure-endpoints.com * Updates to WIX installer to support the 2.0.4221 build * Removes unnecessary files from Release Notes 2006-07-17 18:46 jaltman * src/WINNT/afsd/: smb.c, smb.h, smb3.c, smb3.h: DELTA DEVEL15-windows-cifs-rewrite-20060717 AUTHOR jaltman@secure-endpoints.com a re-write of the Tran2 Query File Info, Query Path Info, Set File Info, and Set Path Info functions to make them more readable and ensure correctness. 2006-07-14 19:35 shadow * src/volser/dumpstuff.c: DELTA DEVEL15-aix-largefile-20060714 AUTHOR tkeiser@gmail.com FDH_WRITE can return something great er than an int32 size for largefile 2006-07-13 18:18 shadow * src/vol/purge.c: DELTA DEVEL15-vpurge-needs-no-lock-20060713 AUTHOR shadow@dementia.org don't hold the VOL_LOCK during vpurgevolume volserver's transaction stuff (NewTrans, actually) precludes any problem 2006-07-13 17:58 shadow * src/rxkad/private_data.h: DELTA DEVEL15-rxkad-private-reorder-structures-20060713 AUTHOR shadow@dementia.org based on fix from tkeiser@gmail.com for aix segfaulting issue; keep offsets of cprivate and sprivate's copies of type and level the same 2006-07-13 17:41 shadow * src/auth/: ktc.c, ktc.h: DELTA DEVEL15-tsm-interface-simple-uid-20060713 AUTHOR shadow@dementia.org for now we use afs_uint32 as a uid in the exported interface 2006-07-13 17:23 shadow * src/auth/ktc.h: file ktc.h was initially added on branch openafs-devel-1_5_x. 2006-07-13 17:23 shadow * src/: auth/Makefile.in, auth/ktc.c, tsm41/Makefile.in, tsm41/aix41_auth.c, tsm41/aix41_ident.c, tsm41/aix5_auth.c, tsm41/aix_auth_common.c, tsm41/aix_auth_prototypes.h, tsm41/aix_ident_prototypes.h, tsm41/aix_ktc.c, auth/ktc.h: DELTA DEVEL15-aix-lam-20060712 AUTHOR tkeiser@gmail.com tsm for aix5 2006-07-13 17:08 shadow * src/tsm41/aix41_ident.c: file aix41_ident.c was added on branch openafs-devel-1_5_x on 2006-07-13 17:23:29 +0000 2006-07-13 17:08 shadow * src/tsm41/aix_ident_prototypes.h: file aix_ident_prototypes.h was added on branch openafs-devel-1_5_x on 2006-07-13 17:23:29 +0000 2006-07-13 17:08 shadow * src/tsm41/aix_auth_common.c: file aix_auth_common.c was added on branch openafs-devel-1_5_x on 2006-07-13 17:23:29 +0000 2006-07-13 17:08 shadow * src/tsm41/aix_ktc.c: file aix_ktc.c was added on branch openafs-devel-1_5_x on 2006-07-13 17:23:29 +0000 2006-07-13 17:08 shadow * src/tsm41/: aix41_ident.c, aix5_auth.c, aix_auth_common.c, aix_auth_prototypes.h, aix_ident_prototypes.h, aix_ktc.c: DELTA aix-lam-20060712 AUTHOR tkeiser@gmail.com tsm for aix5 2006-07-13 17:08 shadow * src/tsm41/aix5_auth.c: file aix5_auth.c was added on branch openafs-devel-1_5_x on 2006-07-13 17:23:29 +0000 2006-07-13 17:08 shadow * src/tsm41/aix_auth_prototypes.h: file aix_auth_prototypes.h was added on branch openafs-devel-1_5_x on 2006-07-13 17:23:29 +0000 2006-07-10 19:27 jaltman * src/WINNT/afsd/cm_conn.c: DELTA DEVEL15-windows-wait-rx-hard-dead-time-20060710 AUTHOR jaltman@secure-endpoints.com Don't timeout based upon the LAN Workstation Session Timeout value. Instead wait for the rx hard dead timeout. 2006-07-07 01:15 jaltman * src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/relnote s-frames.htm: file relnotes-frames.htm was initially added on branch openafs-stable-1_4_x. 2006-07-07 01:15 jaltman * src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/relnote s-frames.htm: file relnotes-frames.htm was added on branch openafs-devel-1_5_x on 2006-07-19 04:15:17 +0000 2006-07-06 00:18 jaltman * src/config/NTDllmap.txt: DELTA DEVEL15-windows-dllmap-20060705 AUTHOR jaltman@secure-endpoints.com afsrpc.dll and afsauthent.dll got too big for their allocations. 2006-07-05 20:21 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-3-20060705 AUTHOR shadow@dementia.org make openafs 1.5.3 2006-07-05 19:21 shadow * src/vlserver/NTMakefile: DELTA DEVEL15-windows-vlserver-makefile-correction-20060705 AUTHOR jaltman@secure-endpoints.com so make clean works right (remove vldbint.h) 2006-07-05 18:36 shadow * src/shlibafsrpc/: Makefile.in, mapfile: DELTA DEVEL15-libafsrpc-export-xdr-20060705 AUTHOR shadow@dementia.org " ld: warning: relocation warning: R_SPARC_COPY: file /usr/local/lib/libafsrpc.so: symbol rx_enable_stats: relocation bound to a symbol with STV_PROTECTED visibility Undefined first referenced symbol in file xdr_afs_uint32 /usr/local/lib/libafsauthent.a(ptint.xdr.o) ld: fatal: Symbol referencing errors. No output written to slapd collect2: ld returned 1 exit status " one can guess how that might be less than useful 2006-07-05 17:12 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20060705 AUTHOR jaltman@secure-endpoints.com 1.5.3 == 1.5.0003 2006-07-04 22:43 jaltman * src/WINNT/afsd/: smb.c, smb.h, smb3.c: DELTA DEVEL15-windows-cifs-20060704 AUTHOR jaltman@secure-endpoints.com a mixture of updates to cifs compliance 2006-07-04 21:24 jaltman * src/rx/rx_globals.c: DELTA DEVEL15-ubik-call-sucks-20060704 AUTHOR jaltman@secure-endpoints.com another fix for Windows 2006-07-04 17:05 shadow * src/rx/: rx_globals.c, rx_globals.h: DELTA DEVEL15-ubik-call-sucks-20060704 AUTHOR jaltman@secure-endpoints.com make ubik_Call removal work on Windows. 2006-07-04 06:28 jaltman * src/: NTMakefile, WINNT/afsd/NTMakefile, bozo/NTMakefile, bubasics/NTMakefile, budb/NTMakefile, fsint/NTMakefile, kauth/NTMakefile, libadmin/kas/NTMakefile, libadmin/pts/NTMakefile, libadmin/vos/NTMakefile, libafsauthent/afsauthent.def, libafsrpc/NTMakefile, ptserver/NTMakefile, ptserver/ptclient.c, rx/rx_clock_nt.c, rx/rx_globals.h, rxgen/rpc_parse.c, rxstat/NTMakefile, tviced/NTMakefile, ubik/NTMakefile, update/NTMakefile, vlserver/NTMakefile, volser/NTMakefile: DELTA DEVEL15-ubik-call-sucks-20060704 AUTHOR jaltman@secure-endpoints.com make ubik_Call removal work on Windows. 2006-07-04 06:18 jaltman * src/viced/afsfileprocs.c: DELTA DEVEL15-viced-uninitialized-20060704 AUTHOR jaltman@secure-endpoints.com tcon in XStatsVersion. 2006-07-04 03:57 shadow * src/: ptserver/ptprocs.c, ptserver/ptuser.c, util/casestrcpy.c: DELTA DEVEL15-fileserver-hates-pruclient-20060626 AUTHOR shadow@dementia.org right now there is one struct ubik_client shared by all threads in the fileserve r, which sucks when one has it locked let's, uh, fix that. 2006-07-04 03:51 shadow * src/viced/host.c: DELTA DEVEL15-ubik-call-sucks-20060703 AUTHOR shadow@dementia.org FIXES ubik_Call's pseudo-varargs construction is hideous put it out of its misery where possible 2006-07-03 19:38 shadow * src/rxgen/rpc_hout.c: DELTA DEVEL15-ubik-call-sucks-20060703 AUTHOR shadow@dementia.org FIXES ubik_Call's pseudo-varargs construction is hideous put it out of its misery where possible 2006-07-03 19:07 shadow * src/: afsweb/weblog.c, bucoord/dump_sched.c, bucoord/tape_hosts.c, bucoord/vol_sets.c, bucoord/volstub.c, budb/Makefile.in, butc/tcudbprocs.c, butc/test_budb.c, dauth/Makefile.in, dauth/dlog.c, kauth/Makefile.in, ptserver/Makefile.in, ptserver/ptclient.c, ptserver/ptuser.c, rxgen/rpc_hout.c, rxgen/rpc_main.c, rxgen/rpc_parse.c, rxgen/rpc_util.h, ubik/ubik.p.h, ubik/ubikclient.c, update/Makefile.in, venus/fs.c, viced/host.c, viced/viced.c, vlserver/Makefile.in, volser/vsutils.c: DELTA DEVEL15-ubik-call-sucks-20060703 AUTHOR shadow@dementia.org FIXES ubik_Call's pseudo-varargs construction is hideous put it out of its misery where possible 2006-07-03 18:54 jaltman * src/: afs/SOLARIS/osi_vnodeops.c, libafs/MakefileProto.SOLARIS.in: DELTA DEVEL15-sol10u2-rename-20060703 AUTHOR tkeiser@gmail.com FIXES 34774 In s10u2 the vnode path cache code was modified so that we're no longer guaranteed of having a valid path cache pointer for the lofs mount case. Attached patch changes gafs_rename to deal with this. Patch also removes unnecessary MODLOAD32 build rule from sun4x_510 case. 2006-07-03 18:46 shadow * src/viced/: afsfileprocs.c, host.c, host.h, viced.c: DELTA DEVEL15-fileserver-hates-pruclient-20060626 AUTHOR shadow@dementia.org right now there is one struct ubik_client shared by all threads in the fileserver, which sucks when one has it locked let's, uh, fix that. 2006-07-03 17:11 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20060703 AUTHOR jaltman@secure-endpoints.com notes 2006-07-03 01:46 jaltman * src/WINNT/install/wix/: NTMakefile, files.wxi: DELTA DEVEL15-windows-wix-sdk-20060702 AUTHOR asanka@secure-endpoints.com Move SDK to \Program Files\OpenAFS\SDK 2006-07-03 01:06 jaltman * src/: libafsauthent/afsauthent.def, rx/rx.c, rx/rx_pthread.c, shlibafsauthent/afsauthent.def, util/afsutil.h, util/winsock_nt.c: DELTA DEVEL15-windows-library-cleanup-20060702 AUTHOR jaltman@secure-endpoints.com afs_winsockCleanup 2006-07-03 01:06 jaltman * src/auth/NTMakefile: DELTA DEVEL15-windows-afsauth-krb-20060702 AUTHOR jaltman@secure-endpoints.com Build the afsuth.krb library 2006-07-03 01:04 jaltman * src/WINNT/install/NSIS/OpenAFS.nsi: DELTA DEVEL15-windows-nsis-sdk-20060702 AUTHOR jaltman@secure-endpoints.com Move SDK to Program Files\OpenAFS\SDK 2006-07-03 01:03 jaltman * src/WINNT/afsd/: afskfw.c, afskfw.h, afslogon.c: DELTA DEVEL15-windows-afslogon-pr_end-20060702 AUTHOR jaltman@secure-endpoints.com * do not attempt to copy kfw krb5 creds if integrated logon disabled * disable use of automatic registration from afslogon.dll. calling pr_Initialize() results in rx_Init() being called which creates threads that prevent safe unloading of the dll. This is causing crashes in third party applications that call CreateProcessAsUser() which in turn temporarily loads afslogon.dll. * add life_to_time to afskfw.c in order remove the link to the rxkad and des libraries 2006-07-01 05:02 shadow * src/butc/: dbentries.c, list.c, recoverDb.c, tcmain.c, tcprocs.c: DELTA DEVEL15-butc-prototyping-20060701 AUTHOR shadow@dementia.org have some prototypes happy july 1 and what a crappy day it is 2006-06-30 19:47 shadow * src/cmd/cmd.c: DELTA DEVEL15-libcmd-support-version-switch-20060630 AUTHOR shadow@dementia.org well, i guess adm will be sad until it exports AFSVersion, but, life is hard. 2006-06-30 14:07 shadow * src/afs/SOLARIS/osi_vfsops.c: DELTA DEVEL15-solaris-vfsops-20060629 AUTHOR tkeiser@gmail.com FIXES fix symbol binding for modern solaris 10 patches (6/06) which kills a few we didn't need anyway 2006-06-30 14:00 shadow * src/vol/vol-salvage.c: DELTA DEVEL15-salvager-20060628 AUTHOR tkeiser@gmail.com FIXES make ClearROInUseBit actually do it 2006-06-30 00:18 shadow * src/butc/tcmain.c: DELTA DEVEL15-rxbind-typo-fix-20060629 AUTHOR wingc@engin.umich.edu FIXES 34634 kill this obvious typo 2006-06-29 23:27 jaltman * src/rxkad/ticket5.c: DELTA DEVEL15-rxkad-rt34568-20060629 AUTHOR jaltman@secure-endpoints.com FIXES 34568 The use of strncmp() results in p->v5_str being treated as matching prefix instead of as the complete string. This causes "ftpa" to be considered a match for "ftp". 2006-06-28 15:01 jaltman * src/WINNT/afsd/: cm_scache.c, cm_scache.h, cm_vnodeops.c: DELTA DEVEL15-windows-bulkstat-eaccess-20060628 AUTHOR jaltman@secure-endpoints.com New CM_SCACHEFLAG_EACCESS flag is used to track whether the status information was the result of an EACCESS error during an inline bulk status call. If so, we have a callback but did not get any status info. When this flag is set we include the entry in future bulk status calls but otherwise treat the cm_scache entry as if it has a valid callback. The callback will be revoked if the ACLs on the object changes. 2006-06-28 05:34 jaltman * src/WINNT/afsd/: cm_access.c, cm_conn.h, cm_scache.c, cm_vnodeops.c, smb.c, smb3.c: DELTA DEVEL15-windows-inlinebulkstat-20060628 AUTHOR jaltman@secure-endpoints.com fix the timeout conditional and error handling so that all directory entries will be processed. now there is a problem in which transitioning from no tokens to tokens does not result in refreshed data. something to look into. 2006-06-28 03:24 jaltman * src/WINNT/afsd/: cm_callback.c, cm_scache.c, cm_server.c, cm_server.h, cm_vnodeops.c, cm_vnodeops.h, smb.c, smb3.c: DELTA DEVEL15-windows-inlinebulkstat-20060627 AUTHOR jaltman@secure-endpoints.com Activate previously implemented TryBulkStat code. Due to incorrect comparisons the code was never executed. Add support for InlineBulkStat with fallback to BulkStat and increase the size of CM_BULKMAX to 150. (3 * AFSCBMAX) Add CM_SERVERFLAG_NOINLINEBULK to track support for InlineBulkStat. Clear flag during InitCallbackState. 2006-06-27 22:53 jaltman * src/WINNT/afsd/cm_ioctl.c: DELTA DEVEL15-windows-fs-uuid-part-two-20060627 AUTHOR jaltman@secure-endpoints.com force new connections after uuid change 2006-06-27 22:19 jaltman * src/WINNT/afsd/: cm_ioctl.c, cm_ioctl.h, fs.c, smb_iocons.h, smb_ioctl.c: DELTA DEVEL15-windows-fs-uuid-20060627 AUTHOR jaltman@secure-endpoints.com fs uuid [-generate] 2006-06-27 21:54 jaltman * src/WINNT/afsd/cm_callback.c: DELTA DEVEL15-windows-uninitialized-vars-20060627 AUTHOR jaltman@secure-endpoints.com uninitialized pointers when dereferenced do bad things 2006-06-27 15:40 jaltman * src/WINNT/afsd/: cm_conn.c, cm_scache.c, smb.h, smb3.c: DELTA DEVEL15-windows-cleanup-20060627 AUTHOR jaltman@secure-endpoints.com * fix UAEACCES debug string * assign scachetype invalid when invalid * smb_WriteData prototype * update T2 search dir debug message to include unique 2006-06-27 04:04 jaltman * src/WINNT/afsd/smb3.c: DELTA DEVEL15-windows-do-not-release-null-20060626 AUTHOR jaltman@secure-endpoints.com uidp can be null. if so, do not release. 2006-06-26 16:20 rra * src/: venus/cmdebug.c, xstat/xstat_cm.c, xstat/xstat_fs.c: DELTA DEVEL15-afsutil-includes-20060623 AUTHOR wingc@engin.umich.edu Include for prototypes of afs_inet_ntoa and afs_inet_ntoa_r. 2006-06-26 05:48 jaltman * src/WINNT/install/wix/registry.wxi: DELTA DEVEL15-windows-wix-path-key-fix-20060625 AUTHOR asanka@secure-endpoints.com properly set the path key 2006-06-26 02:25 jaltman * src/WINNT/afsreg/: afsreg.h, afssw.c: DELTA DEVEL15-windows-32bit-tools-client-dir-20060625 AUTHOR jaltman@secure-endpoints.com Modify afssw_GetClientInstallDir to check both the registry for both the full client installation as well as the 32-bit tools installation for the Client Install Pathname. 2006-06-26 02:19 jaltman * src/WINNT/install/wix/files.wxi: DELTA DEVEL15-windows-wix-client-path-20060625 AUTHOR jaltman@secure-endpoints.com move tag to a component that will be installed as part of the 32-bit tools so that Client\Program is added to the PATH. 2006-06-25 21:45 jaltman * src/WINNT/afsd/cm_callback.c: DELTA DEVEL15-windows-largefile-support-20060625 AUTHOR jaltman@secure-endpoints.com don't clear the no64bit when there is no server 2006-06-25 17:58 jaltman * src/WINNT/aklog/NTMakefile: DELTA DEVEL15-windows-aklog-64bit-20060625 AUTHOR qdong@mit.edu Prepare makefile to link against kfw 64-bit libs when they are available. 2006-06-25 17:54 jaltman * src/WINNT/afsapplib/: al_creds.cpp, al_error.cpp, al_help.cpp, al_misc.cpp, al_progress.cpp, al_pump.cpp, al_wizard.cpp, checklist.cpp, ctl_date.cpp, ctl_elapsed.cpp, ctl_sockaddr.cpp, ctl_spinner.cpp, ctl_time.cpp, dialog.cpp: DELTA DEVEL15-windows-64bit-type-safety-20060625 AUTHOR qdong@mit.edu Type casting 2006-06-25 16:58 jaltman * src/WINNT/client_exp/lang/NTMakefile: DELTA DEVEL15-windows-cleanup-20060625 AUTHOR jaltman@secure-endpoints.com cleanup AFS_component_version_number.h 2006-06-25 15:01 jaltman * src/WINNT/install/wix/NTMakefile: DELTA DEVEL15-windows-wix-tools-on-i386-only-20060625 AUTHOR jaltman@secure-endpoints.com only build the 32-bit tools installer on i386 2006-06-25 14:57 jaltman * src/WINNT/install/NSIS/OpenAFS.nsi: DELTA DEVEL15-windows-nsis-help-files-install-location-20060625 AUTHOR jaltman@secure-endpoints.com place the help files in the correct location 2006-06-25 01:51 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA DEVEL15-windows-report-quota-diskfull-20060624 AUTHOR jaltman@secure-endpoints.com overquota and diskfull errors are detected while writing dirty buffers to the file server. A flag is set on the scp so that the error can be returned to the caller. cm_FSync was clearing the flag without returning the error. This permitted calls to Win32 WriteFile to report success even when they failed. 2006-06-24 20:41 jaltman * src/: WINNT/afsd/NTMakefile, WINNT/afsd/cm.h, WINNT/afsd/cm_callback.c, WINNT/afsd/cm_conn.c, WINNT/afsd/cm_conn.h, WINNT/afsd/cm_daemon.c, WINNT/afsd/cm_dcache.c, WINNT/afsd/cm_dir.c, WINNT/afsd/cm_freelance.c, WINNT/afsd/cm_scache.c, WINNT/afsd/cm_scache.h, WINNT/afsd/cm_server.c, WINNT/afsd/cm_server.h, WINNT/afsd/cm_user.c, WINNT/afsd/cm_utils.c, WINNT/afsd/cm_vnodeops.c, WINNT/afsd/cm_volume.c, WINNT/afsd/smb.c, WINNT/afsd/smb.h, WINNT/afsd/smb3.c, WINNT/afsd/smb3.h, WINNT/afsd/smb_ioctl.c, WINNT/afsd/smb_ioctl.h, libafsrpc/afsrpc.def: DELTA DEVEL15-windows-largefile-support-20060623 AUTHOR asanka@secure-endpoints.com This patch adds large file support (> 2GB) to the CIFS server and the cache manager. It also corrects a significant oversight where the definition of struct rx_call was inconsistent due to a failure to define AFS_PTHREAD_ENV prior to including rx.h in all source files. This prevented all errors during rx_Read and rx_Write to be ignored. 2006-06-24 16:24 rra * src/cf/kerberos.m4: DELTA DEVEL15-rhel3-krb524-checking-20060624 AUTHOR rra@stanford.edu FIXES 30589 Check for krb524 functions in libkrb524 if not found in libkrb5 so that the Kerberos v5 support will build on RHEL3. Thanks to Derek Atkins for the debugging and testing. 2006-06-24 14:10 jaltman * src/viced/: NTMakefile, callback.c: DELTA DEVEL15-windows-viced-cbd-20060624 AUTHOR jaltman@secure-endpoints.com don't break platforms other than Windows 2006-06-24 02:49 jaltman * src/WINNT/install/wix/files.wxi: DELTA DEVEL15-windows-wix-help-files-install-location-20060623 AUTHOR asanka@secure-endpoints.com place the help files in the correct location 2006-06-23 03:34 jaltman * src/WINNT/afsd/cm_scache.c: DELTA DEVEL15-windows-cm_syncop-buflocked-20060622 AUTHOR jaltman@secure-endpoints.com If cm_SyncOp is called with the buffer locked, it must be returned locked even on error. 2006-06-22 21:54 jaltman * src/WINNT/afsd/afsd_init.c: DELTA DEVEL15-windows-no-freelance-vldb-failover-20060622 AUTHOR jaltman@secure-endpoints.com When Freelance mode is not in use the cache manager must load the root.afs volume of the default cell in order to be able to start. Unfortunately, if the first vlserver fails the request to obtain the volume information will timeout and no retries will be performed. This patch performs up to 10 retries in the initialization code in order to enable the vlservers to be marked down so that failover can occur. 2006-06-21 20:40 jaltman * src/viced/NTMakefile: DELTA DEVEL15-windows-viced-cbd-20060621 AUTHOR jaltman@secure-endpoints.com typo 2006-06-20 22:10 jaltman * src/viced/: NTMakefile, callback.c: DELTA DEVEL15-windows-viced-cbd-20060620 AUTHOR jaltman@secure-endpoint.com build the callback debug utility 2006-06-20 21:40 shadow * src/: export/Makefile.in, libafs/Makefile.common.in, libafs/MakefileProto.AIX.in, libuafs/Makefile.common.in, libuafs/MakefileProto.AIX.in, vol/vol-salvage.c, volser/dumpstuff.c: DELTA DEVEL15-aix-largefile-cleanup-20060620 AUTHOR tkeiser@gmail.com some largefile cleanup and other minor aix tweaking 2006-06-20 20:59 jaltman * src/libafsrpc/afsrpc.def: DELTA DEVEL15-windows-afsrpc-exports-20060620 AUTHOR jaltman@secure-endpoints.com New functions: rx_InitHost, rx_NewServiceHost 2006-06-20 20:37 jaltman * src/: bozo/bosserver.c, budb/server.c, butc/tcmain.c, kauth/kaserver.c, ptserver/ptserver.c, update/server.c, vlserver/vlserver.c, volser/volmain.c: DELTA DEVEL15-rxbind-for-servers-20060620 AUTHOR jaltman@secure-endpoints.com do not call parseNetFile on Windows where the function does not exist 2006-06-20 20:03 jaltman * src/viced/host.c: DELTA DEVEL15-viced-findclient-do-not-return-wrong-client-20060620 AUTHOR jhutz@cs.cmu.edu In h_FindClient_r it was possible for the wrong client to be returned and worse for it to be returned without the reference count being incremented. 2006-06-20 14:53 jaltman * src/viced/host.c: DELTA DEVEL15-viced-deadlock-20060620 AUTHOR rtb@pclella.cern.ch FIXES 34073 * checks for client == oldClient * drops the H_LOCK prior to obtaining the WriteLock on oldClient in order to prevent a deadlock 2006-06-15 15:52 shadow * src/: afs/afs_pioctl.c, afsd/afsd.c, venus/fs.c: DELTA DEVEL15-fs-getcache-show-more-20060615 AUTHOR hozer@hozed.org show more info about cache usage, optionally 2006-06-15 15:45 shadow * src/afs/afs_util.c: DELTA DEVEL15-linux-current-already-used-20060615 AUTHOR hozer@hozed.org FIXES don;'t conflict on use of current 2006-06-15 15:20 shadow * src/rx/rx_getaddr.c: DELTA DEVEL15-getaddr-avoid-looping-20060615 AUTHOR shadow@dementia.org so it would be good to count these all off oops 2006-06-13 03:52 shadow * src/rx/rx_getaddr.c: DELTA DEVEL15-getaddr-skip-loopbacks-version-for-macos-20060613 AUTHOR shadow@dementia.org so rxbind does something sensible 2006-06-13 00:29 shadow * src/ptserver/ptserver.c: DELTA DEVEL15-rxbind-for-servers-20060612 AUTHOR shadow@dementia.org FIXES 32308 support -rxbind switch for servers 2006-06-13 00:01 shadow * src/vol/namei_ops.c: DELTA DEVEL15-namei-dec-drop-lock-20060612 AUTHOR shadow@dementia.org FIXES 17638 unsure why yet, or even if, but this is all that makes sense 2006-06-12 21:56 shadow * src/: bozo/bosserver.c, budb/server.c, butc/tcmain.c, kauth/kaserver.c, ptserver/ptserver.c, rx/rx.c, rx/rx.h, rx/rx_prototypes.h, ubik/ubik.c, update/server.c, viced/viced.c, vlserver/vlserver.c, volser/volmain.c: DELTA DEVEL15-rxbind-for-servers-20060612 AUTHOR shadow@dementia.org FIXES 32308 support -rxbind switch for servers 2006-06-12 16:25 shadow * src/config/: param.alpha_linux_24.h, param.alpha_linux_26.h, param.amd64_linux24.h, param.amd64_linux26.h, param.i386_linux24.h, param.i386_linux26.h, param.i386_umlinux24.h, param.i386_umlinux26.h, param.ia64_linux24.h, param.ia64_linux26.h, param.parisc_linux24.h, param.ppc64_linux24.h, param.ppc64_linux26.h, param.ppc_linux24.h, param.ppc_linux26.h, param.s390_linux24.h, param.s390_linux26.h, param.s390x_linux24.h, param.s390x_linux26.h, param.sparc64_linux24.h, param.sparc64_linux26.h, param.sparc_linux24.h: DELTA DEVEL15-linux-enable-gcpags-20060612 AUTHOR shadow@dementia.org enable gcpags 2006-06-12 04:27 shadow * src/rx/rx.c: DELTA DEVEL15-recvackpkt-count-acks-and-open-cong-window-20060612 AUTHOR chas@cmf.nrl.navy.mil "the non AFS_GLOBAL_RXLOCK_KERNEL version of rxi_ReceiveAckPacket() wasnt counting 'hard' acks and not opening the congestion window. using rx_Readv() directs the incoming packets into the target iov, and sends a hard ack (skipping soft acks). " 2006-06-08 21:22 jaltman * src/WINNT/afsd/cm_scache.c: DELTA DEVEL15-windows-scache-recycle-fix-20060608 AUTHOR jaltman@secure-endpoints.com do not special case freelance entries 2006-06-07 23:31 jaltman * src/WINNT/afsd/smb3.c: DELTA DEVEL15-windows-cifs-std-info-take-two-20060607 AUTHOR jaltman@secure-endpoints.com The "is a directory" value was being set one field beyond the end of the Standard Info reply structure. 2006-06-07 05:03 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-devel-1-5-2-20060607 AUTHOR shadow@dementia.org 1.5.2 2006-06-07 04:56 shadow * src/viced/host.c: DELTA DEVEL15-no-client-tcon-20060607 AUTHOR cg2v@andrew.cmu.edu remove client->tcon and avoid locking issues 2006-06-07 04:40 shadow * src/viced/: host.c, host.h, viced.c: DELTA DEVEL15-no-client-tcon-20060607 AUTHOR cg2v@andrew.cmu.edu remove client->tcon and avoid locking issues 2006-06-07 04:28 shadow * acinclude.m4, src/util/serverLog.c: DELTA DEVEL15-openlog-consistency-20060607 AUTHOR cg2v@andrew.cmu.edu open logs consistently so assert logging is appended 2006-06-07 04:23 shadow * src/shlibafsrpc/Makefile.in: DELTA DEVEL15-synchronize-xdr-20060606 AUTHOR rra@stanford.edu Include the same set of xdr objects in the shared libafsrpc as are included in the static libafsrpc. 2006-06-06 17:00 jaltman * src/WINNT/afsd/: cm_vnodeops.c, smb.c, smb3.c: DELTA DEVEL15-windows-smb-mountpt-is-dir-20060606 AUTHOR jaltman@secure-endpoints.com Be consistent about reporting mountpoints and invalid links as directories to the CIFS client. 2006-06-06 14:47 jaltman * src/WINNT/: client_exp/NTMakefile, eventlog/lang/NTMakefile, install/loopback/NTMakefile, license/NTMakefile: DELTA DEVEL15-windows-makefile-clean-20060606 AUTHOR jaltman@secure-endpoints.com cleanup additional files 2006-06-05 03:26 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA DEVEL15-windows-version-20060604 AUTHOR jaltman@secure-endpoints.com 1.5.0002 2006-06-05 01:37 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA DEVEL15-windows-notes-20060604 AUTHOR jaltman@secure-endpoints.com updates 2006-06-04 06:14 shadow * src/viced/host.c: DELTA DEVEL15-viced-swap-old-cbcon-diff-20060603 AUTHOR jaltman@secure-endpoints.com FIXES 32985 swap cbconn when other side changes IPs 2006-06-03 18:01 jaltman * src/WINNT/afsd/: cm_conn.c, cm_ioctl.c, cm_scache.c, cm_scache.h, cm_utils.c, cm_vnodeops.c: DELTA DEVEL15-windows-scache-recycle-20060603 AUTHOR jaltman@secure-endpoints.com A deadlock was detected when performing "fs flushall" if the file server reports VNOVNODE. The scp->createBufferLock is already held by the current thread and there is no mechanism to propagate the knowledge. Therefore, an alternate mechanism for clearing the cache must be developed. A new function cm_RecycleSCache(scp,flags) has been extracted from cm_GetNewSCache(). This function performs the task of recycling an cm_scache_t object. When called from cm_GetNewSCache() with no flags the expectation is that there are no associated buffers that are queued to be read or written. When called from cm_Analyze() with the CM_SCACHE_RECYCLEFLAG_DESTROY_BUFFERS flag, any queued buffers will be de-queued and marked as if the operations were performed so the data can be discarded. This patch also addresses the following issues: * CM_ERROR codes were logged as "unknown" by cm_Analyze. * In response to VNOVNODE, the parent is only discarded if the current cm_scache_t is not a directory. * In the Ioctl FlushFile and FlushVolume functions, there were no checks to protect against flushing the Freelance SCache entries. * In FlushFile, the wrong cm_scache_t object was being released. * In cm_GetNewSCache, do not allow Freelance SCache entries to be recycled. Choose a new entry if cm_RecycleSCache fails. 2006-06-02 21:25 shadow * src/afs/VNOPS/afs_vnop_flock.c: DELTA DEVEL15-flock-handle-uae-errors-20060601 AUTHOR cg2v@andrew.cmu.edu handle uae versions of errors for flock locks 2006-06-01 16:02 shadow * src/afs/VNOPS/afs_vnop_flock.c: DELTA DEVEL15-flock-handle-uae-errors-20060601 AUTHOR cg2v@andrew.cmu.edu handle uae versions of errors for flock locks 2006-06-01 15:58 shadow * src/afs/LINUX/osi_vfsops.c: DELTA DEVEL15-linux-vfsops-remove-redundant-code-20060601 AUTHOR jbuehler@spirentcom.com FIXES 32783 remove redundancy 2006-06-01 15:50 shadow * src/rx/rx_rdwr.c: DELTA DEVEL15-rx-rdwr-type-casting-20060523 AUTHOR jaltman@secure-endpoints.com type cast correctly 2006-06-01 15:49 shadow * src/afs/afs_util.c: DELTA DEVEL15-md5-formerly-fbsd-saddr-wtf-20060601 AUTHOR rees@umich.edu seemlingly unrelated change in with some other stuff, so i can't just pull or leave it 2006-06-01 15:42 shadow * src/WINNT/afsd/: cm_scache.c, smb.c, smb3.c: DELTA DEVEL15-windows-smb-fid-faster-20060531 AUTHOR jaltman@secure-endpoints.com Speed up the performance of the cache manager by not holding the smb_fid_t mutex across calls to cm_SyncOp and AFS RPCs. Ensure that all smb_fid_t flag references are protected. 2006-06-01 15:41 shadow * src/rx/rx_getaddr.c: DELTA DEVEL15-fix-rx-getaddr-20060531 AUTHOR shadow@dementia.org 2006-06-01 15:41 shadow * src/WINNT/afsd/smb.c: DELTA DEVEL15-windows-smb-fid-deadlock-20060530 AUTHOR jaltman@secure-endpoints.com remove a deadlock introduced in 1.4.1 2006-06-01 15:40 shadow * src/WINNT/afsd/: cm_access.c, cm_callback.c, cm_scache.c: DELTA DEVEL15-windows-get-acls-20060528 AUTHOR jaltman@secure-endpoints.com It is possible to have a valid callback but not to have the required ACL info for the current user. Force acquisition of a FetchStatus but do so without making multiple calls. 2006-06-01 15:40 shadow * src/WINNT/afsd/smb3.c: DELTA DEVEL15-windows-hexdump-fix-20060528 AUTHOR jaltman@secure-endpoints.com do not allow unquoted percent signs to be logged 2006-06-01 15:40 shadow * src/WINNT/afsd/cm_access.c: DELTA DEVEL15-windows-access-fetchstatus-20060526 AUTHOR jaltman@secure-endpoints.com Do not call cm_GetCallback() directly. Always use cm_SyncOp(CM_SCACHESYNC_NEEDCALLBACK) 2006-06-01 15:40 shadow * src/WINNT/afsd/: cm_buf.c, cm_scache.c, smb.c, smb.h: DELTA DEVEL15-windows-dynamic-thread-priority-20060525 AUTHOR jaltman@secure-endpoints.com Dynamically adjust the priority of server threads based upon the age of the cifs request that is being processed. Bump the priority one level for each 15 seconds of age. 2006-06-01 15:39 shadow * src/WINNT/: afsd/cm_aclent.c, afsd/cm_scache.c, afsd/cm_vnodeops.c, client_osi/libosi.def, client_osi/osiqueue.c, client_osi/osiqueue.h, client_osi/osisleep.c: DELTA DEVEL15-windows-head-tail-queue-removal-20060525 AUTHOR jaltman@secure-endpoints.com while investigating the cause of the delayed write errors it was observed that all of the sleep queues are LIFO. This has the side effect of encouraging starvation. Changing the queues to FIFOs revealed a serious problem affecting the use of all queues which use both head and tail pointers. The removal function osi_QRemove does not take a tail pointer and therefore the pointer is always left hanging. If the number of elements ever drops to zero the queue becomes corrupted. Added osi_QRemoveHT to be used whenever head and tail pointers are used. Updated all callers in afsd. 2006-06-01 15:39 shadow * src/WINNT/afsd/: smb.c, smb3.c: DELTA DEVEL15-windows-smb-mods-20060524 AUTHOR jaltman@secure-endpoints.com Prevent smb_FindVCP from returning dead virtual circuits Treat "*." as an alias for "all" 2006-06-01 15:39 shadow * src/rx/rx_getaddr.c: DELTA DEVEL15-getaddr-skip-loopbacks-version-for-macos-20060523 AUTHOR shadow@dementia.org so rxbind does something sensible 2006-06-01 15:38 shadow * src/rxkad/: private_data.h, rxkad_client.c, rxkad_common.c: DELTA DEVEL15-rxkad-var-tkt-len-20060523 AUTHOR reuter@rzg.mpg.de FIXES 31966 allocate memory for struct rxkad_cprivate based upon the actual ticket size not the max ticket size 2006-06-01 15:38 shadow * src/WINNT/aklog/aklog.c: DELTA DEVEL15-windows-aklog-afsid-lookup-20060519 AUTHOR jaltman@secure-endpoints.com if the cell matches the realm, do not lookup with realm 2006-06-01 15:37 shadow * src/WINNT/afsd/smb.c: DELTA DEVEL15-windows-smb-vcp-cleanup-races-20060511 AUTHOR jaltman@secure-endpoints.com Only allow one thread to mark the vcp dead 2006-06-01 15:36 shadow * src/viced/afsfileprocs.c: DELTA DEVEL15-viced-writevalloc-dont-vtakeoffline-20060510 AUTHOR shadow@dementia.org random errors shouldn't take the volume offline 2006-06-01 15:36 shadow * src/WINNT/afsd/: cm_daemon.c, cm_server.c, cm_server.h: DELTA DEVEL15-windows-addr-change-mods-20060509 AUTHOR jaltman@secure-endpoints.com When the client changes IP addresses, in order to obtain optimal performance it must: (1) force the replacement of all existing rx connections (2) ping all up and down servers 2006-06-01 15:36 shadow * src/WINNT/afsd/afsd_service.c: DELTA DEVEL15-windows-less-power-mgmt-logging-20060508 AUTHOR jaltman@secure-endpoints.com comment out some of the power mgmt log entries reducing the size of afsd_init.log 2006-06-01 15:36 shadow * src/WINNT/afsd/smb.c: DELTA DEVEL15-windows-smb-vcp-clean-20060508 AUTHOR jaltman@secure-endpoints.com don't grab the vcp mutex after releasing the vcp 2006-06-01 15:36 shadow * src/WINNT/client_osi/osibasel.c: DELTA DEVEL15-windows-osi-lock-validate-20060508 AUTHOR jaltman@secure-endpoints.com perform lock type validation 2006-06-01 15:36 shadow * src/packaging/MacOS/buildpkg.sh: DELTA DEVEL15-macos-packaging-oops-20060508 AUTHOR shadow@dementia.org no plugin yet 2006-06-01 15:35 shadow * src/viced/host.c: DELTA DEVEL15-viced-host-mobile-client-20060505 AUTHOR jaltman@secure-endpoints.com log the old addr, not the new one 2006-06-01 15:35 shadow * src/des/NTMakefile: DELTA DEVEL15-windows-manifests-20060505 AUTHOR jaltman@secure-endpoints.com embed manifests when building tools needed for building OpenAFS 2006-06-01 15:35 shadow * src/viced/host.c: DELTA DEVEL15-viced-host-logging-20060505 AUTHOR jaltman@secure-endpoints.com another place where dotted notation and port numbers were not being used in log output. 2006-06-01 15:35 shadow * src/WINNT/install/wix/files.wxi: DELTA DEVEL15-windows-wix-vs8-20060505 AUTHOR jaltman@secure-endpoints.com Enable wix installers to build with VS8 compiler on X86 2006-06-01 15:31 shadow * src/viced/afsfileprocs.c: DELTA DEVEL15-viced-hcps-logging-20060504 AUTHOR jaltman@secure-endpoints.com log whenever a client host does not have an hcps value. log the host by dotted ip-addr and port number 2006-04-30 04:58 jaltman * src/WINNT/afsd/smb3.c: DELTA windows-ansi-filenames-fix-20060430 AUTHOR d00-tga@d.kth.se FIXES 31202 Remember to perform an OemToChar() conversion of the file name being queried in Trans2QueryFileInfo 2006-04-27 15:49 jaltman * src/WINNT/afsd/: cm_buf.c, cm_vnodeops.c, smb.c, smb.h, smb3.c, smb3.h: DELTA windows-deadlock-and-race-removal-20060427 AUTHOR jaltman@secure-endpoints.com This patch fixes: * race conditions around cm_Lock() calls that were not protected by cm_SyncOp(LOCK) [asanka@secure-endpoints.com] * deadlocks caused by obtaining smb_fid_t->mx after cm_scache_t->mx * removes an extra Release smb_fid_t->mx that could result in releasing a mutex that is not currently held * changes the log representation of several return codes and fids to be consistent with other output 2006-04-26 15:43 shadow * src/: vol/clone.c, vol/ihandle.h, vol/namei_ops.c, vol/purge.c, volser/dumpstuff.c: DELTA namei-delay-fsync-20060426 AUTHOR rtb@pclella.cern.ch FIXES 30632 group fsync calls to speed up operations 2006-04-26 15:40 shadow * src/afs/LINUX/osi_probe.c: DELTA os-probe-linux-2-6-9-20060426 AUTHOR warlord@mit.edu FIXES 30514 make this work on 2.6.9 2006-04-26 15:36 shadow * src/config/Makefile.config.in, src/cf/osconf.m4, acinclude.m4, src/pam/Makefile.in: DELTA pam-configure-optmz-20060426 AUTHOR hanke@rzg.mpg.de FIXES 30659 get rid of hardcoded optimize flags 2006-04-26 15:22 jaltman * src/vlserver/vlserver.c: DELTA vlserver-rxmaxmtu-fix-20060426 AUTHOR d00-tga@d.kth.se use 'index' as offset to argv 2006-04-26 15:03 shadow * src/afs/afs_util.c: DELTA md5-fix-20060426 AUTHOR shadow@dementia.org the user struct macros hate us 2006-04-26 13:56 jaltman * src/afs/LINUX/osi_probe.c: DELTA linux-probe-missing-commas-20060426 AUTHOR jaltman@secure-endpoints.com FIXES 30977 Add missing commas for non-2.6 x86_64 platforms 2006-04-25 06:40 jaltman * src/viced/afsfileprocs.c: DELTA viced-write-locking-fix-20060425 AUTHOR jaltman@secure-endpoints.com According to src/libacl/prs_fs.h the PRSFS_LOCK privilege is only supposed to control read-locks. The PRSFS_WRITE and PRSFS_INSERT privileges are supposed to control write-locks. 2006-04-24 15:02 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA windows-version-20060424 AUTHOR jaltman@secure-endpoints.com 1.5.1 2006-04-24 15:00 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA windows-notes-20060424 AUTHOR jaltman@secure-endpoints.com notes for 1.5.1 2006-04-24 14:25 jaltman * src/WINNT/pthread/: pthread.c, pthread.def: DELTA windows-pthread-cleanup-20060424 AUTHOR jaltman@secure-endpoints.com A number of crash reports have been filed with Microsoft in afspthread.dll. The crashes are occuring as the processes are terminating. In order to attempt to address this problem this patch adds support for a DllMain() entry point that is used to cleanup Thread Local Storage and the various RX queues. One theory is that processes are loading and unloading DLLs that are linked to afspthread.dll leaving the pthread data in a very inconsistent state after each unload. By cleaning up the static data during the unload, if afspthread is loading again it will be forced to initialize the data once again. 2006-04-22 19:44 jaltman * src/WINNT/afsd/: cm_access.c, cm_access.h, cm_aclent.c, cm_aclent.h, cm_ioctl.c, cm_scache.c, cm_scache.h, cm_user.h, cm_vnodeops.c, smb.c, smb.h, smb3.c: DELTA windows-insert-locking-without-afsid-20060422 AUTHOR jaltman@secure-endpoints.com This patch disables the lookup of the user's AFSID and instead solves the problem by tracking which cm_user_t created the file. If the user is unable to obtain a write lock and is the creator, then we check for the Insert bit. Otherwise, we deny access. 2006-04-22 03:45 jaltman * src/WINNT/afsd/: lanahelper.cpp, smb3.c: DELTA windows-vista-20060421 AUTHOR jaltman@secure-endpoints.com Vista has a bug in the Netbios ADAPTER_STATUS output in which the first four bytes of the MAC address with 127.0.0.1. We must check for that when searching for the Loopback Adapter. 2006-04-21 15:08 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA windows-notes-20060421 AUTHOR jaltman@secure-endpoints.com updates post 1.5.0 2006-04-21 15:03 jaltman * src/WINNT/afsd/afsd_init.c: DELTA windows-rx-init-fallback-20060421 AUTHOR jaltman@secure-endpoints.com when the cache manager is being frequently restarted (especially during debugging) the 7001/udp port is often not freed appropriately. This prevents the cache manager from running. This patch allows the cache manager to retry with a random port number. 2006-04-21 14:58 rees * src/: afsd/afs.rc.obsd, packaging/OpenBSD/buildpkg.sh, packaging/OpenBSD/postinstall: DELTA openbsd-packaging-20060421 AUTHOR rees@umich.edu Use tar and shell scripts instead of pkg_ for packaging. The new package system apparently depends on ports and can't be used standalone. 2006-04-21 13:52 jaltman * src/WINNT/install/wix/files.wxi: DELTA windows-wix-20060421 AUTHOR jaltman@secure-endpoints.com missing close paren 2006-04-21 04:57 jaltman * src/WINNT/install/wix/oafwbins.wxs: DELTA windows-wix-32bit-tools-20060420 AUTHOR asanka@secure-endpoints.com Add support for build a 32-bit tools package for use on 64-bit Windows. 2006-04-20 18:52 jaltman * src/WINNT/afsd/: cm_scache.h, cm_vnodeops.c: DELTA windows-client-side-locking-20060420 AUTHOR asanka@secure-endpoints.com In order to make the client side locking more usable, if the client is denied a lock by the server and the user only has read privileges, then we will allocate a local lock. Local locks are not allocated for write locks. There is a bug in the file server locking dating back to at least AFS 3.1 in which the lock privilege is used for read, write and insert locks. According to the docs, the lock privilege is only supposed to control read locks. Write locks on new and existing files are supposed to be controlled by the Write and Insert privileges. This will be fixed in the file server by another commit. 2006-04-20 17:19 jaltman * src/libafsauthent/afsauthent.def: DELTA windows-query-afsid-20060420 AUTHOR jaltman@secure-endpoints.com Export functions missing from the UNIX version and the PR_ functions required by the Windows Cache Manager. 2006-04-20 17:18 jaltman * src/WINNT/afsd/: NTMakefile, cm_ioctl.c, cm_user.h: DELTA windows-query-afsid-20060420 AUTHOR jaltman@secure-endpoints.com In order to properly handle the local allocation of locks the cache manager must enforce the locking rules associated with PRSFS_WRITE and PRSFS_INSERT and PRSFS_LOCK. Insert affects "new files" which in AFS are defined as any file that is owned by the user. Therefore, we must know the afsid of the user so that it can be compared to owner of the file. This commit includes a query using PR_SNameToId where the name is the name specified by the entity setting the token. There does not currently exist a Protection Service RPC to return the AFSID of the entity that the rx connection was authenticated as. Such a function will have to be added in order to make this functionality secure. 2006-04-17 18:59 shadow * src/rx/rx_packet.c: DELTA rx-dpf-20060417 AUTHOR jaltman@secure-endpoints.com fix dpf to print the right thing and not simply fail to compile 2006-04-17 15:20 jaltman * src/volser/dumpstuff.c: DELTA volser-dump-validate-input-20060417 AUTHOR jaltman@secure-endpoints.com This patch adds code to perform return code error checking for all calls to the ReadXyz() routines. If the rx connection was lost or if the dump format being parsed was incorrect there was an opportunity for data to the processed after an error had already been detected. In the best case this would have simply resulted in additional work being performed when it was not necessary but there was also the potential for modifying return values which would later be used as input to later operations. Better to simply catch the error when it initially occurs and be done with it. The ReadString() function had the potential to write into one byte prior to the start of the input array. ProcessIndex() would not properly close Fdhandle nor the StreamHandle if an error was detected. RestoreVolume() had a problem with the processing of incremental dumps. Originally AFS supported a concept of incrementals dumps which when restored would simply add their contents to the existing volume. One of the distinctions between the incremental and full dumps is that full dump processing is responsible for removing any vnode entries from the volume that are not present in the dump file headers. When the incremental dump support was removed, the RestoreVolume() function was broken. If a dump file contains multiple Dump Headers, then only the vnode entries in the first Dump Header would be marked as being restored. Any vnode entries restored from subsequent Dump Headers would be deleted when the RestoreVolume() function reached the end. By removing the assignment of 'tdelo = -1' within the loop that processes the Dump Headers, this bug is resolved. Although RestoreVolume is only called with the 'incremental' parameter == 0 at the current time, the check for non-zero values is restored and the "remove unrestored vnodes" functionality is disabled when a non-zero value is provided. The ReadVnodes() function did not perform error checking. 2006-04-17 14:59 jaltman * src/volser/vos.c: DELTA vos-date-parse-errmsg-20060417 AUTHOR adeason@tjhsst.edu FIXES 30218 use the correct index value when printing the invalid date string 2006-04-14 13:12 shadow * src/rxkad/rxkad_server.c: DELTA aix-build-fix-20060413 AUTHOR tkeiser@gmail.com FIXES 30089 don't include this other than in kernel 2006-04-13 21:08 shadow * src/afs/IRIX/osi_machdep.h: DELTA irix-ifnet-flags-20060413 AUTHOR shadow@dementia.org FIXES make ifnet_flags b e defined for irix also 2006-04-11 19:40 shadow * src/sys/afssyscalls.h: DELTA inode-64bit-type-20060411 AUTHOR shadow@dementia.org use a 64 bit type for 64 bit inode size with inode fileserver 2006-04-11 19:27 shadow * src/bucoord/commands.c: DELTA backup-dump-parameter-fix-20060411 AUTHOR rtb@pclella.cern.ch this is a pointer, not an int, pass in NULL not 0 2006-04-10 17:57 jaltman * src/WINNT/afsd/smb.c: DELTA windows-remove-active_vcp-20060410 AUTHOR jaltman@secure-endpoints.com The 'active_vcp' variable is no longer being used for any useful purpose and is the center of a race condition that could lead to an undercount of references to 'vcp' objects. Remove it. 2006-04-10 16:41 rra * doc/man-pages/pod1/fs_listquota.pod: DELTA man-page-fs-listquota-perms-20060410 AUTHOR rra@stanford.edu fs listquota requires read on the directory, not list. 2006-04-10 15:42 shadow * src/xstat/xstat_fs_test.c: DELTA xstat_fs-fix-20060407 AUTHOR jaltman@secure-endpoints.com as pointed out by cg2v@andrew.cmu.edu the addition of performance collection data for the GetCapabilities RPC broke backward compatibility with previous builds because it altered the size of the data structure sent on the wire. Instead we count the number of GetCapabilties calls but do not gather performance timing data as this can be done using spare fields. 2006-04-09 07:28 jaltman * src/WINNT/afsd/: cm_ioctl.c, smb_ioctl.c: DELTA windows-getvolstatus-20060408 AUTHOR jaltman@secure-endpoints.com don't prevent all calls to getvolstatus, just the ones that are not AFS pioctl calls. 2006-04-09 04:52 jaltman * src/WINNT/afsd/: smb.c, smb.h: DELTA windows-protect-against-vcp-undercount-20060408 AUTHOR jaltman@secure-endpoints.com An undercount has been detected of the smb_vc_t objects stored in the smb_allVCsp list. Unfortunately, we have yet to be able to find the cause of the undercount so this patch adds logic to protect against the side effects until such time as the cause can be identified. 2006-04-08 19:40 jaltman * src/viced/afsfileprocs.c: DELTA viced-store-data-validate-input-20060408 AUTHOR jaltman@secure-endpoints.com The old StoreData RPC is only supposed to be valid for files smaller than 2GB. When StoreData64 was added, StoreData and StoreData64 were implemented as calls to common_StoreData64. This removed the bounds checking on the old StoreData RPC making it possible for operations beyond two 2GB to be requested even if the file server cannot support them. This patch adds a validity check to ensure that the requested file operations remain below 2GB. Failures return E2BIG. 2006-04-07 17:26 rees * src/afs/afs_util.c: DELTA bsd-md5-20060407 AUTHOR rees@umich.edu Use kernel md5 on bsd. 2006-04-07 05:34 jaltman * src/: viced/afsfileprocs.c, viced/fs_stats.h, xstat/xstat_fs_test.c: DELTA xstat_fs-fix-20060407 AUTHOR jaltman@secure-endpoints.com as pointed out by cg2v@andrew.cmu.edu the addition of performance collection data for the GetCapabilities RPC broke backward compatibility with previous builds because it altered the size of the data structure sent on the wire. Instead we count the number of GetCapabilties calls but do not gather performance timing data as this can be done using spare fields. 2006-04-07 05:21 jaltman * src/afs/LINUX/osi_probe.c: DELTA linux24-fix-osi-probe-20060407 AUTHOR cg2v@andrew.cmu.edu linux-updates-20060331 broke 2.4 kernels 2006-04-06 14:39 rees * src/afs/afs_util.c: DELTA calc-inum-linux-only-20060406 AUTHOR rees@umich.edu Disable md5 inode calc on non-linux. 2006-04-06 01:24 shadow * src/afs/afs_util.c: DELTA md5-inode-numbers-20060405 AUTHOR shadow@dementia.org FIXES 25849 an interface which lets you select md5 based inode numbers, and the c^?supportin g code 2006-04-05 16:04 shadow * src/afs/: afs_prototypes.h, afs_util.c, LINUX/osi_sysctl.c, LINUX/osi_vnodeops.c, VNOPS/afs_vnop_attrs.c: DELTA md5-inode-numbers-20060405 AUTHOR shadow@dementia.org FIXES 25849 an interface which lets you select md5 based inode numbers, and the csupporting code 2006-04-05 13:45 shadow * src/packaging/MacOS/OpenAFS.post_install: DELTA macos-packaging-update-20060405 AUTHOR shadow@dementia.org FIXES 29226 copy cellservdb if there is none 2006-04-05 00:34 shadow * src/vol/daemon_com.c: DELTA dafs-20060317 AUTHOR tkeiser@sinenomine.net FIXES 26648 demand attach/fast restart fileserver 2006-04-05 00:21 shadow * Makefile.in: DELTA STABLE14-test-heimdal-20060217 AUTHOR rees@umich.edu Add a configure test for heimdal and use it to build asetkey or not. Thanks to Derek Atkins for his helpful suggestions. 2006-04-05 00:13 shadow * Makefile.in: DELTA STABLE14-test-heimdal-20060217 AUTHOR rees@umich.edu Add a configure test for heimdal and use it to build asetkey or not. Thanks to Derek Atkins for his helpful suggestions. 2006-04-05 00:11 shadow * Makefile.in, src/aklog/Makefile.in: DELTA build-system-updates-20060323 AUTHOR shadow@dementia.org config.sub config.guess and some other scripting updates 2006-04-05 00:07 shadow * Makefile.in, src/aklog/Makefile.in: DELTA build-system-updates-20060323 AUTHOR shadow@dementia.org config.sub config.guess and some other scripting updates 2006-04-04 21:32 rees * src/vol/vol-salvage.c: DELTA syntax-err-20060404 AUTHOR rees@umich.edu Fix syntax error (missing braces) Fix include file ordering Don't declare *tmpdir extern, we're initializing it here (even though there's no reason to) Fix OnlyOneVolume args to match proto 2006-04-04 20:51 shadow * src/: afsmonitor/afsmon-output.c, afsmonitor/afsmon-parselog.c, afsweb/apache_afs_weblog.c, budb/struct_ops.c, kauth/rebuild.c, package/update.c, tests/dumptool.c, venus/fstrace.c, viced/host.c, vlserver/vlclient.c, vol/vol-salvage.c, volser/vsprocs.c, xstat/xstat_cm_test.c, xstat/xstat_fs_test.c: DELTA time-t-casting-fixes-20060404 AUTHOR shadow@dementia.org FIXES 15169 hopefully the rest of this 2006-04-04 01:41 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA linux-enroll-locks-20060403 AUTHOR cg2v@ANDREW.CMU.EDU FIXES 25037 enroll our locks in the linux kernels' lock management 2006-04-04 01:35 shadow * src/afs/VNOPS/afs_vnop_write.c: DELTA vnop-ifdef-cleanup-20060403 AUTHOR cg2v@andrew.cmu.edu FIXES make this less messy 2006-04-03 16:22 rees * src/util/ktime.c: DELTA iso-8601-20060403 AUTHOR rees@umich.edu Parse a pitiful subset of ISO 8601 in date/time strings 2006-04-02 23:54 jaltman * src/WINNT/afsd/afsd_init.c: DELTA windows-minidump-20060402 AUTHOR jaltman@secure-endpoints.com change minidump default to include data segments 2006-04-02 23:44 jaltman * src/util/NTMakefile: DELTA windows-util-makefile-20060402 AUTHOR jaltman@secure-endpoints.com remove duplicate entry for strlcpy 2006-03-31 05:51 shadow * src/: afs/LINUX/osi_probe.c, config/param.i386_linux26.h, lwp/process.c: DELTA linux-updates-20060331 AUTHOR cg2v@andrew.cmu.edu FIXES 29122 29110 29112 fc5 and 2.6.16 updates 2006-03-30 17:13 rees * src/: afs/afs_daemons.c, config/venus.h, venus/fs.c: DELTA nat-mode-20060330 AUTHOR rees@umich.edu Code for "nat mode." Currently there is no way to set it, because it would be a bad idea to make this available to the casual user. 2006-03-30 16:27 shadow * src/viced/host.c: DELTA viced-gethostcps-byte-order-20060328 AUTHOR shadow@dementia.org don't call GetHostCPS after swapping away from net byte order 2006-03-29 20:44 rra * doc/man-pages/pod8/asetkey.pod: DELTA man-page-asetkey-20060329 AUTHOR rra@stanford.edu Add a man page for asetkey. 2006-03-29 20:00 rra * doc/man-pages/pod8/kaserver.pod: DELTA man-page-kaserver-fix-20060329 AUTHOR rra@stanford.edu SYNOPSIS was mislabelled DESCRIPTION and the man page was therefore missing the HTML formatting fixes. 2006-03-29 05:26 shadow * src/viced/host.c: DELTA viced-client-keep-conn-ref-20060329 AUTHOR shadow@dementia.org FIXES 28966 keep a ref on the conn the client has a pointer to 2006-03-29 04:13 shadow * src/viced/host.c: DELTA viced-gethostcps-byte-order-20060328 AUTHOR shadow@dementia.org don't call GetHostCPS after swapping away from net byte order 2006-03-28 18:39 shadow * src/auth/cellconfig.c: DELTA afsdb-len-signed-20060328 AUTHOR zacheiss@mit.edu in order for -1 to ever be returned, it's gotta be signed... 2006-03-27 17:27 rees * src/: tviced/.cvsignore, vol/.cvsignore: DELTA ignore-new-targets-20060327 AUTHOR rees@umich.edu cvsignore new targets 2006-03-23 21:06 shadow * src/packaging/Debian/sysname: DELTA debian-updates-20060323 AUTHOR shadow@dementia.org from russ and sam 2006-03-23 20:19 shadow * src/packaging/Debian/: CellServDB, ConfigUtils.pm, README.Debian, README.modules, README.servers, TODO, afs-newcell, afs-rootvol, afs.conf, changelog, compat, control, control.module, copyright, genchanges.sh, kern-sysname, kernel-version, libopenafs-dev.dirs, libopenafs-dev.install, libpam-openafs-kaserver.dirs, openafs-client.config, openafs-client.docs, openafs-client.install, openafs-client.lintian, openafs-client.postinst, openafs-client.templates, openafs-dbserver.dirs, openafs-dbserver.install, openafs-dbserver.lintian, openafs-fileserver.init, openafs-fileserver.install, openafs-fileserver.lintian, openafs-fileserver.postinst, openafs-fileserver.postrm, openafs-fileserver.templates, openafs-kpasswd.install, openafs-modules-source.docs, prep-modules, pt_util.sgml, rules, sysname, doc/build-man, patches/README, patches/module-name, patches/pam, po/POTFILES.in, po/cs.po, po/de.po, po/fr.po, po/pt_BR.po, po/vi.po: DELTA debian-updates-20060323 AUTHOR shadow@dementia.org from russ and sam 2006-03-23 20:10 shadow * Makefile.in: DELTA build-system-updates-20060323 AUTHOR shadow@dementia.org config.sub config.guess and some other scripting updates 2006-03-23 16:07 shadow * src/packaging/MacOS/: OpenAFS.post_install, OpenAFS.pre_upgrade, buildpkg.sh, universal.sh: DELTA macos-packaging-fixes-20060323 AUTHOR shadow@dementia.org update to make sure we have a cellservdb, that we shut down afs before an upgrade, and install the universal binary build script 2006-03-23 15:48 shadow * acinclude.m4, config.guess, config.sub, src/config/linux-version: DELTA build-system-updates-20060323 AUTHOR shadow@dementia.org config.sub config.guess and some other scripting updates 2006-03-23 15:35 shadow * src/afsd/afsd.c: DELTA afsd-fs-check-20060323 AUTHOR shadow@dementia.org from debian, modified slightly. tell people why their filesystem sucks 2006-03-23 15:09 shadow * src/tviced/state_analyzer.c: DELTA dafs-20060317 AUTHOR tkeiser@sinenomine.net FIXES 26648 demand attach/fast restart fileserver 2006-03-23 05:41 rra * doc/man-pages/README: DELTA man-page-todo-20060322 AUTHOR rra@stanford.edu More to-do items for the documentation. 2006-03-22 20:05 shadow * src/: afs/SUNOS/osi_inode.h, rx/SUNOS/rx_knet.c: DELTA sunos-dos2unix-20060322 AUTHOR shadow@dementia.org dumbest change ever 2006-03-22 19:57 shadow * src/lwp/process.c: DELTA parisc-linux-lwp-20060322 AUTHOR shadow@dementia.org pulled in from debian 2006-03-20 17:29 jaltman * src/: bozo/fsbnodeops.c, tviced/NTMakefile, util/NTMakefile, vol/NTMakefile, vol/vol-salvage.c, vol/volume.c: DELTA windows-dafs-20060320 AUTHOR jaltman@secure-endpoints.com corrections to the dafs delta to allow compilation on Windows 2006-03-20 17:29 jaltman * src/aklog/aklog.h: DELTA windows-dafs-20060320 AUTHOR jaltman@secure-endpoints.com correct a type for consistency 2006-03-20 17:29 jaltman * src/WINNT/afsd/smb.c: DELTA windows-dafs-20060320 AUTHOR jaltman@secure-endpoints.com 64-bit time_t pointer update 2006-03-20 17:20 jaltman * src/WINNT/install/wix/: NTMakefile, config.wxi, feature.wxi, files.wxi, language_config.wxi, platform.wxi, property.wxi, registry.wxi, lang/en_US/strings.wxl: DELTA windows-64bit-wix-installer-32bit-tools-20060320 AUTHOR asanka@secure-endpoints.com Construct an MSI for installing 32-bit AFS tools and libraries on 64-bit Windows for use with 32-bit Kerberos tools. 2006-03-20 16:15 shadow * src/util/NTMakefile: DELTA strl-20060320 AUTHOR rees@umich.edu src/util/strlcat.c src/util/strlcpy.c 2006-03-20 16:07 shadow * src/: tviced/NTMakefile, viced/NTMakefile, vol/NTMakefile, volser/NTMakefile: DELTA dafs-20060317 AUTHOR tkeiser@sinenomine.net FIXES 26648 demand attach/fast restart fileserver 2006-03-20 16:02 shadow * src/vol/daemon_com.c: DELTA dafs-20060317 AUTHOR tkeiser@sinenomine.net FIXES 26648 demand attach/fast restart fileserver 2006-03-20 16:01 shadow * src/tvolser/NTMakefile: DELTA tvolser-try-ntmakefile-20060320 AUTHOR shadow@dementia.org first cut at ntmake for tvolser 2006-03-20 13:38 jaltman * src/: kauth/rebuild.c, lwp/test/selsubs.c: DELTA another-time_t-pointer-fix-20060320 AUTHOR jaltman@secure-endpoints.com do not pass in pointers to 32-bit values as pointers to 64-bit values 2006-03-20 13:25 jaltman * src/util/kreltime.c: DELTA another-time_t-pointer-bug-20060320 AUTHOR jaltman@secure-endpoints.com do not pass pointers to 32-bit values as pointers to 64-bit values. this results in memory corruption 2006-03-20 04:45 rra * acinclude.m4: DELTA configure-help-clarity-20060319 AUTHOR pperez@opensourcetechnologies.net Change "AFSDB RR" to "AFSDB DNS RR" for people who don't speak DNS. 2006-03-20 04:41 rra * README: DELTA readme-references-20050319 AUTHOR pperez@opensourcetechnologies.net Refer to the right names of the extra README files. 2006-03-18 04:20 shadow * src/: tsalvaged/Makefile.in, tsalvaged/salvsync-debug.c, tviced/serialize_state.c, tviced/serialize_state.h, util/strnlen.c, viced/callback.h, vol/daemon_com.c, vol/daemon_com.h, vol/fssync-client.c, vol/fssync-debug.c, vol/fssync-server.c, vol/salvaged.c, vol/salvager.c, vol/salvsync-client.c, vol/salvsync-server.c, vol/salvsync.h, vol/vol-salvage.h: DELTA dafs-20060317 AUTHOR tkeiser@sinenomine.net FIXES 26648 demand attach/fast restart fileserver 2006-03-17 23:10 rra * src/cf/osconf.m4: DELTA sparc-linux-config-20060317 AUTHOR rra@stanford.edu Collapse all of the sparc*_linux* cases into a single case. Not just for ease of maintenance -- this also results in clearer error messages for configurations that aren't supported and should allow building of the userspace tools for a few @sys types that the kernel build doesn't support. Reported by Michael Conrad and Karl Ramm. Patch has been in the Debian package for some time. 2006-03-17 19:54 shadow * Makefile.in, acinclude.m4, configure.in, src/auth/Makefile.in, src/bozo/bos.c, src/bozo/bosserver.c, src/bozo/fsbnodeops.c, src/cf/osconf.m4, src/config/param.rs_aix51.h, src/config/param.rs_aix52.h, src/config/param.rs_aix53.h, src/config/stds.h, src/rx/rx_queue.h, src/tviced/Makefile.in, src/tvolser/Makefile.in, src/util/Makefile.in, src/util/afsutil_prototypes.h, src/util/dirpath.c, src/util/dirpath.hin, src/util/dirpath_nt.h, src/util/errors.h, src/viced/Makefile.in, src/viced/afsfileprocs.c, src/viced/callback.c, src/viced/host.c, src/viced/host.h, src/viced/viced.c, src/viced/viced.h, src/viced/viced_prototypes.h, src/vol/Makefile.in, src/vol/fssync.h, src/vol/nuke.c, src/vol/partition.c, src/vol/partition.h, src/vol/purge.c, src/vol/salvage.h, src/vol/vnode.c, src/vol/vnode.h, src/vol/vol-salvage.c, src/vol/voldefs.h, src/vol/volinodes.h, src/vol/volume.c, src/vol/volume.h, src/vol/test/listVicepx.c, src/vol/test/updateDirInode.c, src/volser/dumpstuff.c, src/volser/volprocs.c, src/volser/volser.p.h: DELTA dafs-20060317 AUTHOR tkeiser@sinenomine.net FIXES 26648 demand attach/fast restart fileserver 2006-03-17 19:44 shadow * src/afs/afs_callback.c: DELTA dedebug-20051007 AUTHOR shadow@dementia.org perhaps this should never be pulled up. anyway, implement dentry cache status dumping for linux.^? and provide a tool to dump it disabled (tool, not rpc) by default 2006-03-15 19:32 rees * src/util/afsutil.h: DELTA fix-includes-20060315 AUTHOR rees@umich.edu Now that we include arpa/inet.h, also include its prerequisites, and fix the ordering. 2006-03-15 18:34 shadow * src/util/afsutil.h: DELTA snprintf-needs-arpa-inet-20060315 AUTHOR rtb@pclella.cern.ch FIXES 28226 include arpa/inet.h so we get inet_addr prototype 2006-03-15 18:27 shadow * src/log/tokens.c: DELTA tokens-buffer-overflow-20060315 AUTHOR dave64@andrew.cmu.edu FIXES 28227 avoid a too-short buffer we try to fill with a username. doh. 2006-03-15 18:22 shadow * Makefile.in: DELTA nbsd4-20060315 AUTHOR gendalia@netbsd.org FIXES 27916 netbsd 4.0 support 2006-03-15 16:26 shadow * src/afs/LINUX/osi_probe.c: DELTA linux26-module-parm-versus-param-20060315 AUTHOR chas@cmf.nrl.navy.mil FIXES 27588 deal with 2.6 changes 2006-03-15 16:15 shadow * src/config/: afs_sysnames.h, param.s390_linux26.h: DELTA s390-linux26-20060315 AUTHOR neale@sinenomine.net add s390 linux26 support 2006-03-14 00:33 jaltman * src/viced/: host.c, host.h: DELTA viced-unspecified-host-hash-port-20060313 AUTHOR jaltman@secure-endpoints.com h_Alloc_r was not specifying the port for the newly allocated host when adding the host to the hash table. Use hashInsert_r instead so mistakes like this won't happen in the future. 2006-03-13 23:15 rees * src/ptserver/pts.c: DELTA cmd-protos-20060313 AUTHOR rees@umich.edu Fix protos for cmd funcs. 2006-03-13 20:53 jaltman * src/viced/host.c: DELTA viced-log-fix-typo-20060313 AUTHOR cg2v@ANDREW.CMU.EDU fix typo in addInterfaceAddr_r that is identical to the one that was fixed by viced-log-fix-type-20060210 in removeInterfaceAddr_r 2006-03-13 19:18 rees * src/afs/VNOPS/: afs_vnop_flock.c, afs_vnop_remove.c: DELTA no-clid-for-bsd-20060313 AUTHOR rees@umich.edu Back out rev 1.28 for BSD. On BSD, clid is not necessarily a pid. Passing it to HandleFlock results in client hangs. 2006-03-13 16:26 rees * src/afs/OBSD/: osi_groups.c, osi_machdep.h: DELTA curproc-20060313 AUTHOR rees@umich.edu Possible fix for curproc panic reported by ober@linbsd.org. My guess is it will fix this one but others are lurking. 2006-03-13 15:09 jaltman * src/: ptserver/ptprocs.c, util/afsutil_prototypes.h, util/get_krbrlm.c, viced/host.c: DELTA multiple-local-realms-fix-20060313 AUTHOR jaltman@secure-endpoints.com Fix use of "=" instead of "==" in conditional. Re-order parameters of afs_is_foreign_ticket_name for consistency 2006-03-09 21:49 shadow * src/viced/host.c: DELTA host-tossstuff-locking-20060309 AUTHOR jaltman@secure-endpoints.com the nonblocking locking was my fault. 2006-03-09 16:25 shadow * src/: xstat/xstat_fs_test.c, viced/afsfileprocs.c, fsint/common.xg: DELTA xstat-fs-callbacks-20060309 AUTHOR rtb@pclella.cern.ch FIXES 27912 add new collection with callback stats 2006-03-09 15:27 rees * acinclude.m4, src/afs/OBSD/osi_file.c, src/afs/OBSD/osi_machdep.h, src/afs/OBSD/osi_vnodeops.c, src/config/afs_sysnames.h, src/config/param.i386_obsd39.h, src/des/stats.h: DELTA openbsd39-20060309 AUTHOR rees@umich.edu Changes for OpenBSD 3.8 and 3.9. Based on ports by ober@linbsd.org and todd@fries.net. Untested. 2006-03-09 14:36 rees * src/tviced/Makefile.in: DELTA fstab-moved-20060309 AUTHOR rees@umich.edu fstab.c moved from viced to util 2006-03-09 06:38 shadow * src/: config/param.ppc_darwin_90.h, config/param.x86_darwin_90.h, libafs/afs.ppc_darwin_90.plist.in, libafs/afs.x86_darwin_90.plist.in, util/fstab.c: DELTA darwin-x86-and-leopard-20060309 AUTHOR emoy@apple.com updates for darwin x86, and pre-leopard 2006-03-09 06:33 shadow * acinclude.m4, src/afs/afs_util.c, src/afs/sysctl.h, src/afsd/Makefile.in, src/afsmonitor/afsmonitor.c, src/audit/Makefile.in, src/auth/test/Makefile.in, src/bozo/test/Makefile.in, src/cf/osconf.m4, src/cmd/test/Makefile.in, src/comerr/test/Makefile.in, src/config/Makefile.config.in, src/config/Makefile.i386_djgpp, src/config/Makefile.in, src/config/afs_sysnames.h, src/config/param.ppc_darwin_80.h, src/config/param.x86_darwin_80.h, src/des/andrew-conf.h, src/des/conf-darwin.h, src/des/make_fp.c, src/des/make_ip.c, src/des/make_p.c, src/des/misc.c, src/des/test/Makefile.in, src/dir/test/Makefile.in, src/fsprobe/fsprobe_test.c, src/kauth/test/Makefile.in, src/libacl/test/Makefile.in, src/libafs/Makefile.common.in, src/libafs/MakefileProto.DARWIN.in, src/libuafs/MakefileProto.DARWIN.in, src/log/test/Makefile.in, src/lwp/Makefile.in, src/lwp/lwp.c, src/lwp/test/Makefile.in, src/packaging/MacOS/Makefile, src/packaging/MacOS/OpenAFS.post_install, src/packaging/MacOS/afssettings.m, src/packaging/MacOS/buildpkg.sh, src/procmgmt/test/Makefile.in, src/ptserver/ubik.c, src/rx/Makefile.in, src/rx/xdr.h, src/rx/bulk.example/Makefile.in, src/rx/bulktest/Makefile.in, src/rx/multi.example/Makefile.in, src/rx/simple.example/Makefile.in, src/rx/test/Makefile.in, src/rxdebug/Makefile.in, src/rxkad/test/Makefile.in, src/scout/scout.c, src/sgistuff/Makefile.in, src/sia/Makefile.in, src/sys/Makefile.in, src/tests/Makefile.in, src/tsm41/Makefile.in, src/ubik/phys.c, src/usd/Makefile.in, src/usd/test/Makefile.in, src/uss/Makefile.in, src/util/Makefile.am, src/util/Makefile.in, src/util/test/Makefile.in, src/venus/Makefile.in, src/venus/test/Makefile.in, src/vfsck/Makefile.in, src/viced/Makefile.in, src/vol/Makefile.in, src/vol/test/Makefile.in, src/xstat/xstat_cm_test.c, src/xstat/xstat_fs_test.c: DELTA darwin-x86-and-leopard-20060309 AUTHOR emoy@apple.com updates for darwin x86, and pre-leopard 2006-03-09 06:05 shadow * src/: afs/sysincludes.h, afs/LINUX/osi_machdep.h, afs/LINUX/osi_module.c, rx/LINUX/rx_kmutex.c, rx/LINUX/rx_kmutex.h: DELTA linux-updates-20060309 AUTHOR chas@cmf.nrl.navy.mil FIXES 27589 update for new mutexes 2006-03-09 06:03 shadow * acinclude.m4: DELTA linux-updates-20060309 AUTHOR chas@cmf.nrl.navy.mil FIXES 27590 add missing variable test 2006-03-08 20:05 rra * doc/man-pages/generate-man: DELTA man-page-bash-bashish-20060308 AUTHOR rra@stanford.edu if ! command is a bashish. Use if command ; then : ; else instead. 2006-03-08 05:04 jaltman * src/rx/rx_kcommon.c: DELTA rx-panic-printf-20060307 AUTHOR jaltman@secure-endpoints.com restore use of printf in osi_Panic 2006-03-06 21:23 jaltman * src/WINNT/afsd/cm_ioctl.c: DELTA windows-mkmount-20060306 AUTHOR jaltman@secure-endpoints.com allow case-insensitive matches for the parent of the mount point 2006-03-06 20:07 jaltman * src/WINNT/afsd/: cm.h, cm_conn.c: DELTA windows-init-20060306 AUTHOR jaltman@secure-endpoints.com add registry configurable CallBackPort to allow for forcing the client to use different ports when talking with the file server. Add UAE errors to cm_Analyze debug output 2006-03-06 20:06 jaltman * src/WINNT/afsd/afsd_init.c: DELTA windows-init-20060306 AUTHOR jaltman@secure-endpoints.com fix sysname string on amd64 add registry configurable CallBackPort to allow for forcing the client to use different ports when talking with the file server. 2006-03-06 05:01 jaltman * src/WINNT/afsd/smb.c: DELTA windows-smb-log-packet-20060305 AUTHOR jaltman@secure-endpoints.com packet strings can contain %; do not parse as a format 2006-03-06 03:11 jaltman * src/xstat/: NTMakefile, xstat_cm.c, xstat_fs.c, xstat_fs_callback.c: DELTA windows-xstat-20060304 AUTHOR jaltman@secure-endpoints.com more windows specific mods plus improved output of ipaddrs and port numbers when debugging 2006-03-06 03:04 jaltman * src/rx/rx_clock_nt.c: DELTA windows-rx-lwp-clock-20060305 AUTHOR jaltman@secure-endpoints.com clock_Init() was broken because it would initialize rxi_clock0 with QueryPerformanceCounter() and then call clock_UpdateTime(). So instead of getting an ever increasing value you would get a fixed value determined by how long it takes to make a function call between to QueryPerformanceCounter() calls. 2006-03-05 22:31 jaltman * src/viced/host.h: DELTA viced-host-type-consistency-20060305 AUTHOR jaltman@secure-endpoints.com make sure all the types for host and port are consistent 2006-03-05 20:53 jaltman * src/WINNT/afsd/smb_ioctl.c: DELTA windows-no-smb-ioctl-info-20060305 AUTHOR jaltman@secure-endpoints.com don't support functions we don't implement. the CIFS trans2 get info ioctl is not equivalent to the AFS Get Volume Status function 2006-03-05 05:36 jaltman * src/viced/host.c: DELTA viced-unsign-haddr-hport-20060304 AUTHOR jaltman@secure-endpoints.com haddr and hport should be unsigned 2006-03-04 22:02 jaltman * src/xstat/xstat_fs_test.c: DELTA xstats-getcapabiliites-20060304 AUTHOR jaltman@secure-endpoints.com add the GetCapabilities RPC to the ops table 2006-03-04 21:41 jaltman * src/: afs/NTMakefile, config/NTMakefile: DELTA windows-xstat-20060304 AUTHOR jaltman@secure-endpoints.com build xstat utils for windows 2006-03-04 21:39 jaltman * src/xstat/: NTMakefile, xstat_cm.h, xstat_fs.h: DELTA windows-xstat-20060304 AUTHOR jaltman@secure-endpoints.com 2006-03-04 21:39 jaltman * src/WINNT/afsd/fs_utils.c: DELTA windows-deadcode-20060304 AUTHOR jaltman@secure-endpoints.com 2006-03-03 20:27 rees * src/: ptserver/ptuser.c, ptserver/ptuser.h, viced/viced.c: DELTA const-args-20060303 AUTHOR rees@umich.edu add const qualifiers to pr_Initialize and vl_Initialize args 2006-03-03 19:26 jaltman * src/viced/afsfileprocs.c: DELTA viced-fix-tcallhost-20060303 AUTHOR jaltman@secure-endpoints.com fix type and declaration location 2006-03-03 18:26 jaltman * src/viced/afsfileprocs.c: DELTA viced-remove-premature-commit-20060303 AUTHOR jaltman@secure-endpoints.com remove premature LockUpgrade/LockDowngrade commit 2006-03-02 22:42 rees * src/rx/xdr_rx.c: DELTA sysincludes-first-20060302 AUTHOR rees@umich.edu afs/sysincludes before other sys includes, please. 2006-03-02 22:34 rees * src/afs/: afs_daemons.c, afs_pioctl.c, afs_prototypes.h: DELTA probe-interval-20060302 AUTHOR rees@umich.edu Make probe_all interval tuneable, although there is no easy way to set it yet. 2006-03-02 06:42 shadow * src/afs/: afs_callback.c, afs_cbqueue.c, afs_pioctl.c: DELTA callback-get-refs-20060302 AUTHOR cg2v@andrew.cmu.edu more updates, focused on issues found working at darwin, but actually generic issues 2006-03-02 06:39 shadow * src/rx/LINUX/: rx_kmutex.c, rx_knet.c: DELTA refridgerator-update-20060227 AUTHOR cg2v@andrew.cmu.edu try to make refrigerator work again 2006-03-02 06:35 shadow * src/afs/DARWIN/osi_vnodeops.c: DELTA darwin-access-exec-only-20060302 AUTHOR cg2v@andrew.cmu.edu FIXES 27553 don't misenforce mode bits 2006-03-02 06:33 shadow * src/afs/VNOPS/afs_vnop_remove.c: DELTA darwin-remove-fix-20060302 AUTHOR cg2v@andrew.cmu.edu move the if inside the condition so we aren't screwed up on tiger 2006-03-02 06:31 shadow * Makefile.in: DELTA nbsd-30-pthreads-20060302 AUTHOR gendalia@netbsd.org update for netbsd 3.0 2006-03-02 06:22 jaltman * src/viced/host.c: DELTA viced-fix-comment-20060301 AUTHOR jaltman@secure-endpoints.com fix comment in h_GetHost_r 2006-03-02 06:21 shadow * src/afs/VNOPS/afs_vnop_remove.c: DELTA remunlink-needs-iocount-20060302 AUTHOR cg2v@andrew.cmu.edu FIXES 27493 keep needed iocount for remunlink on darwin 8.0 2006-03-02 06:16 jaltman * src/viced/afsfileprocs.c: DELTA viced-preamble-postamble-20060301 AUTHOR jhutz@cs.cmu.edu If the host obtained during the CallPremable and CallPostamble differ, then there is the possibility of a hold leak. This patch is a quick attempt to deal with the potential problem. If the problem occurs we log it in order to know for sure if this is in fact a problem. If it is, then at a later date we should perform a more extensive re-write in which the CallPreamble is used to obtain the host and the client and pass them both back to the caller which would not be required to obtain them again at a later date. 2006-03-01 19:12 jaltman * src/viced/host.c: DELTA viced-h_Enumerate_r-fix-20060301 AUTHOR jaltman@secure-endpoints.com In h_Enumerate_r it is possible that the host may be released by the called procedure. Therefore, we must preserve the pointer to host->next before the call and hold the host it points to in order to ensure that it does not disappear out from under us. This ensures that although the H_LOCK can be dropped during the procedure and the host list can be rearranged we won't miss more than a handful of hosts during the enumeration. 2006-03-01 06:42 jaltman * src/viced/host.c: DELTA viced-h_gethost_r-host-hold-leak-20060228 AUTHOR jaltman@secure-endpoints.com when h_GetHost_r replaces 'host' with 'oldHost' we need to release the hold on 'host' and maintain the hold on 'oldHost' because if a hold was placed on 'host' in CallPreamble() it will no longer be released in CallPostamble() since 'oldHost' will now be bound to the client 2006-03-01 05:04 jaltman * src/viced/afsfileprocs.c: DELTA viced-client-refcount-leak-20060228 AUTHOR jaltman@secure-endpoints.com SRXAFS_CallBackRxConnAddr calls h_FindClient_r which returns a client with a refCount and the client->host held. The call to CallPostamble will release the host hold but not the client refcount. 2006-03-01 05:02 rra * doc/man-pages/: style.css, pod1/afsmonitor.pod, pod1/cmdebug.pod, pod1/dlog.pod, pod1/dpass.pod, pod1/fs_apropos.pod, pod1/fs_checkservers.pod, pod1/fs_checkvolumes.pod, pod1/fs_cleanacl.pod, pod1/fs_copyacl.pod, pod1/fs_diskfree.pod, pod1/fs_examine.pod, pod1/fs_exportafs.pod, pod1/fs_flush.pod, pod1/fs_flushmount.pod, pod1/fs_flushvolume.pod, pod1/fs_getcacheparms.pod, pod1/fs_getcellstatus.pod, pod1/fs_getclientaddrs.pod, pod1/fs_getserverprefs.pod, pod1/fs_help.pod, pod1/fs_listacl.pod, pod1/fs_listcells.pod, pod1/fs_listquota.pod, pod1/fs_lsmount.pod, pod1/fs_messages.pod, pod1/fs_mkmount.pod, pod1/fs_newcell.pod, pod1/fs_quota.pod, pod1/fs_rmmount.pod, pod1/fs_setacl.pod, pod1/fs_setcachesize.pod, pod1/fs_setcell.pod, pod1/fs_setclientaddrs.pod, pod1/fs_setquota.pod, pod1/fs_setserverprefs.pod, pod1/fs_setvol.pod, pod1/fs_storebehind.pod, pod1/fs_sysname.pod, pod1/fs_whereis.pod, pod1/fs_whichcell.pod, pod1/fs_wscell.pod, pod1/klog.pod, pod1/knfs.pod, pod1/kpasswd.pod, pod1/livesys.pod, pod1/package_test.pod, pod1/pagsh.pod, pod1/pts_adduser.pod, pod1/pts_apropos.pod, pod1/pts_chown.pod, pod1/pts_creategroup.pod, pod1/pts_createuser.pod, pod1/pts_delete.pod, pod1/pts_examine.pod, pod1/pts_help.pod, pod1/pts_listentries.pod, pod1/pts_listmax.pod, pod1/pts_listowned.pod, pod1/pts_membership.pod, pod1/pts_removeuser.pod, pod1/pts_rename.pod, pod1/pts_setfields.pod, pod1/pts_setmax.pod, pod1/rxdebug.pod, pod1/rxgen.pod, pod1/scout.pod, pod1/sys.pod, pod1/tokens.pod, pod1/translate_et.pod, pod1/udebug.pod, pod1/unlog.pod, pod1/up.pod, pod1/vos_addsite.pod, pod1/vos_apropos.pod, pod1/vos_backup.pod, pod1/vos_backupsys.pod, pod1/vos_changeaddr.pod, pod1/vos_create.pod, pod1/vos_delentry.pod, pod1/vos_dump.pod, pod1/vos_examine.pod, pod1/vos_help.pod, pod1/vos_listaddrs.pod, pod1/vos_listpart.pod, pod1/vos_listvldb.pod, pod1/vos_listvol.pod, pod1/vos_lock.pod, pod1/vos_move.pod, pod1/vos_partinfo.pod, pod1/vos_release.pod, pod1/vos_remove.pod, pod1/vos_remsite.pod, pod1/vos_rename.pod, pod1/vos_restore.pod, pod1/vos_status.pod, pod1/vos_syncserv.pod, pod1/vos_syncvldb.pod, pod1/vos_unlock.pod, pod1/vos_unlockvldb.pod, pod1/vos_zap.pod, pod1/xstat_cm_test.pod, pod1/xstat_fs_test.pod, pod8/afsd.pod, pod8/backup_adddump.pod, pod8/backup_addhost.pod, pod8/backup_addvolentry.pod, pod8/backup_addvolset.pod, pod8/backup_apropos.pod, pod8/backup_dbverify.pod, pod8/backup_deldump.pod, pod8/backup_deletedump.pod, pod8/backup_delhost.pod, pod8/backup_delvolentry.pod, pod8/backup_delvolset.pod, pod8/backup_diskrestore.pod, pod8/backup_dump.pod, pod8/backup_dumpinfo.pod, pod8/backup_help.pod, pod8/backup_interactive.pod, pod8/backup_jobs.pod, pod8/backup_kill.pod, pod8/backup_labeltape.pod, pod8/backup_listdumps.pod, pod8/backup_listhosts.pod, pod8/backup_listvolsets.pod, pod8/backup_quit.pod, pod8/backup_readlabel.pod, pod8/backup_restoredb.pod, pod8/backup_savedb.pod, pod8/backup_scantape.pod, pod8/backup_setexp.pod, pod8/backup_status.pod, pod8/backup_volinfo.pod, pod8/backup_volrestore.pod, pod8/backup_volsetrestore.pod, pod8/bos_addhost.pod, pod8/bos_addkey.pod, pod8/bos_adduser.pod, pod8/bos_apropos.pod, pod8/bos_create.pod, pod8/bos_delete.pod, pod8/bos_exec.pod, pod8/bos_getdate.pod, pod8/bos_getlog.pod, pod8/bos_getrestart.pod, pod8/bos_help.pod, pod8/bos_install.pod, pod8/bos_listhosts.pod, pod8/bos_listkeys.pod, pod8/bos_listusers.pod, pod8/bos_prune.pod, pod8/bos_removehost.pod, pod8/bos_removekey.pod, pod8/bos_removeuser.pod, pod8/bos_restart.pod, pod8/bos_salvage.pod, pod8/bos_setauth.pod, pod8/bos_setcellname.pod, pod8/bos_setrestart.pod, pod8/bos_shutdown.pod, pod8/bos_start.pod, pod8/bos_startup.pod, pod8/bos_status.pod, pod8/bos_stop.pod, pod8/bos_uninstall.pod, pod8/bosserver.pod, pod8/buserver.pod, pod8/butc.pod, pod8/fileserver.pod, pod8/fms.pod, pod8/fstrace_apropos.pod, pod8/fstrace_clear.pod, pod8/fstrace_dump.pod, pod8/fstrace_help.pod, pod8/fstrace_lslog.pod, pod8/fstrace_lsset.pod, pod8/fstrace_setlog.pod, pod8/fstrace_setset.pod, pod8/kadb_check.pod, pod8/kas_apropos.pod, pod8/kas_create.pod, pod8/kas_delete.pod, pod8/kas_examine.pod, pod8/kas_forgetticket.pod, pod8/kas_help.pod, pod8/kas_interactive.pod, pod8/kas_list.pod, pod8/kas_listtickets.pod, pod8/kas_noauthentication.pod, pod8/kas_quit.pod, pod8/kas_setfields.pod, pod8/kas_setpassword.pod, pod8/kas_statistics.pod, pod8/kas_stringtokey.pod, pod8/kas_unlock.pod, pod8/kdb.pod, pod8/kpwvalid.pod, pod8/package.pod, pod8/prdb_check.pod, pod8/ptserver.pod, pod8/salvager.pod, pod8/upclient.pod, pod8/upserver.pod, pod8/uss_add.pod, pod8/uss_apropos.pod, pod8/uss_bulk.pod, pod8/uss_delete.pod, pod8/uss_help.pod, pod8/vldb_check.pod, pod8/vlserver.pod, pod8/voldump.pod, pod8/volinfo.pod, pod8/volserver.pod, pod8/xfs_size_check.pod: DELTA pretty-html-synopsis-20060228 AUTHOR rra@stanford.edu Implement proper synopsis wrapping for HTML generation. This was done in three pieces. First, add HTML-specific tags to the POD to mark the synopsis for HTML purposes so that we can apply style information to it. Second, update the style sheet to indent all lines except for the first in the synopsis section. Third, add the appropriate S<> tags around option and argument pairs so that we don't wrap between the option and its argument. Unfortunately, due to the > style that looks nicer for other reasons, we have to use the very verbose S<<< >>>. Oh well. 2006-03-01 04:08 jaltman * src/viced/afsfileprocs.c: DELTA viced-host-hold-leak-20060228 AUTHOR jaltman@secure-endpoints.com fix a host hold leak although this one rarely occurs. 2006-03-01 00:12 rra * doc/man-pages/: README, style.css: DELTA html-style-todo-20060228 AUTHOR rra@stanford.edu Some style sheet updates and lots of to-do updates based on feedback from C. Alex North-Keys. 2006-02-28 23:43 rra * doc/man-pages/: README, generate-html, pod1/fs.pod: DELTA html-link-fixes-20060228 AUTHOR rra@stanford.edu Make the mentions of subcommands in the fs command introduction links to the relevant pages, and add to README a to-do note to do this for the rest of the introductory pages. Fix links to man pages that contain underscores by working around a bug in Pod::Simple. 2006-02-28 23:24 jaltman * src/viced/host.c: DELTA viced-panic-if-maxhosttables-exceeded-20060228 AUTHOR jaltman@secure-endpoints.com Do not allow HTBlocks to allocate more blocks than will fit in hosttablesptrs. Doing so corrupts memory. Panic instead until we can get this fixed right. 2006-02-28 23:09 rra * doc/man-pages/pod1/up.pod: DELTA up-m-docs-20060228 AUTHOR utoddl@email.unc.edu Document the -m flag to up. 2006-02-28 21:17 rra * src/afs/LINUX/osi_module.c: DELTA amd64-linux26-fix-20060228 AUTHOR rra@stanford.edu Restore the previous code for AMD64 under Linux 2.6, as the generic Linux 2.6 code apparently does not work with all AMD64 kernels. 2006-02-28 00:17 shadow * src/: rx/rx_rdwr.c, rxkad/rxkad_client.c, rxkad/rxkad_common.c, rxkad/rxkad_server.c, rxkad/domestic/crypt_conn.c, rxkad/domestic/fcrypt.c: DELTA systm-h-header-inclusion-20060227 AUTHOR chas@cmf.nrl.navy.mil FIXES 24765 avoid implicit references by including the prototypes from the header except on linux 2006-02-27 21:21 shadow * src/rx/LINUX/: rx_kmutex.c, rx_knet.c: DELTA refridgerator-update-20060227 AUTHOR cg2v@andrew.cmu.edu try to make refrigerator work again 2006-02-27 20:56 shadow * src/: rx/rx_clock.h, rx/rx_rdwr.c, rxkad/rxkad_client.c, rxkad/rxkad_common.c, rxkad/rxkad_server.c, rxkad/domestic/crypt_conn.c, rxkad/domestic/fcrypt.c: DELTA systm-h-header-inclusion-20060227 AUTHOR chas@cmf.nrl.navy.mil FIXES 24765 avoid implicit references by including the prototypes from the header except on linux 2006-02-27 20:46 shadow * doc/man-pages/: pod1/afs.pod, pod1/afsmonitor.pod, pod1/fs_getclientaddrs.pod, pod1/fs_setcachesize.pod, pod1/rxgen.pod, pod1/vos_backupsys.pod, pod1/vos_listvol.pod, pod5/cacheinfo.pod, pod5/prdb.DB0.pod, pod8/backup_labeltape.pod, pod8/backup_scantape.pod, pod8/bos_status.pod, pod8/fstrace_dump.pod, pod8/kas_setpassword.pod: DELTA pod-updates-20060227 AUTHOR chas@cmf.nrl.navy.mil FIXES 26463 update pod files to deal with some section number changes 2006-02-27 20:36 shadow * src/afs/VNOPS/afs_vnop_write.c: DELTA tiger-updates-20060220 AUTHOR cg2v@andrew.cmu.edu update lpioctl, setattr and free tuios 2006-02-27 20:34 shadow * src/afs/: DARWIN/osi_vnodeops.c, VNOPS/afs_vnop_flock.c: DELTA darwin-bsd-flock-20060227 AUTHOR cg2v@andrew.cmu.edu FIXES 25544 deal with posix flag in flock request on darwin 2006-02-27 20:17 shadow * doc/LICENSE, src/LICENSE: DELTA shut-up-fucking-whiner-20060227 AUTHOR shadow@dementia.org without further comment 2006-02-27 18:31 rees * README.DEVEL: DELTA indent-style-note-20060227 AUTHOR rees@umich.edu Document our official indent style. 2006-02-25 06:44 shadow * src/sys/rmtsys.xg: DELTA rmtsys-up-limits-20060225 AUTHOR jhutz@cmu.edu FIXES 27095 raise limits of constants in rmtsys 2006-02-25 06:39 shadow * src/afs/VNOPS/afs_vnop_remove.c: DELTA vnop-remove-revised-lock-order-20060225 AUTHOR reuter@rzg.mpg.de FIXES 27176 drop the tdc lock even rearlier 2006-02-24 07:48 jaltman * src/WINNT/afsd/cm_ioctl.c: DELTA windows-ioctl-20060224 AUTHOR jaltman@secure-endpoints.com FIXES 27225 properly compute the length of the ioctl output buffer for each data segment 2006-02-24 07:45 jaltman * src/WINNT/afsd/: afsd_init.c, cm_freelance.c: DELTA windows-freelance-default-20060224 AUTHOR jaltman@secure-endpoints.com change freelance default to on. this matches what the installers do. 2006-02-23 15:52 rees * src/: libacl/acl.h, libacl/aclprocs.c, viced/afsfileprocs.c, viced/callback.c, viced/host.c, viced/host.h, viced/viced.c: DELTA aclprocs-protos-20060223 AUTHOR rees@umich.edu Prototypes for aclprocs. Also some other prototypes for viced. 2006-02-23 12:32 shadow * src/util/softsig.c: DELTA softsig-thread-hack-not-on-nbsd30-20060223 AUTHOR shadow@dementia.org based on comment from gendalia@iastate.edu 2006-02-22 20:29 rees * src/: viced/callback.c, viced/fsprobe.c, viced/host.c, viced/host.h, viced/viced.c, vol/vnode.h: DELTA viced-cleanup-20060222 AUTHOR rees@umich.edu Prototypes, dead code removal, and other minor cleanups 2006-02-22 05:07 jaltman * src/rxkad/: rxkad_server.c, ticket5.c: DELTA rxkad-krb5-improvements-20060222 AUTHOR jaltman@secure-endpoints.com correct precedence of && and || in conditional to determine when tkt_DecodeTicket5() should be called. optimize order of ticket property evaluation to delay call to get_key() which will require that a lock be obtained until after we know that all of the other checks will succeed. 2006-02-22 05:01 jaltman * src/viced/viced.c: DELTA viced-log-get-key-failure-20060221 AUTHOR jaltman@secure-endpoints.com log afsconf_GetKey() failure 2006-02-22 04:07 jaltman * src/: bozo/bosserver.c, ptserver/ptserver.c, viced/viced.c, vlserver/vlserver.c, volser/volmain.c: DELTA server-rxmaxmtu-option-20060221 AUTHOR jaltman@secure-endpoints.com add -rxmaxmtu to allow setting the max send and receive RX MTU size 2006-02-21 21:07 rees * src/config/: afs_sysnames.h, param.i386_fbsd_61.h: DELTA fbsd61-20060221 AUTHOR rees@umich.edu Param file for FreeBSD 6.1. Builds, untested. 2006-02-21 04:45 shadow * src/: afs/DARWIN/osi_file.c, afs/VNOPS/afs_vnop_read.c, sys/afssyscalls.c: DELTA tiger-updates-20060220 AUTHOR cg2v@andrew.cmu.edu update lpioctl, setattr and free tuios 2006-02-20 21:49 shadow * src/afs/afs_chunk.c: DELTA cache-autotune-20060220 AUTHOR shadow@dementia.org put in defaults so an old afsd will still start ok. 2006-02-20 15:26 jaltman * src/viced/: afsfileprocs.c, host.c: DELTA viced-client-cps-race-fix-20060220 AUTHOR jaltman@secure-endpoints.com remove a race condition between h_TossStuff_r and SRXAFS_FlushCPS by changing h_ID2Client to return the client with a refcount and then release the refCount with PutClient. when the CPS list is non-NULL and the viceid is ANONYMOUSID be sure to set the prlist_val to NULL if the prlist_len is being set to 0 since all of the tests are performed on prlist_val 2006-02-18 06:01 jaltman * src/rx/rx_packet.c: DELTA rx-dpf-20060217 AUTHOR jaltman@secure-endpoints.com conditionalize rx_intentionallyDroppedOnReadPer100 2006-02-18 04:58 shadow * src/afs/afs_prototypes.h: DELTA flushrec-prototype-20060217 AUTHOR shadow@dementia.org add a prototype to shut up gcc4 2006-02-18 04:53 shadow * src/afs/afs_vcache.c: DELTA vnode-ref-verification-20060217 AUTHOR cg2v@andrew.cmu.edu verify we got a ref when we call vnode_ref 2006-02-18 04:46 jaltman * src/rx/rx.c: DELTA rx-dpf-20060217 AUTHOR jaltman@secure-endpoints.com typo 2006-02-18 04:11 jaltman * src/rx/: rx.c, rx_globals.h, rx_packet.c: DELTA rx-dpf-20060216 AUTHOR jaltman@secure-endpoints.com when dpf is in use, log error codes from abort packets and perform ntoh translation of addresses and port numbers. 2006-02-18 04:08 shadow * src/afs/: afs_osidnlc.c, afs_pioctl.c, afs_vcache.c, afs_volume.c, DARWIN/osi_vnodeops.c, VNOPS/afs_vnop_lookup.c: DELTA vnode-ref-verification-20060217 AUTHOR cg2v@andrew.cmu.edu verify we got a ref when we call vnode_ref 2006-02-17 21:57 shadow * src/afs/: afs.h, afs_cbqueue.c, afs_vcache.c: DELTA qremove-set-null-20060217 AUTHOR cg2v@andrew.cmu.edu when we remove an object from a queue null its list pointers 2006-02-17 21:43 shadow * src/afs/afs_pioctl.c: DELTA flushvolume-vhashq-consistency-20060217 AUTHOR cg2v@andrew.cmu.edu avoid having vflushed vnodes in play 2006-02-17 17:58 rees * src/: aklog/Makefile.in, aklog/aklog_main.c, aklog/asetkey.c, cf/kerberos.m4: DELTA test-heimdal-20060217 AUTHOR rees@umich.edu Add a configure test for heimdal and use it to build asetkey or not. Thanks to Derek Atkins for his helpful suggestions. 2006-02-17 17:34 shadow * src/afs/HPUX/osi_inode.c: DELTA hpux11-store-fd-sonner-20060217 AUTHOR shadow@dementia.org FIXES 23112 based on report from jbuehler@spirentcom.com 2006-02-17 16:41 shadow * src/lwp/process.i386.s: DELTA darwin-x86-lwp-fix-20060217 AUTHOR cg2v@andrew.cmu.edu make lwp work on darwin x86 2006-02-17 15:35 jaltman * doc/txt/winnotes/: afs-changes-since-1.2.txt, afs-issues.txt: DELTA windows-notes-20060216 AUTHOR jaltman@secure-endpoints.com 1.5.0 development build 2006-02-17 15:22 shadow * src/afs/DARWIN/osi_sleep.c: DELTA darwin-lost-wakeups-20060213 AUTHOR cg2v@andrew.cmu.edu FIXES eliminate the apparent lost wakeup problem in tiger 2006-02-17 14:48 jaltman * src/viced/afsfileprocs.c: DELTA viced-has-as-member-locking-20060217 AUTHOR klas.lindfors@it.su.se FIXES 26967 A crucial line was missing from DELTA viced-fix-check-rights-race-20060213 2006-02-16 22:06 jaltman * src/WINNT/afsd/: smb.c, smb.h, smb3.c, smb_ioctl.c: DELTA windows-optimize-find-uid-20060216 AUTHOR jaltman@secure-endpoints.com Rename smb_GetUser to smb_GetUserFromVCP and add smb_GetUserFromUID. Use calls to smb_GetUserFromUID to reduce the number of times that the smb_user_t object is obtained and released during the processing of an smb call. 2006-02-16 22:03 jaltman * src/WINNT/afsd/: NTMakefile, cm_server.c, cm_server.h: DELTA windows-server-ping-20060216 AUTHOR jaltman@secure-endpoints.com add logging of server addresses, status and capabilities prevent multiple threads from pinging the same server simultaneously. instead, threads block and then use the result of the ping that was already taking place. 2006-02-16 22:01 jaltman * src/WINNT/afsd/afsd_init.c: DELTA windows-daemon-check-registry-20060216 AUTHOR jaltman@secure-endpoints.com Add registry values to allow the defaults for daemon checks to be altered at startup. Log values to afsd_init.log. daemonCheckDownInterval daemonCheckUpInterval daemonCheckVolInterval daemonCheckCBInterval daemonCheckLockInterval daemonCheckTokenInterval 2006-02-16 21:59 jaltman * src/WINNT/afsd/afsd.h: DELTA windows-lock-testing-20060216 AUTHOR jaltman@secure-endpoints.com turn on the support for backing byte range lock allocations with afs file server locks. 2006-02-16 21:48 jaltman * src/rx/rx_xmit_nt.c: DELTA windows-rx-wsaeconnreset-20060216 AUTHOR jaltman@secure-endpoints.com Deal with the fact that Windows returns WSAECONNRESET after an ICMP port not reachable packet was returned in response to a packet previously sent. 2006-02-15 21:01 shadow * src/afs/LINUX/osi_file.c: DELTA linux-inode-i-mutex-20060214 AUTHOR shadow@dementia.org make i_sem become i_mutex 2006-02-15 20:53 shadow * src/afs/afs_osi.c: DELTA darwin-event-cleanup-20060215 AUTHOR cg2v@andrew.cmu.edu clean up event resources added for deadlock avoidance 2006-02-15 16:38 shadow * src/aklog/asetkey.c: DELTA asetkey-macos-20060215 AUTHOR shadow@dementia.org make the same fix we do on aklog w.r.t com_err 2006-02-15 16:32 shadow * src/rx/rx_kernel.h: DELTA darwin-ifnet-flags-20060215 AUTHOR shadow@dementia.org darwin (8.0) already has this 2006-02-15 16:31 jaltman * src/WINNT/afsd/afsd_init.c: DELTA windows-reg-fix-20060215 AUTHOR jaltman@secure-endpoints.com cleanup the back connection hostname code 2006-02-15 13:00 jaltman * src/lwp/iomgr.c: DELTA windows-64-bit-type-safety-20051105 AUTHOR jaltman@secure-endpoints.com 64-bit type safety changes required for successful compilation on Windows 64-bit systems with the VS 2005 compiler 2006-02-15 07:01 shadow * src/afs/DARWIN/osi_vnodeops.c: DELTA darwin80-mkdir-error-leak-fix-20060215 AUTHOR cg2v@andrew.cmu.edu avoid a potential refcount decrement "leak" (well, the opposite, really) when a mkdir fails 2006-02-15 00:37 shadow * src/afsd/afs.rc.darwin: DELTA macos-dynroot-start-anyway-20060214 AUTHOR megacz@cs.berkeley.edu start afsd if -dynroot specified 2006-02-15 00:33 shadow * src/packaging/MacOS/buildpkg.sh: DELTA macos-afsdb-20060214 AUTHOR megacz@cs.berkeley.edu enable afsdb by default 2006-02-15 00:31 shadow * acinclude.m4, src/cf/linux-test4.m4: DELTA linux-inode-i-mutex-20060214 AUTHOR shadow@dementia.org new (2.6.16) kernerls have i_mutex instead of i_sem 2006-02-14 20:32 shadow * src/afs/VNOPS/afs_vnop_lookup.c: DELTA lookup-checkcode-bulkstats-20060214 AUTHOR cg2v@andrew.cmu.edu do error code analysis on bulkstat results also 2006-02-14 16:58 rees * src/viced/: afsfileprocs.c, callback.c, host.h: DELTA dead-code-and-prototyes-20060214 AUTHOR rees@umich.edu Remove dead code and add prototypes. 2006-02-14 14:03 jaltman * src/: NTMakefile, config/NTMakefile.amd64_w2k, config/NTMakefile.i386_nt40, config/NTMakefile.i386_w2k: DELTA windows-build-sys_name-20060214 AUTHOR jaltman@secure-endpoints.com Add the sys_name to the dest and obj directories in order to allow both 32-bit and 64-bit builds to be built from the same directory tree. 2006-02-14 13:25 jaltman * doc/txt/winnotes/: afs-changes-since-1.2.txt, afs-integration.txt, afs-issues.txt: DELTA windows-notes-20060214 AUTHOR jaltman@secure-endpoints.com updates 2006-02-13 18:51 shadow * src/afs/DARWIN/osi_misc.c: DELTA remove-recursive-vfs-getcontext-20060213 AUTHOR cg2v@andrew.cmu.edu remove unused code 2006-02-13 18:38 shadow * src/afs/SOLARIS/osi_vnodeops.c: DELTA solaris-afs-nfsrdwr-avoid-reading-past-end-of-file-20060213 AUTHOR shadow@dementia.org FIXES 25747 avoid a panic when we attempt a read past the end of the file 2006-02-13 18:29 shadow * src/: afs/afs_daemons.c, config/param.ppc_darwin_80.h: DELTA revert-bkg-disable-var-20060213 AUTHOR shadow@dementia.org remove the bkg daemon disabling 2006-02-13 18:18 shadow * src/afs/DARWIN/osi_sleep.c: DELTA darwin-lost-wakeups-20060213 AUTHOR cg2v@andrew.cmu.edu FIXES eliminate the apparent lost wakeup problem in tiger 2006-02-13 17:09 jaltman * src/viced/: afsfileprocs.c, host.c, host.h: DELTA viced-fix-check-rights-race-20060213 AUTHOR jaltman@secure-endpoints.com FIXES 25869 acl_CheckRights() was generating core dumps because the client's prlist was being invalidated by h_TossStuff_r() as part of freeing the associated host. This patch fixes the problem in probably redundant ways. A missing hold on the host is now obtained. refCounts on the client are now preserved as part of GetClient()/PutClient(). Read/Write locks are now obtained on the client when accessing/manipulating the prlist. This patch adds the client parameter to GetVolumePackage() and PutVolumePackage() and adds the new function PutClient(). This patch removes the need for the client X had conn Y stolen by X messages. This is replaced by "deleted client X already had conn Y stolen by X. If we see this there is definitely a logic problem as the client should not be deleted at this point. We a no longer allowing the race condition that would have resulted in the original message. In addition, this patch fixes a problem with UAEs caused by the inappropriate translation of VICE error into UAEs when there is overlap between VICE error values and those in sys/errno.h. 2006-02-13 16:33 jaltman * src/WINNT/afsd/cm_aclent.c: DELTA windows-findacl-optimize-20060213 AUTHOR jaltman@secure-endpoints.com don't remove an entry from the queue and add it to the head if it already is the head. 2006-02-13 16:28 jaltman * src/WINNT/afsd/cm_server.c: DELTA windows-new-server-ping-20060213 AUTHOR jaltman@secure-endpoints.com when adding a new server, mark it down to start. this will allow the Ping to use the short timeout when checking the real status. 2006-02-12 06:25 jaltman * src/WINNT/afsd/: cm_cell.c, smb.c, smb.h: DELTA windows-off-to-the-races-20060211 AUTHOR jaltman@secure-endpoints.com several race conditions were introduced over the last couple of weeks. let's fix them. 2006-02-10 18:43 jaltman * src/WINNT/afsd/smb.c: DELTA windows-vcp-fidsp-empty-20060210 AUTHOR jaltman@secure-endpoints.com protect against the case in which the vcp->fidsp list is empty which de-queuing smb_fid_t objects 2006-02-10 17:10 jaltman * src/viced/host.c: DELTA viced-probe-uuid-on-old-connection-20060210 AUTHOR jaltman@secure-endpoints.com When we have found an existing host via Uuid, send the probe to the connection associated with the old host instead of the new one. If you send it to the new connection, we will fail to detect that the old host is no longer responding and hence that it should be removed. This should solve the 55 second delay problem seen from clients with Uuids that move addresses or sit behind a NAT. 2006-02-10 17:07 jaltman * src/viced/host.c: DELTA viced-log-typo-20060210 AUTHOR jaltman@secure-endpoints.com missing % in format string causes crash at log level 125 2006-02-10 16:49 shadow * src/viced/: afsfileprocs.c, host.c: DELTA viced-debug-port-numbers-20060210 AUTHOR shadow@dementia.org fix port number printing to not print byteswapped port numbers 2006-02-09 15:28 jaltman * src/WINNT/afsd/afslogon.c: DELTA windows-afslogon-20060209 AUTHOR jaltman@secure-endpoints.com replace sizeof(opt) with sizeof(LogonOption_t) add more debug statements 2006-02-07 07:46 jaltman * src/viced/host.c: DELTA viced-host-nat-20060207 AUTHOR jaltman@secure-endpoints.com When we discover a new address for an existing host we can take the opportunity to cleanup the hash table and the interface list if the new address differs from an existing address only by the port number. In that case we know the client is communicating to us from behind a NAT and the old addr/port number combination is no longer going to be of use to us. 2006-02-07 06:04 jaltman * src/viced/host.c: DELTA viced-more-dbg-improvements-20060207 AUTHOR jaltman@secure-endpoints.com convert the rest of the addresses output in hex to dotted notation 2006-02-06 17:18 rees * src/config/: param.i386_obsd33.h, param.i386_obsd34.h, param.i386_obsd35.h, param.i386_obsd36.h, param.i386_obsd37.h, param.i386_obsd38.h: DELTA no-global-sunlock-20060206 AUTHOR rees@umich.edu Don't use global_sunlock on OpenBSD unless running smp kernel 2006-02-06 07:06 jaltman * src/WINNT/afsd/: cm_freelance.c, cm_memmap.c: DELTA windows-winqual-20060206 AUTHOR jaltman@secure-endpoints.com Fix two bugs reported via Windows Crash Reporting: * Freelance initialization is somehow broken allowing the number of locally defined mountpoints to become negative. Due to the use of != instead of < in loops, it is possible to read/write unallocated memory. * GetTextualSid() was not properly handling a NULL output buffer pointer as an indication that the desired size should be returned. 2006-02-05 18:21 shadow * src/afs/DARWIN/osi_vnodeops.c: DELTA darwin-avoid-bogus-name-caching-20060205 AUTHOR cg2v@andrew.cmu.edu FIXES 26225 avoid the possibility of creating bogus cached named vnodes 2006-02-05 17:45 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA windows-mountpoints-20060205 AUTHOR jaltman@secure-endpoints.com * if the mountpointstring is empty, return No Such Path; do not panic 2006-02-05 17:44 jaltman * src/WINNT/afsd/afslogon.c: DELTA windows-afslogon-20060205 AUTHOR jaltman@secure-endpoints.com * AFS_Logoff_Event must destroy tokens even if integrated logon is not being used unless LogoffPreserveTokens is non-zero 2006-02-05 07:44 jaltman * src/WINNT/afsd/afslogon.c: DELTA windows-afslogon-20060204 AUTHOR jaltman@secure-endpoints.com * fix LogoffPreserveTokens to work in the correct direction * modify behavior to avoid domain controller queries when integrated logon is disabled or the logon account is local 2006-02-03 23:21 jaltman * src/WINNT/afsd/: cm_cell.c, smb.c, smb3.c: DELTA windows-todays-bugs-20060203 AUTHOR jaltman@secure-endpoints.com * cell names must be treated as case insensitive * smb logoff messages do not mean the user is logging off the machine. do not use as an indication that tokens should be destroyed * use the correct lock and avoid a deadlock when handling dead VCs 2006-02-02 21:47 jaltman * src/viced/: afsfileprocs.c, callback.c, host.c, host.h: DELTA viced-log-add-ports-20060202 AUTHOR jaltman@secure-endpoints.com * add port numbers to Host addresses so we can distinguish clients behind NATs * make messages consistent with regards to case and punctuation of "Host x.x.x.x:y" * convert hex addresses to dotted notation 2006-02-02 08:27 shadow * src/afs/afs_daemons.c: DELTA bkg-disable-var-20060202 AUTHOR cg2v@andrew.cmu.edu don't extern this 2006-02-01 18:28 jaltman * src/WINNT/afsd/smb.c: DELTA windows-more-cleanup-20060201 AUTHOR jaltman@secure-endpoints.com missed one case where the vcpCounter wrapped fids at 0 2006-02-01 18:02 jaltman * src/WINNT/afsd/: cm_cell.c, cm_conn.c, cm_dcache.c, cm_freelance.c, cm_ioctl.c, cm_ioctl.h, cm_scache.c, cm_scache.h, cm_vnodeops.c, smb.c: DELTA windows-more-cleanups-20060201 AUTHOR jaltman@secure-endpoints.com * remove all references to 'dead_vcp'; cleanup smb_vc_t's as soon as we know they are dead * add mx holds across the cm_cell_t updates * add cm_FindSCacheParent() and remove duplicate code elsewhere * add mx holds across scp->flags updates * add cm_CleanFile() * clear CM_SCACHEFLAG_CALLBACK when discarding callbacks * fix smb fid wrapping. wrap at 0xFFFF instead of 0 because 0xFFFF is -1 which is INVALID_HANDLE * add missing mx holds around vcp->flags updates 2006-02-01 16:20 shadow * src/: cf/osconf.m4, bozo/bnode.c, venus/up.c: DELTA aix-prototyping-fixes-20060201 AUTHOR tkeiser@gmail.com FIXES 26102 fix some prototypes and enable prototype enforcement for aix 2006-02-01 16:09 shadow * src/: audit/audit.c, bozo/bosserver.c, budb/server.c, kauth/kaserver.c, ptserver/ptserver.c, viced/viced.c, vlserver/vlserver.c, volser/volmain.c: DELTA osi-audit-locking-fix-20060201 AUTHOR tkeiser@gmail.com FIXES 25955 fix aix builds 2006-02-01 15:58 shadow * src/viced/: afsfileprocs.c, callback.c, fs_stats.h, host.h, viced.h: DELTA getsomespace-r-rewrite-20060201 AUTHOR jaltman@secure-endpoints.cm rewrite of GetSomeSpace_r to get rid of the brokenness we had before. also make GetCapabilities work like other rpc stubs which don't need callbacks 2006-01-31 09:13 jaltman * src/WINNT/afsd/: afslogon.c, smb.c, smb3.c, smb_ioctl.c: DELTA windows-smb_fid_t-mx-20060130 AUTHOR jaltman@secure-endpoints.com *Includes the changes from STABLE14-windows-smb_fid_t-audit-20060125 as well: "Further testing revealed that some smb_vc_t objects could not be freed because the associated smb_fid_t objects never reached a zero refcount. Additional auditing uncovered cases in which there were holds not being released and others in which they were released to many times. This patch fixes the problems and improves auditability by modifying the behavior of the smb_IoctlXXX() functions to not release a reference that was obtained by the caller. Now the caller releases the reference." Fixup token deletion logic Surround all references to smb_fid_t flags and other references by obtaining and releasing the 'mx' lock. 2006-01-30 22:11 kenh * src/venus/up.c: DELTA merge-up-fixes-rxtcp-20060130 AUTHOR kenh@cmf.nrl.navy.mil Merge in fixes to up from the rxtcp branch. 2006-01-28 19:20 shadow * src/: afs/afs_daemons.c, config/param.ppc_darwin_80.h: DELTA simple-darwin-disable-bkg-20060128 AUTHOR cg2v@andrew.cmu.edu avoid potential hang by disabling bkg daemons on 10.4 for now 2006-01-28 18:06 shadow * src/afs/afs_vcache.c: DELTA newvcache-dont-spin-20060128 AUTHOR cg2v@andrew.cmu.edu make things so newvcache won't spin 2006-01-28 18:02 shadow * src/afs/: afs_osidnlc.c, afs_vcache.c, DARWIN/osi_vm.c: DELTA reclaim-defered-flush-fixes-20060128 AUTHOR cg2v@andrew.cmu.edu fix side effect of reclaim lookaside 2006-01-26 21:24 shadow * src/venus/up.c: DELTA up-cleanup-20060126 AUTHOR shadow@dementia.org FIXES 25863 subsumes todd's fix 2006-01-26 20:34 shadow * src/rx/rx_user.c: DELTA osi-panic-revert-to-kandr-20060126 AUTHOR tkeiser@gmail.com FIXES 25924 avoid prototype issue for now 2006-01-26 18:55 shadow * src/afs/afs_vcache.c: DELTA linux-vcache-extra-ref-unneeded-20060126 AUTHOR chas@cmf.nrl.navy.mil FIXES 25829 the dynamic/system inode version of the linux client already keeps an extra reference when the inode is on the vcache list. the inode/vnode should not go away while we are trying to flush the dcache children. 2006-01-26 18:13 rees * src/afs/afs_vcache.c: DELTA remove-spurious-var-20060126 AUTHOR rees@umich.edu Remove unused local variable "lock". 2006-01-26 18:11 rees * src/afs/afs_vcache.c: DELTA cast-pointer-20060126 AUTHOR rees@umich.edu Cast pointer to long for printf. "%p" would be a better fix, but is it supported on all platforms? 2006-01-26 16:03 shadow * src/afs/DOC/afs_rwlocks: DELTA macos-avoid-reclaim-hang-20060124 AUTHOR shadow@dementia.org FIXES 25686 based on chaskiel's suggestion, implement a lookaside reclaim list 2006-01-26 16:00 shadow * src/: afs/afs_call.c, afs/afs_osi.c, afs/DOC/afs_rwlocks, afs/FBSD/osi_machdep.h, afs/NBSD/osi_machdep.h, afs/OBSD/osi_machdep.h, afs/SOLARIS/osi_machdep.h, rx/rx.c: DELTA more-rxglock-cleanup-20060126 AUTHOR chas@cmf.nrl.navy.mil FIXES 23321 more rx glock cleanup. eval for pullup after 1.4.1 2006-01-26 15:56 shadow * src/cf/: linux-test1.m4, linux-test2.m4, linux-test3.m4, linux-test4.m4: DELTA linux26-build-update-20060126 AUTHOR chas@cmf.nrl.navy.mil FIXES 25879 KBUILD_BASENAME will need to be set in 2.6.15 and later for configure to work usefully 2006-01-26 15:52 shadow * src/rx/UKERNEL/rx_knet.c: DELTA ukernel-rx-knet-deref-20060126 AUTHOR tkeiser@gmail.com FIXES 25927 pass correct parameter to avoid type mismatch 2006-01-26 15:49 shadow * src/afs/afs_vcache.c: DELTA sol10-vnode-cleanup-20060126 AUTHOR shadow@dementia.org FIXES Because we use a private pool of vnodes, it's up to us to trigger cleanup. here we do so. 2006-01-25 19:44 rees * regen.sh: DELTA regen-no-doc-noise-20060125 AUTHOR rees@umich.edu Don't say we're building man pages if we're not. 2006-01-25 05:59 rra * doc/man-pages/: .cvsignore, Makefile.in, README, generate-html, style.css, pod1/afs.pod: DELTA man-page-html-20060124 AUTHOR rra@stanford.edu Initial cut at an HTML conversion of the POD reference pages. Requires Pod::Simple be installed (version 3.0 or later, probably). Also fix a POD formatting bug in the afs(1) man page noticed while testing HTML output. 2006-01-25 04:45 shadow * src/afs/: afs_prototypes.h, afs_vcache.c, DARWIN/osi_vnodeops.c: DELTA macos-avoid-reclaim-hang-20060124 AUTHOR shadow@dementia.org FIXES 25686 based on chaskiel's suggestion, implement a lookaside reclaim list 2006-01-25 04:29 shadow * src/afs/afs_vcache.c: DELTA macos-avoid-reclaim-hang-20060124 AUTHOR shadow@dementia.org FIXES 25686 based on chaskiel's suggestion, implement a lookaside reclaim list 2006-01-25 03:49 shadow * src/volser/vsprocs.c: DELTA release-avoid-negative-time-20060124 AUTHOR jhutz@cmu.edu avoid any possibility of time going negative when releasing incrementally 2006-01-25 03:24 shadow * src/volser/volprocs.c: DELTA implement-vpeek-for-listvol-20060124 AUTHOR shadow@dementia.org roll back for listonevolume (only) 2006-01-24 23:22 jaltman * src/WINNT/afsd/cm_callback.c: DELTA windows-continued-refcount-cleanup-20060124 AUTHOR jaltman@secure-endpoints.com rollback unintended commit 2006-01-24 23:12 jaltman * src/WINNT/afsd/: afsd_init.c, cm_callback.c, smb.c, smb.h, smb3.c: DELTA windows-continued-refcount-cleanup-20060124 AUTHOR jaltman@secure-endpoints.com * re-enable LogoffTokenTransferTimeout and LogoffTokenTransfer. Tokens are now destroyed at logoff based upon the values specified here. Default is ON and 120 seconds. Setting this to OFF will result in tokens never being destroyed. This will leak memory. * protect global queues with mutexes and avoid a variety of race conditions. 2006-01-24 17:40 shadow * src/afs/: afs.h, afs_buffer.c: DELTA usebuffer-macros-20060124 AUTHOR chas@cmf.nrl.navy.mil FIXES 25819 get rid of usebuffers macro usage warning 2006-01-24 17:32 shadow * src/afs/: afs_callback.c, afs_daemons.c, afs_prototypes.h, afs_vcache.c, DARWIN/osi_vnodeops.c: DELTA macos-avoid-reclaim-hang-20060124 AUTHOR shadow@dementia.org FIXES 25686 based on chaskiel's suggestion, implement a lookaside reclaim list 2006-01-23 21:23 jaltman * src/viced/host.h: DELTA viced-grow-h_maxSlots-20060123 AUTHOR cg2v@andrew.cmu.edu and jhutz@cs.cmu.edu The size of h_maxSlots as computed based upon the value of MAX_FILESERVER_THREAD is too small. It is possible for h_lwpIndex (in the pthread case) to have produce the same Slot value for multiple threads. In that case it is possible for the following to occur: X: h_Hold_r(host) X: H_UNLOCK ... E: H_LOCK E: Check h_Held_r(host); it is true, so don't hold E: H_UNLOCK X: H_LOCK X: h_Release_r(host) X: h_TossStuff_r(host) [called by h_Release_r] X: H_UNLOCK E: CheckHost(host) The end result would be a crash due to a reference to a null field in the host processed by CheckHost. This patch is a bit of a hack in that it solves the problem by increasing the number of slots for threads and does not determine the correct number of threads the process should be allowed to produce. 2006-01-23 21:13 jaltman * src/viced/host.c: DELTA check-host-optimize-20060123 AUTHOR jaltman@secure-endpoints.com There should never be a case where h_Enumerate calls CheckHost with a host whose callback_rxcon that is NULL. However, due to a bug it ended up being the case that it happened. An examination of the CheckHost code showed that the check for the HOSTDELETED flag should take place before a reference to callback_rxcon is obtained. If HOSTDELETED were set, the code would simply release the reference immediately. However, the process of obtaining and releasing the reference required dropping and obtaining locks that would be a performance hit. 2006-01-23 21:04 shadow * src/venus/fs.c: DELTA fs-getfid-20060123 AUTHOR shadow@dementia.org add a fs subcommand to get a fid 2006-01-21 21:37 jaltman * src/WINNT/afsd/smb.c: DELTA windows-smb-logoff-or-abandonment-detection-20060121 AUTHOR jaltman@secure-endpoints.com and remember to mark the session dead so it can be re-used 2006-01-21 21:22 jaltman * src/viced/host.c: DELTA h_gethost_r-hold-fix-20060121 AUTHOR jaltman@secure-endpoints.com fix hold errors 2006-01-21 20:56 jaltman * src/WINNT/afsd/: cm_daemon.c, smb.c, smb.h, smb3.c: DELTA windows-smb-logoff-or-abandonment-detection-20060121 AUTHOR jaltman@secure-endpoints.com This patch: (1) removes the rest of the dead logoff code that was originally stripped of any meaning by DELTA winnt-win2000-win98-afs-client-updates-20010623. (2) gives new meaning to smb_TokenTransfer and smb_TokenTransferTimeout. these variables now control how long a smb_username_t and its associated cm_user_t and its cm_cellinfo_t (including tokens) will be preserved after a logoff. (3) adds logic to detect logoff conditions (4) adds cm_CheckVCs(). This function probes the SMB client with a ECHO response to determine if the associated SMB virtual circuit is still valid. This is executed once every five minutes by smb_Daemon() and whenever the machine's IP addresses change. This allows abandoned VCs to be detected and the associated user credentials, file handles, and locks to be cleaned up. This will also prevent the exhaustion of the limited number of SMB sessions. 2006-01-20 16:40 rees * acinclude.m4, src/libafs/MakefileProto.FBSD.in: DELTA host-cpu-20060120 AUTHOR rees@umich.edu Introduce @HOST_CPU@ and use it to find correct headers for FreeBSD build. 2006-01-20 06:22 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA STABLE14-windows-notes-20060120 AUTHOR jaltman@secure-endpoints.com more notes for 1.4.1-rc5 2006-01-20 05:19 shadow * src/afs/DARWIN/osi_vnodeops.c: DELTA cached-lookup-mtpt-20060120 AUTHOR cg2v@andrew.cmu.edu FIXES 25647 don't do lookups on the wrong vnode, if it's a mvstat=1 vnode, it's not useful 2006-01-20 05:05 shadow * src/afs/AIX/: osi_machdep.h, osi_vnodeops.c: DELTA aix-vm-rdwr-fix-20060120 AUTHOR tkeiser@gmail.com FIXES 25650 avoid a loop in vm_rdwr on aix. also fix ifnet_flags macro 2006-01-20 00:00 shadow * src/venus/cmdebug.c: DELTA cmdebug-no-zero-pad-output-20060119 AUTHOR shadow@dementia.org length, dv and refcnt no longer 0 padded 2006-01-19 23:07 jaltman * src/WINNT/afsd/: afslogon.c, cm_ioctl.c, cm_user.c, cm_user.h, smb.c, smb.h, smb3.c, smb3.h: DELTA windows-integrated-logon-hack-fix-for-proper-refcounts-20060119 AUTHOR jaltman@secure-endpoints.com The Integrated Logon hack of setting a token for a smb name different than the one associated with the current smb session fails when smb virtual circuits, sessions and username objects are properly reference counted. When refcounts are not leaked the constructed smb_username_t is destroyed immediately after the token is set since there are not references to it from a current session. The fix is to mark the smb_username_t object with a flag indicating that it was created by the Network Provider. This flag prevents the destruction when the refcount is zero so that it will be available at the time the smb session is created (just a moment or two later.) During the binding of the smb_username_t to the smb_vc_t the flag is cleared allowing the tokens to be destroyed when the smb session is closed. 2006-01-19 16:57 rees * src/bozo/bosserver.c: DELTA bozo-log-fix-20060119 AUTHOR rees@umich.edu don't fclose(NULL) (found by ober@linbsd.org) fflush after printf instead of before add missing trailing newline in WARNING message consolidate the logic to make it clearer make tdate bigger (26 chars plus '\0'; not sure this is needed) 2006-01-18 22:31 rees * src/libafs/MakefileProto.FBSD.in: DELTA fbsd-opts-20060118 AUTHOR rees@umich.edu add -mno-mmx -mno-3dnow -mno-sse -mno-sse2 to kernel cc flags 2006-01-18 16:03 rees * src/rx/: rx_kcommon.c, rx_kernel.h, UKERNEL/rx_kcommon.h: DELTA ifnet-flags-20060118 AUTHOR rees@umich.edu #define ifnet_flags to fix build on bsd 2006-01-18 06:26 shadow * src/afs/afs.h: DELTA linux-vrefcount-macro-fix-20060118 AUTHOR shadow@dementia.org thanks to jhutz@cmu.edu for making me consider this 2006-01-18 02:21 shadow * src/rx/rx_kcommon.c: DELTA linux-kernel-bug-macro-inline-20060117 AUTHOR shadow@dementia.org force oops inline instead of calling bug, so we can printk 2006-01-17 22:25 rees * README, README.CVS: DELTA regen-doc-20060117 AUTHOR rees@umich.edu slightly better documentation of regen.sh 2006-01-17 21:43 jaltman * src/WINNT/afsd/smb3.c: DELTA windows-truncate-after-lock-check-20060116 AUTHOR jaltman@secure-endpoints.com In smb_ReceiveNTCreateX the lock check, cm_CheckNTOpen(), must take place before we allow the file to be truncated. 2006-01-17 17:08 shadow * src/: afs/afs_call.c, rx/DARWIN/rx_knet.c: DELTA darwin-use-kthreads-20060117 AUTHOR cg2v@andrew.cmu.edu FIXES 25542 use kernel threads for afsd processes instead of forked pids 2006-01-17 17:05 shadow * src/afs/DARWIN/osi_vnodeops.c: DELTA macos-locking-behavior-20060117 AUTHOR cg2v@andrew.cmu.edu FIXES 25543 F_UNLCK is send as a command, remap to F_SETLK like everyone else 2006-01-17 16:06 shadow * src/afs/DARWIN/osi_vfsops.c: DELTA tiger-sysctl-20060117 AUTHOR cg2v@andrew.cmu.edu FIXES 25327 implementation of sysctl for tiger 2006-01-17 04:59 shadow * src/afs/VNOPS/afs_vnop_lookup.c: DELTA newvcache-can-fail-now-20060116 AUTHOR psomogyi@gamax.hu FIXES 22260 allow newvcache to fail without ooping sort of nasty, if you want more vcaches, say so. 2006-01-17 03:57 jaltman * src/WINNT/client_config/afsmap.c: DELTA windows-afsmap-20060116 AUTHOR jaltman@secure-endpoints.com strcpy -> strncpy 2006-01-17 03:32 jaltman * src/afs/afs_prototypes.h: DELTA remove-dead-prototype-20060116 AUTHOR cg2v@andrew.cmu.edu remove dead prototype for osi_iput() 2006-01-16 21:15 shadow * src/viced/host.c: DELTA h-enumerate-r-fix-for-real-20060116 AUTHOR cg2v@andrew.cmu.edu FIXES 24196 make this not simply wrong 2006-01-16 16:22 jaltman * src/rx/rx_packet.c: DELTA windows-rx-ehostunreach-20060116 AUTHOR jaltman@secure-endpoints.com another location where EHOSTUNREACH can be returned such that we can timeout the request immediately 2006-01-16 02:05 jaltman * src/WINNT/afsd/: afsd_eventlog.c, afsd_eventmessages.mc, cm_conn.c, cm_vnodeops.c, smb.c, smb.h, smb3.c, smb_ioctl.c: DELTA windows-vc-locks-and-more-20060115 AUTHOR jaltman@secure-endpoints.com This patch fixes several issues: * the smb virtual circuits can be active and/or dead. this patch improves the handling of vc's making the transition from active to dead * correct the refcounts on the smb_user_t and smb_vc_t objects * replace the deprecated GetCurrentTime() with GetTickCounts() which is the new name. This function needs to be replaced with something else because its return value wraps after 49.7 days * hold the correct locks when adjusting the scp->fileLocksH queue * add new event log entries for unexpected session closures and send packet failures 2006-01-15 08:10 jaltman * src/WINNT/afsd/smb.c: DELTA windows-ncb-error-strings-20060114 AUTHOR jaltman@secure-endpoints.com consolidate the use of NCB error strings in one place 2006-01-15 08:04 jaltman * src/WINNT/afsd/afsdifs.c: DELTA windows-afsifs-20060114 AUTHOR asanka@secure-endpoints.com minor style change 2006-01-15 08:01 jaltman * src/WINNT/afsd/: afsd_eventmessages.mc, afsd_init.c, cm_ioctl.c: DELTA windows-eventlog-20051219 AUTHOR jaltman@secure-endpoints.com More messages for the event log 2006-01-14 08:19 rra * src/cf/osconf.m4: DELTA sparc64-linux-typo-20060114 AUTHOR rra@stanford.edu XLDFLAGS64, not XLDFLAG64. 2006-01-14 08:00 rra * src/: afs/LINUX/osi_module.c, cf/osconf.m4, config/param.sparc64_linux26.h: DELTA sparc64-linux-20060113 AUTHOR hozer@hozed.org Hopefully fix sparc64 Linux support with 2.6 kernels. 2006-01-12 18:45 jaltman * src/WINNT/afsd/: cm_scache.c, cm_scache.h, cm_vnodeops.c, smb.c: DELTA windows-lock-data-versions-20060112 AUTHOR asanka@secure-endpoints.com Add a lockDataVersion field to cm_scache_t. This data version is compared to the cm_scache_t dataVersion field in the following circumstances: * lock upgrades from read to write in which the lock must be released given current file server rpcs * lock downgrades from write to read in which the lock must be released given current file server rpcs * lost locks due to network disconnect. if the data version has not changed then re-obtaining the lock is safe to do 2006-01-12 05:54 jaltman * src/WINNT/afsd/smb3.c: DELTA windows-cmfinduserbyname-20060112 AUTHOR jaltman@secure-endpoints.com FIXES 25347 Fix invalid access after freeing newly allocated data structure 2006-01-11 21:37 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA linux-clean-up-stupidity-20060111 AUTHOR chas@cmf.nrl.navy.mil FIXES get some of an inadvertant misapplied patch, and get rid of a redundant check 2006-01-11 04:44 jaltman * src/config/afs_sysnames.h: DELTA afs-sysnames-20060110 AUTHOR jaltman@secure-endpoints.com move allocations for SYS_NAME_ID_amd64_w2k and SYS_NAME_ID_i64_w2k to avoid conflicts 2006-01-11 04:23 shadow * src/afs/DARWIN/osi_vnodeops.c: DELTA macos-reclaim-20060110 AUTHOR cg2v@andrew.cmu.edu FIXES 25165 avoid a vnode cleaning pnaic during recycle 2006-01-11 04:21 shadow * src/afs/afs_volume.c: DELTA macos-avoid-ref-leak-20060110 AUTHOR cg2v@andrew.cmu.edu FIXES 25302 fix for the earlier fix 2006-01-10 15:09 shadow * src/afs/VNOPS/afs_vnop_remove.c: DELTA remove-vnop-mem-leak-20060110 AUTHOR shadow@dementia.org FIXES avoid leaking mvid when we use .__afsXXXX renaming in remove 2006-01-10 15:03 shadow * src/afs/VNOPS/afs_vnop_remove.c: DELTA remove-vnop-lock-order-20060110 AUTHOR shadow@dementia.org FIXES 25118 finegrained dcache lock order not obeyed 2006-01-10 13:26 jaltman * src/WINNT/afsd/: cm_ioctl.c, smb.c, smb.h, smb3.c: DELTA windows-smb-username-refcount-20060110 AUTHOR jaltman@secure-endpoints.com the smb_username_t objects are reference counted but they were never released on their own accord. Instead the smb_uid_t objects when released were also cleaning up the smb_username_t. Since the smb_username_t is reused, now that smb_user_t objects are being cleaned up, this was a problem. 2006-01-09 05:44 jaltman * src/WINNT/tests/winflock/: main.cpp, tests.cpp, winflock.h: DELTA windows-tests-winflock-20060108 AUTHOR asanka@secure-endpoints.com Updates to locking tests 2006-01-09 04:43 jaltman * src/WINNT/afsd/: cm_scache.h, cm_vnodeops.c, cm_vnodeops.h, smb.c, smb.h, smb3.c: DELTA windows-byte-range-locking-20060108 AUTHOR asanka@secure-endpoints.com When SMB sessions are prematurely terminated as part of the tear down of the virtual circuit we must clean up any remaining file handles, tree connections, and user sessions. 2006-01-08 04:17 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA windows-byte-range-locks-fix-20060107 AUTHOR jaltman@secure-endpoints.com fix the SERVERLOCKS_ENABLED macro 2006-01-08 00:42 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA windows-enable-byte-range-locking-20060107 AUTHOR jaltman@secure-endpoints.com re-enable byte range locking 2006-01-08 00:38 jaltman * src/WINNT/afsd/: cm_scache.h, cm_vnodeops.c, smb.c, smb.h: DELTA windows-byte-range-locking-20060107 AUTHOR jaltman@secure-endpoints.com * Update architectural documentation * Allow locks to be obtained as soon as it is possible instead of enforcing a requirement that locks be granted in order. * Fix other bugs * Disable byte range lock processing 2006-01-08 00:30 jaltman * src/WINNT/afsd/NTMakefile: DELTA windows-eventlog-20051219 AUTHOR jaltman@secure-endpoints.com remove temporary files upon clean 2006-01-06 02:54 shadow * src/afs/DARWIN/osi_vnodeops.c: DELTA macos-104-change-access-enforcement-20060105 AUTHOR shadow@dementia.org don't improperly enforce read attribute restriction on child instead of parent when it's a directory avoid screwing ourselves on mode 0 files, also 2006-01-05 05:31 shadow * src/afs/: afs_osidnlc.c, afs_pioctl.c, afs_vcache.c, afs_volume.c, DARWIN/osi_vnodeops.c: DELTA macos-vnode-get-fixes-20060105 AUTHOR cg2v@andrew.cmu.edu The afs_pioctl.c change should fix a real crash (panic), but fs flushv isn't that common an operation. Other changes: don't GUNLOCK() around vnode_get(). we weren't consistent about it, and it doesn't appear to be strictly required. handle vnode_get() failures in more cases darwin_vn_hold will panic if vnode is terminating rather than mess up the refcounts. 2006-01-03 21:26 rees * src/libafs/MakefileProto.FBSD.in: DELTA fbsd-vnode-includes-20060103 AUTHOR horst@riback.net Generate vnode_if_newproto.h and vnode_if_typedef.h in case they aren't in the kernel build directory, for example if the kernel has been configed but not built. 2005-12-30 22:40 jaltman * src/WINNT/install/wix/openafs.wxs: DELTA windows-vista-wix-install-20051230 AUTHOR asanka@secure-endpoints.com Update the MSI to install the network provider without impersonation 2005-12-27 23:30 rra * doc/man-pages/pod1/: cmdebug.pod, rxgen.pod: DELTA man-page-rxgen-cmdebug-20051227 AUTHOR rra@stanford.edu Add man pages for rxgen and cmdebug. The cmdebug man page was written from scratch based on the source code. The rxgen man page is a conversion of an old TeX document to POD. 2005-12-27 20:00 jaltman * src/ptserver/ptclient.rc: DELTA windows-ptc-rc-20051227 AUTHOR jaltman@secure-endpoints.com for ptclient.exe 2005-12-27 16:17 jaltman * src/procmgmt/: pmgtprivate.h, procmgmt_nt.c, redirect_nt.c: DELTA windows-process-detach-20051227 AUTHOR jaltman@secure-endpoints.com The procmgmt library replaces the C RunTime Library's signal handlers but does not restore them on process detachment. This leaves the process with signal handlers pointing to invalid code that generates an invalid access error during process termination if the library was previously unloaded. 2005-12-24 01:07 shadow * src/: afs/afs_osi.h, config/param.sun4x_510.h, config/param.sun4x_57.h, config/param.sun4x_58.h, config/param.sun4x_59.h, config/param.sunx86_510.h, config/param.sunx86_57.h, config/param.sunx86_58.h, config/param.sunx86_59.h, rx/rx_clock.h, util/uuid.c: DELTA solaris-uniqtime32-20051223 AUTHOR chas@cmf.nrl.navy.mil FIXES 24445 afs really wants the 32 bit timeval/uniqtime stuff 2005-12-24 00:28 shadow * src/afs/afs_osidnlc.c: DELTA darwin-dnlc-cache-purge-20051223 AUTHOR cg2v@andrew.cmu.edu FIXES 22644 cache_purge() to hint to darwin that we changed something instead of letting it cache invalid data 2005-12-24 00:20 shadow * src/afs/VNOPS/: afs_vnop_remove.c, afs_vnop_rename.c: DELTA tiger-fixes-20051215 AUTHOR cg2v@andrew.cmu.edu chaskiel says The RHS shouldn't be a double negative... There's no bug (other than the assert itself) 2005-12-24 00:08 shadow * src/rx/DARWIN/rx_kmutex.h: DELTA darwin-lost-wakeups-20051223 AUTHOR cg2v@andrew.cmu.edu FIXES 24492 rewrite for tiger to avoid losing wakeups 2005-12-22 07:34 rra * doc/man-pages/: README, pod1/livesys.pod, pod1/sys.pod, pod5/NetInfo.pod, pod8/voldump.pod: DELTA man-page-misc-improvements-20051221 AUTHOR rra@stanford.edu Add new man pages for livesys and voldump. Fix the man page for sys to say what it actually does, rather than implying that it works like livesys, and to recommend livesys instead. Fix a path error in the NetInfo documentation. Update the README for the current status, including listing all installed commands that don't have man pages. (There may still be some subcommands that don't have man pages but aren't listed.) 2005-12-22 07:29 rra * Makefile.in, configure.in, doc/man-pages/.cvsignore, doc/man-pages/Makefile.in, doc/man-pages/install-man.in: DELTA man-page-installation-20051221 AUTHOR rra@stanford.edu On installation, substitute the configured paths into the man pages, replacing the Transarc paths. Also fix a problem with the way that pinstall was being used to install man pages. (Silly me, I was assuming it had the same behavior as install.) This is just a quick first pass. Longer term, it's probably better to replace all paths in the man pages with unambiguous tokens and then replace those tokens instead of assuming that the man pages use Transarc paths and replacing those paths specifically. The current method has a few minor problems, such as not being able to distinguish between the various paths that make up /usr/afs/bin. Still, the results of this method are good enough to start with. 2005-12-21 18:41 rees * README, src/aklog/.cvsignore, src/aklog/Makefile.in, src/aklog/aklog_main.c, src/aklog/asetkey.c, src/cf/osconf.m4: DELTA aklog-obsd-20051221 AUTHOR rees@umich.edu make aklog build on OpenBSD 2005-12-21 18:22 kenh * src/aklog/Makefile.in: DELTA aklog-fix-install-Makefile-target-20051221 AUTHOR kenh@cmf.nrl.navy.mil Fixed the install target so it installs asetkey instead of running it. 2005-12-21 00:41 rra * doc/man-pages/: pod1/afs.pod, pod1/afsmonitor.pod, pod1/dlog.pod, pod1/dpass.pod, pod1/fs_checkservers.pod, pod1/fs_cleanacl.pod, pod1/fs_copyacl.pod, pod1/fs_diskfree.pod, pod1/fs_examine.pod, pod1/fs_exportafs.pod, pod1/fs_flushvolume.pod, pod1/fs_getserverprefs.pod, pod1/fs_help.pod, pod1/fs_listacl.pod, pod1/fs_listcells.pod, pod1/fs_listquota.pod, pod1/fs_lsmount.pod, pod1/fs_setacl.pod, pod1/fs_setcachesize.pod, pod1/fs_setquota.pod, pod1/fs_setserverprefs.pod, pod1/fs_setvol.pod, pod1/fs_storebehind.pod, pod1/klog.pod, pod1/knfs.pod, pod1/kpasswd.pod, pod1/pagsh.pod, pod1/pts_adduser.pod, pod1/pts_chown.pod, pod1/pts_creategroup.pod, pod1/pts_createuser.pod, pod1/pts_examine.pod, pod1/pts_help.pod, pod1/pts_listentries.pod, pod1/pts_membership.pod, pod1/pts_setfields.pod, pod1/pts_setmax.pod, pod1/rxdebug.pod, pod1/scout.pod, pod1/sys.pod, pod1/tokens.pod, pod1/udebug.pod, pod1/vos.pod, pod1/vos_addsite.pod, pod1/vos_backup.pod, pod1/vos_backupsys.pod, pod1/vos_changeaddr.pod, pod1/vos_create.pod, pod1/vos_delentry.pod, pod1/vos_dump.pod, pod1/vos_examine.pod, pod1/vos_help.pod, pod1/vos_listaddrs.pod, pod1/vos_listvldb.pod, pod1/vos_listvol.pod, pod1/vos_move.pod, pod1/vos_restore.pod, pod1/vos_syncserv.pod, pod1/vos_unlockvldb.pod, pod1/vos_zap.pod, pod1/xstat_cm_test.pod, pod1/xstat_fs_test.pod, pod5/BosConfig.pod, pod5/butc.pod, pod5/package.pod, pod5/uss.pod, pod5/uss_bulk.pod, pod8/afsd.pod, pod8/backup_adddump.pod, pod8/backup_addvolentry.pod, pod8/backup_apropos.pod, pod8/backup_diskrestore.pod, pod8/backup_dump.pod, pod8/backup_dumpinfo.pod, pod8/backup_help.pod, pod8/backup_interactive.pod, pod8/backup_listdumps.pod, pod8/backup_savedb.pod, pod8/backup_setexp.pod, pod8/backup_volinfo.pod, pod8/backup_volrestore.pod, pod8/backup_volsetrestore.pod, pod8/bos_getlog.pod, pod8/bos_getrestart.pod, pod8/bos_help.pod, pod8/bos_install.pod, pod8/bos_listhosts.pod, pod8/bos_listusers.pod, pod8/bos_prune.pod, pod8/bos_removehost.pod, pod8/bos_removekey.pod, pod8/bos_removeuser.pod, pod8/bos_salvage.pod, pod8/bos_setcellname.pod, pod8/bos_setrestart.pod, pod8/bos_start.pod, pod8/bos_startup.pod, pod8/bos_status.pod, pod8/buserver.pod, pod8/butc.pod, pod8/fileserver.pod, pod8/fstrace_clear.pod, pod8/fstrace_dump.pod, pod8/fstrace_help.pod, pod8/fstrace_lslog.pod, pod8/fstrace_setset.pod, pod8/kas_create.pod, pod8/kas_delete.pod, pod8/kas_examine.pod, pod8/kas_help.pod, pod8/kas_interactive.pod, pod8/kas_list.pod, pod8/kas_setfields.pod, pod8/kas_setpassword.pod, pod8/kas_statistics.pod, pod8/kas_unlock.pod, pod8/kaserver.pod, pod8/kdb.pod, pod8/kpwvalid.pod, pod8/salvager.pod, pod8/uss_add.pod, pod8/uss_bulk.pod, pod8/uss_delete.pod, pod8/uss_help.pod, pod8/volinfo.pod, pod8/volserver.pod: DELTA man-page-whitespace-20051220 AUTHOR rra@stanford.edu Remove all trailing whitespace while we have the chance and there are no merge issues yet. 2005-12-21 00:37 rra * regen.sh, doc/man-pages/generate-man: DELTA man-page-generation-20051220 AUTHOR rra@stanford.edu Move man page generation out into a separate script that's just invoked from regen.sh, so that someone can run that separate script later if they wish. Make that script more robust against problems such as empty podN directories. Diagnose a missing pod2man and warn about old versions of Pod::Man. Also, remove the old programs used to do the initial conversion from HTML. Enough post-conversion editing was done that they're no longer necessary except for historical curiosity, and for that purpose they can be pulled out of CVS. 2005-12-19 16:12 jaltman * src/rxkad/NTMakefile: DELTA windows-bg-fcrypt-20051219 AUTHOR jaltman@secure-endpoints.com use the faster bg-fcrypt 2005-12-19 15:51 jaltman * src/WINNT/afsd/cm_callback.c: DELTA windows-64-bit-type-safety-20051105 AUTHOR jaltman@secure-endpoints.com SIZE_MAX should be UINT_MAX if not defined 2005-12-19 13:55 jaltman * src/WINNT/afsreg/afsreg.h: DELTA windows-eventlog-20051219 AUTHOR jaltman@secure-endpoints.com Do not change "AFS Client" to "OpenAFS Client" unless the installers are also updated. 2005-12-19 12:42 jaltman * src/WINNT/: afsd/afsd.h, afsd/afsd_eventlog.c, afsd/afsd_eventlog.h, afsd/afsd_eventmessages.mc, afsd/afsd_service.c, afsd/afsd_service.rc, afsd/cm_config.c, afsd/cm_conn.c, afsd/cm_dnlc.c, afsd/smb.c, afsd/smb3.c, afsreg/afsreg.h: DELTA windows-eventlog-20051219 AUTHOR jaltman@secure-endpoints.com For afsd_service.exe, properly use the Event Log by constructing message strings stored in a MESSAGETEXT resource. This patch also removes a large number of debugging related event messages that should never have been seen by an end user. That data is now logged to the trace.log where it should have been logged initially. Similar changes need to be implemented for afslogon.dll and afscreds.exe The afsd_eventlog.[ch] files should be broken out into its own library so that it can be reused efficiently. The afsreg.h header was cleaned up to ensure name consistency and to remove the last vestiges of "IBM AFS". 2005-12-19 12:36 jaltman * src/WINNT/afsd/afskfw.c: DELTA windows-uninit-20051219 AUTHOR jaltman@secure-endpoints.com initialize the variable containing the afs id in case the pts lookup fails 2005-12-19 12:35 jaltman * src/: rx/rx.c, rx/rx_prototypes.h, libafsrpc/afsrpc.def, WINNT/afsd/cm_ioctl.c: DELTA windows-rx-debug-disable-20051219 AUTHOR jaltman@secure-endpoints.com Provide a method to enable/disable rx debugging along as a part of "fs trace -on/-off" 2005-12-19 03:27 rra * src/afs/LINUX/osi_vnodeops.c: DELTA linux-writepage-rename-20051218 AUTHOR torkel@acc.umu.se The ocfs2 patch renames WRITEPAGE_ACTIVE to AOP_WRITEPAGE_ACTIVE, and Ubuntu has applied that patch to their version of the kernel. Allow for either. 2005-12-18 05:41 jaltman * src/fsint/common.xg: DELTA separate-capabilities-by-source-20051217 AUTHOR jaltman@secure-endpoints.com define the capabilities constants 2005-12-17 22:17 jaltman * src/: WINNT/afsd/afsd.h, WINNT/afsd/cm_callback.c, WINNT/afsd/cm_server.c, WINNT/afsd/cm_server.h, afs/afs.h, afs/afs_callback.c, viced/afsfileprocs.c, viced/host.c, viced/viced_prototypes.h: DELTA separate-capabilities-by-source-20051217 AUTHOR jaltman@secure-endpoints.com This patch separates the client and viced capabilties; adds a viced capabilities for 64bit files; and modifies the Windows client to probe the viced capabilities the first time the client discovers the server and uses the capabilities RPC instead of the GetTime RPC to probe for Up/Down status 2005-12-17 17:26 jaltman * src/rx/rx_packet.c: DELTA windows-no-fds-20051217 AUTHOR jaltman@secure-endpoints.com when collecting rx statistics in response to an RPC query, the rx library attempts to enumerate the number file descriptors in use. This is fine except that file descriptors are a C Run Time Library concept on Windows and are not related to networking. In Visual Studio 8, the run time library will assert() if an invalid file descriptor is passed to fstat() which is the test used to determine if a file descriptor is valid. This patch simply returns 0 for the number of file descriptors in use because that is what would have been returned anyway with the existing code. What we probably want to return is the number of open socket handles. 2005-12-16 04:39 shadow * src/afs/VNOPS/: afs_vnop_rename.c, afs_vnop_rename.c: DELTA tiger-fixes-20051215 AUTHOR cg2v@andrew.cmu.edu potential reclaim in progress fix, and per Chaskiel, "I don't remember why I put it there, but the fact that it gets triggered means that we're leaking a vcache object lock. It looks like the "rename to .__afsXXXX" codepath is responsible (as afsrename does not use the fact that adp (or aodp) is locked by afs_remove, and locks it again. I'm surprised it's not deadlocking)" so i coded up a fix 2005-12-16 04:25 shadow * src/volser/: vos.c, vsprocs.c: DELTA vos-restore-parent-id-patch-20051215 AUTHOR jhutz@cmu.edu avoid making broken readonlies when when you restore them 2005-12-16 04:15 shadow * src/afs/VNOPS/afs_vnop_rename.c: DELTA tiger-fixes-20051215 AUTHOR cg2v@andrew.cmu.edu potential reclaim in progress fix, and per Chaskiel, "I don't remember why I put it there, but the fact that it gets triggered means that we're leaking a vcache object lock. It looks like the "rename to .__afsXXXX" codepath is responsible (as afsrename does not use the fact that adp (or aodp) is locked by afs_remove, and locks it again. I'm surprised it's not deadlocking)" so i coded up a fix 2005-12-16 04:06 shadow * src/afs/: afs_vcache.c, VNOPS/afs_vnop_rename.c: DELTA tiger-fixes-20051215 AUTHOR cg2v@andrew.cmu.edu potential reclaim in progress fix, and per Chaskiel, "I don't remember why I put it there, but the fact that it gets triggered means that we're leaking a vcache object lock. It looks like the "rename to .__afsXXXX" codepath is responsible (as afsrename does not use the fact that adp (or aodp) is locked by afs_remove, and locks it again. I'm surprised it's not deadlocking)" so i coded up a fix 2005-12-16 03:36 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA linux-dentry-multiple-mounts-20051215 AUTHOR chas@cmf.nrl.navy.mil avoid triggering BUG() when a volume is multiply mounted 2005-12-16 03:31 shadow * src/rx/rx_packet.c: DELTA freedatabufs-mark-free-20051215 AUTHOR tkeiser@gmail.com avoid an error with marking data packets free 2005-12-16 03:27 shadow * src/viced/callback.c: DELTA multibreak-rework-avoiding-race-20051215 AUTHOR tkeiser@gmail.com avoid a potential race finding the correct connection during MultiBreakCallBack_r 2005-12-15 15:15 jaltman * src/rx/xdr_array.c: DELTA rx-osi_alloc-prototype-20051215 AUTHOR rtb@pclella.cern.ch FIXES 24267 must provide prototype for osi_Alloc() on systems with 64-bit pointers and 32-bit int 2005-12-15 05:55 jaltman * src/rx/xdr_refernce.c: DELTA rx-osi_alloc-prototype-20051214 AUTHOR rtb@pclella.cern.ch FIXES 24267 include rx.h in order to safely include rx_prototypes.h in order to obtain a prototype for osi_Alloc() in order to prevent pointer truncation on systems with 64-bit pointers and 32-bit int. 2005-12-15 05:51 jaltman * src/util/get_krbrlm.c: DELTA multiple-local-realms-20051208 AUTHOR jaltman@secure-endpoints.com correction to exclusion list parsing 2005-12-14 05:39 jaltman * src/WINNT/afsd/cm_dnlc.c: DELTA windows-ansification-20051214 AUTHOR jaltman@secure-endpoints.com use modern function declarations 2005-12-14 05:32 jaltman * src/WINNT/afsd/afsd_init.c: DELTA windows-rpc-warning-20051214 AUTHOR jaltman@secure-endpoints.com If osi_InitDebug() fails due to RPC_S_NO_PROTSEQS, log to the afsd_init.log file a warning indicating that the registry should be examined for a misconfiguration of Windows. 2005-12-14 05:29 jaltman * src/WINNT/afsd/cm_cell.c: DELTA windows-fs-setserverpref-vldb-20051214 AUTHOR jaltman@secure-endpoints.com prevent a panic condition if "fs setserverprefs -vlserver" is executed more than once before the vlserver is associated with a cell. 2005-12-14 05:27 jaltman * src/WINNT/afsd/cm_daemon.c: DELTA windows-registry-20051214 AUTHOR jaltman@secure-endpoints.com Change all of the daemon check interval values so they can be set via the registry. 2005-12-14 01:30 rra * doc/man-pages/: README, pod1/fs.pod, pod5/AuthLog.dir.pod, pod5/AuthLog.pod, pod5/BackupLog.pod, pod5/BosConfig.pod, pod5/BosLog.pod, pod5/CellServDB.pod, pod5/FORCESALVAGE.pod, pod5/FileLog.pod, pod5/KeyFile.pod, pod5/NetInfo.pod, pod5/NetRestrict.pod, pod5/NoAuth.pod, pod5/SALVAGE.fs.pod, pod5/SalvageLog.pod, pod5/ThisCell.pod, pod5/UserList.pod, pod5/VLLog.pod, pod5/VolserLog.pod, pod5/afs.pod, pod5/afs_cache.pod, pod5/afs_volume_header.pod, pod5/afsmonitor.pod, pod5/afszcm.cat.pod, pod5/bdb.DB0.pod, pod5/butc.pod, pod5/butc_logs.pod, pod5/cacheinfo.pod, pod5/fms.log.pod, pod5/kaserver.DB0.pod, pod5/kaserverauxdb.pod, pod5/package.pod, pod5/prdb.DB0.pod, pod5/salvage.lock.pod, pod5/sysid.pod, pod5/tapeconfig.pod, pod5/uss.pod, pod5/uss_bulk.pod, pod5/vldb.DB0.pod, pod8/afsd.pod, pod8/backup.pod, pod8/backup_diskrestore.pod, pod8/backup_dump.pod, pod8/backup_dumpinfo.pod, pod8/backup_labeltape.pod, pod8/backup_readlabel.pod, pod8/backup_restoredb.pod, pod8/backup_savedb.pod, pod8/backup_scantape.pod, pod8/backup_volrestore.pod, pod8/backup_volsetrestore.pod, pod8/butc.pod: DELTA man5-editing-pass-20051213 AUTHOR rra@stanford.edu This completes the first editing pass of the man pages. Very little content editing has been done, but the server and client versions of various man pages have been combined into a single man page for the file (affects CellServDB, ThisCell, NetInfo, and NetRestrict), the descriptions of the various AFS cache files have been combined into one afs_cache man page, and the descriptions of the two butc log files have been combined into one butc_logs man page. For man pages for databases with two files, symlinks are now created on installation for the secondary file name. All of the man pages should now be ready for public review, additional editing and cleanup, and content editing. 2005-12-13 21:58 rees * src/viced/callback.c: DELTA fix-cbd-20051213 AUTHOR rtb@pclella.cern.ch The attached patch makes the cbd program (the stand-alone version of the fileserver's callback.c) work again. (Now I expect 99% "what's that?" and 0% "what a relief!" reactions. As a reminder that's one of the things you might go hunting for after a 'kill -XCPU' to the fileserver - this program is probably used infrequently but the older you get... ) 2005-12-13 19:21 rra * doc/man-pages/: README, pod1/package_test.pod, pod1/xstat_cm_test.pod, pod1/xstat_fs_test.pod, pod5/package.pod, pod5/tapeconfig.pod, pod5/uss.pod, pod5/uss_bulk.pod, pod8/afsd.pod, pod8/backup.pod, pod8/backup_adddump.pod, pod8/backup_addhost.pod, pod8/backup_addvolentry.pod, pod8/backup_addvolset.pod, pod8/backup_apropos.pod, pod8/backup_dbverify.pod, pod8/backup_deldump.pod, pod8/backup_deletedump.pod, pod8/backup_delhost.pod, pod8/backup_delvolentry.pod, pod8/backup_delvolset.pod, pod8/backup_diskrestore.pod, pod8/backup_dump.pod, pod8/backup_dumpinfo.pod, pod8/backup_help.pod, pod8/backup_interactive.pod, pod8/backup_jobs.pod, pod8/backup_kill.pod, pod8/backup_labeltape.pod, pod8/backup_listdumps.pod, pod8/backup_listhosts.pod, pod8/backup_listvolsets.pod, pod8/backup_quit.pod, pod8/backup_readlabel.pod, pod8/backup_restoredb.pod, pod8/backup_savedb.pod, pod8/backup_scantape.pod, pod8/backup_setexp.pod, pod8/backup_status.pod, pod8/backup_volinfo.pod, pod8/backup_volrestore.pod, pod8/backup_volsetrestore.pod, pod8/bos.pod, pod8/bos_addhost.pod, pod8/bos_addkey.pod, pod8/bos_adduser.pod, pod8/bos_apropos.pod, pod8/bos_create.pod, pod8/bos_delete.pod, pod8/bos_exec.pod, pod8/bos_getdate.pod, pod8/bos_getlog.pod, pod8/bos_getrestart.pod, pod8/bos_help.pod, pod8/bos_install.pod, pod8/bos_listhosts.pod, pod8/bos_listkeys.pod, pod8/bos_listusers.pod, pod8/bos_prune.pod, pod8/bos_removehost.pod, pod8/bos_removekey.pod, pod8/bos_removeuser.pod, pod8/bos_restart.pod, pod8/bos_salvage.pod, pod8/bos_setauth.pod, pod8/bos_setcellname.pod, pod8/bos_setrestart.pod, pod8/bos_shutdown.pod, pod8/bos_start.pod, pod8/bos_startup.pod, pod8/bos_status.pod, pod8/bos_stop.pod, pod8/bos_uninstall.pod, pod8/bosserver.pod, pod8/buserver.pod, pod8/butc.pod, pod8/fileserver.pod, pod8/fms.pod, pod8/fstrace.pod, pod8/fstrace_apropos.pod, pod8/fstrace_clear.pod, pod8/fstrace_dump.pod, pod8/fstrace_help.pod, pod8/fstrace_lslog.pod, pod8/fstrace_lsset.pod, pod8/fstrace_setlog.pod, pod8/fstrace_setset.pod, pod8/kadb_check.pod, pod8/kas.pod, pod8/kas_apropos.pod, pod8/kas_create.pod, pod8/kas_delete.pod, pod8/kas_examine.pod, pod8/kas_forgetticket.pod, pod8/kas_help.pod, pod8/kas_interactive.pod, pod8/kas_list.pod, pod8/kas_listtickets.pod, pod8/kas_noauthentication.pod, pod8/kas_quit.pod, pod8/kas_setfields.pod, pod8/kas_setpassword.pod, pod8/kas_statistics.pod, pod8/kas_stringtokey.pod, pod8/kas_unlock.pod, pod8/kaserver.pod, pod8/kdb.pod, pod8/kpwvalid.pod, pod8/package.pod, pod8/prdb_check.pod, pod8/ptserver.pod, pod8/salvager.pod, pod8/upclient.pod, pod8/upserver.pod, pod8/uss.pod, pod8/uss_add.pod, pod8/uss_apropos.pod, pod8/uss_bulk.pod, pod8/uss_delete.pod, pod8/uss_help.pod, pod8/vldb_check.pod, pod8/vlserver.pod, pod8/volinfo.pod, pod8/volserver.pod, pod8/xfs_size_check.pod: DELTA man8-editing-pass-20051213 AUTHOR rra@stanford.edu This completes the initial editing pass of the section eight man pages. Only small amounts of content editing has been done. Some known problems have been noted in README, but there will doubtless be others, as well as some lingering formatting problems. However, the quality should now be good enough for general public review. Some of the section eight man pages were really supposed to be section one, the package apropros and package help commands are too useless to document, and a few of the difficult-to-name section five man pages have now acquired names. 2005-12-11 18:57 rra * src/config/param.nbsd21.h: DELTA netbsd-statvfs-20051211 AUTHOR gendalia@iastate.edu FIXES 22905 NetBSD 2.1 doesn't have statvfs, but the version numbering scheme changed so the test was getting this wrong. 2005-12-10 18:47 rra * src/util/dirpath.hin: DELTA multiple-local-realms-fix-20051210 AUTHOR rra@stanford.edu The krb.excl paths need to be defined for Unix as well. 2005-12-10 18:28 rra * src/: shlibafsauthent/Makefile.in, shlibafsrpc/Makefile.in, sys/Makefile.in: DELTA linux-srcdir-mapfile-20051210 AUTHOR chas@cmf.nrl.navy.mil FIXES 23317 Look for the shared library mapfile in ${srcdir} on Linux to allow for out of srcdir builds. 2005-12-09 16:43 rra * doc/man-pages/README: DELTA man-page-readme-20051209 AUTHOR rra@stanford.edu Initial documentation for the man page project, including initial notes on conversion, a start at a formatting guide, information on how to contribute, and an initial issues list of things I happened to notice while editing the section one pages. 2005-12-09 14:50 rra * regen.sh, doc/man-pages/.cvsignore, doc/man-pages/Makefile.in: DELTA man-page-reorg-20051209 AUTHOR rra@stanford.edu Generate the man pages in man1, man5, and man8 subdirectories rather than directly in the doc/man-pages directory to reduce clutter. Add a .cvsignore to reduce noise. 2005-12-09 14:48 rra * doc/man-pages/pod5/afsmonitor.pod: DELTA man1-editing-pass-20051209 AUTHOR rra@stanford.edu This file got the wrong name when it was originally committed. Fix. 2005-12-09 13:26 rra * doc/man-pages/: pod1/afs.pod, pod1/afsmonitor.pod, pod1/dlog.pod, pod1/dpass.pod, pod1/fs.pod, pod1/fs_apropos.pod, pod1/fs_checkservers.pod, pod1/fs_checkvolumes.pod, pod1/fs_cleanacl.pod, pod1/fs_copyacl.pod, pod1/fs_diskfree.pod, pod1/fs_examine.pod, pod1/fs_exportafs.pod, pod1/fs_flush.pod, pod1/fs_flushmount.pod, pod1/fs_flushvolume.pod, pod1/fs_getcacheparms.pod, pod1/fs_getcellstatus.pod, pod1/fs_getclientaddrs.pod, pod1/fs_getserverprefs.pod, pod1/fs_help.pod, pod1/fs_listacl.pod, pod1/fs_listcells.pod, pod1/fs_listquota.pod, pod1/fs_lsmount.pod, pod1/fs_messages.pod, pod1/fs_mkmount.pod, pod1/fs_newcell.pod, pod1/fs_quota.pod, pod1/fs_rmmount.pod, pod1/fs_setacl.pod, pod1/fs_setcachesize.pod, pod1/fs_setcell.pod, pod1/fs_setclientaddrs.pod, pod1/fs_setquota.pod, pod1/fs_setserverprefs.pod, pod1/fs_setvol.pod, pod1/fs_storebehind.pod, pod1/fs_sysname.pod, pod1/fs_whereis.pod, pod1/fs_whichcell.pod, pod1/fs_wscell.pod, pod1/klog.pod, pod1/knfs.pod, pod1/kpasswd.pod, pod1/package_test.pod, pod1/pagsh.pod, pod1/pts.pod, pod1/pts_adduser.pod, pod1/pts_apropos.pod, pod1/pts_chown.pod, pod1/pts_creategroup.pod, pod1/pts_createuser.pod, pod1/pts_delete.pod, pod1/pts_examine.pod, pod1/pts_help.pod, pod1/pts_listentries.pod, pod1/pts_listmax.pod, pod1/pts_listowned.pod, pod1/pts_membership.pod, pod1/pts_removeuser.pod, pod1/pts_rename.pod, pod1/pts_setfields.pod, pod1/pts_setmax.pod, pod1/rxdebug.pod, pod1/scout.pod, pod1/sys.pod, pod1/tokens.pod, pod1/translate_et.pod, pod1/udebug.pod, pod1/unlog.pod, pod1/up.pod, pod1/vos.pod, pod1/vos_addsite.pod, pod1/vos_apropos.pod, pod1/vos_backup.pod, pod1/vos_backupsys.pod, pod1/vos_changeaddr.pod, pod1/vos_create.pod, pod1/vos_delentry.pod, pod1/vos_dump.pod, pod1/vos_examine.pod, pod1/vos_help.pod, pod1/vos_listaddrs.pod, pod1/vos_listpart.pod, pod1/vos_listvldb.pod, pod1/vos_listvol.pod, pod1/vos_lock.pod, pod1/vos_move.pod, pod1/vos_partinfo.pod, pod1/vos_release.pod, pod1/vos_remove.pod, pod1/vos_remsite.pod, pod1/vos_rename.pod, pod1/vos_restore.pod, pod1/vos_status.pod, pod1/vos_syncserv.pod, pod1/vos_syncvldb.pod, pod1/vos_unlock.pod, pod1/vos_unlockvldb.pod, pod1/vos_zap.pod, pod5/AuthLog.dir.pod, pod5/afs_volume_header.pod, pod5/sysid.pod, pod8/afsd.pod, pod8/backup_addvolentry.pod, pod8/backup_dbverify.pod, pod8/backup_deletedump.pod, pod8/backup_delvolentry.pod, pod8/backup_delvolset.pod, pod8/backup_diskrestore.pod, pod8/backup_dump.pod, pod8/backup_kill.pod, pod8/backup_quit.pod, pod8/backup_restoredb.pod, pod8/backup_scantape.pod, pod8/bos_addhost.pod, pod8/bos_getlog.pod, pod8/bos_listkeys.pod, pod8/bos_removehost.pod, pod8/bos_removekey.pod, pod8/bos_salvage.pod, pod8/bos_setauth.pod, pod8/bos_setcellname.pod, pod8/bos_setrestart.pod, pod8/buserver.pod, pod8/butc.pod, pod8/fileserver.pod, pod8/fms.pod, pod8/fstrace_dump.pod, pod8/kadb_check.pod, pod8/kas_examine.pod, pod8/kas_setfields.pod, pod8/kas_statistics.pod, pod8/kas_stringtokey.pod, pod8/kdb.pod, pod8/package.pod, pod8/prdb_check.pod, pod8/upclient.pod, pod8/upserver.pod, pod8/vldb_check.pod, pod8/xfs_size_check.pod: DELTA man1-editing-pass-20051209 AUTHOR rra@stanford.edu Complete an initial editing and cleanup pass for all section one man pages. Fix various conversion problems, formatting inconsistencies, and obvious problems. Please note that no editing for content has yet been done; this is solely editing for formatting and correct conversion to POD. Also, add some additional section five man pages that were omitted from the first conversion run due to unusual file names, and globally replace CAVEATS with CAUTIONS in the man pages to match the original section name. The section one man pages should now be in reasonable shape and ready for additional review and further updates, although there are probably still remaining obvious problems. 2005-12-08 12:14 rra * regen.sh, doc/man-pages/Makefile.in, doc/man-pages/pod1/afs.pod, doc/man-pages/pod1/afsmonitor.pod, doc/man-pages/pod1/dlog.pod, doc/man-pages/pod1/dpass.pod, doc/man-pages/pod1/fs.pod, doc/man-pages/pod1/fs_apropos.pod, doc/man-pages/pod1/fs_checkservers.pod, doc/man-pages/pod1/fs_checkvolumes.pod, doc/man-pages/pod1/fs_cleanacl.pod, doc/man-pages/pod1/fs_copyacl.pod, doc/man-pages/pod1/fs_diskfree.pod, doc/man-pages/pod1/fs_examine.pod, doc/man-pages/pod1/fs_exportafs.pod, doc/man-pages/pod1/fs_flush.pod, doc/man-pages/pod1/fs_flushmount.pod, doc/man-pages/pod1/fs_flushvolume.pod, doc/man-pages/pod1/fs_getcacheparms.pod, doc/man-pages/pod1/fs_getcellstatus.pod, doc/man-pages/pod1/fs_getclientaddrs.pod, doc/man-pages/pod1/fs_getserverprefs.pod, doc/man-pages/pod1/fs_help.pod, doc/man-pages/pod1/fs_listacl.pod, doc/man-pages/pod1/fs_listcells.pod, doc/man-pages/pod1/fs_listquota.pod, doc/man-pages/pod1/fs_lsmount.pod, doc/man-pages/pod1/fs_messages.pod, doc/man-pages/pod1/fs_mkmount.pod, doc/man-pages/pod1/fs_newcell.pod, doc/man-pages/pod1/fs_quota.pod, doc/man-pages/pod1/fs_rmmount.pod, doc/man-pages/pod1/fs_setacl.pod, doc/man-pages/pod1/fs_setcachesize.pod, doc/man-pages/pod1/fs_setcell.pod, doc/man-pages/pod1/fs_setclientaddrs.pod, doc/man-pages/pod1/fs_setquota.pod, doc/man-pages/pod1/fs_setserverprefs.pod, doc/man-pages/pod1/fs_setvol.pod, doc/man-pages/pod1/fs_storebehind.pod, doc/man-pages/pod1/fs_sysname.pod, doc/man-pages/pod1/fs_whereis.pod, doc/man-pages/pod1/fs_whichcell.pod, doc/man-pages/pod1/fs_wscell.pod, doc/man-pages/pod1/klog.pod, doc/man-pages/pod1/knfs.pod, doc/man-pages/pod1/kpasswd.pod, doc/man-pages/pod1/package_test.pod, doc/man-pages/pod1/pagsh.pod, doc/man-pages/pod1/pts.pod, doc/man-pages/pod1/pts_adduser.pod, doc/man-pages/pod1/pts_apropos.pod, doc/man-pages/pod1/pts_chown.pod, doc/man-pages/pod1/pts_creategroup.pod, doc/man-pages/pod1/pts_createuser.pod, doc/man-pages/pod1/pts_delete.pod, doc/man-pages/pod1/pts_examine.pod, doc/man-pages/pod1/pts_help.pod, doc/man-pages/pod1/pts_listentries.pod, doc/man-pages/pod1/pts_listmax.pod, doc/man-pages/pod1/pts_listowned.pod, doc/man-pages/pod1/pts_membership.pod, doc/man-pages/pod1/pts_removeuser.pod, doc/man-pages/pod1/pts_rename.pod, doc/man-pages/pod1/pts_setfields.pod, doc/man-pages/pod1/pts_setmax.pod, doc/man-pages/pod1/rxdebug.pod, doc/man-pages/pod1/scout.pod, doc/man-pages/pod1/tokens.pod, doc/man-pages/pod1/translate_et.pod, doc/man-pages/pod1/udebug.pod, doc/man-pages/pod1/unlog.pod, doc/man-pages/pod1/up.pod, doc/man-pages/pod1/vos.pod, doc/man-pages/pod1/vos_addsite.pod, doc/man-pages/pod1/vos_apropos.pod, doc/man-pages/pod1/vos_backup.pod, doc/man-pages/pod1/vos_backupsys.pod, doc/man-pages/pod1/vos_changeaddr.pod, doc/man-pages/pod1/vos_create.pod, doc/man-pages/pod1/vos_delentry.pod, doc/man-pages/pod1/vos_dump.pod, doc/man-pages/pod1/vos_examine.pod, doc/man-pages/pod1/vos_help.pod, doc/man-pages/pod1/vos_listaddrs.pod, doc/man-pages/pod1/vos_listpart.pod, doc/man-pages/pod1/vos_listvldb.pod, doc/man-pages/pod1/vos_listvol.pod, doc/man-pages/pod1/vos_lock.pod, doc/man-pages/pod1/vos_move.pod, doc/man-pages/pod1/vos_partinfo.pod, doc/man-pages/pod1/vos_release.pod, doc/man-pages/pod1/vos_remove.pod, doc/man-pages/pod1/vos_remsite.pod, doc/man-pages/pod1/vos_rename.pod, doc/man-pages/pod1/vos_restore.pod, doc/man-pages/pod1/vos_status.pod, doc/man-pages/pod1/vos_syncserv.pod, doc/man-pages/pod1/vos_syncvldb.pod, doc/man-pages/pod1/vos_unlock.pod, doc/man-pages/pod1/vos_unlockvldb.pod, doc/man-pages/pod1/vos_zap.pod, doc/man-pages/pod5/AuthLog.dir.pod, doc/man-pages/pod5/AuthLog.pod, doc/man-pages/pod5/BackupLog.pod, doc/man-pages/pod5/BosConfig.pod, doc/man-pages/pod5/BosLog.pod, doc/man-pages/pod5/FORCESALVAGE.pod, doc/man-pages/pod5/FileLog.pod, doc/man-pages/pod5/KeyFile.pod, doc/man-pages/pod5/NoAuth.pod, doc/man-pages/pod5/SALVAGE.fs.pod, doc/man-pages/pod5/SalvageLog.pod, doc/man-pages/pod5/UserList.pod, doc/man-pages/pod5/VLLog.pod, doc/man-pages/pod5/VolserLog.pod, doc/man-pages/pod5/afszcm.cat.pod, doc/man-pages/pod5/bdb.DB0.pod, doc/man-pages/pod5/cacheinfo.pod, doc/man-pages/pod5/fms.log.pod, doc/man-pages/pod5/kaserver.DB0.pod, doc/man-pages/pod5/kaserverauxdb.pod, doc/man-pages/pod5/prdb.DB0.pod, doc/man-pages/pod5/salvage.lock.pod, doc/man-pages/pod5/sysid.pod, doc/man-pages/pod5/vldb.DB0.pod, doc/man-pages/pod8/afsd.pod, doc/man-pages/pod8/backup.pod, doc/man-pages/pod8/backup_adddump.pod, doc/man-pages/pod8/backup_addhost.pod, doc/man-pages/pod8/backup_addvolentry.pod, doc/man-pages/pod8/backup_addvolset.pod, doc/man-pages/pod8/backup_apropos.pod, doc/man-pages/pod8/backup_dbverify.pod, doc/man-pages/pod8/backup_deldump.pod, doc/man-pages/pod8/backup_deletedump.pod, doc/man-pages/pod8/backup_delhost.pod, doc/man-pages/pod8/backup_delvolentry.pod, doc/man-pages/pod8/backup_delvolset.pod, doc/man-pages/pod8/backup_diskrestore.pod, doc/man-pages/pod8/backup_dump.pod, doc/man-pages/pod8/backup_dumpinfo.pod, doc/man-pages/pod8/backup_help.pod, doc/man-pages/pod8/backup_interactive.pod, doc/man-pages/pod8/backup_jobs.pod, doc/man-pages/pod8/backup_kill.pod, doc/man-pages/pod8/backup_labeltape.pod, doc/man-pages/pod8/backup_listdumps.pod, doc/man-pages/pod8/backup_listhosts.pod, doc/man-pages/pod8/backup_listvolsets.pod, doc/man-pages/pod8/backup_quit.pod, doc/man-pages/pod8/backup_readlabel.pod, doc/man-pages/pod8/backup_restoredb.pod, doc/man-pages/pod8/backup_savedb.pod, doc/man-pages/pod8/backup_scantape.pod, doc/man-pages/pod8/backup_setexp.pod, doc/man-pages/pod8/backup_status.pod, doc/man-pages/pod8/backup_volinfo.pod, doc/man-pages/pod8/backup_volrestore.pod, doc/man-pages/pod8/backup_volsetrestore.pod, doc/man-pages/pod8/bos.pod, doc/man-pages/pod8/bos_addhost.pod, doc/man-pages/pod8/bos_addkey.pod, doc/man-pages/pod8/bos_adduser.pod, doc/man-pages/pod8/bos_apropos.pod, doc/man-pages/pod8/bos_create.pod, doc/man-pages/pod8/bos_delete.pod, doc/man-pages/pod8/bos_exec.pod, doc/man-pages/pod8/bos_getdate.pod, doc/man-pages/pod8/bos_getlog.pod, doc/man-pages/pod8/bos_getrestart.pod, doc/man-pages/pod8/bos_help.pod, doc/man-pages/pod8/bos_install.pod, doc/man-pages/pod8/bos_listhosts.pod, doc/man-pages/pod8/bos_listkeys.pod, doc/man-pages/pod8/bos_listusers.pod, doc/man-pages/pod8/bos_prune.pod, doc/man-pages/pod8/bos_removehost.pod, doc/man-pages/pod8/bos_removekey.pod, doc/man-pages/pod8/bos_removeuser.pod, doc/man-pages/pod8/bos_restart.pod, doc/man-pages/pod8/bos_salvage.pod, doc/man-pages/pod8/bos_setauth.pod, doc/man-pages/pod8/bos_setcellname.pod, doc/man-pages/pod8/bos_setrestart.pod, doc/man-pages/pod8/bos_shutdown.pod, doc/man-pages/pod8/bos_start.pod, doc/man-pages/pod8/bos_startup.pod, doc/man-pages/pod8/bos_status.pod, doc/man-pages/pod8/bos_stop.pod, doc/man-pages/pod8/bos_uninstall.pod, doc/man-pages/pod8/bosserver.pod, doc/man-pages/pod8/buserver.pod, doc/man-pages/pod8/butc.pod, doc/man-pages/pod8/fileserver.pod, doc/man-pages/pod8/fms.pod, doc/man-pages/pod8/fstrace.pod, doc/man-pages/pod8/fstrace_apropos.pod, doc/man-pages/pod8/fstrace_clear.pod, doc/man-pages/pod8/fstrace_dump.pod, doc/man-pages/pod8/fstrace_help.pod, doc/man-pages/pod8/fstrace_lslog.pod, doc/man-pages/pod8/fstrace_lsset.pod, doc/man-pages/pod8/fstrace_setlog.pod, doc/man-pages/pod8/fstrace_setset.pod, doc/man-pages/pod8/kadb_check.pod, doc/man-pages/pod8/kas.pod, doc/man-pages/pod8/kas_apropos.pod, doc/man-pages/pod8/kas_create.pod, doc/man-pages/pod8/kas_delete.pod, doc/man-pages/pod8/kas_examine.pod, doc/man-pages/pod8/kas_forgetticket.pod, doc/man-pages/pod8/kas_help.pod, doc/man-pages/pod8/kas_interactive.pod, doc/man-pages/pod8/kas_list.pod, doc/man-pages/pod8/kas_listtickets.pod, doc/man-pages/pod8/kas_noauthentication.pod, doc/man-pages/pod8/kas_quit.pod, doc/man-pages/pod8/kas_setfields.pod, doc/man-pages/pod8/kas_setpassword.pod, doc/man-pages/pod8/kas_statistics.pod, doc/man-pages/pod8/kas_stringtokey.pod, doc/man-pages/pod8/kas_unlock.pod, doc/man-pages/pod8/kaserver.pod, doc/man-pages/pod8/kdb.pod, doc/man-pages/pod8/kpwvalid.pod, doc/man-pages/pod8/prdb_check.pod, doc/man-pages/pod8/ptserver.pod, doc/man-pages/pod8/salvager.pod, doc/man-pages/pod8/upclient.pod, doc/man-pages/pod8/upserver.pod, doc/man-pages/pod8/uss.pod, doc/man-pages/pod8/uss_add.pod, doc/man-pages/pod8/uss_apropos.pod, doc/man-pages/pod8/uss_bulk.pod, doc/man-pages/pod8/uss_delete.pod, doc/man-pages/pod8/uss_help.pod, doc/man-pages/pod8/vldb_check.pod, doc/man-pages/pod8/vlserver.pod, doc/man-pages/pod8/volinfo.pod, doc/man-pages/pod8/volserver.pod, doc/man-pages/pod8/xfs_size_check.pod: DELTA man-page-conversion-20051208 AUTHOR rra@stanford.edu This is the initial conversion of the AFS Adminstrators Reference into POD for use as man pages. The man pages are now generated via pod2man from regen.sh so that only those working from CVS have to have pod2man available. The Makefile only installs. The pages have also been sorted out into pod1, pod5, and pod8 directories, making conversion to the right section of man page easier without maintaining a separate list and allowing for names to be duplicated between pod5 and pod1 or pod8 (which will likely be needed in a few cases). This reconversion is done with a new script based on work by Chas Williams. In some cases, the output is worse than the previous POD pages, but this is a more comprehensive conversion. This is only the first step, and this initial conversion has various problems. In addition, the file man pages that didn't have simple names have not been converted in this pass and will be added later. Some of the man pages have syntax problems and all of them have formatting errors. The next editing pass, coming shortly, will clean up most of the remaining mess. 2005-12-08 01:13 jaltman * src/: audit/audit.c, auth/userok.c, config/afs_sysnames.h, libafsauthent/afsauthent.def, ptserver/ptprocs.c, util/afsutil_prototypes.h, util/dirpath.c, util/dirpath_nt.h, util/get_krbrlm.c, util/test/dirpath_test.c, viced/host.c, viced/viced.c: DELTA multiple-local-realms-20051208 AUTHOR jaltman@secure-endpoints.com This patch extends the krb.conf file allowing the specification of multiple realms which should be treated as equivalents to the local cell authentication domain. Additional realms are specified on the first line of the krb.conf file and are separated by white space. In addition, the patch adds a new file stored in the same directory as the krb.conf file called krb.excl. This file contains a list of principal names, one per line, that must not be treated as local identities. The purpose of this patch is to allow organizations that are supporting multiple realms with synchronized user principal databases to allow their users to login with any of the realms and treat the principal names as equivalent to the local PTS identity. The exclusion is to allow certain names, such as those for administrative IDs, to be restricted to a subset of the realms. Further optimization of the afs_krb_exclusion() should be performed to remove the need to re-read the file. This patch should be considered a temporary solution until a more permanent set of extensions to the PT database and RPCs allow for the assignment of mechanism specific aliases for PT IDs. 2005-12-08 01:01 jaltman * src/viced/: callback.c, host.c, host.h: DELTA viced-multiple-ports-per-client-20051208 AUTHOR jaltman@secure-endpoints.com this patch replaces the single address in the Interface structure with an AddrPort structure. This enables the servers to send messages to the correct port if the port on the Interface does not match the port stored in the client itself. 2005-12-07 12:01 jaltman * src/WINNT/afsd/: cm_conn.c, cm_ioctl.c: DELTA windows-afsd-service-20051121 AUTHOR jaltman@secure-endpoints.com improvements to VNOVNODE fix 2005-12-01 15:18 shadow * src/libafs/MakefileProto.LINUX.in: DELTA linux-26-390x-update-20051201 AUTHOR shadow@dementia.org FIXES add linux26 version for symlinks 2005-12-01 07:36 shadow * src/afs/DARWIN/: osi_file.c, osi_machdep.h: DELTA macos-103-20051201 AUTHOR shadow@dementia.org last fixes i swear 2005-12-01 05:42 shadow * src/afs/DARWIN/osi_machdep.h: DELTA macos103-20051201 AUTHOR shadow@dementia.org one more fix 2005-12-01 05:19 shadow * src/packaging/MacOS/buildpkg.sh: DELTA macos-103-packaging-20051201 AUTHOR shadow@dementia.org fix packaging script for 10.3 2005-12-01 05:09 shadow * src/afs/afs_vcache.c: DELTA volume-callback-fix-20051201 AUTHOR shadow@dementia.org fix rainer toebbicke's callbacks vanishing issue. this was probably my fault merging 2005-12-01 04:13 shadow * src/packaging/MacOS/buildpkg.sh: DELTA macos10-fstrace-catalog-20051130 AUTHOR shadow@dementia.org package the fstrace catalog correctly for osx 2005-12-01 04:02 shadow * src/afsd/afsd.c: DELTA files-per-subdir-math-error-20051130 AUTHOR mcgarr@umich.edu FIXES 23811 use a bitshift instead of xor(!) 2005-12-01 03:57 shadow * src/rx/rx_packet.c: DELTA freepackets-cbuf-leak-20051130 AUTHOR tkeiser@gmail.com FIXES 23143 at least i'm guessing it fixes that one fix memory leak for multilevel packet queue stuff 2005-11-30 06:39 jaltman * src/WINNT/afsd/afskfw.c: DELTA windows-afskfw-20051130 AUTHOR jaltman@secure-endpoints.com correct the construction of the client name (with realm) when krb524 is being used. 2005-11-30 00:30 jaltman * src/WINNT/install/wix/platform.wxi: DELTA windows-64-bit-type-safety-20051105 AUTHOR jaltman@secure-endpoints.com 64-bit type safety changes required for successful compilation on Windows 64-bit systems with the VS 2005 compiler 2005-11-29 07:00 jaltman * src/rx/rx.c: DELTA rx-lock-leak-20051128 AUTHOR jaltman@secure-endpoints.com Fix a lock leak introduced when adding thread local packet queues. 2005-11-29 06:52 shadow * src/: afs/DARWIN/osi_machdep.h, afs/DARWIN/osi_vnodeops.c, rx/rx_kcommon.h: DELTA macos103-update-20051129 AUTHOR shadow@dementia.org make the kernel module work too 2005-11-29 04:58 shadow * src/: afs/DARWIN/osi_file.c, afs/DARWIN/osi_groups.c, afs/DARWIN/osi_vfsops.c, afs/DARWIN/osi_vnodeops.c, config/param.ppc_darwin_70.h: DELTA macos-103-update-20051128 AUTHOR shadow@dementia.org roll up fixes for 10.3 2005-11-29 04:12 shadow * src/afs/SOLARIS/osi_vnodeops.c: DELTA solaris-sparc32-largefile-20051128 AUTHOR chas@cmf.nrl.navy.mil FIXES 23296 readd largefile support for solaris sparc32 2005-11-29 03:40 shadow * src/viced/host.c: DELTA h-enumerate-r-safety-20051128 AUTHOR cg2v@andrew.cmu.edu FIXES 23336 needs further testing, configure a low number of callbacks and hit the server. 2005-11-29 03:09 shadow * src/afs/LINUX/osi_vfsops.c: DELTA linux-afs-put-inode-dont-race-20051128 AUTHOR chas@cmf.nrl.navy.mil FIXES 23318 hold lock across refcount check. oops 2005-11-23 05:00 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA windows-locks-uninit-20051122 AUTHOR jaltman@secure-endpoints.com Initialize 'code' to non-zero at the top of each loop to avoid setting the last updated timestamp on skipped locks 2005-11-22 00:36 jaltman * src/WINNT/: afsd/cm_utils.c, client_config/drivemap.cpp, client_config/drivemap.h, client_creds/main.cpp: DELTA windows-drivemap-renewal-20051121 AUTHOR jaltman@secure-endpoints.com When afscreds.exe performs a drive map renewal it should not delete all existing drive mappings. This undoes the efforts of the AFS logon network provider and any persistent mappings created with the explorer shell. This patch extends the interface to provide a mode in which DoMapShareChange does not remove unknown drive mappings. 2005-11-22 00:31 jaltman * src/WINNT/talocale/tal_string.cpp: DELTA windows-date-representation-20051121 AUTHOR jaltman@secure-endpoints.com change date representation to yyyy-MM-dd HH:mm:ss so that it sorts properly 2005-11-22 00:28 jaltman * src/WINNT/afsd/: cm_conn.c, cm_conn.h, cm_dcache.c, cm_ioctl.c, cm_ioctl.h, cm_server.c, cm_server.h: DELTA windows-afsd-service-20051121 AUTHOR jaltman@secure-endpoints.com add logic to process VNOVNODE in cm_Analyze. Force re-evaluation of symlink strings and flush the stat cache entry. force the use of new rx_connections when the server is marked down. prevent server objects from being freed if user preferences are set. 2005-11-22 00:14 jaltman * src/WINNT/afsd/cm_callback.c: DELTA windows-fetchstatus-logging-20051121 AUTHOR jaltman@secure-endpoints.com remove the cell and include the vnode in the FetchStatus log messages 2005-11-21 17:04 jaltman * src/rx/UKERNEL/rx_knet.c: DELTA windows-64-bit-type-safety-20051105 AUTHOR jaltman@secure-endpoints.com 64-bit type safety changes required for successful compilation on Windows 64-bit systems with the VS 2005 compiler 2005-11-21 15:51 jaltman * src/WINNT/install/wix/lang/en_US/ui.wxi: DELTA windows-wix-update-20051121 AUTHOR jaltman@secure-endpoints.com Wix 2.0.2419.0 changes the way that RadioButton values are specified. 2005-11-21 01:55 jaltman * src/: WINNT/afs_setup_utils/NTMakefile, WINNT/afsadmsvr/NTMakefile, WINNT/afsapplib/NTMakefile, WINNT/afsapplib/lang/NTMakefile, WINNT/afsapplib/test/NTMakefile, WINNT/afsd/NTMakefile, WINNT/afslegal/NTMakefile, WINNT/afsreg/test/NTMakefile, WINNT/afssvrcfg/NTMakefile, WINNT/afssvrcpa/NTMakefile, WINNT/afssvrmgr/NTMakefile, WINNT/afsusrmgr/NTMakefile, WINNT/aklog/NTMakefile, WINNT/bosctlsvc/NTMakefile, WINNT/client_config/NTMakefile, WINNT/client_cpa/NTMakefile, WINNT/client_creds/NTMakefile, WINNT/client_exp/NTMakefile, WINNT/client_osi/NTMakefile, WINNT/client_osi/dbrpc.idl, WINNT/client_osi/osisleep.c, WINNT/client_osi/osistatl.c, WINNT/client_osi/osiutils.c, WINNT/eventlog/test/NTMakefile, WINNT/install/NSIS/NTMakefile, WINNT/install/loopback/NTMakefile, WINNT/install/wix/config.wxi, WINNT/install/wix/feature.wxi, WINNT/install/wix/files.wxi, WINNT/install/wix/language_config.wxi, WINNT/install/wix/openafs.wxs, WINNT/install/wix/property.wxi, WINNT/install/wix/registry.wxi, WINNT/install/wix/runtime.wxi, WINNT/install/wix/custom/NTMakefile, WINNT/install/wix/lang/en_US/strings.wxl, WINNT/install/wix/uninstall/NTMakefile, WINNT/license/NTMakefile, WINNT/pthread/NTMakefile, WINNT/pthread/test/NTMakefile, auth/NTMakefile, auth/test/NTMakefile, bozo/NTMakefile, bu_utils/NTMakefile, bucoord/NTMakefile, budb/NTMakefile, butc/NTMakefile, butm/NTMakefile, cmd/test/NTMakefile, comerr/NTMakefile, comerr/test/NTMakefile, config/NTMakefile, config/NTMakefile.amd64_w2k, dir/test/NTMakefile, finale/NTMakefile, kauth/NTMakefile, kauth/test/NTMakefile, libadmin/adminutil/NTMakefile, libadmin/bos/NTMakefile, libadmin/cfg/NTMakefile, libadmin/cfg/test/NTMakefile, libadmin/client/NTMakefile, libadmin/kas/NTMakefile, libadmin/pts/NTMakefile, libadmin/test/NTMakefile, libadmin/vos/NTMakefile, libafsauthent/NTMakefile, libafsrpc/NTMakefile, lwp/NTMakefile, lwp/test/NTMakefile, procmgmt/NTMakefile, procmgmt/test/NTMakefile, ptserver/NTMakefile, rx/NTMakefile, rx/test/NTMakefile, rxgen/NTMakefile, rxkad/test/NTMakefile, shlibafsauthent/NTMakefile, tbutc/NTMakefile, tviced/NTMakefile, ubik/NTMakefile, update/NTMakefile, usd/test/NTMakefile, util/test/NTMakefile, viced/NTMakefile, vlserver/NTMakefile, vol/NTMakefile, vol/test/NTMakefile, volser/NTMakefile: DELTA windows-64-bit-type-safety-20051105 AUTHOR jaltman@secure-endpoints.com 64-bit type safety changes required for successful compilation on Windows 64-bit systems with the VS 2005 compiler 2005-11-19 14:30 jaltman * src/WINNT/: client_exp/shell_ext.cpp, client_exp/shell_ext.h, client_osi/osiltype.h, client_osi/osisleep.h: DELTA windows-64-bit-type-safety-20051105 AUTHOR jaltman@secure-endpoints.com 64-bit type safety changes required for successful compilation on Windows 64-bit systems with the VS 2005 compiler 2005-11-19 04:32 shadow * src/afs/: afs.h, afs_vcache.c, DARWIN/osi_module.c, VNOPS/afs_vnop_lookup.c, VNOPS/afs_vnop_readdir.c: DELTA deadvnode-locking-update-20051118 AUTHOR cg2v@andrew.cmu.edu FIXES 22870 change how we do vnode locking to avoid locking on ourselves 2005-11-19 04:19 jaltman * src/WINNT/client_osi/osibasel.c: DELTA windows-64-bit-type-safety-20051105 AUTHOR jaltman@secure-endpoints.com 64-bit type safety changes required for successful compilation on Windows 64-bit systems with the VS 2005 compiler 2005-11-19 03:57 shadow * src/afs/DARWIN/osi_vnodeops.c: DELTA macos-allow-cached-stat-access-20051118 AUTHOR cg2v@andrew.cmu.edu FIXES 23257 allow cached stat info to be accessed for directories where a user has only "l" 2005-11-18 23:45 jaltman * src/WINNT/: afsd/afsd_init.c, afsd/cm_buf.c, afsd/cm_buf.h, afsd/cm_dcache.c, afsd/cm_dcache.h, afsd/cm_ioctl.c, afsd/cm_memmap.c, afsd/cm_memmap.h, client_osi/osisleep.c, install/wix/config.wxi, install/wix/openafs.wxs: DELTA windows-64-bit-type-safety-20051105 AUTHOR jaltman@secure-endpoints.com 64-bit type safety changes required for successful compilation on Windows 64-bit systems with the VS 2005 compiler 2005-11-17 21:03 rees * src/venus/cmdebug.c: DELTA print-64-20051117 AUTHOR rees@umich.edu On non-Windows use %llu for 64 bit printf. Thanks to Brent Graveland for pointing this out. 2005-11-15 18:43 rees * src/afs/OBSD/osi_machdep.h: DELTA obsd-glock-decl-20051115 AUTHOR rees@umich.edu Fix decl of afs_global_lock so you can build with global lock disabled 2005-11-14 06:04 jaltman * src/audit/: audit.c, audit.h: DELTA audit-locking-20051113 AUTHOR jaltman@secure-endpoints.com Add locks around writes to the audit log. This ensures two writes do not interleave. 2005-11-14 06:00 jaltman * src/: WINNT/afsd/cm_server.c, afs/afs_server.c: DELTA network-distance-server-prefs-20051113 AUTHOR jaltman@secure-endpoints.com Use network distance based server preferences for all server types not just file servers. 2005-11-14 05:46 jaltman * src/: auth/ktc_nt.c, config/NTMakefile.amd64_w2k, config/NTMakefile.i386_nt40, config/NTMakefile.i386_w2k, util/hostparse.c: DELTA windows-64-bit-type-safety-20051105 AUTHOR jaltman@secure-endpoints.com 64-bit type safety changes required for successful compilation on Windows 64-bit systems with the VS 2005 compiler 2005-11-13 14:16 jaltman * src/: WINNT/afsd/cm.h, config/NTMakefile.amd64_w2k, config/NTMakefile.i386_w2k, util/assert.c: DELTA windows-64-bit-type-safety-20051105 AUTHOR jaltman@secure-endpoints.com 64-bit type safety changes required for successful compilation on Windows 64-bit systems with the VS 2005 compiler 2005-11-11 20:32 rees * acinclude.m4: DELTA fbsd-build-path-20051111 AUTHOR rees@umich.edu set default BSD_KERNEL_BUILD for FreeBSD >= 5.0. 2005-11-09 14:58 shadow * doc/man-pages/Makefile.in: DELTA pod2man-update-20051109 AUTHOR rtb@pclella.cern.ch build when there's no pod utils installed 2005-11-09 03:00 jaltman * src/WINNT/afsd/: afsd_service.c, cm_vnodeops.c, cm_vnodeops.h: DELTA windows-release-locks-at-shutdown-20051108 AUTHOR jaltman@secure-endpoints.com remember to release all of the locks we obtained from the file server at shutdown. 2005-11-07 23:42 shadow * src/afs/HPUX/osi_inode.c: DELTA hpux-store-fd-sooner-in-iopen-20051107 AUTHOR shadow@dementia.org FIXES do this a little differently, it may change out from under us 2005-11-07 19:48 shadow * src/auth/cellconfig.c: DELTA cellconfig-make-nkeys-littleendian-20051107 AUTHOR rtb@pclella.cern.ch FIXES cellconfig-check-for-corrupt-keyfile-20051007 should convert at least nkeys to host byte order before checking anything - fails on little endians otherwise. 2005-11-06 09:29 jaltman * src/: WINNT/client_osi/osibasel.h, WINNT/client_osi/osisleep.h, WINNT/pthread/pthread.c, auth/cellconfig.c, auth/ktc_nt.c, auth/writeconfig.c, config/NTMakefile.amd64_w2k, config/NTMakefile.i386_w2k, config/param.amd64_w2k.h, config/param.i64_w2k.h, procmgmt/procmgmt_nt.c, rx/xdr_rec.c, rxkad/rxkad_server.c, ubik/disk.c, ubik/recovery.c, ubik/remote.c: DELTA windows-64-bit-type-safety-20051105 AUTHOR jaltman@secure-endpoints.com more corrections for use of 64-bit types on Windows 2005-11-05 06:47 jaltman * src/: WINNT/afsadmsvr/ITaAfsAdmSvr.idl, WINNT/afsadmsvr/ITaAfsAdmSvrTypes.idl, WINNT/afsadmsvr/NTMakefile, WINNT/afsadmsvr/TaAfsAdmSvr.cpp, WINNT/afsadmsvr/TaAfsAdmSvrCell.cpp, WINNT/afsadmsvr/TaAfsAdmSvrClient.cpp, WINNT/afsadmsvr/TaAfsAdmSvrClient.h, WINNT/afsadmsvr/TaAfsAdmSvrClientBind.cpp, WINNT/afsadmsvr/TaAfsAdmSvrClientBind.h, WINNT/afsadmsvr/TaAfsAdmSvrClientCache.cpp, WINNT/afsadmsvr/TaAfsAdmSvrClientCache.h, WINNT/afsadmsvr/TaAfsAdmSvrClientCell.cpp, WINNT/afsadmsvr/TaAfsAdmSvrClientGroup.cpp, WINNT/afsadmsvr/TaAfsAdmSvrClientNotify.cpp, WINNT/afsadmsvr/TaAfsAdmSvrClientNotify.h, WINNT/afsadmsvr/TaAfsAdmSvrClientPing.cpp, WINNT/afsadmsvr/TaAfsAdmSvrClientPing.h, WINNT/afsadmsvr/TaAfsAdmSvrClientUser.cpp, WINNT/afsadmsvr/TaAfsAdmSvrGeneral.cpp, WINNT/afsadmsvr/TaAfsAdmSvrGeneral.h, WINNT/afsadmsvr/TaAfsAdmSvrGroup.cpp, WINNT/afsadmsvr/TaAfsAdmSvrMain.cpp, WINNT/afsadmsvr/TaAfsAdmSvrProperties.cpp, WINNT/afsadmsvr/TaAfsAdmSvrUser.cpp, WINNT/afsapplib/NTMakefile, WINNT/afsapplib/afsapplib.cpp, WINNT/afsapplib/afsapplib.h, WINNT/afsapplib/al_admsvr.cpp, WINNT/afsapplib/al_admsvr.h, WINNT/afsapplib/al_browse.cpp, WINNT/afsapplib/al_browseset.cpp, WINNT/afsapplib/al_cover.cpp, WINNT/afsapplib/al_creds.cpp, WINNT/afsapplib/al_misc.cpp, WINNT/afsapplib/al_progress.cpp, WINNT/afsapplib/al_pump.cpp, WINNT/afsapplib/al_wizard.cpp, WINNT/afsapplib/checklist.cpp, WINNT/afsapplib/dialog.cpp, WINNT/afsapplib/hashlist.h, WINNT/afsapplib/resize.cpp, WINNT/afsapplib/subclass.cpp, WINNT/afsclass/afsclassfn.cpp, WINNT/afsclass/afsclassfn.h, WINNT/afsclass/c_agg.cpp, WINNT/afsclass/c_agg.h, WINNT/afsclass/c_cell.cpp, WINNT/afsclass/c_debug.cpp, WINNT/afsclass/c_debug.h, WINNT/afsclass/c_svr.cpp, WINNT/afsclass/internal.cpp, WINNT/afsclass/worker.cpp, WINNT/afsclass/worker.h, WINNT/afsd/NTMakefile, WINNT/afsd/afsd.h, WINNT/afsd/afsd_eventlog.c, WINNT/afsd/afsd_flushvol.c, WINNT/afsd/afsd_init.c, WINNT/afsd/afsd_service.c, WINNT/afsd/afsdifs.c, WINNT/afsd/afskfw.c, WINNT/afsd/afslogon.c, WINNT/afsd/afsshare.c, WINNT/afsd/cklog.c, WINNT/afsd/cm_aclent.h, WINNT/afsd/cm_buf.c, WINNT/afsd/cm_callback.c, WINNT/afsd/cm_callback.h, WINNT/afsd/cm_config.c, WINNT/afsd/cm_conn.c, WINNT/afsd/cm_conn.h, WINNT/afsd/cm_daemon.c, WINNT/afsd/cm_dcache.c, WINNT/afsd/cm_dir.c, WINNT/afsd/cm_dir.h, WINNT/afsd/cm_dns.c, WINNT/afsd/cm_freelance.c, WINNT/afsd/cm_ioctl.c, WINNT/afsd/cm_memmap.c, WINNT/afsd/cm_scache.c, WINNT/afsd/cm_scache.h, WINNT/afsd/cm_server.c, WINNT/afsd/cm_server.h, WINNT/afsd/cm_user.c, WINNT/afsd/cm_user.h, WINNT/afsd/cm_vnodeops.c, WINNT/afsd/ctokens.c, WINNT/afsd/fs.c, WINNT/afsd/smb.c, WINNT/afsd/smb.h, WINNT/afsd/smb3.c, WINNT/afsd/smb_ioctl.c, WINNT/afsd/symlink.c, WINNT/afsrdr/kif.h, WINNT/afsreg/afssw.c, WINNT/afsreg/syscfg.c, WINNT/afsreg/vptab.c, WINNT/afssvrmgr/action.cpp, WINNT/afssvrmgr/agg_prop.cpp, WINNT/afssvrmgr/agg_tab.cpp, WINNT/afssvrmgr/alert.h, WINNT/afssvrmgr/columns.cpp, WINNT/afssvrmgr/creds.cpp, WINNT/afssvrmgr/dispguts.cpp, WINNT/afssvrmgr/display.cpp, WINNT/afssvrmgr/display.h, WINNT/afssvrmgr/helpfunc.cpp, WINNT/afssvrmgr/prefs.cpp, WINNT/afssvrmgr/problems.cpp, WINNT/afssvrmgr/set_clone.cpp, WINNT/afssvrmgr/set_create.cpp, WINNT/afssvrmgr/set_createrep.cpp, WINNT/afssvrmgr/set_delete.cpp, WINNT/afssvrmgr/set_dump.cpp, WINNT/afssvrmgr/set_move.cpp, WINNT/afssvrmgr/set_prop.cpp, WINNT/afssvrmgr/set_quota.cpp, WINNT/afssvrmgr/set_release.cpp, WINNT/afssvrmgr/set_rename.cpp, WINNT/afssvrmgr/set_repprop.cpp, WINNT/afssvrmgr/set_restore.cpp, WINNT/afssvrmgr/set_tab.cpp, WINNT/afssvrmgr/subset.cpp, WINNT/afssvrmgr/svc_delete.cpp, WINNT/afssvrmgr/svc_prop.cpp, WINNT/afssvrmgr/svc_tab.cpp, WINNT/afssvrmgr/svc_viewlog.cpp, WINNT/afssvrmgr/svr_address.cpp, WINNT/afssvrmgr/svr_execute.cpp, WINNT/afssvrmgr/svr_getdates.cpp, WINNT/afssvrmgr/svr_hosts.cpp, WINNT/afssvrmgr/svr_install.cpp, WINNT/afssvrmgr/svr_prop.cpp, WINNT/afssvrmgr/svr_prune.cpp, WINNT/afssvrmgr/svr_salvage.cpp, WINNT/afssvrmgr/svr_security.cpp, WINNT/afssvrmgr/svr_syncvldb.cpp, WINNT/afssvrmgr/svr_uninstall.cpp, WINNT/afssvrmgr/svr_window.cpp, WINNT/afssvrmgr/svrmgr.h, WINNT/afssvrmgr/task.cpp, WINNT/afssvrmgr/task.h, WINNT/afssvrmgr/window.cpp, WINNT/afsusrmgr/TaAfsUsrMgr.h, WINNT/afsusrmgr/browse.cpp, WINNT/afsusrmgr/columns.cpp, WINNT/afsusrmgr/creds.cpp, WINNT/afsusrmgr/display.cpp, WINNT/afsusrmgr/display.h, WINNT/afsusrmgr/general.cpp, WINNT/afsusrmgr/grp_create.cpp, WINNT/afsusrmgr/grp_delete.cpp, WINNT/afsusrmgr/grp_prop.cpp, WINNT/afsusrmgr/grp_rename.cpp, WINNT/afsusrmgr/grp_tab.cpp, WINNT/afsusrmgr/helpfunc.cpp, WINNT/afsusrmgr/mch_create.cpp, WINNT/afsusrmgr/mch_delete.cpp, WINNT/afsusrmgr/mch_tab.cpp, WINNT/afsusrmgr/options.cpp, WINNT/afsusrmgr/task.cpp, WINNT/afsusrmgr/task.h, WINNT/afsusrmgr/usr_cpw.cpp, WINNT/afsusrmgr/usr_create.cpp, WINNT/afsusrmgr/usr_delete.cpp, WINNT/afsusrmgr/usr_prop.cpp, WINNT/afsusrmgr/usr_tab.cpp, WINNT/afsusrmgr/window.cpp, WINNT/afsusrmgr/window.h, WINNT/client_config/dlg_automap.cpp, WINNT/client_config/drivemap.cpp, WINNT/client_config/tab_advanced.cpp, WINNT/client_config/tab_drives.cpp, WINNT/client_config/tab_general.cpp, WINNT/client_config/tab_hosts.cpp, WINNT/client_config/tab_prefs.cpp, WINNT/client_creds/advtab.cpp, WINNT/client_creds/afswiz.cpp, WINNT/client_creds/credstab.cpp, WINNT/client_creds/mounttab.cpp, WINNT/client_osi/NTMakefile, WINNT/client_osi/osibasel.h, WINNT/client_osi/osidb.h, WINNT/client_osi/osilog.c, WINNT/client_osi/osilog.h, WINNT/client_osi/osisleep.c, WINNT/client_osi/osisleep.h, 64-bit type safety changes required for successful compilation on Windows 64-bit systems with the VS 2005 compiler WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/relnotes_fi les/preview.wmf, WINNT/doc/install/Documentation/en_US/html/SysAdminGd/cachmgr.gif, WINNT/doc/install/Documentation/en_US/html/SysAdminGd/fserver1.gif, WINNT/doc/install/Documentation/en_US/html/SysAdminGd/fserver2.gif, WINNT/doc/install/Documentation/en_US/html/SysAdminGd/overview.gif, WINNT/doc/install/Documentation/en_US/html/SysAdminGd/scout1.gif, WINNT/doc/install/Documentation/en_US/html/SysAdminGd/scout2.gif, WINNT/doc/install/Documentation/en_US/html/SysAdminGd/scout3.gif, WINNT/doc/install/Documentation/en_US/html/SysAdminGd/scout4.gif, WINNT/doc/install/Documentation/en_US/html/SysAdminGd/vnode.gif, WINNT/install/wix/files.wxi, WINNT/license/main.cpp, WINNT/talocale/tal_alloc.cpp, WINNT/talocale/tal_alloc.h, WINNT/talocale/tal_dialog.cpp, WINNT/talocale/tal_dialog.h, WINNT/talocale/tal_string.cpp, WINNT/talocale/tal_string.h, WINNT/talocale/talocale.h, afs/afs_pioctl.c, cmd/cmd.c, config/NTDllmap.txt, config/NTMakefile, config/NTMakefile.amd64_w2k, config/NTMakefile.i386_nt40, config/NTMakefile.i386_w2k, config/touch.c, config/util_cr.c, fsint/afscbint.xg, kauth/kkids.c, lwp/iomgr.c, lwp/lwp_nt.c, pam/pam_afs.5, ptserver/NTMakefile, rx/rx.c, rx/rx_event.c, rx/rx_globals.h, rx/rx_lwp.c, rx/rx_packet.c, rx/rx_prototypes.h, rx/rx_pthread.c, rx/rx_rdwr.c, rx/rx_user.c, rx/rx_user.h, rx/rx_xmit_nt.c, rx/rx_xmit_nt.h, rx/rxdebug.c, rx/xdr.h, rx/xdr_array.c, rx/xdr_mem.c, rx/xdr_prototypes.h, rx/xdr_rec.c, rxgen/rpc_hout.c, rxgen/rpc_main.c, rxgen/rpc_parse.c, rxgen/rpc_scan.c, rxstat/rxstat.c, sys/pioctl_nt.c, util/assert.c, util/dirpath.c, util/hostparse.c, util/readdir_nt.c, util/regex.c, util/serverLog.c, util/snprintf.c, util/winsock_nt.c, venus/up.c: DELTA windows-64-bit-type-safety-20051105 AUTHOR jaltman@secure-endpoints.com 2005-11-03 04:10 shadow * src/: export/.cvsignore, libafs/.cvsignore, libuafs/.cvsignore: DELTA cvsignore-updates-20051102 AUTHOR Niklas.Edmundsson@hpc2n.umu.se FIXES 22861 add generated files to cvsignores 2005-11-03 04:05 shadow * src/afs/AIX/osi_vnodeops.c: DELTA aix5-warning-error-cleanup-20051102 AUTHOR Niklas.Edmundsson@hpc2n.umu.se FIXES 22855 aix 5.1 and 5.2 should also build 2005-11-03 04:00 shadow * src/venus/dedebug.c: DELTA dedebug-20051007 AUTHOR shadow@dementia.org perhaps this should never be pulled up. anyway, implement dentry cache status dumping for linux.^? and provide a tool to dump it disabled (tool, not rpc) by default 2005-11-02 17:54 rees * src/venus/cmdebug.c: DELTA cmdebug-obsd-ce32-20051102 AUTHOR rees@umich.edu OpenBSD has no easy way to printf a 64 bit int so just use PrintCacheEntries32 2005-11-02 05:30 shadow * src/config/param.hp_ux11i.h: DELTA hpux11i-64bit-iops-20051102 AUTHOR shadow@dementia.org hpux 11i has 64 bit inodes 2005-11-02 05:22 shadow * src/rx/rx_packet.c: DELTA fpq-bulk-free-math-error-20051101 AUTHOR tkeiser@gmail.com fix a math error here 2005-11-02 00:27 shadow * src/afs/LINUX/: osi_module.c, osi_syscall.c: DELTA linux-ia32-offsets-include-change-20051101 AUTHOR jhutz@cmu.edu include these correctly 2005-11-01 18:44 rees * src/sys/Makefile.in: DELTA libafssetpag-bsd-20051101 AUTHOR rees@umich.edu bsd only: make a real syscall.o (but with no code) build libafssetpag 2005-11-01 16:42 shadow * src/vol/: Makefile.in, listinodes.c, namei_ops.c: DELTA hpux-vol-package-cleanup-20051101 AUTHOR shadow@dementia.org make inode salvager large partition compliant make namei compile cleanly again 2005-10-31 22:12 jaltman * src/WINNT/tests/winflock/: README.txt, main.cpp, sync.cpp, tests.cpp, winflock.h, winflock.sln, winflock.vcproj: DELTA windows-tests-winflock-20051031 AUTHOR asanka@secure-endpoints.com A windows specific file locking test app for exercising the byte range locking code. 2005-10-30 00:59 jaltman * src/WINNT/afsd/cm_server.c: DELTA windows-checkserver-fix-20051029 AUTHOR jaltman@secure-endpoints.com the windows client was not treating Verror responses from the server as indicating the server as up if they were positive 2005-10-29 20:13 jaltman * src/WINNT/afsd/: NTMakefile, cm_daemon.c, cm_daemon.h, cm_ioctl.c: DELTA windows-daemon-timers-20051028 AUTHOR jaltman@secure-endpoints.com the daemon up server check was set for 1 hour and not ten minutes. turned all interval constants into variables so that they can be set via registry entries at a future time. 2005-10-27 18:34 rees * src/vlserver/vlserver.p.h: DELTA ubik-trans-decl-20051027 AUTHOR rees@umich.edu add missing decl for struct ubik_trans 2005-10-25 19:08 kenh * src/aklog/: Makefile.in, asetkey.c: DELTA integrate-asetkey-20051029 AUTHOR kenh@cmf.nrl.navy.mil Add asetkey to the OpenAFS tree. 2005-10-25 06:30 shadow * src/libadmin/vos/: afs_vosAdmin.c, vosutils.c, vosutils.h, vsprocs.c: DELTA tbutc-solaris-and-vos-api-fixes-20051024 AUTHOR shadow@dementia.org FIXES 22316 the rest of this, since i forgot to apply the other file earlier oops 2005-10-25 02:07 jaltman * src/WINNT/afsd/: smb.c, smb3.c: DELTA windows-rap-debug-20051024 AUTHOR jaltman@secure-endpoints.com some more debugging messages 2005-10-25 02:02 jaltman * src/WINNT/afsd/NTMakefile: DELTA windows-afsd-makefile-fixup-20051024 AUTHOR jaltman@secure-endpoints.com put back the ifs rules accidently deleted by cmdebug-merge-20051024 2005-10-25 01:51 jaltman * src/: WINNT/afsd/NTMakefile, venus/cmdebug.c: DELTA cmdebug-merge-20051024 AUTHOR jaltman@secure-endpoints.com Merge src/WINNT/cmdebug.c into src/venus/cmdebug.c 2005-10-24 19:04 shadow * src/: cf/osconf.m4, libadmin/vos/vosutils.c, tbutc/Makefile.in: DELTA tbutc-solaris-and-vos-api-fixes-20051024 AUTHOR shadow@dementia.org FIXES 22063 as tested for this and 22316 2005-10-24 18:50 shadow * src/libafs/afs.x86_darwin_80.plist.in: DELTA darwin-x86-20051015 AUTHOR chas@cmf.nrl.navy.mil FIXES 20130 add support for x86 darwin 2005-10-23 19:05 jaltman * src/libadmin/test/vos.c: DELTA add-volupdate-counter-20051015 AUTHOR jaltman@secure-endpoints.com make this work on Windows 2005-10-23 06:27 shadow * src/afs/VNOPS/afs_vnop_attrs.c: DELTA vnop-attrs-fix-20051023 AUTHOR jaltman@secure-endpoints.com FIXES 22568 fix code broken in mac merge 2005-10-23 00:31 jaltman * src/WINNT/afsd/smb3.c: DELTA windows-mkdir-root-exists-20051021 AUTHOR jaltman@secure-endpoints.com If a request is received to create the root directory of a device, return CM_ERROR_EXISTS instead of CM_ERROR_NOTFOUND for the nul-string file name. 2005-10-22 06:43 shadow * src/packaging/MacOS/buildpkg.sh: DELTA macos-build-dmg-20051021 AUTHOR shadow@dementia.org probably this script should take an argument which is the version string to use, and use it in the volume name and dmg name 2005-10-22 06:04 shadow * src/libadmin/test/vos.c: DELTA add-volupdate-counter-20051015 AUTHOR tkeiser@gmail.com make this happy in libadmin on e.g. solaris 2005-10-21 04:58 shadow * src/packaging/MacOS/buildpkg.sh: DELTA macos-build-dmg-20051021 AUTHOR shadow@dementia.org probably this script should take an argument which is the version string to use, and use it in the volume name and dmg name 2005-10-21 04:46 shadow * src/: config/param.x86_darwin_80.h, des/conf-darwin.h: DELTA darwin-x86-20051015 AUTHOR chas@cmf.nrl.navy.mil FIXES 20130 add support for x86 darwin 2005-10-20 23:32 jaltman * src/viced/afsfileprocs.c: DELTA viced-audit-createfile-20051020 AUTHOR jaltman@secure-endpoints.com add the FID of the created file to the audit output for CreateFileEvent 2005-10-20 05:09 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA windows-notes-20051019 AUTHOR jaltman@secure-endpoints.com updates 2005-10-19 20:10 jaltman * src/WINNT/afsd/largeintdotnet.c: DELTA window-largeint-20051019 AUTHOR jaltman@secure-endpoints.com The large integer support was applying a <<32 to a 32-bit value. This is an undefined operation. 2005-10-19 18:23 shadow * src/vol/vnode.c: DELTA add-volupdate-counter-20051015 AUTHOR efenyak@gamax.hu add configure gunk 2005-10-19 06:57 jaltman * src/WINNT/afsd/smb.c: DELTA windows-rxkadunknownkey-20051019 AUTHOR jaltman@secure-endpoints.com report RXKADUNKNOWNKEY as SEC_E_NO_KERB_KEY 2005-10-18 20:52 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA windows-locking-error-codes-20051018 AUTHOR jaltman@secure-endpoints.com cm_Lock(), cm_RetryLock() should not interpret servers be unreachable as a sharing violation. 2005-10-18 20:50 jaltman * src/WINNT/afsd/cm_daemon.c: DELTA windows-ip-change-20051018 AUTHOR jaltman@secure-endpoints.com add a monitor to watch for IP Address changes. When a change is detected, wait 2.5 seconds for things to settle down and then check to see if down servers are reachable. 2005-10-18 19:39 shadow * acinclude.m4, src/vol/vnode.c: DELTA add-volupdate-counter-20051015 AUTHOR efenyak@gamax.hu add configure gunk 2005-10-18 15:53 rees * src/: cf/osconf.m4, sys/Makefile.in: DELTA libafssetpag-temp-fix-20051018 AUTHOR rees@umich.edu Define SHLIB_LINKER for [fno]bsd Don't try to build LIBAFSSETPAG for [fno]bsd 2005-10-18 15:29 jaltman * src/WINNT/afsd/smb.c: DELTA windows-error-codes-20051018 AUTHOR jaltman@secure-endpoints.com handle the CM_ERROR_ALLDOWN case when translating cm errors to nt status 2005-10-17 21:28 jaltman * src/WINNT/afsd/cm_daemon.c: DELTA windows-fw-service-test-20051017 AUTHOR jaltman@secure-endpoints.com Do not perform Firewall Configuration if the firewall service is not installed 2005-10-17 20:45 shadow * src/vol/partition.c: DELTA irix-no-xfs-checks-for-namei-20051017 AUTHOR chas@cmf.nrl.navy.mil FIXES 22435 don't do inode checks when using namei 2005-10-17 19:31 jaltman * src/WINNT/afsd/: afsd_init.c, afsicf.cpp, cm_daemon.c: DELTA windows-firewall-configuration-20051016 AUTHOR jaltman@secure-endpoints.com Windows Firewall Policy cannot be accessed by a service unless from the Service Manager thread nor until the service is in a RUNNING state. Firewall configuration moved to cm_Daemon() thread. 2005-10-17 19:00 kenh * src/sys/: Makefile.in, mapfile: DELTA rename-afssetpag-dot-map-to-mapfile-20051017 AUTHOR kenh@cmf.nrl.navy.mil The Solaris/Linux symbol export files must be named "mapfile" (see the definition of SHLIB_LINKER for Solaris). 2005-10-17 17:49 rees * src/rx/rx_prototypes.h: DELTA struct-socket-20051017 AUTHOR rees@umich.edu rx_prototypes.h needs struct socket now 2005-10-16 00:55 jaltman * src/: WINNT/install/NSIS/CellServDB, WINNT/install/Win9x/CellServDB, WINNT/install/wix/CellServDB, WINNT/win9xpanel/CellServDB, packaging/HP-UX/files/usr/vice/etc/CellServDB, packaging/MacOS/CellServDB: DELTA cellservdb-update-20051015 AUTHOR jhutz@cs.cmu.edu 15 Oct 2005 2005-10-15 21:51 jaltman * src/rxgen/rpc_hout.c: DELTA rxgen-server-prefix-prototypes-20051015 AUTHOR jaltman@secure-endpoints.com When producing prototypes for server side functions, use the correct prefix as specified in the input file. If there is no prefix, then do not output the prototypes as they will collide with the client side stub prototypes. 2005-10-15 21:45 jaltman * src/: WINNT/afsd/afsd_init.c, WINNT/afsd/cm.h, WINNT/afsd/cm_buf.h, WINNT/afsd/cm_utils.c, WINNT/client_exp/gui2fs.cpp, WINNT/client_exp/set_afs_acl.cpp, sys/pioctl_nt.c: DELTA windows-universal-error-handling-20051015 AUTHOR jaltman@secure-endpoints.com properly interpret the universal error codes 2005-10-15 16:25 shadow * src/cf/osconf.m4: DELTA shlibafssetpag-20051015 AUTHOR rra@stanford.edu FIXES 18745 implement {sh,}libafssetpag 2005-10-15 15:51 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA linux-write-dirty-pages-once-20051015 AUTHOR chas@cmf.nrl.navy.mil FIXES 20561 this time for sure, only write back once 2005-10-15 15:40 shadow * acinclude.m4: DELTA default-largefile-on-20051015 AUTHOR shadow@dementia.org turn on largefile fileserver by default 2005-10-15 15:36 shadow * src/: libadmin/test/vos.c, libadmin/vos/afs_vosAdmin.c, libadmin/vos/afs_vosAdmin.h, libadmin/vos/vosadmin.def, libadmin/vos/vsprocs.c, libadmin/vos/vsprocs.h, vol/vnode.c, vol/vol-info.c, vol/volume.h, volser/dumpstuff.c, volser/restorevol.c, volser/vol-dump.c, volser/volint.xg, volser/volprocs.c, volser/vos.c: DELTA add-volupdate-counter-20051015 AUTHOR efenyak@gamax.hu FIXES 18349 add a volume update counter. danger will robinson. see ticket for details. 2005-10-15 15:22 shadow * src/afsd/afsd.c: DELTA afsd-no-logfile-20051015 AUTHOR rra@stanford.edu FIXES 18662 remove afsd logfile parm 2005-10-15 15:19 shadow * src/: libafsauthent/Makefile.in, shlibafsauthent/Makefile.in, sys/.cvsignore, sys/Makefile.in, sys/afssetpag.exp, sys/afssyscalls.c, sys/afssyscalls.h, sys/glue.c, sys/setpag.c: DELTA shlibafssetpag-20051015 AUTHOR rra@stanford.edu FIXES 18745 implement {sh,}libafssetpag 2005-10-15 15:07 shadow * src/: shlibafsauthent/Makefile.in, shlibafsrpc/Makefile.in: DELTA shlib-rationalization-200510155 AUTHOR rra@stanford.edu FIXES 18767 make use of the export map. set a useful soname. 2005-10-15 15:00 shadow * Makefile.in, configure.in, doc/man-pages/Makefile.in: DELTA pod-man-pages-20051015 AUTHOR rra@stanford.edu FIXES 19268 add pod generation of man pages 2005-10-15 14:54 shadow * src/auth/cellconfig.c: DELTA cellconfig-afsdb-use-dots-20051015 AUTHOR fbo2@gmx.net FIXES 20908 do lookup postpending a . 2005-10-15 14:42 shadow * acinclude.m4, src/cf/osconf.m4, src/config/afs_sysnames.h, src/des/andrew-conf.h, src/libafs/MakefileProto.DARWIN.in, src/lwp/Makefile.in, src/lwp/process.i386.s: DELTA darwin-x86-20051015 AUTHOR chas@cmf.nrl.navy.mil FIXES 20130 add support for x86 darwin 2005-10-15 14:37 shadow * src/afs/afs_cell.c: DELTA aix-afsdb-20051015 AUTHOR ghudson@mit.edu FIXES 20801 fix earlier issue with aix afsdb fix 2005-10-15 14:23 shadow * src/: afs/afs_daemons.c, afs/AIX/osi_inode.c, afs/AIX/osi_vnodeops.c, afs/VNOPS/afs_vnop_create.c, rx/rx_kcommon.c, rx/rx_prototypes.h, rx/AIX/rx_kmutex.h, rx/AIX/rx_knet.c, sys/afs5.exp: DELTA aix-warning-cleanup-20051015 AUTHOR Niklas.Edmundsson@hpc2n.umu.se FIXES 21066 clean up aix warnings. hint that large file support works 2005-10-15 14:16 shadow * acinclude.m4, src/config/afs_sysnames.h, src/config/param.amd64_nbsd20.h: DELTA nbsd20-amd64-20051015 AUTHOR gendalia@iastate.edu FIXES 21562 add amd64 netbsd 2.0 support 2005-10-15 03:42 shadow * src/viced/viced.c: DELTA viced-help-abortthres-20051014 AUTHOR lha@it.su.se FIXES 22070 add help for abort thresshold switch 2005-10-15 03:36 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA windows-check-locks-logging-20051014 AUTHOR jaltman@secure-endpoints.com add a log message so we can tell how long it took. 2005-10-15 02:32 shadow * src/afs/: afs_vcache.c, VNOPS/afs_vnop_lookup.c, VNOPS/afs_vnop_symlink.c: DELTA newvcache-can-fail-now-20051014 AUTHOR psomogyi@gamax.hu FIXES 22260 allow newvcache to fail without ooping sort of nasty, if you want more vcaches, say so. 2005-10-15 02:12 shadow * src/: JAVA/classes/.classpath, JAVA/classes/.project, JAVA/classes/ErrorMessages.properties, JAVA/classes/testAFS.java, JAVA/classes/org/openafs/jafs/ACL.java, JAVA/classes/org/openafs/jafs/AFSException.java, JAVA/classes/org/openafs/jafs/AFSSecurityException.java, JAVA/classes/org/openafs/jafs/Cell.java, JAVA/classes/org/openafs/jafs/Group.java, JAVA/classes/org/openafs/jafs/Key.java, JAVA/classes/org/openafs/jafs/Partition.java, JAVA/classes/org/openafs/jafs/Process.java, JAVA/classes/org/openafs/jafs/Server.java, JAVA/classes/org/openafs/jafs/Token.java, JAVA/classes/org/openafs/jafs/User.java, JAVA/classes/org/openafs/jafs/VersionInfo.java, JAVA/classes/org/openafs/jafs/Volume.java, JAVA/libjafs/ACL.c, JAVA/libjafs/AdminToken.c, JAVA/libjafs/Cell.c, JAVA/libjafs/ChangeLog, JAVA/libjafs/Exceptions.h, JAVA/libjafs/File.c, JAVA/libjafs/FileInputStream.c, JAVA/libjafs/FileOutputStream.c, JAVA/libjafs/GetNativeString.c, JAVA/libjafs/GetNativeString.h, JAVA/libjafs/Group.c, JAVA/libjafs/Internal.c, JAVA/libjafs/Internal.h, JAVA/libjafs/JAFS_Version.h, JAVA/libjafs/Key.c, JAVA/libjafs/Makefile.in, JAVA/libjafs/Partition.c, JAVA/libjafs/Process.c, JAVA/libjafs/README, JAVA/libjafs/Server.c, JAVA/libjafs/User.c, JAVA/libjafs/UserToken.c, JAVA/libjafs/Version2.c, JAVA/libjafs/VersionInfo.c, JAVA/libjafs/Volume.c, cf/osconf.m4, libuafs/MakefileProto.LINUX.in: DELTA java-update-20051014 AUTHOR psomogyi@gamax.hu FIXES 21930 update java afs classes 2005-10-15 02:03 shadow * src/afs/HPUX/osi_machdep.h: DELTA hpux11-no-kthread-iface-20051014 AUTHOR shadow@dementia.org 11.0 lacks this header. 2005-10-15 01:42 shadow * src/afs/afs_pioctl.c: DELTA solaris10-fs-find-afs-vnode-20051014 AUTHOR chas@cmf.nrl.navy.mil FIXES find the real vnode so cheating on solaris 10 will work 2005-10-15 01:18 shadow * src/rxgen/: rpc_hout.c, rpc_parse.c, rpc_parse.h: DELTA rxgen-multi-prototypes-20051014 AUTHOR jaltman@secure-endpoints.com FIXES 22349 generate prototypes for split stuff when the stub is multi 2005-10-14 21:26 shadow * src/libafs/MakefileProto.LINUX.in: DELTA linux-objdir-kernel-builds-20051014 AUTHOR jhutz@cmu.edu FIXES 22352 allow objdir kernel module builds to work again 2005-10-14 11:18 jaltman * src/WINNT/afsd/smb3.c: DELTA windows-pattern-matching-20051014 AUTHOR jaltman@secure-endpoints.com FIXES 4623 Pattern matching was broken. '?' should match zero characters if it appears before a '.' or at the end of the file name. 2005-10-14 03:25 jaltman * src/WINNT/afsd/: cm_vnodeops.c, smb.c: DELTA windows-locking-init-req-20051013 AUTHOR jaltman@secure-endpoints.com two cm_InitReq() calls were in the wrong place opening the possibility for stack corruption 2005-10-13 20:59 shadow * src/afsd/afsd.c: DELTA solaris10-afsd-waitpid-to-clean-contract-20051013 AUTHOR chas@cmf.nrl.navy.mil FIXES 22317 it seems like this might be a bug in solaris10 when handling contracts of exiting chilren who have created kernel threads. the rxlistener is a kernel thread on solaris and the child that starts the kernel_thread returns and exits. 2005-10-13 20:04 shadow * src/fsint/afscbint.xg: DELTA dedebug-20051007 AUTHOR shadow@dementia.org perhaps this should never be pulled up. anyway, implement dentry cache status dumping for linux.^? and provide a tool to dump it disabled (tool, not rpc) by default 2005-10-13 19:53 shadow * src/afs/: afs_vcache.c, afs_vcache.c: DELTA macos-rollup-20051013 AUTHOR shadow@dementia.org try this again 2005-10-13 19:04 shadow * src/afs/afs_vcache.c: DELTA macos-rollup-20051013 AUTHOR shadow@dementia.org let's revert and try this again 2005-10-13 18:25 shadow * src/afs/: afs_nfsdisp.c, afs_vcache.c: DELTA solaris10-nfs-really-20051013 AUTHOR tortay@cc.in2p3.fr FIXES 22318 fix array size so this all works 2005-10-13 15:15 shadow * src/config/: param.sun4x_510.h, param.sun4x_56.h, param.sun4x_57.h, param.sun4x_58.h, param.sun4x_59.h, param.sunx86_510.h, param.sunx86_57.h, param.sunx86_58.h, param.sunx86_59.h: DELTA solars-sparc32-largefile-20051011 AUTHOR chas@cmf.nrl.navy.mil readd largefile support for solaris sparc32 2005-10-13 15:12 shadow * acinclude.m4, src/afs/afs.h, src/afs/afs_call.c, src/afs/afs_callback.c, src/afs/afs_cbqueue.c, src/afs/afs_daemons.c, src/afs/afs_dcache.c, src/afs/afs_init.c, src/afs/afs_memcache.c, src/afs/afs_osi.c, src/afs/afs_osi.h, src/afs/afs_osi_pag.c, src/afs/afs_osi_uio.c, src/afs/afs_osi_vget.c, src/afs/afs_osidnlc.c, src/afs/afs_pioctl.c, src/afs/afs_server.c, src/afs/afs_util.c, src/afs/afs_vcache.c, src/afs/afs_volume.c, src/afs/lock.h, src/afs/sysincludes.h, src/afs/DARWIN/osi_file.c, src/afs/DARWIN/osi_groups.c, src/afs/DARWIN/osi_inode.c, src/afs/DARWIN/osi_machdep.h, src/afs/DARWIN/osi_misc.c, src/afs/DARWIN/osi_module.c, src/afs/DARWIN/osi_prototypes.h, src/afs/DARWIN/osi_sleep.c, src/afs/DARWIN/osi_vfsops.c, src/afs/DARWIN/osi_vm.c, src/afs/DARWIN/osi_vnodeops.c, src/afs/VNOPS/afs_vnop_attrs.c, src/afs/VNOPS/afs_vnop_create.c, src/afs/VNOPS/afs_vnop_lookup.c, src/afs/VNOPS/afs_vnop_read.c, src/afs/VNOPS/afs_vnop_readdir.c, src/afs/VNOPS/afs_vnop_remove.c, src/afs/VNOPS/afs_vnop_strategy.c, src/afs/VNOPS/afs_vnop_write.c, src/afsd/afsd.c, src/config/afs_args.h, src/config/param.ppc_darwin_80.h, src/dir/dir.c, src/libafs/MakefileProto.DARWIN.in, src/libafs/afs.ppc_darwin_80.plist.in, src/packaging/MacOS/ReadMe.rtf, src/packaging/MacOS/buildpkg.sh, src/rx/rx_kcommon.c, src/rx/rx_kcommon.h, src/rx/rx_kernel.h, src/rx/rx_packet.c, src/rx/rx_prototypes.h, src/rx/xdr.c, src/rx/xdr_prototypes.h, src/rx/DARWIN/rx_kmutex.c, src/rx/DARWIN/rx_kmutex.h, src/rx/DARWIN/rx_knet.c, src/rx/UKERNEL/rx_kcommon.h, src/sys/afssyscalls.c, src/venus/fstrace.c: DELTA macos-rollup-20051013 AUTHOR shadow@dementia.org incorporating STABLE14-macos104-20051005 STABLE14-macos-cleanup-20051006 macos-cleanup-20051006 macos-cleanup-20051007 from the 1.4.x branch, which needed to be forward-ported to work here, sadly. 2005-10-12 06:15 shadow * src/: afs/afs_osi_uio.c, afs/SOLARIS/osi_vnodeops.c, afs/VNOPS/afs_vnop_readdir.c, afs/VNOPS/afs_vnop_strategy.c, config/param.sun4x_510.h, config/param.sun4x_56.h, config/param.sun4x_57.h, config/param.sun4x_58.h, config/param.sun4x_59.h, config/param.sunx86_510.h, config/param.sunx86_57.h, config/param.sunx86_58.h, config/param.sunx86_59.h: DELTA solars-sparc32-largefile-20051011 AUTHOR chas@cmf.nrl.navy.mil readd largefile support for solaris sparc32 2005-10-12 06:09 shadow * src/afs/VNOPS/afs_vnop_lookup.c: DELTA solaris10-ugly-avoid-ENODEV-hack-20051011 AUTHOR chas@cmf.nrl.navy.mil fix this a better way, rolling bsack earlier change 2005-10-12 05:57 shadow * src/afs/SOLARIS/osi_vnodeops.c: DELTA solaris10-ugly-avoid-ENODEV-hack-20051011 AUTHOR chas@cmf.nrl.navy.mil fix this a better way, rolling bsack earlier change 2005-10-10 22:21 jaltman * src/WINNT/afsd/afskfw.c: DELTA windows-ticket-lifetime-20051010 AUTHOR jaltman@secure-endpoints.com The lifetime parameter is in minutes so treat it that way. 2005-10-09 02:52 jaltman * src/packaging/MacOS/: InstallationCheck, InstallationCheck.strings: DELTA macos-missing-files-20051008 AUTHOR jaltman@secure-endpoints.com add files missing after merge 2005-10-08 14:13 jaltman * Update description of Product ID generation. src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/relnote s.htm: DELTA windows-release-notes-20051008 AUTHOR jaltman@secure-endpoints.com 2005-10-08 03:57 jaltman * src/rx/rx.c: DELTA rx-tq-waiter-rework-20051007 AUTHOR jaltman@secure-endpoints.com Only Broadcast to wake threads if there are threads waiting. 2005-10-08 03:49 jaltman * src/WINNT/afsd/: cm_dcache.c, cm_scache.h, cm_vnodeops.c: DELTA windows-byte-range-locks-20051007 AUTHOR jaltman@secure-endpoints.com There was a race condition associated with maintaining the CM_FILELOCK_FLAG_CLIENTONLY flag on locks bound to scache entries for Read Only volumes. Therefore, we remove the use of the flag and simply test the RO status of the scache entry. 2005-10-07 20:11 shadow * src/: afs/afs_callback.c, fsint/afscbint.xg, fsint/common.xg, fsprobe/fsprobe_callback.c, venus/Makefile.in, xstat/xstat_fs_callback.c: DELTA dedebug-20051007 AUTHOR shadow@dementia.org perhaps this should never be pulled up. anyway, implement dentry cache status dumping for linux. and provide a tool to dump it disabled (tool, not rpc) by default 2005-10-07 19:30 shadow * src/viced/afsfileprocs.c: DELTA viced-take-offline-on-ihopen-fail-20051007 AUTHOR shadow@dementia.org when IH_OPEN fails, we should take the volume offline so it will be salvaged 2005-10-07 19:29 shadow * src/afs/afs_nfsdisp.c: DELTA solaris10-nfs-trans-update-20051007 AUTHOR shadow@dementia.org partial nfs translatlor update for solaris 10 2005-10-07 19:24 shadow * src/afs/VNOPS/afs_vnop_lookup.c: DELTA solaris10-ugly-avoid-ENODEV-hack-20051007 AUTHOR chas@cmf.nrl.navy.mil FIXES we need to fix this another way but put it here for now 2005-10-07 19:18 shadow * src/auth/cellconfig.c: DELTA cellconfig-check-for-corrupt-keyfile-20051007 AUTHOR shadow@dementia.org don't crash when we have a corrupt keyfile 2005-10-07 17:22 shadow * src/rx/LINUX/rx_kmutex.h: DELTA linux-cv-init-20051007 AUTHOR chas@cmf.nrl.navy.mil FIXES 20114 fix the CV_INIT macros 2005-10-07 02:09 jaltman * src/WINNT/afsd/: cm.h, cm_conn.c: DELTA windows-busy-vs-offline-20051006 AUTHOR jaltman@secure-endpoints.com Discovered a failure in the state machine. There was no method of distinguishing between all servers being Down (which is handled by the background thread) and all volumes being offline (perhaps due to a move). 2005-10-06 17:29 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA windows-lock-count-fix-20051006 AUTHOR asanka@secure-endpoints.com lock counts were not being reduced on file close when the lock was lost. 2005-10-06 13:48 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA windows-byte-range-locks-20051006 AUTHOR jaltman@secure-endpoints.com Do not mark locks lost simply because the ExtendLock failed. A lock is only lost if the server responds with EINVAL indicating that the lock no longer exists. A lock can be renewed by other clients that are also using the file. The client can make no assumptions about the status of a lock based upon the passage of time. 2005-10-05 13:32 jaltman * src/: WINNT/install/wix/NTMakefile, WINNT/install/wix/openafs.wxs, config/NTMakefile.amd64_w2k, config/NTMakefile.i386_nt40, config/NTMakefile.i386_w2k: DELTA windows-wix-product-id-20051005 AUTHOR asanka@secure-endpoints.com As the file name of the OpenAFS installer changes with each release, so must the Product ID (but not the Upgrade ID). Therefore, do not hard code the Product ID in the Makefile, instead auto-generate it as part of the installer. 2005-10-05 13:22 jaltman * src/WINNT/afsd/smb3.c: DELTA windows-byte-range-locking-20051005 AUTHOR jaltman@secure-endpoints.com Return the actual locking error such as "access denied" due to lack of 'k' privileges instead of a sharing violation. 2005-10-04 17:44 jaltman * src/libafsrpc/afsrpc.def: DELTA windows-exports-20051004 AUTHOR jaltman@secure-endpoints.com remove duplicate exports 2005-10-04 03:16 jaltman * src/WINNT/afsd/cm_ioctl.c: DELTA windows-rxstats-20051003 AUTHOR jaltman@secure-endpoints.com strip the pioctl path from the input before reading the flags 2005-10-03 04:03 jaltman * src/WINNT/client_creds/lang/en_US/afscreds.rc: DELTA windows-afscreds-20051002 AUTHOR jaltman@secure-endpoints.com FIXES 22032 Extend the fields so that more text can be displayed regarding the tokens. 2005-10-03 03:13 shadow * src/afsd/: afs.conf.linux, afs.rc.linux: DELTA linux-rc-wait-for-salvager-20051002 AUTHOR jbuehler@spirentcom.com FIXES 21754 rc file hack to wait for salvage to finish 2005-10-03 02:54 shadow * src/afs/VNOPS/afs_vnop_write.c: DELTA memcache-set-default-write-size-20051002 AUTHOR shadow@dementia.org based on comment from chas williams. set the default write amount as is done for ufs cache writes 2005-10-03 02:44 shadow * acinclude.m4, src/afs/VNOPS/afs_vnop_readdir.c, src/vfsck/dir.c, src/vfsck/inode.c, src/vfsck/main.c, src/vfsck/pass2.c, src/vfsck/utilities.c, src/vfsck/vprintf.c: DELTA hpux-build-updates-20051002 AUTHOR aspam@cox.net FIXES 21722 ndir.h has been changed. also, pthreads header doesn't match how we used it 2005-10-03 02:29 jaltman * place the text in the correct section src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/relnote s.htm: DELTA windows-release-notes-take2-20051002 AUTHOR jaltman@secure-endpoints.com 2005-10-03 02:17 jaltman * src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/: relnotes.htm, relnotes_files/preview.wmf: DELTA windows-release-notes-20051002 AUTHOR jaltman@secure-endpoints.com Document registry entries for RX stats gathering 2005-10-03 00:22 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA windows-notes-20051002 AUTHOR jaltman@secure-endpoints.com changes for 1.4.0 rc6 2005-10-02 14:48 jaltman * src/WINNT/client_exp/lang/: de_DE/afs_shl_ext.rc, en_US/afs_shl_ext.rc, es_ES/afs_shl_ext.rc, ja_JP/afs_shl_ext.rc, ko_KR/afs_shl_ext.rc, pt_BR/afs_shl_ext.rc, zh_CN/afs_shl_ext.rc, zh_TW/afs_shl_ext.rc: DELTA windows-shell-ext-default-buttons-20051002 AUTHOR jaltman@secure-endpoints.com many of the shell extension dialogs did not have default pushbuttons specified which would result in an undesirable end user experience 2005-10-02 14:46 jaltman * src/WINNT/client_exp/afs_shl_ext.cpp: DELTA windows-shell-ext-prevent-unload-hack-20051002 AUTHOR jaltman@secure-endpoints.com The shell extension is unloading as it should but is never being loaded again. Since we have no clue why and no idea how to debug it, for now, just prevent it from being unloaded in the first place. 2005-10-02 09:07 jaltman * src/WINNT/client_exp/: gui2fs.cpp, server_status_dlg.cpp: DELTA windows-shell-ext-server-status-20051002 AUTHOR jaltman@secure-endpoints.com Fix the server status dialog to properly call CheckServers and fix CheckServers to properly construct the data structure for the pioctl call. 2005-10-02 06:04 jaltman * src/WINNT/afsd/: NTMakefile, afsd_init.c, cm_ioctl.c, cm_ioctl.h, fs.c, smb_iocons.h, smb_ioctl.c: DELTA windows-rxstats-20051001 AUTHOR jaltman@secure-endpoints.com Add interface to rxstats api 2005-10-02 05:52 jaltman * src/libafsrpc/afsrpc.def: DELTA windows-afsrpc-exports-20051001 AUTHOR jaltman@secure-endpoints.com Add missing exports 2005-10-02 04:45 jaltman * src/WINNT/client_exp/lang/: de_DE/afs_shl_ext.rc, en_US/afs_shl_ext.rc, es_ES/afs_shl_ext.rc, ja_JP/afs_shl_ext.rc, ko_KR/afs_shl_ext.rc, pt_BR/afs_shl_ext.rc, zh_CN/afs_shl_ext.rc, zh_TW/afs_shl_ext.rc: DELTA windows-afs-shl-ext-rc-20051002 AUTHOR jaltman@secure-endpoints.com The DownServers dialog had the wrong resource id associated with the listbox. 2005-10-01 12:10 jaltman * src/WINNT/afsd/: cm_ioctl.c, cm_ioctl.h, fs.c, smb_iocons.h, smb_ioctl.c: DELTA windows-fs-exa-20051001 AUTHOR jaltman@secure-endpoints.com Add reporting of the FID, cell, owner and group to the output of "fs exa" (on Windows only). There is no other means to obtain this data from a Windows client. 2005-10-01 04:50 jaltman * src/WINNT/client_creds/window.cpp: DELTA windows-afscreds-20050930 AUTHOR mloar2@uiuc.edu FIXES 21958 For the afscreds program on Windows, if you right click the system tray icon to display the menu and then click on the taskbar, the menu is not hidden, but instead is covered by the taskbar. This is a common issue documented at http://support.microsoft.com/default.aspx?scid=kb;en-us;135788. 2005-09-29 20:34 shadow * src/afs/SOLARIS/osi_vnodeops.c: DELTA solaris-init-offset-for-write-20050929 AUTHOR chas@cmf.nrl.navy.mil passing a random nlen into afs_GetDCache() when in write mode seems to sometimes trigger overwrites. 2005-09-29 04:42 shadow * Makefile.in: DELTA makefile-dependancies-20050925 AUTHOR tkeiser@gmail.com FIXES 21859 add missing dependancies to make it explicit who needs what 2005-09-27 04:37 jaltman * src/WINNT/install/NSIS/OpenAFS.nsi: DELTA windows-nsis-20050926 AUTHOR jaltman@secure-endpoints.com Install a Documentation Shortcut as part of the client install. It is independent of the Supplemental Documentation which is not required for the release notes. 2005-09-27 03:13 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA windows-notes-20050926 AUTHOR jaltman@secure-endpoints.com more changes for 1.4.0 rc5 2005-09-27 02:40 jaltman * src/WINNT/install/wix/files.wxi: DELTA windows-wix-docs-20050926 AUTHOR asanka@secure-endpoints.com Match the documentation location of the NSIS installer. 2005-09-27 00:35 jaltman * src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/: relnotes.htm, relnotes_files/header.htm, relnotes_files/preview.wmf: DELTA windows-release-notes-20050926 AUTHOR jaltman@secure-endpoints.com Document MSI Product Codes 2005-09-26 23:30 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA windows-installer-guid-20050926 AUTHOR jaltman@secure-endpoints.com New GUIDs for the 1.5 branch: amd64_w2k {A0A7B986-CF35-499c-9400-9A987F218127} i386_nt40 {93AFD8F0-C150-47bc-B318-A029222D8993} i386_w2k {E832F832-C937-46bc-8C1D-BC7EF6F3F62F} 2005-09-26 03:13 jaltman * doc/txt/winnotes/afs-issues.txt: DELTA windows-issues-20050925 AUTHOR jaltman@secure-endpoints.com update the outstanding issues list 2005-09-26 03:10 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA windows-notes-20050925 AUTHOR jaltman@secure-endpoints.com document changes for 1.4 rc5 2005-09-26 02:51 jaltman * src/WINNT/doc/install/Documentation/en_US/html/index.htm: DELTA windows-index-title-fix-20050925 AUTHOR jaltman@secure-endpoints.com Fix the title to read OpenAFS instead of IBM AFS 2005-09-26 02:32 jaltman * src/WINNT/install/NSIS/OpenAFS.nsi: DELTA windows-nsis-install-c-20050925 AUTHOR jaltman@secure-endpoints.com remove the new docs from non-en_US installs. We need to find someone to perform language conversion. 2005-09-26 02:14 jaltman * src/WINNT/install/NSIS/OpenAFS.nsi: DELTA windows-nsis-install-b-20050925 AUTHOR jaltman@secure-endpoints.com oops, missing '\\' 2005-09-26 01:19 jaltman * src/WINNT/install/wix/: feature.wxi, files.wxi, language_config.wxi: DELTA windows-wix-install-20050925 AUTHOR asanka@secure-endpoints.com Add new HTML release notes to MSI 2005-09-26 00:47 jaltman * src/WINNT/install/NSIS/OpenAFS.nsi: DELTA windows-nsis-install-20050925 AUTHOR jaltman@secure-endpoints.com add all of the new directories 2005-09-26 00:27 jaltman * src/WINNT/install/NSIS/OpenAFS.nsi: DELTA windows-nsis-install-20050925 AUTHOR jaltman@secure-endpoints.com Update the installer to always install the release notes. 2005-09-26 00:18 jaltman * src/WINNT/doc/install/Documentation/en_US/html/ReleaseNotes/: relnotes.htm, toc.htm: DELTA windows-release-notes-20050925 AUTHOR jaltman@secure-endpoints.com fix the links to point to .htm instead of .doc 2005-09-25 20:37 jaltman * src/WINNT/doc/install/Documentation/en_US/html/index.htm: DELTA windows-release-notes-20050925 AUTHOR jaltman@secure-endpoints.com Fix the link to the OAFW notes. 2005-09-25 20:35 jaltman * src/WINNT/doc/install/Documentation/en_US/: README.txt, html/index.htm, html/ReleaseNotes/frames.htm, html/ReleaseNotes/logo.htm, html/ReleaseNotes/relnotes.htm, html/ReleaseNotes/toc.htm, html/ReleaseNotes/logo_files/filelist.xml, html/ReleaseNotes/logo_files/image001.jpg, html/ReleaseNotes/logo_files/image002.jpg, html/ReleaseNotes/relnotes_files/filelist.xml, html/ReleaseNotes/relnotes_files/header.htm, html/ReleaseNotes/relnotes_files/preview.wmf, html/index_files/filelist.xml, html/index_files/image001.jpg, html/index_files/image002.jpg: DELTA windows-release-notes-20050925 AUTHOR jaltman@secure-endpoints.com Update the installed documentation to include the new OpenAFS for Windows release notes. No IBM documentation is being removed but the top level index page has been re-written to indicate that the IBM docs are out of date. The new OAFW Release Notes have been added to the ReleaseNotes with a link. 2005-09-23 14:55 shadow * src/afs/afs_cell.c: DELTA revert-aix-afsdb-20050815 AUTHOR shadow@dementia.org FIXES 20801 revert this until it's corrected. 2005-09-21 15:13 shadow * src/util/: pthread_glock.c, pthread_glock.h: DELTA pthread-glock-volatility-20050921 AUTHOR psomogyi@gamax.hu FIXES 21526 deal with situations where pthread glock assert happens by asserting volatility. ick. 2005-09-21 00:33 shadow * src/rx/rx_getaddr.c: DELTA rx-send-error-code-propagation-20050916 AUTHOR jaltman@secure-endpoints.com corrections to rx-send-error-code-propagation-20050915 for bsd 2005-09-21 00:02 shadow * src/afs/AIX/osi_config.c: DELTA aix-export-h-20050920 AUTHOR aspam@cox.net FIXES 21723 make sure we include our export.h and not the one from nfs. 2005-09-19 23:24 jaltman * src/WINNT/: afsd/OpenAFS.ico, afsd/afsd.rc, afsd/afsd_service.rc, client_config/OpenAFS.ico, client_config/afs_config_stub.rc, client_cpa/OpenAFS.ico, client_cpa/afs_cpa_stub.rc, install/NSIS/OpenAFS.nsi, install/wix/Icon/ico_OpenAFS.ico: DELTA windows-icons-20050919 AUTHOR jaltman@secure-endpoints.com Associate the OpenAFS icon with the Control Panel and Service and the installers 2005-09-19 03:39 shadow * src/afs/LINUX/osi_sleep.c: DELTA linux-no-pf-freeze-20050908 AUTHOR Stephan@wienczny.de FIXES 21424 new enough linux has no PF_FREEZE sigh 2005-09-17 19:59 jaltman * src/rx/rx.c: DELTA windows-rx-debug-tid-20050917 AUTHOR jaltman@secure-endpoints.com add the thread id to the rx debug output 2005-09-16 18:14 jaltman * src/rx/: rx_getaddr.c, rx_kcommon.c: DELTA rx-send-error-code-propagation-20050916 AUTHOR jaltman@secure-endpoints.com corrections to rx-send-error-code-propagation-20050915 for bsd 2005-09-16 03:24 jaltman * src/WINNT/afsd/cm_conn.c: DELTA windows-servers-all-down-do-not-retry-20050915 AUTHOR jaltman@secure-endpoints.com remove the logic in cm_Analyze that performs a flush of the server data and retries when all of the servers are marked down (aka ALLOFFLINE). Instead return an immediate error to the caller. The servers will be checked by the background daemon thread and made available when they are. 2005-09-16 02:27 jaltman * src/rx/: rx.c, rx_clock_nt.c, rx_getaddr.c, rx_globals.h, rx_kcommon.c, rx_packet.c, rx_pthread.c, rx_xmit_nt.c: DELTA rx-send-error-code-propagation-20050915 AUTHOR jaltman@secure-endpoints.com * add a version of rxi_DebugPrint for Windows that uses OutputDebugString * migrate all printf statements to the dpf macro * stop masking the errors from rx_sendmsg() so that higher level functions can make decisions based upon the failure. * Windows reports EHOSTUNREACHABLE. Similar to Linux, if it is reported reset the send packet start time to 0 in order to immediately cause the server to be marked down. 2005-09-14 08:51 jaltman * src/rx/rx.c: DELTA rx-tq-waiter-rework-20050914 AUTHOR jaltman@secure-endpoints.com do not decrement tqWaiters in the while evaluation. This will result in an invalid count if the value was zero to begin with. 2005-09-14 05:07 shadow * src/rx/: rx.c, rx.h, LINUX/rx_kmutex.c, LINUX/rx_kmutex.h: DELTA rx-tq-waiter-rework-20050914 AUTHOR shadow@dementia.org heavily reworked by jaltman@secure-endpoints.com and then a little further editing by me see if we can avoid doing to sleep forever waiting on the tq to flush 2005-09-14 04:41 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA windows-notes-20050914 AUTHOR jaltman@secure-endpoints.com Add note regarding AFSCache file fragmentation affecting performance Fix one of the RPC registry entries Document UUID re-generation change 2005-09-14 04:28 shadow * src/rx/rx.c: DELTA rx-no-data-on-call-zero-20050913 AUTHOR shadow@dementia.org hopefully fix sven oehme's problem 2005-09-14 04:12 shadow * src/rx/rx.c: DELTA rx-no-data-on-call-zero-20050913 AUTHOR shadow@dementia.org hopefully fix sven oehme's problem 2005-09-14 03:57 shadow * src/rx/rx_packet.c: DELTA rx-no-data-on-call-zero-20050913 AUTHOR shadow@dementia.org hopefully fix sven oehme's problem 2005-09-09 19:47 jaltman * src/WINNT/afsd/: cm_memmap.c, cm_memmap.h: DELTA windows-detect-uuid-cloning-20050909 AUTHOR jaltman@secure-endpoints.com Begin to store the Disk Volume Serial Number and Machine SID in the AFSCache file for use in detecting system clones. Clones must get a new UUID for the AFS Client. 2005-09-09 19:43 jaltman * src/WINNT/afsd/fs.c: DELTA windows-fs-cleanup-20050909 AUTHOR jaltman@secure-endpoints.com remove unused variables 2005-09-09 12:51 jaltman * src/WINNT/afsd/cm_ioctl.c: DELTA windows-pioctl-debug-20050909 AUTHOR jaltman@secure-endpoints.com log the pioctl path provided by the caller 2005-09-08 08:39 shadow * src/afs/LINUX/osi_sleep.c: DELTA linux-no-pf-freeze-20050908 AUTHOR Stephan@wienczny.de FIXES 21424 new enough linux has no PF_FREEZE sigh 2005-09-07 19:19 jaltman * src/WINNT/afsd/smb_ioctl.c: DELTA windows-fs-flushall-20050907 AUTHOR jaltman@secure-endpoints.com typo 2005-09-07 17:38 shadow * src/afs/afs_daemons.c: DELTA linux-root-fix-reval-20050907 AUTHOR chas@cmf.nrl.navy.mil FIXES 21390 revalidate the root vnode correctly so if we become replicated we don't lose 2005-09-07 16:28 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt, src/WINNT/afsd/cm_ioctl.c, src/WINNT/afsd/cm_ioctl.h, src/WINNT/afsd/fs.c, src/WINNT/afsd/smb_iocons.h, src/WINNT/afsd/smb_ioctl.c: DELTA windows-fs-flushall-20050907 AUTHOR jaltman@secure-endpoints.com "fs flushall" is like "fs flushvolume" but flushes all data in the cache 2005-09-05 16:28 shadow * src/afs/afs_daemons.c: DELTA linux-root-no-reval-20050905 AUTHOR chas@cmf.nrl.navy.mil don't revalidate the root afs vnode, so if root.afs becomes replicated out from under us we don't lose. 2005-09-04 04:50 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA windows-updates-20050904 AUTHOR jaltman@secure-endpoints.com most recent change descriptions 2005-09-04 04:10 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA linux-remove-reval-shortcut-20050903 AUTHOR chas@cmf.nrl.navy.mil FIXES don't skip revalidation work so we don't end up with bogus directory dates 2005-09-02 23:38 shadow * src/shlibafsrpc/Makefile.in: DELTA shlibafsrpc-objdir-20050902 AUTHOR nneul@umr.edu FIXES 21312 make objdir builds work again 2005-09-02 22:48 shadow * src/rx/rx.c: DELTA rx-propagate-error-20050902 AUTHOR jhutz@cmu.edu FIXES if we have an error propagate it to new calls 2005-09-02 17:23 jaltman * src/sys/pioctl_nt.c: DELTA windows-pioctl-20050902 AUTHOR jaltman@secure-endpoints.com support '/' as well as '\\' in pioctl calls 2005-09-01 01:55 jaltman * src/WINNT/install/loopback/: loopbackutils.cpp, wmi.cpp: DELTA windows-loopback-20050831 AUTHOR asanka@secure-endpoints.com As stated in the afs-install-notes, the MS Client for Networks should be enabled on the loopback adapter, so enable it. Prevent an install failure by not calling CoInitialize twice in the same thread. 2005-09-01 00:00 jaltman * src/WINNT/client_exp/: gui2fs.cpp, gui2fs.h, resource.h, lang/en_US/afs_shl_ext.rc: DELTA windows-gui2fs-20050831 AUTHOR jaltman@secure-endpoints.com Apply AFS Client Admins group protect to AFS Shell Extension Add support for \\afs\ to most commands except the symlink methods. 2005-08-31 23:52 jaltman * src/WINNT/afsd/: cm_cell.c, cm_config.c, cm_volume.c: DELTA windows-cell-expiration-20050831 AUTHOR jaltman@secure-endpoints.com When updating cell information from DNS, be sure to set a new timeout. When obtaining cell information from a file, check every two hours to see if it changed. 2005-08-31 21:35 shadow * src/volser/volprocs.c: DELTA volser-audit-setids-fix-20050831 AUTHOR shadow@dementia.org FIXES 21263 type is an int, not a string 2005-08-31 10:59 jaltman * src/WINNT/afsd/: fs.c, symlink.c: DELTA windows-freelance-fs-symlink-20050831 AUTHOR jaltman@secure-endpoints.com Add support to allow use of \\AFS\ where is either a mount point or symlink. As is normally treated as a share name, we transform it into \\AFS\all\ for processing. 2005-08-29 19:39 jaltman * src/WINNT/afsd/afslogon.c: DELTA windows-afslogon-code-init-20050829 AUTHOR ericjw@citi.umich.edu Init 'code' to prevent false errors when integrated logon is disabled and the service is not running 2005-08-29 18:58 rees * src/cf/osconf.m4: DELTA obsd-krb5flags-20050828 AUTHOR rees@umich.edu KRB5CFLAGS and KRB5LIBS for OpenBSD 2005-08-28 20:48 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA windows-notes-20050828 AUTHOR jaltman@secure-endpoints.com updates 2005-08-28 19:59 shadow * src/aklog/Makefile.in: DELTA aklog-no-gmake-20050828 AUTHOR shadow@dementia.org FIXES 21031 make aklog Makefile not use gmake/non standard make += syntax 2005-08-28 03:43 jaltman * src/WINNT/afsd/afsd_init.c: DELTA windows-default-trace-log-off-20050827 AUTHOR jaltman@secure-endpoints.com Now that OAFW is ready for a stable series, we will default "fs trace" to off on non-Debug builds. It can be set to on via the TraceOption registry value. (see registry.txt) 2005-08-28 03:32 jaltman * src/WINNT/client_osi/: osibasel.c, osibasel.h: DELTA windows-add-tid-to-mutex-20050827 AUTHOR jaltman@secure-endpoints.com Add to mutex objects the ID of the thread that holds the lock. This will make future debugging much easier. 2005-08-28 03:29 jaltman * src/WINNT/afsd/: cm_buf.c, cm_dcache.c: DELTA windows-scache-deadlock-fix-20050827 AUTHOR jaltman@secure-endpoints.com It was reported that Microsoft Word when editing files stored in AFS would cause OAFW to fail to respond. It was determined that a scp->mx lock was not being released in buf_WaitIO if the no one was waiting on the scp. This patch corrects the deadlock and fixes some debugging messages. 2005-08-26 13:46 jaltman * src/WINNT/afsd/cm_buf.c: DELTA windows-remove-log-messages-20050826 AUTHOR jaltman@secure-endpoints.com The log message added to buf_LockedCleanAsync() during the debugging post 1.3.8201 is output for 1/10th of all buffers once every 5 seconds. This is a huge performance hit. Move the message so that it is only output for buffers that are actually dirty. Also, change the algorithm so that the sqrt() of the number of buffers are checked every 5 seconds instead of 1/10th. This will do a better job with very large cache sizes. 2005-08-26 13:41 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA windows-byte-range-locks-20050816 AUTHOR jaltman@secure-endpoints.com remove an unwanted assertion and move the resetting of scp->serverLock to -1 into cm_LockMarkSCacheLost() so that others do not forget to set it. cm_LockMarkSCacheLost() is always called when the scp->mx is held so it is ok to do so. 2005-08-26 13:39 jaltman * src/WINNT/afsd/afsd_init.c: DELTA windows-trace-log-to-dbgview-20050820 AUTHOR jaltman@secure-endpoints.com alter the afsd_init.log tag for the TraceOption to not be Windows Event Log specific. 2005-08-26 02:29 jaltman * src/WINNT/client_osi/osilog.c: DELTA windows-trace-log-to-dbgview-20050820 AUTHOR jaltman@secure-endpoints.com Include the Thread ID in the output to make it usable for debugging deadlocks. 2005-08-22 14:22 rees * README: DELTA recommended-bsd-options-20050822 AUTHOR rees@umich.edu Document recommended build options for Open and FreeBSD. 2005-08-21 00:30 jaltman * src/WINNT/afsd/smb.c: DELTA windows-byte-range-locks-20050816 AUTHOR jaltman@secure-endpoints.com Do not use a variable until you assign it a value 2005-08-20 23:22 jaltman * src/WINNT/client_creds/window.cpp: DELTA windows-afscreds-deadlock-20050820 AUTHOR jaltman@secure-endpoints.com found a deadlock in the expiration check if a MessageBox dialog is being displayed 2005-08-20 22:59 jaltman * src/WINNT/afsd/: cm_vnodeops.c, smb.c: DELTA windows-byte-range-locks-20050816 AUTHOR asanka@secure-endpoints.com must reference count local references to objects if the lock is being released 2005-08-20 22:58 jaltman * src/WINNT/afsd/afsd.h: DELTA windows-dfs-support-disable-20050820 AUTHOR asanka@secure-endpoints.com remove the trailing 1 2005-08-20 11:26 jaltman * src/WINNT/client_osi/: osilog.c, osilog.h: DELTA windows-trace-log-to-dbgview-20050820 AUTHOR asanka@secure-endpoints.com Added a new option for viewing the trace log data in real time 2005-08-20 01:27 jaltman * src/WINNT/afsd/cm_conn.c: DELTA windows-better-vol-missing-messages-20050819 AUTHOR jaltman@secure-endpoints.com Use a different message for each vol error code instead of one for all 2005-08-19 19:34 shadow * src/util/dirpath.c: DELTA dirpath-canonical-should-be-local-20050819 AUTHOR stefaan.deroeck@gmail.com FIXES 20954 ConstructLocalPath only checks the first argument (cpath) for needed translation from canonical to local, but not the relativeTo path, which is simply prepended when cpath doesn't begin with a '/'. 2005-08-19 19:20 shadow * src/rx/rx.c: DELTA fix-busyat-enforcement-20050819 AUTHOR shadow@dementia.org FIXES 20659 enforce busyat in the other half of the if 2005-08-19 15:32 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA rmdir-dont-hold-kernel-lock-20050819 AUTHOR chas@cmf.nrl.navy.mil FIXES potentially fix one of the deadlocks people have been seeing 2005-08-19 12:45 jaltman * src/WINNT/afsd/cm_vnodeops.c: DELTA windows-byte-range-locks-20050816 AUTHOR jaltman@secure-endpoints.com remove assertion 2005-08-19 11:24 jaltman * src/WINNT/afsd/: cm.h, cm_conn.c, cm_scache.c, cm_scache.h, cm_utils.c, cm_vnodeops.c, cm_vnodeops.h, smb.c, smb.h, smb3.c: DELTA windows-byte-range-locks-20050816 AUTHOR asanka@secure-endpoints.com More improvements to the byte range locking. Handle errors caused by a failure to have locking privs; report sharing violations when opening files; lie about locks on read-only volumes; implement shared read/write file creation in the smb layer. 2005-08-18 04:55 shadow * src/des/: des.c, key_sched.c, new_rnd_key.c: DELTA des-nostats-20050818 AUTHOR tkeiser@gmail.com FIXES 20921 just yank for now, we'll fix for 1.4.1 2005-08-18 04:11 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA linux-inactive-in-place-of-remunlink-20050818 AUTHOR chas@cmf.nrl.navy.mil FIXES 20912 call afs_InactiveVCache() instead of afs_remunlink() for unlink, the "inactive" refcount is 1 now instead of 0. 2005-08-17 19:25 shadow * src/afs/IRIX/osi_inode.c: DELTA irix-gop-lookupname-20050817 AUTHOR shadow@dementia.org FIXES irix of course won't build when your function doesn't match the prototype 2005-08-17 19:14 shadow * src/afs/IRIX/osi_inode.c: DELTA irix-gop-lookupname-20050817 AUTHOR shadow@dementia.org FIXES irix of course won't build when your function doesn't match the prototype 2005-08-17 19:11 shadow * src/afs/IRIX/osi_inode.c: DELTA large-cache-fix-20050815 AUTHOR chas@cmf.nrl.navy.mil FIXES 20821 make large caches actually work 2005-08-17 18:50 jaltman * src/WINNT/afsd/afsd.h: DELTA windows-dfs-support-disable-20050817 AUTHOR jaltman@secure-endpoints.com disable dfs processing until we get the Unicode CIFS support 2005-08-17 16:16 rees * src/: afs/afs_chunk.c, afs/afs_chunkops.h, afsd/afsd.c: DELTA cache-autotune-20050817 AUTHOR Niklas.Edmundsson@hpc2n.umu.se This patch tries to implement the afsd default tuning parameters discussed in the thread starting at I took the liberty of adding chunksize-tuning to the memcache too, with the motivation that people using large memcaches usually wants better bulk performance too. It seems to work for me using both disk cache and memcache of various sizes. https://www.openafs.org/pipermail/openafs-devel/2005-May/012158.htm l 2005-08-17 16:06 jaltman * src/WINNT/afsd/: fs.c, symlink.c: DELTA windows-freelance-admin-20050817 AUTHOR jaltman@secure-endpoints.com When testing for IsFreelance() use the right path for symlink rm and fs rmmount. 2005-08-17 10:38 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt, doc/txt/winnotes/afs-integration.txt, src/config/NTMakefile.amd64_w2k, src/config/NTMakefile.i386_nt40, src/config/NTMakefile.i386_w2k, src/config/NTMakefile.i386_win95: DELTA windows-version-1-5-20050817 AUTHOR jaltman@secure-endpoints.com Development version to 1.5.xxxx 2005-08-17 10:22 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt, doc/txt/winnotes/afs-integration.txt, doc/txt/winnotes/afs-issues.txt, src/config/NTMakefile.amd64_w2k, src/config/NTMakefile.i386_nt40, src/config/NTMakefile.i386_w2k: DELTA windows-version-1-4-20050817 AUTHOR jaltman@secure-endpoints.com Update version to 1.4.0000 Yay!!!!! 2005-08-16 18:09 shadow * src/libadmin/kas/afs_kasAdmin.c: DELTA kasadmin-prototyping-20050816 AUTHOR shadow@dementia.org FIXES 20766 make kasadmin module prototyping correct again 2005-08-16 17:58 shadow * src/sgistuff/: Makefile.in, herror.c, rcmd.c, ta-rauth.c: DELTA sgistuff-missing-files-20050816 AUTHOR shadow@dementia.org FIXES 20766 these were overzealously killed (by me) fix 2005-08-16 16:59 rees * src/afsd/afsd.c: DELTA reindent-afsd-c-20050816 AUTHOR rees@umich.edu reindent 2005-08-16 16:17 jaltman * src/WINNT/afsd/: cm.h, cm_vnodeops.c, smb.c: DELTA windows-byte-range-locks-20050816 AUTHOR asanka@secure-endpoints.com should improve error codes, and allow lock promotions and demotions by releasing locks. 2005-08-16 11:54 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA windows-byte-range-locks-20050816 AUTHOR jaltman@secure-endpoints.com Byte range locks added to change list 2005-08-16 10:23 jaltman * src/WINNT/afsd/: cm_conn.c, cm_scache.c, cm_scache.h, cm_vnodeops.c, cm_vnodeops.h, smb.c, smb.h, smb3.c: DELTA windows-byte-range-locks-20050816 AUTHOR asanka@secure-endpoints.com Byte range locks: The OpenAFS Windows client has to fake byte range locks given no server side support for such locks. This is implemented as keyed byte range locks on the cache manager. Keyed byte range locks: Each cm_scache_t structure keeps track of a list of keyed locks. The key for a lock is essentially a token which identifies an owner of a set of locks (referred to as a client). The set of keys used within a specific cm_scache_t structure form a namespace that has a scope of just that cm_scache_t structure. The same key value can be used with another cm_scache_t structure and correspond to a completely different client. However it is advantageous for the SMB or IFS layer to make sure that there is a 1-1 mapping between client and keys irrespective of the cm_scache_t. Assume a client C has key Key(C) (although, since the scope of the key is a cm_scache_t, the key can be Key(C,S), where S is the cm_scache_t. But assume a 1-1 relation between keys and clients). A byte range (O,+L) denotes byte addresses (O) through (O+L-1) inclusive (a.k.a. [O,O+L-1]). The function Key(x) is implemented through cm_generateKey() function for both SMB and IFS. The cache manager will set a lock on the AFS file server in order to assert the locks in S->fileLocks. If only shared locks are in place for S, then the cache manager will obtain a LockRead lock, while if there are any exclusive locks, it will obtain a LockWrite lock. If the exclusive locks are all released while the shared locks remain, then the cache manager will downgrade the lock from LockWrite to LockRead. Lock states: A lock exists iff it is in S->fileLocks for some cm_scache_t S. Existing locks are in one of the following states: ACTIVE, WAITLOCK, WAITUNLOCK, LOST, DELETED. The following sections describe each lock and the associated transitions. 1. ACTIVE: A lock L is ACTIVE iff the cache manager has asserted the lock with the AFS file server. This type of lock can be exercised by a client to read or write to the locked region (as the lock allows). 1.1 ACTIVE->LOST: When the AFS file server fails to extend a server lock that was required to assert the lock. 1.2 ACTIVE->DELETED: Lock is released. 2. WAITLOCK: A lock is in a WAITLOCK state if the cache manager grants the lock but the lock is yet to be asserted with the AFS file server. Once the file server grants the lock, the state will transition to an ACTIVE lock. 2.1 WAITLOCK->ACTIVE: The server granted the lock. 2.2 WAITLOCK->DELETED: Lock is abandoned, or timed out during waiting. 2.3 WAITLOCK->LOST: One or more locks from this client were marked as LOST. No further locks will be granted to this client until al lost locks are removed. 3. WAITUNLOCK: A lock is in a WAITUNLOCK state if the cache manager receives a request for a lock that conflicts with an existing ACTIVE or WAITLOCK lock. The lock will be placed in the queue and will be granted at such time the conflicting locks are removed, at which point the state will transition to either WAITLOCK or ACTIVE. 3.1 WAITUNLOCK->ACTIVE: The conflicting lock was removed. The current serverLock is sufficient to assert this lock, or a sufficient serverLock is obtained. 3.2 WAITUNLOCK->WAITLOCK: The conflicting lock was removed, however the required serverLock is yet to be asserted with the server. 3.3 WAITUNLOCK->DELETED: The lock is abandoned or timed out. 3.5 WAITUNLOCK->LOST: One or more locks from this client were marked as LOST. No further locks will be granted to this client until all lost locks are removed. 4. LOST: A lock L is LOST if the server lock that was required to assert the lock could not be obtained or if it could not be extended, or if other locks by the same client were LOST. Effectively, once a lock is LOST, the contract between the cache manager and that specific client is no longer valid. The cache manager rechecks the server lock once every minute and extends it as appropriate. If this is not done for 5 minutes, the AFS file server will release the lock. Once released, the lock cannot be re-obtained without verifying that the contents of the file hasn't been modified since the time the lock was released. Doing so may cause data corruption. 4.1 LOST->DELETED: The lock is released. 4.2 LOST->ACTIVE: The lock is reassertd. This requires verifying that the file was not modified in between. 4.3 LOST->WAITLOCK: All LOST ACTIVE locks from this client were reasserted. The cache manager can reinstate this waiting lock. 4.4 LOST->WAITUNLOCK: All LOST ACTIVE locks from this client were reasserted. The cache manager can reinstate this waiting lock. 5. DELETED: The lock is no longer relevant. Eventually, it will get removed from the cm_scache_t. In the meantime, it will be treated as if it does not exist. 5.1 DELETED->not exist: The lock is removed from the cm_scache_t. 6* A lock L is ACCEPTED if it is ACTIVE or WAITLOCK. These locks have been accepted by the cache manager, but may or may not have been granted back to the client. 7* A lock L is QUEUED if it is ACTIVE, WAITLOCK or WAITUNLOCK. 8* A lock L is EFFECTIVE if it is ACTIVE or LOST. 9* A lock L is WAITING if it is WAITLOCK or WAITUNLOCK. Lock operation: A client C can READ range (Offset,+Length) of cm_scache_t S iff: 1. for all _a_ in (Offset,+Length), one of the following is true: 1.1 There does NOT exist an ACTIVE lock L in S->fileLocks such that _a_ in (L->LOffset,+L->LLength) (IOW: byte _a_ of S is unowned) AND For each LOST lock M in S->fileLocks such that _a_ in (M->LOffset,+M->LLength), M->LockType is shared AND M->key != Key(C). (Note: If this is a different client from one whose shared lock was LOST, then the contract between this client and the cache manager is indistinguishable from that where no lock was lost. If an exclusive lock was lost, then the range is considered unsafe for consumption.) 1.3 There is an ACTIVE lock L in S->fileLocks such that: L->key == Key(C) && _a_ in (L->LOffset,+L->LLength) (IOW: byte _a_ of S is owned by C under lock L) 1.4 There is an ACTIVE lock L in S->fileLocks such that _a_ in (L->LOffset,L->+LLength) && L->LockType is shared (IOW: byte _a_ of S is shared) AND there is no LOST lock M such that _a_ in (M->LOffset,+M->LLength) and M->key == Key(C) A client C can WRITE range (Offset,+Length) of cm_scache_t S iff: 2. for all _a_ in (Offset,+Length), one of the following is true: 2.1 Byte _a_ of S is unowned (as above) AND for each LOST lock L in S->fileLocks _a_ NOT in (L->LOffset,+L->LLength). 2.2 Byte _a_ of S is owned by C under lock L (as above) AND L->LockType is exclusive. A client C can OBTAIN a lock L on cm_scache_t S iff: 3. for all _a_ in (L->LOffset,+L->LLength), ALL of the following is true: 3.1 L->LockType is exclusive IMPLIES there does NOT exist a QUEUED lock M in S->fileLocks such that _a_ in (M->LOffset,+M->LLength). (Note: If we count all QUEUED locks then we hit cases such as cascading waiting locks where the locks later on in the queue can be granted without compromising file integrity. On the other hand if only ACCEPTED locks are considered, then locks that were received earlier may end up waiting for locks that were received later to be unlocked. The choice of QUEUED locks were made so that large locks don't consistently get trumped by smaller locks which were requested later.) 3.2 L->LockType is shared IMPLIES for each QUEUED lock M in S->fileLocks, if _a_ in (M->LOffset,+M->LLength) then M->LockType is shared. 4. For each LOST lock M in S->fileLocks, M->key != Key(C) (Note: If a client loses a lock, it loses all locks. Subsequently, it will not be allowed to obtain any more locks until all existing LOST locks that belong to the client are released. Once all locks are released by a single client, there exists no further contract between the client and AFS about the contents of the file, hence the client can then proceed to obtain new locks and establish a new contract.) A client C can only unlock locks L in S->fileLocks which have L->key == Key(C). The representation and invariants are as follows: - Each cm_scache_t structure keeps: - A queue of byte-range locks (cm_scache_t::fileLocks) which are of type cm_file_lock_t. - A record of the highest server-side lock that has been obtained for this object (cm_scache_t::serverLock), which is one of (-1), LockRead, LockWrite. - A count of ACCEPTED exclusive and shared locks that are in the queue (cm_scache_t::sharedLocks and cm_scache_t::exclusiveLocks) - Each cm_file_lock_t structure keeps: - The type of lock (cm_file_lock_t::LockType) - The key associated with the lock (cm_file_lock_t::key) - The offset and length of the lock (cm_file_lock_t::LOffset and cm_file_lock_t::LLength) - The state of the lock. - Time of issuance or last successful extension Semantic invariants: I1. The number of ACCEPTED locks in S->fileLocks are (S->sharedLocks + S->exclusiveLocks) External invariants: I3. S->serverLock is the lock that we have asserted with the AFS file server for this cm_scache_t. I4. S->serverLock == LockRead iff there is at least one ACTIVE shared lock, but no ACTIVE exclusive locks. I5. S->serverLock == LockWrite iff there is at least one ACTIVE exclusive lock. I6. If a WAITUNLOCK lock L exists in S->fileLocks, then all locks that L is waiting on are ahead of L in S->fileLocks. I7. If L is a LOST lock, then for each lock M in S->fileLocks, M->key == L->key IMPLIES M is LOST or DELETED. --asanka 2005-08-15 22:30 rees * Makefile.in, src/libafsrpc/Makefile.in: DELTA openbsd-pthread-20050815 AUTHOR rees@umich.edu Build pthread servers for OpenBSD. There is some evidence they might even work. 2005-08-15 20:36 rees * acinclude.m4: DELTA automate-freebsd-systype-20050815 AUTHOR rees@umich.edu Determine freebsd systype automatically too. Thanks to "Todd T. Fries" 2005-08-15 17:35 jaltman * src/sys/afssyscalls.h: DELTA afssyscalls-declarations-20050815 AUTHOR jaltman@secure-endpoints.com declare lsetpag() and lpioctl() since they are exported 2005-08-15 17:27 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt, src/WINNT/afsd/smb.c: DELTA windows-smb-error-codes-20050815 AUTHOR jaltman@secure-endpoints.com Do not return error codes from the SMB/CIFS server that can be interpretted by the SMB/CIFS client as meaning that the AFS Client Service is not available. 2005-08-15 15:54 shadow * src/volser/vos.c: DELTA vos-format-cleanup-20050815 AUTHOR kllin@it.su.se FIXES 20783 make sure partition name actually gets printed 2005-08-15 15:51 shadow * src/afs/afs_cell.c: DELTA aix-afsdb-20050815 AUTHOR Niklas.Edmundsson@hpc2n.umu.se FIXES 20801 make afsdb work on aix. use storage as thread-local when it is 2005-08-15 15:47 shadow * src/afs/LINUX/osi_vfsops.c: DELTA put-inode-speedup-20050815 AUTHOR chas@cmf.nrl.navy.mil FIXES 20820 don't bother with credp 2005-08-15 15:39 shadow * src/: afs/afs.h, afs/afs_dcache.c, afs/IRIX/osi_inode.c, afs/SOLARIS/osi_vnodeops.c, afs/VNOPS/afs_vnop_write.c, afsd/afsd.c: DELTA large-cache-fix-20050815 AUTHOR chas@cmf.nrl.navy.mil FIXES 20821 make large caches actually work 2005-08-15 15:04 shadow * src/: export/Makefile.in, libafs/MakefileProto.AIX.in: DELTA aix-make-install-20050815 AUTHOR tkeiser@gmail.com FIXES 20827 make install was broken on aix. fix it. 2005-08-14 11:25 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt, src/WINNT/client_creds/credstab.cpp, src/WINNT/client_creds/ipaddrchg.c, src/WINNT/client_creds/resource.h, src/WINNT/client_creds/window.cpp, src/WINNT/client_creds/lang/en_US/afscreds.rc: DELTA windows-afscreds-20050814 AUTHOR jaltman@secure-endpoints.com When tokens expire, do not display an obtain tokens dialog if there is no network connectivity to the kdc for the realm associated with the cell. In the en_US build, stop displaying the expiration time of tokens after the tokens expire. 2005-08-14 02:10 jaltman * src/viced/afsfileprocs.c: DELTA audit-fetchacl-20050813 AUTHOR jaltman@secure-endpoints.com Include the ACL value in the FetchACL logging. This combined with StoreACL can be used to compute ACL changes. 2005-08-13 20:49 rees * README, acinclude.m4: DELTA auto-obsd-version-20050813 AUTHOR todd@fries.net Determine openbsd version automatically. 2005-08-12 21:26 rees * acinclude.m4, src/afs/sysincludes.h, src/afsmonitor/afsmonitor.c, src/config/afs_sysnames.h, src/config/param.i386_obsd38.h: DELTA openbsd38-20050812 AUTHOR rees@umich.edu With thanks to "Todd T. Fries" OpenBSD 3.8. Introduce HAVE_STRCASESTR. 2005-08-11 17:55 rra * src/cf/osconf.m4: DELTA linux-pic-everywhere-20050811 AUTHOR rra@stanford.edu FIXES 20781 Build shared libraries with -fPIC on all Linux platforms, not just the ones that absolutely require it. 2005-08-10 19:21 shadow * acinclude.m4, src/cf/linux-test1.m4, src/afs/LINUX/osi_sleep.c: DELTA refrigerator-20050809 AUTHOR chas@cmf.nrl.navy.mil FIXES 20728 refrigerator takes void starting in 2.6.13 2005-08-09 18:39 shadow * src/volser/vos.c: DELTA vos-ctime-fix-20050809 AUTHOR thomas@cs.wisc.edu FIXES 20748 fix larger than 4 byte ctime case 2005-08-09 13:41 shadow * src/afs/LINUX/osi_vfsops.c: DELTA linux26-umount-force-doesnt-work-20050809 AUTHOR chas@cmf.nrl.navy.mil this was never finished, just revoke it for now 2005-08-08 15:37 shadow * src/: shlibafsauthent/mapfile, shlibafsrpc/mapfile: DELTA logthreadnum-libafsauthent-20050808 AUTHOR shadow@dementia.org FIXES 20412 export LogThreadNum so hings can link our libraries again 2005-08-08 15:30 shadow * src/: libafsauthent/Makefile.in, libafsrpc/Makefile.in, shlibafsauthent/Makefile.in, shlibafsrpc/Makefile.in, tviced/Makefile.in, tvolser/Makefile.in: DELTA logthreadnum-libafsauthent-20050808 AUTHOR shadow@dementia.org FIXES 20412 export LogThreadNum so hings can link our libraries again 2005-08-08 15:04 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA revert-linux-write-dirty-pages-once-20050802 AUTHOR shadow@dementia.org this needs to be revisited 2005-08-08 14:58 shadow * src/rx/rx_kcommon.c: DELTA linux-panic-20050727 AUTHOR chas@cmf.nrl.navy.mil FIXES 20392 call BUG() instead 2005-08-06 00:38 jaltman * doc/txt/winnotes/: afs-changes-since-1.2.txt, afs-issues.txt: DELTA windows-notes-20050806 AUTHOR jaltman@secure-endpoints.com updates for 1.3.8700 2005-08-06 00:37 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA windows-version-20050806 AUTHOR jaltman@secure-endpoints.com 1.3.8700 2005-08-06 00:34 jaltman * src/WINNT/afsd/: cm_aclent.c, cm_buf.c, cm_scache.c: DELTA windows-afscache-validate-20050806 AUTHOR jaltman@secure-endpoints.com Ensure that queues that have forward and reverse pointers are consistent that either both are NULL or neither are. 2005-08-04 20:44 shadow * src/afs/afs_dcache.c: DELTA client-omit-zero-length-reads-20050804 AUTHOR rtb@pclella.cern.ch The attached patch restores the behaviour of the 1.2.x client: writes appending to a file do not trigger a 0-length read which at best updates the current status. If another cache manager wrote to the same file in the meantime, the file status is updated only after the StoreData RPC (and for the changes the last one wins). 2005-08-04 20:03 shadow * src/afs/afs_server.c: DELTA checkservers-set-back-deadtime-correctly-20050804 AUTHOR horst@riback.net the multirx version of this does this wrong. fix it. 2005-08-04 19:53 shadow * src/afs/: afs.h, afs_dcache.c, afs_init.c, afs_prototypes.h, VNOPS/afs_vnop_write.c: DELTA revert-cache-size-limit-upping-20050728 AUTHOR shadow@dementia.org let's re-examine this 2005-08-04 19:31 shadow * src/afs/afs_dcache.c: DELTA client-omit-zero-length-reads-20050804 AUTHOR rtb@pclella.cern.ch The attached patch restores the behaviour of the 1.2.x client: writes appending to a file do not trigger a 0-length read which at best updates the current status. If another cache manager wrote to the same file in the meantime, the file status is updated only after the StoreData RPC (and for the changes the last one wins). 2005-08-04 16:32 jaltman * src/WINNT/: afsd/afsd.c, afsd/afsd_service.c, afsd/afsdifs.c, afsd/cm_buf.c, afsd/cm_callback.c, afsd/cm_ioctl.c, afsd/cm_vnodeops.c, afsrdr/afsrdr.c, afsrdr/afsrdr.h, afsrdr/afsrdr.rc, afsrdr/ifs_rpc.c, afsrdr/ifs_rpc.h, afsrdr/kif.h, afsrdr/sources, install/NSIS/OpenAFS.nsi: DELTA windows-afsifs-20050804 AUTHOR ericjw@citi.umich.edu addresses: byte-range locks work (mildly tested) fixes a reference counting error can shutdown/restart client code formatting major speed improvements fixes delete operation problem internal locking in more places i have reviewed this patch myself carefully. specifically, please review the changes to cm_buf.c and cm_callback.c. in cm_buf, i added the looping code because i ran into the following assert once. i am not sure why, and my attempt to diagnose the problem was not successful. apart from the byte-range locking code, the code has not change for quite a bit. 2005-08-04 16:03 jaltman * src/WINNT/afsd/: afsd_init.c, cm_ioctl.c, fs.c, smb.c, symlink.c: DELTA windows-pioctl-update-20050804 AUTHOR jaltman@secure-endpoints.com change "fs wscell" to report the registry configured cell name when using freelance mode. change "fs mkmount|rmmount" to require membership in AFS Client Admins group when freelance mode is being used change "symlink make|remove" to require membership in AFS Client Admins group when freelance mode is being used Move some smb init debug messages to afsd_init.log 2005-08-03 04:45 shadow * src/viced/afsfileprocs.c: DELTA viced-dont-crash-on-link-enospc-20050803 AUTHOR rtb@pclella.cern.ch FIXES when symlink gets ENOSPC don't assert. 2005-08-02 18:59 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA linux-vnode-aliases-20050802 AUTHOR cg2v@andrew.cmu.edu FIXES 18613 you can end up hanging when you end up with multiple aliases for a single direct ory (dentry) as a result of @sys or multiple mountpoints. don't end up with multiple aliases, and avoid the situation 2005-08-02 14:03 shadow * src/afs/LINUX/osi_sleep.c: DELTA linux-fix-refrigerator-calls-20050802 AUTHOR shadow@dementia.org it's CONFIG_PF, not CONFIG_PM 2005-08-02 13:49 shadow * src/afs/LINUX/osi_sleep.c: DELTA linux-4gb-32bit-file-fix-20050802 AUTHOR chas@cmf.nrl.navy.mil FIXCES 20560 fix wrapping error on page offset 2005-08-02 13:46 shadow * src/afs/LINUX/: osi_sleep.c, osi_vnodeops.c: DELTA linux-4gb-32bit-file-fix-20050802 AUTHOR chas@cmf.nrl.navy.mil FIXCES 20560 fix wrapping error on page offset 2005-08-02 05:19 shadow * src/afs/LINUX/osi_vfsops.c: DELTA vc-hashing-be-less-expensive-20050728 AUTHOR chas@cmf.nrl.navy.mil FIXES use an afs_q so this is less expensive to deal with 2005-08-02 05:15 shadow * src/afs/LINUX/osi_groups.c: DELTA linux-group-putback-20050802 AUTHOR chas@cmf.nrl.navy.mil FIXES 20562 put back reference before discarding group pointer 2005-08-02 05:11 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA linux-write-dirty-pages-once-20050802 AUTHOR chas@cmf.nrl.navy.mil FIXES 20561 also done in afs_linux_write 2005-08-02 05:08 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA linux-4gb-32bit-file-fix-20050802 AUTHOR chas@cmf.nrl.navy.mil FIXCES 20560 fix wrapping error on page offset 2005-07-31 17:22 rees * src/afs/afs_vcache.c: DELTA tq-uq-scope-20050731 AUTHOR rees@umich.edu Move local vars tq and uq back into proper scope 2005-07-29 14:49 shadow * src/cf/linux-test2.m4: DELTA linux-osi-vfs-mkdir-20050729 AUTHOR chas@cmf.nrl.navy.mil FIXES 20479 mkdir so this works when building outside our tree 2005-07-29 14:24 shadow * src/audit/audit.c: DELTA audit-use-va-arg-20050729 AUTHOR stefaan.deroeck@gmail.com FIXES 20311 use va_arg instead of int 2005-07-28 22:15 jaltman * doc/txt/winnotes/: afs-changes-since-1.2.txt, afs-issues.txt: DELTA windows-doc-updates-20050728 AUTHOR jaltman@secure-endpoints.com updates for 1.3.8600 2005-07-28 22:09 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA windows-version-update-20050728 AUTHOR jaltman@secure-endpoints.com version number to 1.3.8600 2005-07-28 21:50 shadow * src/libafs/MakefileProto.LINUX.in: DELTA amd64-no-red-zone-20050725 AUTHOR shadow@dementia.org why are we not -mno-red-zone here? 2005-07-28 14:39 shadow * src/afs/afs_dcache.c: DELTA cache-size-limit-upping-20050728 AUTHOR shadow@dementia.org based on work from wes chow allow larger caches without variable overflows. does not port to 1.4 as-is. 2005-07-28 14:38 shadow * src/afs/: afs.h, afs_callback.c, afs_pioctl.c, afs_prototypes.h, afs_vcache.c: DELTA vc-hashing-be-less-expensive-20050728 AUTHOR chas@cmf.nrl.navy.mil FIXES use an afs_q so this is less expensive to deal with 2005-07-28 14:17 shadow * src/afs/: afs.h, afs_dcache.c, afs_init.c, afs_prototypes.h, VNOPS/afs_vnop_write.c: DELTA cache-size-limit-upping-20050728 AUTHOR shadow@dementia.org based on work from wes chow allow larger caches without variable overflows. does not port to 1.4 as-is. 2005-07-27 18:16 shadow * src/rx/rx_kcommon.c: DELTA linux-panic-20050727 AUTHOR chas@cmf.nrl.navy.mil FIXES 20392 just call panic() on linux 2005-07-26 18:25 shadow * src/afs/LINUX/osi_vfsops.c: DELTA linux-largefile-fix-20050726 AUTHOR chas@cmf.nrl.navy.mil FIXES 20396 make old 2.4 happy 2005-07-26 18:14 shadow * src/audit/audit.c: DELTA audit-use-va-arg-20050726 AUTHOR stefaan.deroeck@gmail.com FIXES 20311 use va_arg instead of int 2005-07-26 17:39 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA linux-mmap-cleanup-20050726 AUTHOR chas@cmf.nrl.navy.mil FIXES 20391 avoid the vma close business, we don't need to do this to track maps 2005-07-26 17:34 shadow * src/rx/LINUX/rx_knet.c: DELTA linux-reduce-stack-use-20050726 AUTHOR chas@cmf.nrl.navy.mil FIXES 20337 don't do pointless work in osi_NetSend, and save some stack 2005-07-26 15:25 rees * src/afs/OBSD/osi_sleep.c: DELTA openafs-sleep-20050726 AUTHOR rees@umich.edu tsleep on "afsslp" in afs_osi_Sleep 2005-07-26 13:34 shadow * src/afs/LINUX/: osi_vfsops.c, osi_vnodeops.c: DELTA linux-largefile-fix-20050726 AUTHOR chas@cmf.nrl.navy.mil FIXES 20396 use the generic read/write functions, but set the superblock up correctly. 2005-07-23 01:16 jaltman * src/WINNT/afsd/: cm_conn.c, cm_scache.c, cm_vnodeops.c, smb3.c: DELTA windows-misc-20050722 AUTHOR jaltman@secure-endpoints.com Add debug logging to SMB and CM Locking code Optimize cm_Analyze by only performing a cm_CheckServers on the current cell instead of all cells Add code to detect loops to the cm_scache_t validation routines. 2005-07-21 16:30 shadow * src/afs/VNOPS/afs_vnop_create.c: DELTA unlink-fix-20050721 AUTHOR chas@cmf.nrl.navy.mil fill in parent after processFS 2005-07-21 14:54 shadow * src/viced/: callback.c, host.c: DELTA viced-multiprobe-fix-20050721 AUTHOR jaltman@secure-endpoints.com FIXES see if a uuid actually matches what we though was there 2005-07-21 04:56 shadow * src/libadmin/client/afs_clientAdmin.c: DELTA afsclient-cellopen-avoid-global-var-20050721 AUTHOR psomogyi@gamax.hu FIXES 20215 avoid use of global variable in CellOpen to avoid thread problems 2005-07-21 04:52 shadow * src/afs/afs_buffer.c: DELTA dir-buffers-use-nullidx-as-none-20050721 AUTHOR reuter@rzg.mpg.de FIXES 20214 since 0 is a valid number use -1 (NULLIDX) 2005-07-21 04:46 shadow * src/afs/: afs_pioctl.c, VNOPS/afs_vnop_lookup.c: DELTA checksysname-stack-usage-20050721 AUTHOR chas@cmf.nrl.navy.mil FIXES 20227 fix misuse of MAXSYSNAME for MAXNUMSYSNAMES 2005-07-21 04:41 shadow * src/afs/LINUX/osi_sleep.c: DELTA linux-refrigerator-check-20050721 AUTHOR iacobs@exotic4.nipne.ro FIXES 20209 don't call refrigerator unless we have a kernel which supports it 2005-07-19 14:44 shadow * src/vol/vnode.c: DELTA vnrehash-avoid-cachecheck-change-20050618 AUTHOR shadow@dementia.org unlocking and locking lets us race and makes cacheCheck potentially go bad 2005-07-19 05:06 jaltman * src/WINNT/client_exp/gui2fs.cpp: DELTA windows-explorer-remove-mountpt-fix-20050719 AUTHOR jaltman@secure-endpoints.com FIXES 20137 the gui version of fs rmmount was reading random memory. 2005-07-19 02:51 jaltman * src/aklog/aklog_main.c: DELTA aklog-segfault-fix-20050718 AUTHOR kekelley@iastate.edu FIXES 20198 I have built openafs 1.3.85 on an emt64 platform on RedHat Enterprise 4, and found that the aklog supplied with 1.3.85 (not the one in the afs-krb5 conversion kit) consistently segfaults when aklog is called with the "-path ...." parm. It works properly when called with no parms. I traced this down to the call to the readlink() call in aklog_main.c, when the params structure references were removed the nesting was changed on an if statement that changed the logic and allowed the do while loop to loop past the end and de-reference a NULL pointer. 2005-07-15 19:16 shadow * src/ptserver/pt_util.c: DELTA pt-util-no-cmd-seek-20050715 AUTHOR shadow@dementia.org i guess someone was dumb at some point and failed to completely remove bogus options 2005-07-15 12:09 jaltman * src/WINNT/aklog/aklog.c: DELTA windows-aklog-tweaks-20050715 AUTHOR jaltman@secure-endpoints.com * type correction * formatting * other cleanup 2005-07-15 11:56 jaltman * src/WINNT/client_config/config.cpp: DELTA windows-config-cache-path-20050715 AUTHOR jaltman@secure-endpoints.com FIXES 20007 Update AFS Control Panel to display the default cache location based upon the SYSTEM %TEMP% environment variable. 2005-07-15 03:23 jaltman * src/audit/audit.h: DELTA audit-pts-supergroups-20050714 AUTHOR jaltman@secure-endpoints.com PTS SuperGroups failed to compile with auditing due to a missing #define 2005-07-15 01:19 rra * src/aklog/: aklog.c, aklog_main.c, krb_util.c, linked_list.c: DELTA misc-aklog-fixes-20050714 AUTHOR wingc@engin.umich.edu FIXES 20092 Fix various minor problems with aklog, including the return type from main, removal of #ifndef __STDC__ code, missing includes, removal of unused variables, correct number of arguments to pr_Initialize, correct argument type for pr_SNameToId, and use of getcwd instead of getwd. 2005-07-13 15:51 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA linux-dynamic-inodes-20050713 AUTHOR chas@cmf.nrl.navy.mil FIXES remove errant log message 2005-07-13 14:22 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt, src/WINNT/afsd/cm_aclent.c: DELTA windows-aclent-deadlock-20050713 AUTHOR jaltman@secure-endpoints.com Discovered a deadlock due to a violation of lock order. We may not attempt to obtain a lock on a cm_scache_t mutex while holding the cm_aclLock. 2005-07-12 17:48 shadow * src/afs/afs_prototypes.h: DELTA freevclist-static-20050711 AUTHOR zschimke@mars.asu.edu FIXES these are static now, make it so 2005-07-12 04:26 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA windows-version-20050712 AUTHOR jaltman@secure-endpoints.com 1.3.8500 2005-07-11 22:12 shadow * src/audit/audit.c: DELTA auditlog-include-timestamp-20050710 AUTHOR jaltman@secure-endpoints.com FIXES add a timestamp to auditlog 2005-07-11 18:45 shadow * acinclude.m4, src/afs/afs.h, src/afs/afs_osi.h, src/afs/afs_prototypes.h, src/afs/afs_vcache.c, src/afs/LINUX/osi_file.c, src/afs/LINUX/osi_machdep.h, src/afs/LINUX/osi_misc.c, src/afs/LINUX/osi_module.c, src/afs/LINUX/osi_prototypes.h, src/afs/LINUX/osi_vfs.hin, src/afs/LINUX/osi_vfsops.c, src/afs/LINUX/osi_vm.c, src/afs/LINUX/osi_vnodeops.c, src/afs/VNOPS/afs_vnop_attrs.c, src/afs/VNOPS/afs_vnop_lookup.c, src/cf/linux-test2.m4, src/cf/linux-test4.m4, src/venus/kdump.c: DELTA linux-dynamic-inodes-20050710 AUTHOR chas@cmf.nrl.navy.mil FIXES i slipped a rollback on the linux 2.4 dentry stuff for osi_UFS* in here at the same time. this patch lets us use kernel inodes instead of our own pool. 2005-07-11 03:22 shadow * Makefile.in, src/bozo/bnode.c, src/bucoord/commands.c, src/budb/db_text.c, src/butc/lwps.c, src/butc/recoverDb.c, src/gtx/gtxtest.c, src/kauth/client.c, src/util/serverLog.c, src/venus/fstrace.c: DELTA linux-and-64bit-cleanup-20050710 AUTHOR kekelley@iastate.edu FIXES 19166 fix warnings found on x86_64 linux 2005-07-09 14:20 jaltman * src/audit/audit.c: DELTA audit-add-and-fix-messages-20050708 AUTHOR jaltman@secure-endpoints.com Fix logging of authenticated user name 2005-07-08 21:22 shadow * src/venus/kdump.c: DELTA kdump-vcache-update-20050708 AUTHOR shadow@dementia.org FIXES 19292 wasn't updated when struct vcache was. oops. 2005-07-08 19:59 shadow * src/: audit/audit.c, audit/audit.h, ptserver/ptprocs.c, viced/afsfileprocs.c: DELTA audit-add-and-fix-messages-20050708 AUTHOR jaltman@secure-endpoints.com update and add some more audit logging 2005-07-08 19:58 shadow * src/ptserver/ptuser.c: DELTA pr_Initialize-fix-20050707 AUTHOR jaltman@secure-endpoints.com commit the rest of jeff's fix 2005-07-08 16:53 rees * src/: afs/FBSD/osi_vfsops.c, dir/dir.c, util/afsutil_prototypes.h, volser/volser.p.h: DELTA freebsd60-20050708 AUTHOR rees@umich.edu Fixes for FreeBSD 6.0 snap5. Builds and runs but has locking issues. 2005-07-08 12:23 jaltman * src/ptserver/ptuser.c: DELTA pr_Initialize-fix-20050707 AUTHOR jaltman@secure-endpoints.com fixed one null pointer reference but not the other. 2005-07-08 03:37 jaltman * src/ptserver/ptuser.c: DELTA pr_Initialize-fix-20050707 AUTHOR jaltman@secure-endpoints.com The previous patch to pr_Initialize() opened an opportunity for afsconf_Check() to be called with a NULL pointer if tdir == 0. Prevent this occurrance. 2005-07-08 02:22 shadow * src/packaging/MacOS/InstallationCheck: file InstallationCheck was initially added on branch openafs-1_3_82-macos-10_4. 2005-07-08 02:22 shadow * src/packaging/MacOS/InstallationCheck.strings: file InstallationCheck.strings was initially added on branch openafs-1_3_82-macos-10_4. 2005-07-08 01:18 rra * src/cf/kerberos.m4: DELTA krb5-configure-fixes-20050707 AUTHOR rra@stanford.edu FIXES 19862 Use krb5_creds rather than struct krb5_creds, add missing test in if statements for krb5_creds structure probes, and tweak the configure output. 2005-07-07 02:32 shadow * src/: afs/sysincludes.h, rx/rx_kcommon.h: DELTA coda-xfs-header-defines-fun-20050706 AUTHOR pterjan@mandriva.com make this better, we should never have been doing it as we were before 2005-07-07 02:00 shadow * src/cf/kerberos.m4: DELTA aklog-assume-old-autoconf-20050706 AUTHOR shadow@dementia.org old autoconf is my fiend 2005-07-07 01:31 shadow * acconfig.h: DELTA vos-ctime-help-20050705 AUTHOR shadow@dementia.org FIXES 6031 kept looking at this backwards, fix is obvious 2005-07-07 00:23 jaltman * src/WINNT/: afsadmsvr/TaAfsAdmSvrCallback.cpp, afsadmsvr/TaAfsAdmSvrClientNotify.cpp, afsadmsvr/TaAfsAdmSvrClientPing.cpp, afsadmsvr/TaAfsAdmSvrGeneral.cpp, afsadmsvr/TaAfsAdmSvrProperties.cpp, afsapplib/NTMakefile, afsapplib/TaAfsAppLib2005.def, afsapplib/al_help.cpp, afsapplib/al_misc.cpp, afsapplib/al_pump.cpp, afsapplib/al_wizard.cpp, afsapplib/ctl_date.cpp, afsapplib/ctl_elapsed.cpp, afsapplib/ctl_sockaddr.cpp, afsapplib/ctl_spinner.cpp, afsapplib/ctl_time.cpp, afsapplib/dialog.cpp, afsapplib/fastlist.cpp, afsapplib/hashlist.cpp, afsapplib/regexp.cpp, afsapplib/resize.cpp, afsapplib/subclass.cpp, afsclass/afsclassfn.cpp, afsclass/c_cell.cpp, afsclass/c_notify.cpp, afsclass/c_svr.cpp, afsclass/internal.cpp, afsd/afslogon.h, afssvrcfg/config_server_page.cpp, afssvrcfg/get_cur_config.cpp, afssvrmgr/action.cpp, afssvrmgr/alert.cpp, afssvrmgr/cmdline.cpp, afssvrmgr/columns.cpp, afssvrmgr/dispatch.cpp, afssvrmgr/display.cpp, afssvrmgr/general.cpp, afssvrmgr/helpfunc.cpp, afssvrmgr/propcache.cpp, afssvrmgr/svc_prop.cpp, afssvrmgr/svr_address.cpp, afssvrmgr/svr_hosts.cpp, afssvrmgr/svr_security.cpp, afsusrmgr/browse.cpp, afsusrmgr/cmdline.cpp, afsusrmgr/columns.cpp, afsusrmgr/general.cpp, afsusrmgr/helpfunc.cpp, afsusrmgr/task.cpp, afsusrmgr/winlist.cpp, client_config/config.cpp, client_config/drivemap.cpp, client_config/tab_advanced.cpp, client_config/tab_prefs.cpp, client_creds/creds.cpp, client_creds/credstab.cpp, client_creds/shortcut.cpp, client_creds/window.cpp, client_exp/fs.h, client_exp/gui2fs.cpp, client_exp/set_afs_acl.cpp, client_osi/osifd.h, talocale/tal_main.cpp, talocale/tal_string.cpp, talocale/tal_string.h: DELTA windows-vs2005b2-20050706 AUTHOR jaltman@secure-endpoints.com Visual Studio 2005 Beta 2 has been released. As part of this release Microsoft has tightened the rules for their C++ compliance. * no longer can a variable declared in a for() statement be used outside of the associated command block * no longer can a function or variable be declared implicitly as 'int' * several types such as size_t have become 64-bit values on all platforms * due to type changes the C++ function names in libraries have changed. This requires the use of different .DEF file export lists 2005-07-06 14:11 jaltman * src/ntbuild.bat: DELTA windows-ntbuild-20050706 AUTHOR jaltman@secure-endpoints.com Update the default sysname to i386_w2k in the ntbuild.bat file 2005-07-06 05:10 jaltman * src/config/: param.amd64_w2k.h, param.i386_w2k.h, param.i64_w2k.h: DELTA windows-config-param-20050706 AUTHOR jaltman@secure-endpoints.com New param files for new sysnames 2005-07-05 23:43 shadow * src/libadmin/adminutil/afs_utilAdmin.c: DELTA util-admin-64bit-20050705 AUTHOR psomogyi@gamax.hu FIXES 19631 serverAddress is an int; don't copy a pointer size 2005-07-05 17:45 shadow * src/volser/vos.c, acinclude.m4: DELTA vos-ctime-help-20050705 AUTHOR shadow@dementia.org FIXES 6031 kept looking at this backwards, fix is obvious 2005-07-05 15:33 jaltman * src/: libadmin/adminutil/NTMakefile, libadmin/client/NTMakefile, libadmin/test/NTMakefile, libafsauthent/NTMakefile, libafsrpc/afsrpc.def: DELTA auditlogs-for-everyone-20050702 AUTHOR jaltman@secure-endpoints.com Windows build dependency changes to support the audit logs 2005-07-05 15:08 shadow * src/aklog/aklog_main.c: DELTA aklog-update-20050705 AUTHOR kenh@cmf.nrl.navy.mil fix typo in #error statement 2005-07-05 15:06 shadow * src/aklog/aklog_main.c: DELTA aklog-principal-rewrite-20050705 AUTHOR hozer@hozed.org fix second_comp call to be correct for macro 2005-07-05 14:11 shadow * src/audit/audit.c: DELTA auditlogs-for-everyone-20050702 AUTHOR shadow@dementia.org all servers now take -auditlog (path), send ibm-style auditlogs there, rotate th e logs like the normal server logs, and will log thread ids when it's multiproce ssor. /usr/afs/local/Audit can also be used like on aix on other platforms now. 2005-07-05 14:07 shadow * src/audit/audit.c: DELTA auditlogs-for-everyone-20050702 AUTHOR shadow@dementia.org all servers now take -auditlog (path), send ibm-style auditlogs there, rotate th e logs like the normal server logs, and will log thread ids when it's multiproce ssor. /usr/afs/local/Audit can also be used like on aix on other platforms now. 2005-07-05 14:03 shadow * src/viced/viced.c: DELTA auditlogs-for-everyone-20050702 AUTHOR shadow@dementia.org all servers now take -auditlog (path), send ibm-style auditlogs there, rotate th e logs like the normal server logs, and will log thread ids when it's multiproce ssor. /usr/afs/local/Audit can also be used like on aix on other platforms now. 2005-07-05 13:57 shadow * src/: vlserver/vlserver.c, volser/volmain.c: DELTA auditlogs-for-everyone-20050702 AUTHOR shadow@dementia.org all servers now take -auditlog (path), send ibm-style auditlogs there, rotate th e logs like the normal server logs, and will log thread ids when it's multiproce ssor. /usr/afs/local/Audit can also be used like on aix on other platforms now. 2005-07-02 16:59 shadow * src/: audit/audit.c, audit/audit.h, bozo/bosserver.c, budb/server.c, kauth/kaserver.c, ptserver/ptserver.c, viced/viced.c, util/afsutil.h, util/afsutil_prototypes.h, util/serverLog.c: DELTA auditlogs-for-everyone-20050702 AUTHOR shadow@dementia.org all servers now take -auditlog (path), send ibm-style auditlogs there, rotate the logs like the normal server logs, and will log thread ids when it's multiprocessor. /usr/afs/local/Audit can also be used like on aix on other platforms now. 2005-07-02 02:44 jaltman * src/WINNT/afsd/cm_dns.c: DELTA windows-afsdb-fix-20050701 AUTHOR jaltman@secure-endpoints.com Fix AFSDB queries using DNSAPI to always terminate the query string with a period. 2005-07-01 04:40 kenh * src/aklog/aklog_main.c: DELTA aklog-forgot-quote-20050701 AUTHOR kenh@cmf.nrl.navy.mil Forgot closing quote in #error directive. 2005-06-30 21:06 kenh * src/: aklog/Makefile.in, aklog/aklog.c, aklog/aklog.h, aklog/aklog_main.c, aklog/krb_util.c, cf/kerberos.m4: DELTA aklog-heimdal-integration-20050630 AUTHOR kenh@cmf.nrl.navy.mil The necessary autoconf/C glue to make aklog work with Heimdal. 2005-06-30 18:02 jaltman * src/WINNT/afsd/afslogon.h: DELTA windows-logon-20050630 AUTHOR jaltman@secure-endpoints.com add a registry entry to prevent token destruction at logoff 2005-06-30 05:06 shadow * src/ptserver/ptprocs.c: DELTA pts-logging-20050619 AUTHOR jaltman@mit.edu FIXES enhance pts logging 2005-06-30 05:04 jaltman * src/WINNT/afsd/afslogon.c: DELTA windows-logon-20050630 AUTHOR jaltman@secure-endpoints.com Add a method to disable the deletion of tokens at logoff 2005-06-30 05:02 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA windows-notes-20050630 AUTHOR jaltman@secure-endpoints.com latest updates including new afs-install-notes section on debugging 2005-06-30 03:10 shadow * src/util/serverLog.c: DELTA threadid-logging-20050629 AUTHOR shadow@dementia.org log thread ids for any debug level 2005-06-29 02:43 jaltman * src/WINNT/install/NSIS/OpenAFS.nsi: DELTA windows-nsis-20050628 AUTHOR rsm4@ieee.org Support for NSIS 2.07 including named installation configurations and an Icon for the uninstall entry listed in the Add/Remove Programs control panel. 2005-06-29 02:42 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA windows-notes-20050628 AUTHOR jaltman@secure-endpoints.com pre-1.4 2005-06-29 02:41 jaltman * README-NT: DELTA windows-readme-20050628 AUTHOR jaltman@secure-endpoints.com Updates to describe NSIS 2.07 2005-06-24 03:57 kenh * src/cf/kerberos.m4: DELTA fix-kerberos-autoconf-20060623 AUTHOR kenh@cmf.nrl.navy.mil Commit remaining autoconf fixes for aklog. 2005-06-24 03:01 jaltman * src/WINNT/: aklog/aklog.c, afsd/afskfw.c: DELTA windows-aklog-naming-20050624 AUTHOR jaltman@secure-endpoints.com Correct for the behavior of pr_SNameToId() lowercasing the username 2005-06-24 02:54 kenh * src/venus/fs.c: DELTA fix-getcrypt-command-description-20050623 AUTHOR kenh@cmf.nrl.navy.mil Fix the description of the getcrypt command. 2005-06-23 23:43 kenh * src/aklog/: Makefile.in, aklog.c, aklog.h, aklog_main.c: DELTA aklog-cleanup-rxkad2b-20050623 AUTHOR kenh@cmf.nrl.navy.mil Clean up the aklog source, and add support for rxkad2b tokens. 2005-06-23 14:23 jaltman * src/WINNT/afsd/afskfw.c: DELTA pr_init-fix-20050623 AUTHOR jaltman@secure-endpoints.com remove the pr_Initialize force cell change hack from afskfw lib 2005-06-23 04:41 jaltman * src/: aklog/aklog_main.c, WINNT/aklog/aklog.c: DELTA pr_init-fix-20050623 AUTHOR jaltman@secure-endpoints.com for the longest time aklog implementations with automatic pts registration have included a work around for a bug in pr_Initialize. The bug fails to reset the connection when the cell changes. pr_Initialize has been fixed so we can remove the hack. 2005-06-23 04:39 jaltman * src/ptserver/ptuser.c: DELTA pr_init-fix-20050623 AUTHOR jaltman@secure-endpoints.com for the longest time aklog implementations with automatic pts registration have included a work around for a bug in pr_Initialize. The bug fails to reset the connection when the cell changes. This patch fixes that bug. 2005-06-22 17:35 shadow * acinclude.m4, configure.in: DELTA objdir-20050622 AUTHOR shadow@dementia.org FIXES 19341 try harder to make builds work in cases where you're building into an alternate directory with old autoconf (mkdir vs mkdir -p) 2005-06-22 13:47 shadow * Makefile.in, src/vfsck/libfs.h: DELTA hpux11-vfsck-20050622 AUTHOR shadow@dementia.org make vfsck build for hpux 2005-06-21 22:19 shadow * src/ubik/udebug.c: DELTA amd64-udebug-20050621 AUTHOR jhutz@cmu.edu fix 64 bit glitch in udebug 2005-06-21 22:14 shadow * src/cf/kerberos.m4: DELTA aklog-configure-backport-20050621 AUTHOR shadow@dementia.org make old autoconf work again 2005-06-21 21:15 kenh * src/aklog/Makefile.in: Add missing Makefile.in that I apparantly forgot. DELTA fix-missing-makefile-20040621 AUTHOR kenh@cmf.nrl.navy.mil 2005-06-20 14:09 jaltman * src/WINNT/afsd/: afsd.c, afsd_service.c: DELTA windows-afsifs-20050620 AUTHOR jaltman@secure-endpoints.com more IFS reformatting that was not committed in the window-afsifs-20050617 delta 2005-06-20 14:01 jaltman * src/ptserver/: NTMakefile, ptprocs.c: DELTA pts-logging-20050620 AUTHOR jaltman@secure-endpoints.com Modify log levels to equal: Lookups at 125 Creates at 25 Modifies at 5 Modify Windows makefile to build ptclient.exe 2005-06-19 17:56 shadow * src/audit/audit.h: DELTA pts-logging-20050619 AUTHOR jaltman@mit.edu FIXES enhance pts logging 2005-06-19 17:39 shadow * src/afs/LINUX/: osi_machdep.h, osi_misc.c, osi_vfsops.c, osi_vnodeops.c: DELTA linux-change-dentry-cleanup-20050619 AUTHOR chas@cmf.nrl.navy.mil try to make this work in 2.4 also 2005-06-19 17:37 shadow * src/: viced/viced.c, util/afsutil.h, util/serverLog.c: DELTA threaded-logging-20050619 AUTHOR jaltman@mit.edu update logging to be able to show threads 2005-06-19 17:35 shadow * src/ptserver/ptprocs.c: DELTA pts-logging-20050619 AUTHOR jaltman@mit.edu FIXES enhance pts logging 2005-06-19 17:17 shadow * src/viced/host.c: DELTA viced-firstclient-retry-20050619 AUTHOR shadow@dementia.org FIXES 1345 avoid race as we add a new client 2005-06-19 01:06 kenh * Makefile.in, acinclude.m4, configure.in, src/aklog/aklog.c, src/aklog/aklog.h, src/aklog/aklog_main.c, src/aklog/krb_util.c, src/cf/kerberos.m4: DELTA more-aklog-fixes-20050618 AUTHOR kenh@cmf.nrl.navy.mil Fixup aklog so it will compile (at least on MacOS X). Include basic autoconf glue. 2005-06-19 00:19 shadow * src/libuafs/Makefile.common.in: DELTA rxkad-stats-do-it-right-20050618 AUTHOR shadow@dementia.org fine, let's just do this right 2005-06-19 00:14 shadow * Makefile.in, src/des/util.c, src/util/Makefile.in, src/util/rxkstats.c: DELTA rxkad-stats-do-it-right-20050618 AUTHOR shadow@dementia.org fine, let's just do this right 2005-06-18 23:50 shadow * src/des/: key_sched.c, util.c, util.c: DELTA move-rxkad-stats-20050618 AUTHOR shadow@dementia.org fine, let's try this again, so aklog doesn't lose, but this sucks 2005-06-18 23:24 shadow * src/vol/vnode.c: DELTA vnrehash-avoid-cachecheck-change-20050618 AUTHOR shadow@dementia.org unlocking and locking lets us race and makes cacheCheck potentially go bad 2005-06-18 23:23 shadow * src/vlserver/vlprocs.c: DELTA vlprocs-extended-user-logging-20050618 AUTHOR shadow@dementia.org update log message to provide full username 2005-06-18 23:22 shadow * src/viced/afsfileprocs.c: DELTA lock-client-around-acl-checkrights-20050618 AUTHOR shadow@dementia.org FIXES 1345 one of the like 3 crashes there. thanks love 2005-06-18 23:20 shadow * src/lwp/: lwp.c, preempt.c, timer.c: DELTA lwp-protoize-20050618 AUTHOR shadow@dementia.org protoize lwp directory 2005-06-18 23:20 shadow * src/log/: kseal.c, tokens.c, unlog.c: DELTA log-protoize-20050618 AUTHOR shadow@dementia.org protoize log directory 2005-06-18 23:20 shadow * src/config/param.ppc_darwin_80.h: DELTA ppc-darwin80-20050618 AUTHOR shadow@dementia.org this is actually a throwaway 2005-06-18 23:17 shadow * src/audit/audit.c: DELTA audit-protoization-20050618 AUTHOR shadow@dementia.org protoize libaudit 2005-06-18 23:15 shadow * src/libafsdep: DELTA libafsdep-des-stats-20050618 AUTHOR shadow@dementia.org for rxkad stats dependancy when doing only_libafs build 2005-06-18 23:05 shadow * README.DEVEL: DELTA readme-devel-20050618 AUTHOR shadow@dementia.org we have protoized kernel code now 2005-06-17 16:15 jaltman * README-NT: DELTA windows-afsifs-20050617 AUTHOR jaltman@secure-endpoints.com Not all of the chunks applied on the last commit 2005-06-17 16:07 jaltman * README-NT, doc/txt/winnotes/afs-changes-since-1.2.txt, src/WINNT/afsd/afsd_service.c, src/WINNT/afsd/afsdifs.c, src/WINNT/afsd/cm_callback.c, src/WINNT/afsd/cm_ioctl.c, src/WINNT/afsd/cm_vnodeops.c, src/WINNT/afsd/rawops.c, src/WINNT/afsrdr/afsrdr.c, src/WINNT/afsrdr/ifs_rpc.c, src/WINNT/afsrdr/ifs_rpc.h, src/WINNT/afsrdr/kif.h, src/WINNT/client_config/drivemap.cpp, src/config/NTMakefile.amd64_w2k, src/config/NTMakefile.i386_nt40, src/config/NTMakefile.i386_w2k, src/sys/pioctl_nt.c: DELTA window-afsifs-20050617 AUTHOR jaltman@secure-endpoints.com Updates to the afsifs-20050615 DELTA. * Fix the build system * Reformat the code * Update docs 2005-06-15 18:51 rees * src/: WINNT/afsd/cm_ioctl.c, sys/pioctl_nt.c: DELTA afsifs-both-20050615 AUTHOR ericjw@umich.edu this patchset makes it build both ways. 2005-06-15 16:51 rees * README-NT, src/ntbuild.bat, src/WINNT/afsd/NTMakefile, src/WINNT/afsd/afsd.c, src/WINNT/afsd/afsd.h, src/WINNT/afsd/afsd_service.c, src/WINNT/afsd/afsdifs.c, src/WINNT/afsd/afsdifs.h, src/WINNT/afsd/cm_callback.c, src/WINNT/afsd/cm_ioctl.c, src/WINNT/afsd/cm_vnodeops.c, src/WINNT/afsd/rawops.c, src/WINNT/afsrdr/afsrdr.c, src/WINNT/afsrdr/afsrdr.h, src/WINNT/afsrdr/ifs_rpc.c, src/WINNT/afsrdr/ifs_rpc.h, src/WINNT/afsrdr/kif.h, src/WINNT/afsrdr/makefile, src/WINNT/afsrdr/sources, src/WINNT/client_config/drivemap.cpp, src/WINNT/install/NSIS/NTMakefile, src/WINNT/install/NSIS/OpenAFS.nsi, src/WINNT/install/NSIS/Service.cpp, src/config/NTMakefile.i386_nt40, src/sys/pioctl_nt.c: DELTA afsifs-20050615 AUTHOR ericjw@umich.edu Windows IFS client code and build option 2005-06-13 14:30 jaltman * src/WINNT/afsd/afslogon.c: DELTA windows-logon-20050613 AUTHOR jaltman@secure-endpoints.com fix the return value of IsServiceStartPending. use IsServiceRunning and IsServiceStartPending in the while loop 2005-06-13 01:06 jaltman * src/WINNT/install/wix/lang/en_US/ui.wxi: DELTA windows-installer-updates-20050612 AUTHOR jaltman@secure-endpoints.com add OpenAFS logo icon 2005-06-12 15:56 jaltman * src/config/NTMakefile: DELTA windows-installer-updates-20050612 AUTHOR jaltman@secure-endpoints.com build wix/uninstall directory 2005-06-12 15:55 jaltman * src/WINNT/install/wix/NTMakefile: DELTA windows-installer-updates-20050612 AUTHOR jaltman@secure-endpoints.com use "uninst" for rule instead of "uninstall" 2005-06-12 15:52 jaltman * src/WINNT/install/wix/uninstall/NTMakefile: DELTA windows-installer-updates-20050612 AUTHOR jaltman@secure-endpoints.com add clean rule 2005-06-12 11:44 jaltman * src/WINNT/afsd/: cm_buf.c, cm_conn.c, cm_dcache.c, cm_scache.c, smb.c: DELTA windows-misc-fixes-20050612 AUTHOR jaltman@secure-endpoints.com if scp is not known when flushing dirty buffers, find it by fid only free the server list when one was obtained hold the scp mutex until after the associated bufp flags are updated only get the volume by id if there is a server callback map CM_ERROR_ALLOFFLINE to NT Remote Host Down 2005-06-12 11:25 jaltman * src/WINNT/aklog/: NTMakefile, asetkey.c, asetkey.rc: DELTA windows-asetkey-20050612 AUTHOR jaltman@secure-endpoints.com Add asetkey.exe to the Windows distribution 2005-06-12 11:19 jaltman * src/WINNT/install/: NSIS/OpenAFS.nsi, loopback/loopbackutils.cpp, wix/NTMakefile, wix/feature.wxi, wix/files.wxi, wix/Icon/ico_OpenAFS.ico, wix/lang/en_US/strings.wxl, wix/uninstall/NTMakefile, wix/uninstall/uninstall.c, wix/uninstall/uninstall.rc: DELTA windows-installer-updates-20050612 AUTHOR jaltman@secure-endpoints.com Add asetkey.exe Add uninstall.exe and associated shortcut to Wix Fix ability to uninstall loopback adapter on non-English Windows versions 2005-06-10 21:37 jaltman * src/bozo/bosserver.c: DELTA pipe-logging-fix-20050610 AUTHOR jaltman@secure-endpoints.com fstat calls should be lstat bang in the wrong place 2005-06-10 21:34 jaltman * src/util/serverLog.c: DELTA pipe-logging-fix-20050610 AUTHOR jaltman@secure-endpoints.com fstat calls should be lstat 2005-06-10 21:11 jaltman * src/afs/VNOPS/afs_vnop_rename.c: DELTA sgi-afs-rename-decl-fix-20050610 AUTHOR tony@lions.odu.edu achar -> char 2005-06-10 21:07 jaltman * src/viced/afsfileprocs.c: DELTA unbalanced-unlock-20050610 AUTHOR jaltman@secure-endpoints.com Addition of __EXPERIMENTAL_CALLBACK_CONN_MOVING if defined left an unbalanced H_UNLOCK. Semi-colons after H_LOCK and H_UNLOCK were missing. 2005-06-10 20:54 jaltman * src/WINNT/afsd/afslogon.c: DELTA windows-afslogon-20050610 AUTHOR jaltman@secure-endpoints.com replace wfhile(TRUE) with while(afsAutoStart) 2005-06-07 17:37 rees * src/afsd/afs.conf.linux: DELTA dont-restrict-nfiles-20050607 AUTHOR rees@umich.edu Let afsd compute cachefiles as cacheblocks/10 instead of limiting it to 50000 in the XLARGE and XXLARGE cases. 2005-06-05 16:20 shadow * src/cf/linux-test3.m4: DELTA linux-no-smp-modules-on-uniprocessor-20050605 AUTHOR rra@stanford.edu FIXES 18738 don't try to build smp modules with uniprocessor kernel. this may need to be revisited for the redhat buildsys 2005-06-05 14:52 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA windows-version-20050605 AUTHOR jaltman@secure-endpoints.com 1.3.8400 2005-06-05 14:45 jaltman * doc/txt/winnotes/: afs-changes-since-1.2.txt, afs-issues.txt: DELTA windows-notes-20050605 AUTHOR jaltman@secure-endpoints.com updates for 1.3.84 2005-06-05 13:38 jaltman * src/WINNT/afsd/cm_scache.c: DELTA windows-syncop-waiting-20050605 AUTHOR jaltman@secure-endpoints.com Forgot to remove unneeded flag 2005-06-05 06:44 jaltman * src/WINNT/afsd/: cm_buf.c, cm_buf.h, cm_callback.c, cm_conn.c, cm_conn.h, cm_dcache.c, cm_scache.c, cm_scache.h, cm_vnodeops.c, smb.c: DELTA windows-buf-waiting-20050605 AUTHOR jaltman@secure-endpoints.com The function cm_SyncOp() can cause threads to wait either because there is a state conflict on the current use of the cm_scache_t object or a state conflict on the cm_buf_t object. Waiting is always performed on the cm_scache_t object. However, if the conflict was with the cm_buf_t object there was no method for waking up the thread when the conflict is cleared. Now all of the cm_buf_t waiting functions also take a cm_scache_t and waiting threads are woken if necessary. cm_scache_t and cm_buf_t objects now have waitCount and waitRequest fields. The WAITING flag is now cleared by the waking thread who sets waitCount to zero. Many improvements to trace logging for these issues. 2005-06-04 17:08 shadow * src/afs/LINUX/osi_vfsops.c: DELTA linux26-clear-inode-locking-20050603 AUTHOR chas@cmf.nrl.navy.mil respect i_state flag (works for my test case, if it works more broadly i will pull up) 2005-06-04 14:42 shadow * src/afs/afs_dcache.c: DELTA split-dcache-fixes-20050604 AUTHOR shadow@dementia.org based on discussions with jhutz@cmu.edu and chas@cmf.nrl.navy.mil 2005-06-03 18:26 shadow * src/afs/LINUX/osi_vfsops.c: DELTA linux26-clear-inode-locking-20050603 AUTHOR chas@cmf.nrl.navy.mil respect i_state flag (works for my test case, if it works more broadly i will pull up) 2005-06-02 05:20 shadow * src/: rxkad/domestic/fcrypt.c, des/des.c: DELTA solaris10-optimization-20050602 AUTHOR chas@cmf.nrl.navy.mil FIXES 17262 declare certain things volatile to make solaris compiler less cranky 2005-06-02 04:40 shadow * src/util/softsig.c: DELTA netbsd-fileserver-shutdown-20050601 AUTHOR gendalia@netbsd.org FIXES 16897 do what we do on darwin 2005-06-02 04:27 shadow * acinclude.m4: DELTA netbsd-399-20050601 AUTHOR gendalia@netbsd.org FIXES 18288 add support for netbsd 3.99 2005-05-31 21:12 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA d-reval-one-more-20050531 AUTHOR chas@cmf.nrl.navy.mil last try 2005-05-31 20:33 jaltman * src/WINNT/afsd/cm_dcache.c: DELTA windows-undo-20050531 AUTHOR jaltman@secure-endpoints.com undo last change 2005-05-31 19:55 shadow * src/rxkad/rxkad_common.c: DELTA rxkad-stats-cleanup-20050531 AUTHOR shadow@dementia.org define this in kernel 2005-05-31 17:36 jaltman * src/WINNT/afsd/: cm_dcache.c, cm_vnodeops.c: DELTA windows-more-races-20050531 AUTHOR jaltman@secure-endpoints.com a couple of more locations at which cm_SyncOpDone() either was not called or was called without holding the scache mutex. 2005-05-31 15:43 rees * acinclude.m4: DELTA use-test-r-20050531 AUTHOR rees@umich.edu Use "test -r" instead of "test -e". Not all systems (Solaris) have -e. 2005-05-31 14:18 jaltman * src/WINNT/afsd/: afskfw.c, afslogon.c: DELTA windows-logon-cleanup-20050531 AUTHOR jaltman@secure-endpoints.com remove debugging messages 2005-05-31 13:23 jaltman * src/des/stats.h: DELTA windows-des-stats-20050531 AUTHOR jaltman@secure-endpoints.com Put the declaration for rxkad_stats back into the stats.h but only for Windows. We don't want to deal with figuring out all the dependencies today. 2005-05-31 02:11 shadow * src/rx/rx_queue.h: DELTA rx-queue-macros-rename-20050530 AUTHOR shadow@dementia.org /usr/include/ctype.h on macos 10.3.9 now uses _Q bah 2005-05-30 17:34 shadow * src/: rxkad/Makefile.in, rxkad/rxkad_common.c, des/key_sched.c, des/stats.h: DELTA rxkad-stats-cleanup-20050530 AUTHOR shadow@dementia.org minor reorg so everything links ok 2005-05-30 10:49 jaltman * src/vol/volume.c: DELTA not-cplusplus-20050530 AUTHOR jaltman@columbia.edu variables must be declared at the start of a block. 2005-05-30 10:46 jaltman * src/des/stats.h: DELTA windows-double-declare-20050530 AUTHOR jaltman@secure-endpoints.com rx_global_stats is being declared twice in the header file each time with different properties. Remove the one that is not conditionalized. 2005-05-30 05:36 jaltman * src/: config/NTMakefile, des/NTMakefile: DELTA windows-include-des-20050529 AUTHOR jaltman@secure-endpoints.com Create an include/des directory and copy stats.h into it 2005-05-30 05:22 shadow * src/vol/volume.c: DELTA parallel-attaching-20050529 AUTHOR tkeiser@psu.edu FIXES 18999 allow parallelization of VInitVolumePackage so attaching volumes can be sped up 2005-05-30 04:55 shadow * src/: des/des.c, des/key_sched.c, des/new_rnd_key.c, des/stats.h, kauth/test/test_getticket.c, kauth/test/test_rxkad_free.c, libafsrpc/afsrpc.def, libafsrpc/afsrpc.exp, rx/rx.c, rxkad/bg-fcrypt.c, rxkad/rxkad.p.h, rxkad/rxkad_client.c, rxkad/rxkad_common.c, rxkad/rxkad_server.c, rxkad/domestic/crypt_conn.c, rxkad/domestic/fcrypt.c, shlibafsrpc/afsrpc.exp, shlibafsrpc/mapfile: DELTA pthread-rxkad-stats-20050529 AUTHOR tkeiser@psu.edu FIXES 17547 speed up rxkad by keeping stats per-thread 2005-05-30 04:40 shadow * src/: viced/viced.c, vol/volume.c, vol/volume.h: DELTA parallel-attaching-20050529 AUTHOR tkeiser@psu.edu FIXES 18999 allow parallelization of VInitVolumePackage so attaching volumes can be sped up 2005-05-30 04:36 shadow * src/afs/: afs_memcache.c, afs_trace.et: DELTA memcache-dont-dump-buffer-20050529 AUTHOR chas@cmf.nrl.navy.mil FIXES 18944 don't bother dumping what may not be a readable buffer while tracing when using memcache 2005-05-30 04:33 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA linux-vnode-aliases-20050529 AUTHOR cg2v@andrew.cmu.edu FIXES 18613 you can end up hanging when you end up with multiple aliases for a single directory (dentry) as a result of @sys or multiple mountpoints. don't end up with multiple aliases, and avoid the situation 2005-05-30 04:20 shadow * src/config/param.s390x_linux26.h: DELTA s390x-linux26-remove-externs-20050529 AUTHOR psomogyi@gamax.hu FIXES 18987 remove externs in param for s390x linux26 2005-05-30 04:13 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA windows-notes-20050529 AUTHOR jaltman@secure-endpoints.com Update notes for 1.3.8300 2005-05-30 04:12 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA d-reval-fin-20050529 AUTHOR chas@cmf.nrl.navy.mil FIXES 18588 last try at fixing d-revalidate 2005-05-30 04:07 shadow * src/afs/LINUX/osi_module.c: DELTA module-license-url-20050529 AUTHOR shadow@dementia.org FIXES 18596 url with module license info 2005-05-30 03:57 shadow * src/afs/: afs.h, afs_callback.c, afs_cbqueue.c, afs_dcache.c, afs_pioctl.c, afs_vcache.c, VNOPS/afs_vnop_dirops.c, VNOPS/afs_vnop_remove.c, VNOPS/afs_vnop_rename.c: DELTA vcache-cleanup-20050529 AUTHOR chas@cmf.nrl.navy.mil FIXES 18368 clean up unused stuff in struct vcache 2005-05-30 03:55 jaltman * src/WINNT/install/: NSIS/OpenAFS.nsi, wix/files.wxi: DELTA windows-stuff-20050529 AUTHOR jaltman@secure-endpoints.com Install afscpcc.exe and register the KFWLogon WinLogon Event Handler 2005-05-30 03:52 jaltman * src/WINNT/afsd/: NTMakefile, afscpcc.c, afscpcc.rc, afsd_init.c, afskfw.c, afskfw.h, afslogon.c, afslogon.def, cm_buf.c, cm_config.c, cm_dcache.c, cm_ioctl.c: DELTA windows-stuff-20050529 AUTHOR jaltman@secure-endpoints.com (1) Replace all calls to getenv() with GetEnvironment(). getenv() does not read from the real environment but instead from a copy created by the C RTL. (2) Add support for preserving Kerberos 5 tickets during the Integrated Logon process. Now when Integrated Logon is used, the tickets will be stored into the default ccache within the user session. (3) Stress testing at MIT uncovered two code paths that could leave threads in a permanent sleep state under heavy load. Calls to cm_SyncOpDone were added to plug this hole. 2005-05-30 03:39 jaltman * src/rx/: rx.c, rx_globals.h, rx_packet.c, rx_packet.h, rx_prototypes.h, rx_rdwr.c: DELTA rx-fpq-bulk-free-20050529 AUTHOR tkeiser@psu.edu FIXES 19027 After profiling RX for a while, I've found a few more bottlenecks in the packet handling code. This patch addresses a couple of these issues. The major change in this patch is a new API to allow bulk packet alloc/free ops on rx_queue's of packets. Benefits include reduced lock contention on rx_freePktQ_lock, elimination of a lot of unnecessary cache line invalidates, and reduced register window thrashing on sparc. In addition, this patch dedicates one rx_packet per thread to rxi_SendAck, since that function is in the critical path, and represents a large percentage of execution time. 2005-05-30 03:35 shadow * src/pam/: Makefile.in, afs_auth.c, afs_password.c, afs_setcred.c, test_pam.c: DELTA netbsd-pam-20050529 AUTHOR gendalia@iastate.edu FIXES 18924 pam support for nbsd 2005-05-24 23:12 shadow * src/rx/: rx_prototypes.h, xdr_rx.c: DELTA discard-rx-streams-20050524 AUTHOR rmitz@cmu.edu FIXES 18895 they wouldn't compile anyway. remove references also. 2005-05-24 23:06 shadow * src/afs/: afs.h, afs_callback.c, afs_pioctl.c, afs_vcache.c: DELTA make-clearcallback-faster-20050524 AUTHOR klas@it.su.se FIXES 4413 hash callbacks twice so we can discard them more quickly. 2005-05-24 20:32 shadow * src/afs/afs_osi.h: DELTA unroll-macos-104-20050523 AUTHOR shadow@dementia.org we'll finish it on a branch and remerge; 1.3.83 needs to happen and 1.4 needs to go out. 2005-05-24 05:12 jaltman * src/WINNT/install/loopback/: loopbackutils.cpp, loopbackutils.h: DELTA windows-loopback-20050524 AUTHOR asanka@secure-endpoints.com Find the loopback adapter installer by hardware ID instead of English name. 2005-05-23 21:04 shadow * src/: afs/afs.h, afs/afs_callback.c, afs/afs_init.c, afs/afs_memcache.c, afs/afs_osi.c, afs/afs_osi.h, afs/afs_osi_pag.c, afs/afs_osi_uio.c, afs/afs_osi_vget.c, afs/afs_prototypes.h, afs/afs_server.c, afs/afs_util.c, afs/afs_vcache.c, afs/lock.h, afs/sysincludes.h, afs/DARWIN/osi_machdep.h, afs/DARWIN/osi_misc.c, afs/DARWIN/osi_module.c, afs/DARWIN/osi_vfsops.c, afs/DARWIN/osi_vnodeops.c, afs/FBSD/osi_vm.c, afs/OBSD/osi_machdep.h, afs/SOLARIS/osi_machdep.h, afs/VNOPS/afs_vnop_attrs.c, afs/VNOPS/afs_vnop_lookup.c, afs/VNOPS/afs_vnop_read.c, afs/VNOPS/afs_vnop_remove.c, afs/VNOPS/afs_vnop_write.c, config/param.i386_linux26.h, config/param.ppc_darwin_80.h, libafs/MakefileProto.DARWIN.in, rx/xdr_prototypes.h, rx/DARWIN/rx_kmutex.c, rx/DARWIN/rx_kmutex.h: DELTA unroll-macos-104-20050523 AUTHOR shadow@dementia.org we'll finish it on a branch and remerge; 1.3.83 needs to happen and 1.4 needs to go out. 2005-05-23 13:57 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA windows-notes-20050523 AUTHOR jaltman@secure-endpoints.com more fixes 2005-05-22 05:53 jaltman * src/WINNT/afsd/smb3.c: DELTA windows-delonclose-20050522 AUTHOR jaltman@secure-endpoints.com Fix support for the CreateFile(DELETE_ON_CLOSE) option. 2005-05-20 19:26 rees * acinclude.m4, src/config/afs_sysnames.h, src/config/param.i386_obsd37.h: DELTA bsd-config-20050520 AUTHOR rees@umich.edu config stuff for OpenBSD 3.7, FreeBSD 5.4 and 6.0 2005-05-20 19:19 rees * src/: afs/OBSD/osi_machdep.h, rxkad/rxkad_common.c: DELTA obsd-time-20050520 AUTHOR rees@umich.edu Remove extern time from OBSD/osi_machdep.h. It's in sys/kernel.h. Suggested by irene.braun@ualberta.ca. 2005-05-18 22:29 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA windows-version-20050518 AUTHOR jaltman@secure-endpoints.com 1.3.8300 2005-05-18 22:27 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA windows-notes-20050518 AUTHOR jaltman@secure-endpoints.com 1.3.8300 2005-05-18 22:22 jaltman * src/WINNT/afssvrmgr/NTMakefile: DELTA windows-afssvrmgr-20050518 AUTHOR jaltman@secure-endpoints.com Link resulting executable to kerberos 5 2005-05-18 22:01 jaltman * src/rx/rx.c: DELTA rx-makecall-race-fix-20050518 AUTHOR jaltman@secure-endpoints.com On at least one system it was noticed that threads waiting in rx_NewCall would starve forever (aka deadlock). This was the result of one out of two problems related to a race condition on the RX_CONN_MAKECALL_WAITING bit flag. This flag was set once in rx_NewCall and cleared in rx_EndCall. However, it was possible for the flag to be cleared even though there were additional flags waiting in rx_NewCall. This was due to a failure to check the value of makeCallWaiters before clearing the flag and also due to a failure to properly lock the access to the makeCallWaiters field. The second problem was an ability to destroy a connection on which threads are waiting within rx_NewCall. 2005-05-18 13:52 rees * src/config/param.i386_linux26.h: DELTA linux-str-inlines-20050518 AUTHOR chas@cmf.nrl.navy.mil add #include in the param file after fixes unresolved ref to strlen from xdr.o via inline 2005-05-17 18:25 jaltman * src/WINNT/afsd/: cm_dnlc.c, cm_memmap.c: DELTA windows-dnlc-corruption-20050517 AUTHOR jaltman@secure-endpoints.com It has been noticed that on startup there may be corruption of the dnlc freelist. In particular, some items on the list are actually in use. This patch will cause the dnlc to be purged if corruption of the freelist is detected. It also makes changes to ensure that items placed onto the freelist are in fact cleaned to prevent confusion. The purge function is corrected to set that magic field to the correct value. The validation function is fixed to not CloseHandle the same handle twice. 2005-05-15 20:54 shadow * src/afs/afs.h: DELTA fix-vrefcount-20050513 AUTHOR tkeiser@psu.edu and everything else. 2005-05-15 20:40 rees * README: DELTA freebsd60-readme-20050515 AUTHOR rees@umich.edu Add FreeBSD 6.0. Consolidate linux kernel header notes in Linux Notes section. Reformat system types section. 2005-05-14 02:41 shadow * src/afs/LINUX/osi_module.c: DELTA linux-proc-read-seq-file-20050508 AUTHOR wingc@engin.umich.edu FIXES 18612 use sequenced file interface for proc copy of CellServDB 2005-05-13 21:43 shadow * src/afs/: DARWIN/osi_machdep.h, SOLARIS/osi_machdep.h, VNOPS/afs_vnop_attrs.c: DELTA macos104-not-yet-20050513 AUTHOR shadow@dementia.org rewrite attrs section a bit to deal with 10.4 2005-05-13 20:50 rees * src/afs/: afs.h, afs_osi.h, OBSD/osi_machdep.h, VNOPS/afs_vnop_remove.c: DELTA fix-vrefcount-20050513 AUTHOR rees@umich.edu fix VREFCOUNT macro for XBSD 2005-05-13 03:00 shadow * src/afs/: afs.h, afs_vcache.c, DARWIN/osi_machdep.h, DARWIN/osi_vnodeops.c, FBSD/osi_vm.c, VNOPS/afs_vnop_lookup.c, VNOPS/afs_vnop_remove.c: DELTA macos104-not-yet-20050512 AUTHOR shadow@dementia.org virtualize vnode refcount "greater than" testing so we can use tiger primitive 2005-05-12 20:06 rees * src/afs/VNOPS/afs_vnop_read.c: DELTA fix-tuiop-20050512 AUTHOR rees@umich.edu tuiop, not tuio 2005-05-12 18:30 shadow * src/afs/afs_osi.h: DELTA macos104-not-yet-20050511 AUTHOR cg2v@andrew.cmu.edu further work 2005-05-12 16:36 shadow * src/afs/afs_osi.h: DELTA macos104-not-yet-20050511 AUTHOR cg2v@andrew.cmu.edu further work 2005-05-11 21:39 shadow * src/afs/: afs_osi.h, afs_server.c, afs_util.c, afs_vcache.c, DARWIN/osi_machdep.h: DELTA macos104-not-yet-20050511 AUTHOR shadow@dementia.org ifaddr/ifnet compat macros for older versions, and clean up afs_server interface ot use it. fix vnode_isinuse macros 2005-05-11 21:33 jaltman * src/WINNT/afsd/: afsd_init.c, cm_vnodeops.c, smb.c, smb3.c: DELTA windows-scache-release-20050511 AUTHOR jaltman@secure-endpoints.com Add additional "if !NULL" checks before calling cm_SCacheRelease 2005-05-11 20:40 shadow * src/afs/afs_osi.h: DELTA macos104-not-yet-20050511 AUTHOR cg2v@andrew.cmu.edu further work 2005-05-11 20:14 shadow * src/: afs/afs_osi_uio.c, afs/afs_osi_vget.c, afs/DARWIN/osi_machdep.h, afs/DARWIN/osi_misc.c, afs/VNOPS/afs_vnop_read.c, afs/VNOPS/afs_vnop_write.c, config/param.ppc_darwin_80.h: DELTA macos104-not-yet-20050511 AUTHOR cg2v@andrew.cmu.edu further work 2005-05-11 20:00 shadow * src/: afs/afs_callback.c, afs/afs_init.c, afs/afs_memcache.c, afs/afs_osi.c, afs/afs_osi.h, afs/afs_osi_pag.c, afs/DARWIN/osi_machdep.h, afs/VNOPS/afs_vnop_read.c, config/param.ppc_darwin_80.h, libafs/MakefileProto.DARWIN.in: DELTA macos104-not-yet-20050511 AUTHOR cg2v@andrew.cmu.edu further work 2005-05-10 03:34 jaltman * src/WINNT/afsd/: afsd.h, afsd_init.c, afsd_init.h, afsd_service.c, cm_conn.c, fs.c: DELTA windows-minidump-20050509 AUTHOR jaltman@secure-endpoints.com Enable support for Minidump generation and crash reporting 2005-05-10 03:33 jaltman * src/WINNT/: afsapplib/al_admsvr.cpp, afsapplib/al_creds.cpp, afsapplib/al_misc.cpp, afssvrmgr/creds.cpp: DELTA windows-server-manager-20050509 AUTHOR jaltman@secure-endpoints.com Enable KFW support for server manager 2005-05-10 03:32 jaltman * src/NTMakefile: DELTA windows-makefile-20050509 AUTHOR jaltman@secure-endpoints.com reorganize dependencies to allow kfw to be integrated into Server Manager 2005-05-10 03:31 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA windows-notes-20050509 AUTHOR jaltman@secure-endpoints.com latest updates 2005-05-08 06:49 shadow * acinclude.m4, src/afs/afs.h, src/afs/afs_callback.c, src/afs/afs_osi.c, src/afs/afs_prototypes.h, src/afs/afs_util.c, src/afs/afs_vcache.c, src/afs/lock.h, src/afs/sysincludes.h, src/afs/DARWIN/osi_machdep.h, src/afs/DARWIN/osi_module.c, src/afs/DARWIN/osi_vfsops.c, src/afs/DARWIN/osi_vnodeops.c, src/afs/VNOPS/afs_vnop_lookup.c, src/afs/VNOPS/afs_vnop_remove.c, src/rx/xdr_prototypes.h, src/rx/DARWIN/rx_kmutex.c, src/rx/DARWIN/rx_kmutex.h: DELTA macos-104-not-yet-20050508 AUTHOR cg2v@andrew.cmu.edu FIXES shadow@dementia.org to blame for some of this. 2005-05-08 06:16 shadow * src/: afs/afs.h, afs/afs_pioctl.c, config/venus.h, venus/fs.c: DELTA export-calleraccess-via-pioctl-20050508 AUTHOR klas.lindfors@it.su.se FIXES 18442 provide pioctl to get CallerAccess bits 2005-05-08 06:09 shadow * src/: vol/vol-info.c, util/afsutil_prototypes.h, util/flipbase64.c: DELTA volinfo-fixes-20050508 AUTHOR cg2v@andrew.cmu.edu FIXES 18391 large (>31bit) volume id handling and fixed handling of cloned volumes 2005-05-08 06:05 shadow * acinclude.m4, src/cf/linux-test3.m4, src/afs/LINUX/osi_module.c: DELTA linux-proc-read-seq-file-20050508 AUTHOR wingc@engin.umich.edu FIXES 18612 use sequenced file interface for proc copy of CellServDB 2005-05-08 05:59 shadow * src/config/stds.h: DELTA fix-64bit-assign-int64-20050508 AUTHOR tkeiser@gmail.com FIXES 18611 make this match the way the 32 bit (struct lo/hi) version works 2005-05-08 05:55 shadow * src/: afs/afs.h, afs/afs_call.c, afs/afs_pioctl.c, afs/LINUX/osi_syscall.c, config/afs_sysnames.h, config/param.sparc64_linux26.h: DELTA sparc64-linux26-20050508 AUTHOR marc@mit.edu FIXES 18485 add sparc64-linux24 port 2005-05-08 05:50 shadow * src/tsm41/aix41_auth.c: DELTA aix-auth-speedup-20050508 AUTHOR sgr0@lehigh.edu FIXES 18467 The security module "afs_dynamic_auth" can get VERY slow if trying to authenticate against a user in a large NIS password file. This happens because it "replaces" getpwnam with code which loops through the "passwd" file. this 1) makes external programs use the "real" getpwnam, and 2) changes the internal routine afs_getpwnam_int to use getpwnam instead of iterating. 2005-05-08 05:46 shadow * src/afs/LINUX/osi_machdep.h: DELTA linux-copyin-copyout-dont-check-errors-20050508 AUTHOR cg2v@andrew.cmu.edu FIXES 18293 improved macros which do error checking 2005-05-08 05:38 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA d-revalidate-redux-20050508 AUTHOR chas@cmf.nrl.navy.mil FIXES 18588 when the callback for a directory is broken the children of this vnode are not invalidated as well. so VerifyVCache() always believes these vnodes to be up to date since they will still have the CStatd flag. perhaps breaking the callback on a directory should also clear CStatd on children vnodes? this isnt a problem for other operating system which go through the dnlc which does purge the children entries for the vnode in question during ClearCallBack(). since d_revalidate now avoids the dnlc (and afs_lookup) the following patch tracks the parent vnode's DataVersion (just the lower half really but this should be sufficient) in d_time. if the parent has changed then the dentry is flagged as neededing updated. 2005-05-02 02:04 shadow * src/config/afs_sysnames.h: DELTA macos104-not-yet-20050501 AUTHOR shadow@dementia.org push first group of 10.4 changes 2005-04-29 21:55 rees * src/: afs/FBSD/osi_vfsops.c, afs/FBSD/osi_vnodeops.c, afsd/afsd.c: DELTA freebsd60-mount-20050429 AUTHOR rees@umich.edu Fix new FreeBSD mount vfs op. Client works now, at least for a little while. 2005-04-29 20:00 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA windows-version-20050429 AUTHOR jaltman@secure-endpoints.com 1.3.8201 (do it right this time) 2005-04-29 19:51 jaltman * src/sys/pioctl_nt.c: DELTA windows-fix-kfw-dependency-20050429 AUTHOR jaltman@secure-endpoints.com a failure to install KFW would lead to crashes 2005-04-29 19:50 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA windows-version-20050429 AUTHOR jaltman@secure-endpoints.com 1.3.8201 2005-04-29 19:49 jaltman * src/WINNT/client_config/lang/: de_DE/afs_config.rc, en_US/afs_config.rc, es_ES/afs_config.rc, ja_JP/afs_config.rc, ko_KR/afs_config.rc, pt_BR/afs_config.rc, zh_CN/afs_config.rc, zh_TW/afs_config.rc: DELTA windows-notes-20050429 AUTHOR jaltman@secure-endpoints.com remove AFS Gateway option 2005-04-29 19:49 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA windows-notes-20050429 AUTHOR jaltman@secure-endpoints.com 1.3.8201 2005-04-29 18:24 rees * src/afs/FBSD/: osi_module.c, osi_prototypes.h, osi_vfsops.c, osi_vm.c, osi_vnodeops.c: DELTA freebsd-20050429 AUTHOR rees@umich.edu Move module init/uninit code from module event handler to vfs ops Use VFS_SET for FreeBSD 6.0 2005-04-29 17:01 rees * src/afs/: afs_osi.h, afs_osi_pag.c, FBSD/osi_machdep.h: DELTA getpid-20050429 AUTHOR rees@umich.edu rename our getpid() to osi_getpid() to avoid name collision with kernel version 2005-04-29 01:48 shadow * src/afs/DARWIN/osi_vnodeops.c: DELTA macos-osi-flushpages-20050428 AUTHOR shadow@dementia.org reenable osi_FlushPages 2005-04-28 22:14 shadow * src/afs/afs_dcache.c: DELTA split-dcache-20050427 AUTHOR shadow@dementia.org update 2005-04-28 18:12 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA windows-version-20050428 AUTHOR jaltman@secure-endpoints.com 1.3.8200 2005-04-28 05:02 shadow * src/vol/vnode.h: DELTA vnode-nusers-avoid-potential-overflow-20050428 AUTHOR shadow@dementia.org a byte is very small... 2005-04-28 03:10 shadow * src/afs/LINUX/osi_misc.c: DELTA osi-initcacheinfo-cleanup-20050427 AUTHOR cg2v@andrew.cmu.edu FIXES 18429 remove extraneous variable, be consistent about cacheMnt type 2005-04-28 03:04 shadow * src/cf/osconf.m4: DELTA change-s390x-linker-binding-20050427 AUTHOR psomogyi@gamax.hu FIXES 18447 to avoid binding against xdr_int_internal in xdr use from the pam module 2005-04-27 21:43 shadow * src/: afs/LINUX/osi_machdep.h, config/param.alpha_linux_22.h, config/param.i386_linux22.h, config/param.i386_umlinux22.h, config/param.ppc_linux22.h, config/param.s390_linux22.h, config/param.sparc64_linux22.h, config/param.sparc_linux22.h: DELTA linux-always-glock-20050427 AUTHOR cg2v@andrew.cmu.edu finish this up, always glock on linux 2005-04-27 15:32 jaltman * src/WINNT/afsd/cm_callback.c: DELTA windows-callback-race-20050427 AUTHOR jaltman@secure-endpoints.com cm_EndCallbackGrantingCall contained a race condition due to the release of the cm_callbackLock in the middle of the for() loop. The race was removed by optimizing out the call to cm_CallbackNotifyChange(). There is no reason this needed to be called once per callback revoke in the list. 2005-04-27 15:28 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA winnotes-20050427 AUTHOR jaltman@secure-endpoints.com more updates 2005-04-27 12:37 shadow * src/: afs/afs.h, afs/afs_call.c, afs/afs_dcache.c, afs/afs_prototypes.h, afs/afs_stats.h, afs/LINUX/osi_sysctl.c, afsd/afsd.c, config/afs_args.h, xstat/xstat_cm_test.c: DELTA split-dcache-20050427 AUTHOR shadow@dementia.org split for rw/ro dcaches to allow portion of cache to be dedicated 2005-04-27 01:49 shadow * src/ptserver/: Makefile.in, ptprocs.c, ptprototypes.h: DELTA add-ptprocs-prototype-use-20050426 AUTHOR shadow@dementia.org thanks to Chris Wing for pointing this out 2005-04-27 01:36 shadow * src/: bozo/bosserver.c, vlserver/vlprocs.c: DELTA daemonize-log-somewhere-so-fds-can-close-without-harm-20050426 AUTHOR shadow@dementia.org FIXES 18405 switch to VLog from printf 2005-04-25 20:52 jaltman * src/rx/: rx_globals.h, rx_queue.h: DELTA rx-fpq-optimize-20050425 AUTHOR tkeiser@psu.edu FIXES 17805 here's a patch that reduces the overhead of transfers between the local and global free packet queues. The old algorithm was O(n) in the number of store instructions -- 7 per rx_packet. I've added some bulk transfer macros to the rx_queue package. Now, the number of store instructions is O(1) -- 6 total. This should help reduce bus contention and cache line invalidates on SMPs. 2005-04-25 17:20 shadow * src/rx/: rx_prototypes.h, LINUX/rx_kmutex.c, LINUX/rx_kmutex.h, LINUX/rx_kmutex.h: DELTA linux-global-sunlock-always-20050424 AUTHOR shadow@dementia.org ok, well, in the land of pre-emption i guess we need this always 2005-04-25 14:54 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA linux-dentry-revalidate-one-more-20050424 AUTHOR chas@cmf.nrl.navy.mil further updates 2005-04-25 00:01 shadow * src/config/: param.alpha_linux_24.h, param.alpha_linux_26.h, param.amd64_linux24.h, param.amd64_linux26.h, param.i386_linux24.h, param.i386_linux26.h, param.i386_umlinux24.h, param.i386_umlinux26.h, param.ia64_linux24.h, param.ia64_linux26.h, param.parisc_linux24.h, param.ppc64_linux24.h, param.ppc64_linux26.h, param.ppc_linux24.h, param.ppc_linux26.h, param.s390_linux24.h, param.s390x_linux24.h, param.s390x_linux26.h, param.sparc64_linux24.h, param.sparc_linux24.h: DELTA linux-global-sunlock-always-20050424 AUTHOR shadow@dementia.org ok, well, in the land of pre-emption i guess we need this always 2005-04-24 23:46 shadow * src/util/daemon.c: DELTA use-daemon-in-bosserver-and-afsd-20050424 AUTHOR wingc@engin.umich.edu FIXES add the file, too 2005-04-24 19:26 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA linux-dentry-revalidate-one-more-20050424 AUTHOR chas@cmf.nrl.navy.mil further updates 2005-04-24 14:54 shadow * acinclude.m4: DELTA add-missing-inotify-test-20050424 AUTHOR cg2v@andrew.cmu.edu FIXES so we actually detect the inotify sem 2005-04-24 14:26 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA dentry-revalidate-cleanup-20050424 AUTHOR chas@cmf.nrl.navy.mil FIXES clean up dentry_revalidate one more time so performance improves 2005-04-24 14:24 shadow * src/: config/param.rs_aix53.h, afsd/afsd.c: DELTA aix53-20050424 AUTHOR Niklas.Edmundsson@hpc2n.umu.se FIXES add param file for aix 53 check for cache partition type 2005-04-24 14:19 shadow * src/vol/vnode.c: DELTA maintain-volume-filecounts-20050424 AUTHOR rtb@pclella.cern.ch FIXES maintain file counts in volume header 2005-04-24 14:16 shadow * acinclude.m4, src/util/Makefile.in, src/util/afsutil_prototypes.h, src/afsd/afsd.c, src/bozo/bosserver.c: DELTA use-daemon-in-bosserver-and-afsd-20050424 AUTHOR wingc@engin.umich.edu FIXES provide daemon() if none exists. call it in bosserver and in afsd for afsdb handler 2005-04-24 14:01 shadow * src/afs/VNOPS/afs_vnop_lookup.c: DELTA avoid-leaking-stat-info-20050424 AUTHOR chas@cmf.nrl.navy.mil otherwise we are effectively giving stat powers to people who shouldn't have it 2005-04-24 01:02 shadow * src/afs/: afs_osi.h, LINUX/osi_file.c, LINUX/osi_machdep.h, LINUX/osi_misc.c: DELTA osi-file-use-dentry-open-20050423 AUTHOR cg2v@andrew.cmu.edu FIXES 18335 use dentry_open et al instead of doing the work ourselves 2005-04-24 00:54 shadow * src/afs/LINUX/osi_module.c: DELTA linux-osi-module-proc-csdb-sprintf-bug-20050423 AUTHOR shadow@dementia.org FIXES 18334 remove extraneous %s 2005-04-22 14:57 rees * src/: afs/afs_osi.h, afs/afs_vcache.c, afs/FBSD/osi_machdep.h, afs/FBSD/osi_vfsops.c, afs/FBSD/osi_vnodeops.c, afs/OBSD/osi_machdep.h, afs/VNOPS/afs_vnop_strategy.c, config/afs_sysnames.h, config/param.i386_fbsd_60.h: DELTA freebsd60-20050422 AUTHOR rees@umich.edu Preliminary FreeBSD 6.0 support. Builds, but unlikely to work. 2005-04-21 22:08 rees * src/comerr/.cvsignore: DELTA ignore-ytab-20050421 AUTHOR rees@umich.edu add y.tab.h to .cvsignore 2005-04-21 12:03 rees * src/export/Makefile.in: DELTA restore-tab-20050421 AUTHOR nik@zurich.ibm.com Restore lost tab. 2005-04-21 02:16 jaltman * src/WINNT/client_exp/: gui2fs.cpp, gui2fs.h, shell_ext.cpp: DELTA windows-shell-ext-remove-mtpt-20050420 AUTHOR jaltman@secure-endpoints.com Conditionalize the AFS->Mount Point->Remove menu item based upon whether or not the selected item(s) contain mount points 2005-04-20 21:21 jaltman * src/rx/: rx.c, rx_globals.h, rx_packet.c, rx_pthread.c: DELTA rx_fpq_take_three-20050420 AUTHOR tkeiser@psu.edu FIXES 17805 I've been stress testing a patch all weekend that changes the way thread-local packet quotas are computed. I was able to replicate the unbounded packet alloc problem on unix server components by eliminating my code from rxi_StartServerProcs that sets the maximum number of expected threads. This patch makes the upper thread limit get computed on the fly, adds some thread-local free packet queue statistics, and a few other minor tweaks. I still don't have a working windows development environment, so I can't say whether this will fix all the windows client problems. But, the unbounded packet allocation problem should go away with this patch. stress testing on windows succeeds as well. 2005-04-20 16:35 rees * src/afs/: afs_osi.h, OBSD/osi_machdep.h: DELTA fix-vc-v-macro-20050420 AUTHOR rees@umich.edu Fix IsAfsVnode and friends for OpenBSD and NetBSD. Use "v" instead of "vc" for vnode args to macros (cosmetic only). Redefine OpenBSD macros instead of using #ifdefs in afs_osi.h. 2005-04-19 21:06 jaltman * src/WINNT/afsd/: afsd.h, afsd_service.c, cm_daemon.c: DELTA windows-hookdll-20050419 AUTHOR jaltman@secure-endpoints.com Some more tweaks for hook dll processing. 2005-04-19 16:27 shadow * src/afs/: afs_prototypes.h, LINUX/osi_file.c, LINUX/osi_misc.c, LINUX/osi_prototypes.h, VNOPS/afs_vnop_read.c, VNOPS/afs_vnop_write.c: DELTA linux-conflate-rdwrs-20050419 AUTHOR chas@cmf.nrl.navy.mil FIXES 17561 conflate the 2 rdwr routines we have 2005-04-19 15:50 shadow * acinclude.m4, src/cf/osconf.m4, src/config/afs_sysnames.h, src/libafs/MakefileProto.AIX.in: DELTA aix53-20050419 AUTHOR Niklas.Edmundsson@hpc2n.umu.se add aix 5.3 support 2005-04-19 06:26 jaltman * src/WINNT/afsd/: afsd.c, afsd.h, afsd_service.c, cm_daemon.c, smb.c: DELTA windows-hooks-20050418 AUTHOR jaltman@secure-endpoints.com Add new hooks from "AfsdHook.dll" to the afsd_service.exe AfsdInitHook - where you currently have one AfsdRxStartedHook - after RxInit but before SmbInit AfsdSmbStartedHook - after SmbInit AfsdBkDaemonHook - called by the BkDaemon thread and is executed once per cycle AfsdStoppingHook - called just after a shutdown event has been received but before any shutdown has been performed AfsdStoppedHook - called just after all shutdown operations after completed but before the service terminates The type of the function is BOOL ( APIENTRY * AfsdHook )(void) in all cases. Returning FALSE will cause the service to shutdown. 2005-04-19 05:04 jaltman * src/util/serverLog.c: DELTA windows-O_NOBLOCK-20050418 AUTHOR jaltman@secure-endpoints.com O_NOBLOCK is not defined on Windows 2005-04-19 05:04 jaltman * src/rx/: rx.c, rx_globals.h: DELTA windows-rx-ts-fpq-20050418 AUTHOR jaltman@secure-endpoints.com FIXES 17805 Add a new function called rx_StartClientThread() which parallels the behavior of rx_StartServer but is used for initializing client threads. Also, disable RX_TSFPQ_ENABLE for Windows as it slows the client down. 2005-04-19 05:03 jaltman * src/WINNT/pthread/pthread.c: DELTA windows-formatting-20050418 AUTHOR jaltman@secure-endpoints.com keep formatting consistent 2005-04-19 05:02 jaltman * src/WINNT/afsreg/syscfg.c: DELTA windows-free-lib-20050418 AUTHOR jaltman@secure-endpoints.com call FreeLibrary not CloseHandle 2005-04-19 05:02 jaltman * src/: WINNT/afsd/cm_daemon.c, WINNT/afsd/smb.c, libafsrpc/afsrpc.def: DELTA windows-rx-ts-fpq-20050418 AUTHOR jaltman@secure-endpoints.com FIXES 17805 Add a new function called rx_StartClientThread() which parallels the behavior of rx_StartServer but is used for initializing client threads. 2005-04-18 20:09 shadow * src/: cf/osconf.m4, config/param.ppc_darwin_80.h, libafs/MakefileProto.DARWIN.in, libafs/afs.ppc_darwin_80.plist.in: DELTA macos104-not-yet-20050418 AUTHOR shadow@dementia.org push first group of 10.4 changes 2005-04-18 14:43 jaltman * src/WINNT/afsreg/syscfg.c: DELTA windows-syscfg-20050418 AUTHOR jaltman@secure-endpoints.com GetAdaptersAddressess -> GetAdaptersAddresses 2005-04-18 14:30 shadow * src/afs/LINUX/osi_file.c: DELTA linux-fmode-set-20050418 AUTHOR cg2v@andrew.cmu.edu to avoid problems where we don't get truncated 2005-04-18 14:28 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA logging-in-linux-vnodeops-sucks-20050418 AUTHOR rtb@pclella.cern.ch given that we keep ending up with these weird errors, it's just not worth it. 2005-04-18 14:25 shadow * src/config/: param.sunx86_510.h, param.sunx86_57.h, param.sunx86_58.h, param.sunx86_59.h: DELTA solaris-largefile-not-on-ia32-20050417 AUTHOR banz@umbc.edu disable largefile on solaris x86 32 bit 2005-04-18 02:28 jaltman * src/ptserver/ptuser.h: DELTA missing-eof-20050417 AUTHOR jaltman@secure-endpoints.com add missing eof 2005-04-15 19:39 shadow * src/ptserver/: pt_util.c, ptprocs.c, ptserver.c, ptutils.c: DELTA ptserver-restricted-mode-20050415 AUTHOR shadow@dementia.org add restricted mode to pts only admins can make changes 2005-04-15 19:32 shadow * src/afs/LINUX/osi_module.c: DELTA make-linux-proc-cellservdb-info-20050415 AUTHOR shadow@dementia.org use info hook instead of read so we can have larger than a slab 2005-04-15 19:04 shadow * Makefile.in: DELTA license-compromise-20050415 AUTHOR shadow@dementia.org just copy the full list of licenses here. bleh. 2005-04-15 19:02 shadow * src/LICENSE: DELTA license-update-20050415 AUTHOR shadow@dementia.org FIXES 18131 collect all licenses here 2005-04-15 18:43 shadow * src/volser/: vos.c, vsprocs.c: DELTA vos-release-compare-update-timestamps-20050415 AUTHOR aedil@alchar.org FIXES 17758 use last updated timestamps to determine if a release needs to be done 2005-04-15 18:34 shadow * src/rxkad/rxkad_prototypes.h: DELTA fix-rxkad-prototype-20050415 AUTHOR psomogyi@gamax.hu FIXES 18079 fix cbc_encrypt prototype 2005-04-15 18:33 shadow * src/rx/: rx_kcommon.c, rx_prototypes.h, IRIX/rx_knet.c, LINUX/rx_knet.c, SOLARIS/rx_knet.c, UKERNEL/rx_knet.c: DELTA kill-struct-osisocket-20050415 AUTHOR shadow@dementia.org FIXES 18079 more complete version of what's in the patch, kill all refs to struct osi_socket in favor of just osi_socket from psomogyi@gamax.hu 2005-04-15 18:23 shadow * src/viced/viced.c: DELTA viced-already-regd-warning-20050415 AUTHOR chas@cmf.nrl.navy.mil FIXES 18049 the ethernet address is irrelevant 2005-04-15 16:01 jaltman * src/WINNT/afsd/cm_aclent.c: DELTA windows-locking-freeacls-20050415 AUTHOR jaltman@secure-endpoints.com Ensure that the appropriate mutex locks are held on the stat cache entry referred to by the acl back pointer when performing a cleanup 2005-04-15 16:00 jaltman * src/WINNT/afsd/cm_memmap.c: DELTA windows-memmap-adjust-20050415 AUTHOR jaltman@secure-endpoint.com Prepare to allow the maxVolumes and maxCells parameters to become independent of the MaxStats value 2005-04-15 13:40 shadow * src/afs/afs_vcache.c: DELTA sema-init-takes-2-args-20050415 AUTHOR chas@cmf.nrl.navy.mil FIXES 18271 init sema correctly 2005-04-15 13:31 shadow * src/util/serverLog.c: DELTA fifo-logs-20050415 AUTHOR shadow@dementia.org use O_NONBLOCK during open if it's a fifo suppress SIGPIPE in case we care (EPIPE handling still not needed: return value of write is discarded) 2005-04-14 05:46 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt, doc/txt/winnotes/afs-issues.txt, src/WINNT/afsd/NTMakefile, src/WINNT/afsd/afskfw.c, src/WINNT/afsd/afskfw.h, src/WINNT/afsd/afslogon.c, src/WINNT/afsd/afslogon.def, src/WINNT/afsd/cm_vnodeops.c, src/WINNT/afsd/smb.h, src/WINNT/afsd/smb3.c, src/WINNT/client_exp/gui2fs.cpp, src/WINNT/install/NSIS/OpenAFS.nsi, src/WINNT/install/wix/feature.wxi, src/WINNT/install/wix/files.wxi, src/WINNT/install/wix/replace_afs.cmd, src/libafsauthent/NTMakefile, src/sys/NTMakefile, src/sys/pioctl_nt.c: DELTA windows-winlogon-logon-event-20050414 AUTHOR jaltman@secure-endpoints.com Apparently the problem with multi-domain forests with cross- realm trusts to non-Windows realms was not entirely solved. The authentication to the AFS SMB service failed because the wrong name was being used. Using ASU as an example, the authentication was being performed with the name "QAAD\user" (an account in the forest root) and not "user@ASU.EDU (the MIT Kerberos principal used to login with) The solution was to add an additional dependency on KFW in order or to be able to easily obtain the client principal name stored in the MSLSA ccache TGT. This information is used in two locations: - the pioctl() function - a new WinLogon Event Handler for the "logon" event. The pioctl function will now be able to use the correct name when calling WNetAddConnection2() and the "logon" event handler will now be able to call WNetAddConnection2(). The hope is that the "logon" event handler will be called before the profile is loaded but I have not guarrantee that will happen. 2005-04-14 04:41 shadow * src/: bozo/bosserver.c, util/serverLog.c: DELTA support-named-pipe-logs-20050414 AUTHOR shadow@dementia.org so log files can be named pipes 2005-04-14 04:29 shadow * src/util/serverLog.c: DELTA renamefile-for-mrafslogs-20050414 AUTHOR shadow@dementia.org call the renamefile wrapper so mrafs style logs on windows work like other logs 2005-04-14 04:22 shadow * src/rx/rx_packet.c: DELTA kill-rxglock-20050413 AUTHOR chas@cmf.nrl.navy.mil FIXES 18222 the rxglock was being defined out by all the platforms, just kill it. 2005-04-14 02:41 shadow * src/: WINNT/pthread/pthread.c, rx/rx.c, rx/rx_globals.h, rx/rx_packet.c, rx/rx_pthread.c: DELTA rx-fpq-trying-again-20050413 AUTHOR tkeiser@gmail.com FIXES 17805 this time we'll work it out on windows. multitier free packet queues to increase performance 2005-04-14 02:32 shadow * src/config/: param.alpha_linux_22.h, param.alpha_linux_24.h, param.alpha_linux_26.h, param.amd64_linux24.h, param.amd64_linux26.h, param.i386_linux22.h, param.i386_linux24.h, param.i386_linux26.h, param.i386_umlinux22.h, param.i386_umlinux24.h, param.i386_umlinux26.h, param.ia64_linux24.h, param.ia64_linux26.h, param.parisc_linux24.h, param.ppc64_linux24.h, param.ppc64_linux26.h, param.ppc_linux22.h, param.ppc_linux24.h, param.ppc_linux26.h, param.s390_linux22.h, param.s390_linux24.h, param.s390x_linux24.h, param.s390x_linux26.h, param.sparc64_linux22.h, param.sparc64_linux24.h, param.sparc_linux22.h, param.sparc_linux24.h: DELTA bye-getitimer-20050413 AUTHOR chas@cmf.nrl.navy.mil FIXES 18221 stop using getitimer on linux 2005-04-14 02:25 shadow * src/: afs/afs_osi.h, afs/lock.h, afs/AIX/osi_machdep.h, afs/DARWIN/osi_machdep.h, afs/DUX/osi_machdep.h, afs/FBSD/osi_machdep.h, afs/HPUX/osi_machdep.h, afs/IRIX/osi_machdep.h, afs/LINUX/osi_machdep.h, afs/NBSD/osi_machdep.h, afs/OBSD/osi_machdep.h, afs/SOLARIS/osi_machdep.h, afs/UKERNEL/afs_usrops.c, rx/rx.c, rx/rx_event.c, rx/rx_kcommon.c, rx/rx_lwp.h, rx/rx_packet.c, rx/rx_pthread.h, rx/rx_rdwr.c, rx/rx_user.h, rx/AIX/rx_kmutex.h, rx/DUX/rx_knet.c, rx/FBSD/rx_knet.c, rx/HPUX/rx_kmutex.h, rx/OBSD/rx_kmutex.h, rx/UKERNEL/rx_kmutex.h: DELTA kill-rxglock-20050413 AUTHOR chas@cmf.nrl.navy.mil FIXES 18222 the rxglock was being defined out by all the platforms, just kill it. 2005-04-14 02:18 shadow * src/afs/: afs_pioctl.c, LINUX/osi_machdep.h, LINUX/osi_module.c, LINUX/osi_vnodeops.c: DELTA linux26-unlocked-ioctl-20050413 AUTHOR cg2v@andrew.cmu.edu FIXES 18224 add unlocked_ioctl support and compat_ioctl support 2005-04-14 02:13 shadow * Makefile.in, src/tbutc/Makefile.in: DELTA tbutc-avoid-lwp-libs-20050413 AUTHOR cg2v@andrew.cmu.edu FIXES 18225 stop using lwp family libs when building tbutc 2005-04-14 02:09 shadow * src/rx/rx_clock.h: DELTA kill-clock-advance-20050413 AUTHOR chas@cmf.nrl.navy.mil FIXES 18228 we don't use clock_Advance, so it's gone 2005-04-14 01:59 shadow * src/vol/volume.c: DELTA aix-volser-fix-retry-20050413 AUTHOR psomogyi@gamax.hu FIXES 18240 destroy lock only after we gave up permanently 2005-04-14 01:38 shadow * src/config/afs_sysnames.h, src/config/param.hp_ux1123.h, Makefile.in, src/libafs/MakefileProto.HPUX.in: DELTA hpux1123-parisc-20050413 AUTHOR deengert@anl.gov FIXES 18245 hpux 11.23 changes for parisc 2005-04-14 01:14 shadow * acinclude.m4, src/cf/linux-test4.m4, src/afs/afs_vcache.c: DELTA linux-inotify-sem-20050413 AUTHOR cg2v@andrew.cmu.edu FIXES 18260 add inotify sem detection 2005-04-14 00:54 shadow * src/rx/rx_prototypes.h: DELTA rx-dont-use-kmutex-outside-linux-kernel-20050413 AUTHOR cg2v@andrew.cmu.edu FIXES 18261 don't use kmutex in prototypes outside linux kernel 2005-04-11 18:10 shadow * src/viced/callback.c: DELTA cblater-hold-lock-on-broadcast-20050411 AUTHOR tkeiser@gmail.com FIXES avoid race from not holding lock around fsync_cond broadcast 2005-04-11 18:03 shadow * Makefile.in: DELTA cleanup-rcmd-killing-20050411 AUTHOR shadow@dementia.org FIXES cleanup killing of rcmds. 2005-04-06 21:24 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA linux-follow-link-light-needs-putlink-20050406 AUTHOR shadow@dementia.org FIXES based on research by cg2v@andrew.cmu.edu and suggestion of jhutz@cmu.edu needed so kmaps are balanced by kunmaps 2005-04-06 05:08 shadow * src/afs/afs_cell.c: DELTA afsdb-lock-20050405 AUTHOR cg2v@andrew.cmu.edu FIXES init one more lock 2005-04-06 04:46 shadow * src/afs/LINUX/osi_probe.c: DELTA osi-probe-old-kernels-20050405 AUTHOR shadow@dementia.org FIXES old kernerls lack __user 2005-04-05 02:16 jaltman * src/WINNT/afsd/: afsd.h, afsd_init.c, cm_callback.c: DELTA windows-rx_mtu-20050404 AUTHOR jaltman@secure-endpoints.com cmdebug -addr should report the rx_mtu size if it is set and less than the actual mtu size 2005-04-04 11:51 jaltman * doc/txt/winnotes/afs-changes-since-1.2.txt: DELTA windows-notes-20050404 AUTHOR jaltman@secure-endpoints.com final updates before 1.3.81 2005-04-04 11:37 jaltman * src/config/: NTMakefile.amd64_w2k, NTMakefile.i386_nt40, NTMakefile.i386_w2k: DELTA windows-version-20050404 AUTHOR jaltman@secure-endpoints.com 1.3.8100 2005-04-04 07:42 shadow * src/afs/afs.h: DELTA make-afs-h-includable-outside-kernel-20050404 AUTHOR zacheiss@mit.edu so you don't need to define KERNEL to cinlude this 2005-04-04 07:34 shadow * Makefile.in, src/venus/Makefile.in, src/venus/kdump.c: DELTA kdump-update-20050404 A