Jeffrey Hutzelman [Thu, 8 Feb 2007 22:37:41 +0000]
linux-lock-tracking-
20070208
FIXES 31818
avoid a potential leaked lock when closing firefox.
Jeffrey Altman [Thu, 8 Feb 2007 13:49:58 +0000]
windows-scp-recycle-init-
20070208
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
Jeffrey Altman [Wed, 7 Feb 2007 17:34:09 +0000]
windows-merge-parent-fid-
20070207
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.
Jeffrey Altman [Wed, 7 Feb 2007 16:37:42 +0000]
windows-mounttab-remove-debugging-
20070207
remove unused variables
Jeffrey Altman [Wed, 7 Feb 2007 08:12:27 +0000]
windows-merge-eaccess-
20070207
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.
Olivier Calle [Wed, 7 Feb 2007 04:52:18 +0000]
multiple-local-realms-
20070201
FIXES 52459
when the name is foreign, execute the body of afs_is_foreign_ticket_name
====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================
FIXES 52459
The Name to ID RPC must distinguish between local and foreign names
Jeffrey Altman [Tue, 6 Feb 2007 16:46:09 +0000]
windows-merge-status-
20070206
when merging status for store data ops, use the fileHashTable to reduce
the number of buffers we must examine
Jeffrey Altman [Mon, 5 Feb 2007 11:07:44 +0000]
windows-merge-status-
20070204
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
Jeffrey Altman [Mon, 5 Feb 2007 03:41:06 +0000]
windows-buffer-mgmt-
20070204
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"
Jeffrey Altman [Sun, 4 Feb 2007 15:37:34 +0000]
windows-store-biod-
20070204
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.
Jeffrey Altman [Sun, 4 Feb 2007 02:49:28 +0000]
windows-mounttab-remove-debugging-
20070203
no longer need the Debug Output String statements
Jeffrey Altman [Sun, 4 Feb 2007 02:45:21 +0000]
windows-bkgdaemon-retry-failed-requests-
20070203
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.
Jeffrey Altman [Sun, 4 Feb 2007 02:01:12 +0000]
windows-buf-refcount-leak-fix-
20070203
Plug a buffer refcount leak. This is why the client slows down over
time. It runs out of buffers it can use.
Jeffrey Altman [Sat, 3 Feb 2007 18:03:55 +0000]
windows-buf-dump-fix-
20070203
restore the missing format string to the Buffer Hash Table Dump routine
Jeffrey Altman [Sat, 3 Feb 2007 17:48:07 +0000]
windows-log-eol-
20070203
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.
Jeffrey Altman [Sat, 3 Feb 2007 04:47:41 +0000]
windows-drive-mappings-
20070202
FIXES 45545
Correct the return types and values of the Window Procedures.
This fixes the drive mappings problems.
====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================
FIXES 45545
Remove "Drive " from the drive mappings. This way the drive letters
can be selected with a single key press.
Chaskiel M Grundman [Sat, 3 Feb 2007 03:23:16 +0000]
linux-and-locks-cleanup-
20070202
fix linux flock, remove a bogus lock assert, and fix pid tracking to avoid useless panic
Jeffrey Altman [Fri, 2 Feb 2007 15:43:07 +0000]
windows-afsd-volume-ref-leak-
20070202
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.
Jeffrey Altman [Fri, 2 Feb 2007 15:36:45 +0000]
windows-nsis-
20070202
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
Jeffrey Altman [Thu, 1 Feb 2007 13:23:45 +0000]
venus-include-afs-com_err-
20070201
FIXES 51424
include afs/com_err.h for error_message() prototype to prevent crashes
on platforms with 64-bit pointers and 32-bit int
Jeffrey Altman [Thu, 1 Feb 2007 04:28:37 +0000]
windows-freelance-
20070131
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.
Jeffrey Altman [Wed, 31 Jan 2007 17:02:02 +0000]
windows-delete-test-file-not-dir-
20070131
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.
Jeffrey Altman [Tue, 30 Jan 2007 12:41:19 +0000]
windows-shell-ext-reformat-
20070130
reformat the source code to make it easier to read/edit
Jeffrey Altman [Tue, 30 Jan 2007 12:28:29 +0000]
windows-netidmgr-string-updates-
20070130
As per the NetIdMgr model, refer to credentials instead of tokens.
Update the copyright strings
Jeffrey Altman [Tue, 30 Jan 2007 12:23:28 +0000]
windows-vol-fssync-debug-
20070130
add a resource file for fssync-debug for when we decide to build it
Jeffrey Altman [Tue, 30 Jan 2007 12:14:49 +0000]
windows-vol-fix-salvager-
20070130
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.
Jeffrey Altman [Tue, 30 Jan 2007 12:04:22 +0000]
windows-procmgmt-
20070130
Do not raise an exception if SIGQUIT is received prior to the
registration of the Shutdown handler
Russ Allbery [Mon, 29 Jan 2007 19:25:40 +0000]
document-fs-setacl-permissions-
20070129
Better document the current state of implicit "a" rights on directories.
Jeffrey Hutzelman [Thu, 25 Jan 2007 11:19:19 +0000]
volume-dont-artificially-untimeout-vlservers-
20061218
FIXES 48959
remove synthetic event to undo timeouts of vlservers we "haven't talked to yet"
Jim Rees [Mon, 22 Jan 2007 22:30:15 +0000]
asetkey-includes-
20060122
fix includes
Derrick Brashear [Mon, 22 Jan 2007 17:19:26 +0000]
make-cleaner-
20070122
this stuff was missed
Jim Rees [Mon, 22 Jan 2007 16:24:23 +0000]
krb5-obsd-
20060122
mention KRB5CFLAGS for OpenBSD
Jeffrey Altman [Mon, 22 Jan 2007 02:16:38 +0000]
windows-fix-volume-refcount-leak-
20070121
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
Jeffrey Hutzelman [Fri, 19 Jan 2007 19:31:05 +0000]
linux-kbuild-test-fixes-
20070119
fixes to build for linux when doing objdir builds
Jeffrey Altman [Tue, 16 Jan 2007 17:24:30 +0000]
windows-nsis-fix-rpc-
20070116
remove the rpc fix. the original code was correct
Jeffrey Altman [Mon, 15 Jan 2007 23:40:38 +0000]
windows-nsis-installer-
20070115
Fix the RPC check to actually check the RPC status
Update the copyright date
Add Vista version detection
Jeffrey Altman [Mon, 15 Jan 2007 19:50:51 +0000]
windows-open-dir-lookup-
20070115
add new error code when requested InfoLevel is not supported
CIFS NTCreateX Read privilege means PRSFS_LOOKUP when the object is a
directory
Chaskiel M Grundman [Mon, 15 Jan 2007 18:15:45 +0000]
alloc-sem-is-sem-
20070115
this change didn't belong...
Chaskiel M Grundman [Mon, 15 Jan 2007 20:41:23 +0000]
linux26-large-pag-groups-
20070115
working from base provided by shadow@dementia.org
Derrick Brashear [Fri, 12 Jan 2007 16:27:57 +0000]
locker-thread-tracking-
20070111
track thread ids so we can properly not deadlock
Derrick Brashear [Fri, 12 Jan 2007 05:18:52 +0000]
netinfo-fake-support-correction-
20070112
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
Tom Keiser [Fri, 12 Jan 2007 03:48:29 +0000]
rx-deal-with-afs34-jumbograms-again-
20070111
FIXES 51116
try again at dealing with old jumbograms
Jeffrey Altman [Tue, 9 Jan 2007 15:26:56 +0000]
client-handle-vicetokendead-with-reconnect-
20070109
client-handle-vicetokendead-with-reconnect-
20070104 failed
to alter the behavior of the RXKADEXPIRED and other cases.
Derrick Brashear [Sat, 6 Jan 2007 01:18:46 +0000]
tsfpq-macro-naming-
20070105
rename the queue-splicing versions of the checkin/checkout macros
Derrick Brashear [Fri, 5 Jan 2007 23:30:10 +0000]
buildpkg-dmg-path-
20070105
reported by marcus watts
Derrick Brashear [Fri, 5 Jan 2007 23:14:21 +0000]
rx-deal-with-afs34-jumbograms-again-
20070105
try again at dealing with old jumbograms
Derrick Brashear [Fri, 5 Jan 2007 23:05:13 +0000]
multiple-local-realms-
20070105
FIXES 51104
do the correct check
Kevin Hildebrand [Fri, 5 Jan 2007 18:20:08 +0000]
pts-rename-fix-
20070105
FIXES 51066
fix pts rename to do the right thing
Jeffrey Altman [Fri, 5 Jan 2007 17:13:11 +0000]
windows-unix-mode-bit-enforcement-
20070105
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.
Sean O'Malley [Fri, 5 Jan 2007 06:07:37 +0000]
bucoord-protoize-
20070104
FIXES 50870
protoize bucoord
====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================
FIXES 50870
undo redundant include
====================
FIXES 50870
protoize bucoord
====================
FIXES 50870
protoize bucoord
Derrick Brashear [Fri, 5 Jan 2007 06:02:28 +0000]
pr-changeentry-arg-types-
20070105
oops. put it back
Derrick Brashear [Fri, 5 Jan 2007 05:02:39 +0000]
solaris-but-seriously-
20070105
guess chas had the right idea
Derrick Brashear [Fri, 5 Jan 2007 04:56:09 +0000]
free-packet-avoid-issue-with-34-jumbograms-
20070104
try to deal with rainer toebbicke's ongoing issue
Derrick Brashear [Fri, 5 Jan 2007 04:48:32 +0000]
solaris-mypid-track-threads-
20070104
based on suggestion by tkeiser
Derrick Brashear [Fri, 5 Jan 2007 03:39:16 +0000]
unroll-namei-delay-fsync-
20070104
has been shown to cause problems with releases per haba@pdc.kth.se testing, unroll until we figure out why
Marcus Watts [Fri, 5 Jan 2007 03:21:34 +0000]
asetkey-with-heimdal-
20070104
FIXES 50973
just make asetkey build with heimdal
Derrick Brashear [Thu, 4 Jan 2007 22:08:26 +0000]
darwin-fake-more-free-
20070104
fake more free disk space for dumb apps
Derrick Brashear [Thu, 4 Jan 2007 21:55:21 +0000]
client-handle-vicetokendead-with-reconnect-
20070104
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
Derrick Brashear [Thu, 4 Jan 2007 21:48:28 +0000]
macos-installer-fix-
20070104
this time for sure
Derrick Brashear [Thu, 4 Jan 2007 21:42:24 +0000]
linux-workqueue-prereq-
20070104
FIXES 49890
make the workqueue configure test actually work on 2.4
Marc Dionne [Thu, 4 Jan 2007 21:15:16 +0000]
freezer-h-existance-
20070104
FIXES 50941
only include freezer.h if it exists
Marcus Watts [Thu, 4 Jan 2007 20:05:20 +0000]
linux-kbuild-configure-
20070104
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.
Derrick Brashear [Thu, 4 Jan 2007 15:59:35 +0000]
md5-inode-even-odd-hack-
20070104
the even-odd hack didn't work with the new md5 inode numbers. fix it. suggested by Bennett Todd.
Jeffrey Altman [Wed, 3 Jan 2007 00:44:27 +0000]
windows-unix-mode-bit-enforcement-
20070102
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.
Derrick Brashear [Tue, 2 Jan 2007 17:17:49 +0000]
taking-rx-back-into-the-20th-century-
20061228
ken's patch is now on the ipv6 branch
====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================
restore deleted taddr declaration.
====================
ken's patch is now on the ipv6 branch
Jim Rees [Tue, 2 Jan 2007 16:48:33 +0000]
Marc Dionne [Tue, 2 Jan 2007 15:59:13 +0000]
fix-linux-2-6-20-configure-test-
20070102
FIXES 50594
make the cc flags modification not break things
Marc Dionne [Tue, 2 Jan 2007 15:40:35 +0000]
ifdef-nfs-translator-
20070102
FIXES 50602
appropriately wrap nfs translator code in ifdefs
Dale Ghent [Tue, 2 Jan 2007 07:33:23 +0000]
solaris10-suser-replace-
20070102
FIXES 50246
suser is dead, long live suser
Jeffrey Altman [Sat, 30 Dec 2006 17:49:29 +0000]
windows-readme-
20061230
updates for VS2005, Vista, etc.
Jeffrey Altman [Sat, 30 Dec 2006 17:09:48 +0000]
windows-no-version-
20061230
set the version numbers on the head to 0.0.0.0 so there is no confusion
that this code is not ready for prime time
Jeffrey Altman [Sat, 30 Dec 2006 17:00:51 +0000]
kaserver-deprecation-warning-
20061230
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
Jeffrey Altman [Sat, 30 Dec 2006 16:55:02 +0000]
afsdb-resolver-reinit-
20061230
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.
Jeffrey Altman [Sat, 30 Dec 2006 02:44:39 +0000]
windows-optimize-smb-dir-search-if-no-wildcard-
20061229
do not follow mountpoints when calling cm_Lookup as part of the
optimization. otherwise the shortname is computed incorrectly.
Derrick Brashear [Thu, 28 Dec 2006 22:32:52 +0000]
proc-unixusers-cleanup-on-linux-
20061228
FIXES 49978
maybe?
Dale Ghent [Thu, 28 Dec 2006 22:25:41 +0000]
null-terminate-solaris-ops-
20061228
FIXES 50340
vfsops and vnodeops need a NULL at the end of the structs
Dale Ghent [Thu, 28 Dec 2006 21:57:24 +0000]
add-solaris-11-support-v2-
20061228
FIXES 50343
initial 5.11 support
Dale Ghent [Thu, 28 Dec 2006 21:48:25 +0000]
solaris10-suser-replace-
20061228
FIXES 50246
suser is dead, long live suser
Marc Dionne [Thu, 28 Dec 2006 21:35:17 +0000]
linux-install-correct-modules-
20061228
FIXES 49787
actually install the correct MP/EP/BM et al modules
Marc Dionne [Thu, 28 Dec 2006 21:28:31 +0000]
linux-2620-rc1-update-
20061228
FIXES 49890
updates for linux 2.6.20-rc1
Derrick Brashear [Thu, 28 Dec 2006 20:36:26 +0000]
afsdb-resolver-reinit-
20061228
as reported by Adam Megacz, but my own version of the fix
Derrick Brashear [Wed, 27 Dec 2006 15:46:26 +0000]
macos-installer-fix-
20061227
make the installer build correctly again
Jeffrey Altman [Tue, 26 Dec 2006 20:21:16 +0000]
windows-server-config-
20061226
Reformat the entire directory.
Add Freelance mode awareness.
Map the root.afs volume starting from Z: and work down.
Jeffrey Altman [Tue, 26 Dec 2006 20:17:25 +0000]
windows-optimize-smb-dir-search-if-no-wildcard-
20061226
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.
Derrick Brashear [Fri, 22 Dec 2006 06:45:40 +0000]
bosserver-avoid-bosconfig-truncation-
20061221
why the heck would it be a good idea to rewrite the BosConfig while we are starting, exactly?
====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================
why the heck would it be a good idea to rewrite the BosConfig while we are start
ing, exactly?
Derrick Brashear [Wed, 20 Dec 2006 21:17:12 +0000]
split-cache-update-
20061220
move closer to 1.4 implementation esp when split cache is turned off
Dale Ghent [Wed, 20 Dec 2006 20:07:02 +0000]
solaris10-avoid-direct-cred-access-
20061220
avoid a panic after we muck with groups by being less evil
Jim Rees [Wed, 20 Dec 2006 17:03:59 +0000]
strl-
20061220
convert sys_errlist -> strerror, strcat ->strlcat, strcpy -> strlcpy
Jeffrey Altman [Tue, 19 Dec 2006 17:55:44 +0000]
windows-afslogon-
20061219
Initialize Winsock from within afslogon.c so that ka_UserAuth will
work again.
Hartmut Reuter [Tue, 19 Dec 2006 04:50:16 +0000]
volser-dumpstuff-
20061218
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.
Chas Williams [Tue, 19 Dec 2006 04:35:29 +0000]
rx-mtu-fixes-
20061218
http://www.openafs.org/pipermail/openafs-devel/2006-November/014487.html
Derrick Brashear [Tue, 19 Dec 2006 04:29:13 +0000]
kernel-endianness-test-fix-
20061218
FIXES 47893
ok, so, when we're in the kernel, do something
Derrick Brashear [Tue, 19 Dec 2006 04:18:48 +0000]
openafs-kernel-src-fix-
20061218
FIXES 44573
ok, so, we need to emit Makefile.version when we build openafs-kernel
Jeffrey Altman [Tue, 19 Dec 2006 03:37:34 +0000]
volser-undo-cleanup-
20061218
uncommit an inappropriate commit
DELTA volser-cleanup-xx-
20061128
Derrick Brashear [Tue, 19 Dec 2006 03:17:57 +0000]
rx-globals-avoid-INIT-reuse-
20061218
FIXES 45515
avoid calling our macro INIT
Jeffrey Hutzelman [Tue, 19 Dec 2006 02:32:55 +0000]
volume-dont-artificially-untimeout-vlservers-
20061218
FIXES 48959
remove synthetic event to undo timeouts of vlservers we "haven't talked to yet"
Chas Williams [Tue, 19 Dec 2006 02:28:19 +0000]
linux-osi-cred-pool-byebye-
20061218
ok, unneeded abstraction removed.
Jeffrey Altman [Mon, 18 Dec 2006 23:56:19 +0000]
windows-afslogon-
20061218
test for the existence of the mutex and not the bInit flag
during the DLL attach
Asanka Herath [Mon, 18 Dec 2006 22:33:15 +0000]
windows-install-wix-
20061218
remove the AFS Server wizard shortcut
add AFS Server dependencies (tcpip and PNP_TDI)
Jeffrey Altman [Mon, 18 Dec 2006 21:44:11 +0000]
windows-nsis-
20061218
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)