has been shown to cause problems with releases per haba@pdc.kth.se testing, unroll until we figure out why
(cherry picked from commit ba017be750ab667e8dc7a1dfb9e20e03ce861c14)
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.
(cherry picked from commit 182a18931a3fc696a53288dbd6fcf04e109f785b)
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
(cherry picked from commit b745079fb276da810e0b96c7b94be5cb77aebee6)
the even-odd hack didn't work with the new md5 inode numbers. fix it. suggested by Bennett Todd.
(cherry picked from commit ee9d148cc50d41832b79bab4aef0672bdfb63f54)
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.
(cherry picked from commit 56d5e6970d27a5c99c04b105481bcf1d1bc3db1e)
remove old win9x installers that are no longer used.
====================
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.
====================
remove InstallShield5 installer that is no longer used
====================
Remove Win9x read me files since we don't support them anyway
====================
Remove Win9x makefile since we don't support it
====================
Remove Win9xpanel since we no longer build it
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
(cherry picked from commit 0995d4d9b3059569d1fa2ed330982e4dfe021cac)
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.
(cherry picked from commit 47b4f514cadb815fff7be99726911599cacfb287)
do not follow mountpoints when calling cm_Lookup as part of the
optimization. otherwise the shortname is computed incorrectly.
(cherry picked from commit a305a8c3c7fff86ffcfce500150883262c1c6caf)
Reformat the entire directory.
Add Freelance mode awareness.
Map the root.afs volume starting from Z: and work down.
(cherry picked from commit 2a9d3e91d0edd9e5afe43793bf8ced5dd6b2701a)
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.
(cherry picked from commit 432bede1e52245b6565c8970e96ee83c14e135fc)
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?
(cherry picked from commit b2601916f6b3a95d5adcaf0091232acc759870df)
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.
(cherry picked from commit 7a2d34be17d3ea1a24ab1362698de212c7d8008d)
FIXES 48959
remove synthetic event to undo timeouts of vlservers we "haven't talked to yet"
(cherry picked from commit c4adc63872d720b43d2ff99fd780046a4ba9883b)
remove the AFS Server wizard shortcut
add AFS Server dependencies (tcpip and PNP_TDI)
(cherry picked from commit a1c31b6637fe44f2a2ebd4be491b71cc4e0fa922)