remove the new docs from non-en_US installs.
We need to find someone to perform language conversion.
(cherry picked from commit 7a3dd6f807beb3f516bcbcbe5cb2523fcd464c62)
Add new OAFW Release Notes developed in WinWord 2003. Replaces the
afs-install-notes.txt, msi-deployment.txt and registry.txt files.
====================
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.
====================
Add new release notes to stable tree
(cherry picked from commit 2c599161dbb255edee27c4fc176a8011408f2b47)
FIXES 21526
deal with situations where pthread glock assert happens by asserting volatility. ick.
(cherry picked from commit 9c7f6fa17209ce8cfbe73eefbcbb37aced31cc60)
Associate the OpenAFS icon with the Control Panel and Service and
the installers
====================
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.
====================
Update icon to OpenAFS logo
(cherry picked from commit cc8cfd47bc506396501c9bd2225dd907567e36b7)
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.
(cherry picked from commit 18bb5faec22ac8c000b7964eef635a1213500654)
* 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.
(cherry picked from commit 9ac9185b0feb87eff820963f83a6c861c49bdab5)
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
====================
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.
====================
do not decrement tqWaiters in the while evaluation. This will
result in an invalid count if the value was zero to begin with.
(cherry picked from commit b08017e91f5b4d175b5c9b1f6d68adb9effa3360)
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.
(cherry picked from commit 870d414e6c3765ff52a65d1c06fbc5ddfb254f17)
"fs flushall" is like "fs flushvolume" but flushes all data in the cache
====================
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.
====================
typo
====================
remove extra patch from duplicate pullup
====================
ugh, one more time
(cherry picked from commit 9e348b344dfe9f3940f099beb2acc208fa90a61c)
FIXES 21390
revalidate the root vnode correctly so if we become replicated we don't lose
(cherry picked from commit 6d6789345ecab70c973cea46b5b262e92e153498)
don't revalidate the root afs vnode, so if root.afs becomes replicated out from under us we don't lose.
(cherry picked from commit 46e69c150286793e0c2238af01b8d4637b95dd54)
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.
(cherry picked from commit 001f9b9732a3a30ea0c51c12a0f69c400102d7a7)
Apply AFS Client Admins group protect to AFS Shell Extension
Add support for \\afs\<name> to most commands except the symlink methods.
(cherry picked from commit 69a98684f0a85db5618a472835a0e588b01b5d6e)
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.
(cherry picked from commit 27b81213dfffc5c4d8979f1cc381084d924ea8e1)
Add support to allow use of \\AFS\<foo> where <foo> is either a mount
point or symlink. As <foo> is normally treated as a share name, we
transform it into \\AFS\all\<foo> for processing.
(cherry picked from commit 682f5ffb21575587123ecbb7a5867d1c5495dd4e)
Init 'code' to prevent false errors when integrated logon is disabled
and the service is not running
(cherry picked from commit 0b74a7d25c7f164702843b545615f906a6bdebbd)
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)
(cherry picked from commit b9fc404bdf16fc3a61f13bffcaadc5d598d02cbd)
Add to mutex objects the ID of the thread that holds the lock. This
will make future debugging much easier.
(cherry picked from commit c0fea634084ee1c223c611c3ab3955a13d1ba884)
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.
(cherry picked from commit 6620b9452bb3f270ebabc29a910918b1f17225f4)
alter the afsd_init.log tag for the TraceOption to not be
Windows Event Log specific.
(cherry picked from commit 48b0320b201c2efe153098e8a5a5e4e6470a41c5)
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.
(cherry picked from commit ee937439adc8d8ea214c9d53aee0ee5329697c80)