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
(cherry picked from commit 3973d822379ca3af99db43d34d8d3468740cf5a7)
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.
(cherry picked from commit 57b28bb8eed956e1fe27cef81efd4cb30e63837d)
more work will be needed to fool finder into just copying the d**n file, since
it's checking too hard.
(cherry picked from commit 6aaca73002214ff8b7a757322a9bffa3d5af0e3e)
an RFC compliant port mapping device guarantees less time than we previously probed.
(cherry picked from commit 4456aa773929fa959e998058bfafc14d6309ff49)
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.
(cherry picked from commit f90153625efee1e5589df5e6b66a1162e07ddbfa)
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.
(cherry picked from commit 20cfc16e3d6d874a6a21f6ed68ff904dd45142d5)
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.
(cherry picked from commit 05ee11d3155489bf28ca35b8b1ea4f32c97bf76b)
refactoring, suppression of duplicate status value definition warnings,
and removal of old pattern matching code
(cherry picked from commit 8598b81a6904e4a7d3436d5545fdfd7f1ee99890)
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.
(cherry picked from commit 91855b82c75f7a9d840eb7e47663dd2c41eb561b)
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.
(cherry picked from commit deced1c9328ee5451c7f6927afb5b08b5d9e4ed4)
make the buildall script know centos and new fedora; make the spec file include it
(cherry picked from commit bc1cc5a65b4096d8d489c1d20e0cb3a6f8b5b556)
FIXES 41550
the ovp initialization should happen while we have the vnode locked, regardless.
(cherry picked from commit 49630f29571b5d602e8d57aa1b48e3fe710e2a53)
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.
(cherry picked from commit 7b2fc6e8d53d1ca8f111cd757e723ab27e9a31d9)
FIXES 69363
it wants EPERM; EACCES, and it just retries forever.
"no means no. now go away"
(cherry picked from commit 38719a218c44dd78300afe179bf051e3fbd08e0f)
fix issue where gcc 4.2 compiled kernel modules were breaking on linux
====================
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.
====================
with fix from Hans-Werner Pulsen
====================
with fix from Hans-Werner Pulsen
(cherry picked from commit 7832148ae0e8c9f17a2ac2eb879c7b2fdf69403e)
explicitly process the last component of the path separately and do not
follow symlinks or chase mountpoints on the last component.
(cherry picked from commit 4a80289db728d5a4c41144fd7ef8a567f30263d2)