4665 Commits

Author SHA1 Message Date
Derrick Brashear
77454abc09 DEVEL15-darwin-allow-finder-to-unlink-rsrc-files-20071024
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)
2007-10-24 06:41:44 +00:00
Chaskiel M Grundman
c5cb1a186d DEVEL15-finder-and-tiger-cp-deal-with-dropboxes-20071024
FIXES 69363

this way copying finishes


(cherry picked from commit f814c8a9636b2939da9d0f17de4d71c6fd23ae6c)
2007-10-24 06:30:41 +00:00
Jeffrey Altman
ed333bd0c6 DEVEL15-windows-wix-nsis-uninstall-20071023
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)
2007-10-24 04:50:35 +00:00
Mike Meffie
414cb48136 DEVEL15-afs-shutdown-free-resources-20071023
try hard to free resources


(cherry picked from commit 15f6e3170ce8e0c6f8e92f1fe046e2293cf8e833)
2007-10-23 23:37:30 +00:00
Derrick Brashear
cfb1fdf93e DEVEL15-darwin-uio-64-20071023
use the 64 bit awareness in the KPI


(cherry picked from commit 3b3ccef28eb19079e73f78779e2778d3aa44bb83)
2007-10-23 18:39:19 +00:00
Jason Edgecombe
c045ab6c49 DEVEL15-pod-man-fs-uuid-20071023
FIXES 75175

add man page for fs uuid


(cherry picked from commit 66a19a512e2a015b39089343288881a108b8d637)
2007-10-23 18:01:15 +00:00
Derrick Brashear
8386a7c6be DEVEL15-darwin-afsd-cleanup-power-notification-nicely-20071023
don't drop a core on shutdown


(cherry picked from commit 4526c6a4f7e6f627249580cac0ba9373735ae667)
2007-10-23 15:29:49 +00:00
Derrick Brashear
225156584b DEVEL15-vos-restore-check-doesnt-apply-to-pipes-20071023
as pointed out by hung pham


(cherry picked from commit 79e51892fe1d6fe115a9ae6301f4553e6b6dc07c)
2007-10-23 15:20:34 +00:00
Derrick Brashear
f5cc1e670f DEVEL15-openafs-1-5-26-20071022
make 1.5.26
openafs-devel-1_5_26
2007-10-23 04:07:55 +00:00
Derrick Brashear
83db1a90e4 DEVEL15-darwin-modify-cp-workaround-20071022
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)
2007-10-23 01:31:23 +00:00
Derrick Brashear
12f43b6a76 DEVEL15-change-default-probeint-for-rfc4787-20071022
an RFC compliant port mapping device guarantees less time than we previously probed.


(cherry picked from commit 4456aa773929fa959e998058bfafc14d6309ff49)
2007-10-23 01:02:50 +00:00
Jeffrey Altman
a0a8f3a92f DEVEL15-windows-version-20071022
1.5.26
2007-10-23 00:28:14 +00:00
Jeffrey Altman
5c1cb33018 DEVEL15-windows-release-notes-20071022
final for 1.5.26
2007-10-23 00:21:56 +00:00
Simon Wilkinson
638bdf7e80 DEVEL15-fssync-poll-interface-20071022
FIXES 74708

support a poll interface

otherwise, the fd setsize can screw with us


(cherry picked from commit d0285a2193de9868024eb0f432a495bd1802663f)
2007-10-22 18:29:49 +00:00
Jeffrey Altman
c9d3acb622 DEVEL15-windows-notes-20071022
notes for 1.5.26
2007-10-22 16:05:15 +00:00
Simon Wilkinson
c518dcf9e8 DEVEL15-cpp-avoid-cc-E-20071022
finding the right cpp is good. having it not be cc -E is better


(cherry picked from commit e25e21e909c5684025a1c6066dedaffa2666c3c7)
2007-10-22 14:22:57 +00:00
Jeffrey Altman
38da2cdf5a DEVEL15-windows-ntstatus-warnings-20071021
suppress warnings caused by multiple definitions of NTSTATUS values


(cherry picked from commit fd1bf06004bc698242d8ceec88126384bba8f30f)
2007-10-22 04:33:20 +00:00
Jeffrey Altman
d040d0e86d DEVEL15-windows-del-symlink-20071021
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)
2007-10-22 04:30:04 +00:00
Jeffrey Altman
8d71c8f904 DEVEL15-windows-registry-OfflineReadOnlyIsValid-20071019
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)
2007-10-20 05:03:04 +00:00
Arno Schuring
f48f6a5607 DEVEL15-cpp-autoconf-located-20071019
let autoconf find cpp


(cherry picked from commit 6122c757e1902baabc35d0ce0f6de336c2576b22)
2007-10-20 01:23:42 +00:00
Derrick Brashear
aef888121c DEVEL15-darwin80-dnlc-dont-return-deadvnodes-20071019
FIXES 41550

obvious. if we are going to be like GetVCache, we should


(cherry picked from commit 7e752ba085729991101782fe40f9db8c6f384734)
2007-10-19 21:39:07 +00:00
Jeffrey Altman
a91db02388 DEVEL15-windows-pioctl-parse-path-20071018
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)
2007-10-19 05:27:03 +00:00
Jeffrey Altman
3a89b2b29a DEVEL15-windows-pioctl-error-codes-20071018
add knowledge of new cm error codes


(cherry picked from commit 53baa78733c01dfcf842a7d8339bc3e8c55d517e)
2007-10-18 23:07:59 +00:00
Jeffrey Altman
c2b3d98be7 DEVEL15-windows-smb-20071018
refactoring, suppression of duplicate status value definition warnings,
and removal of old pattern matching code


(cherry picked from commit 8598b81a6904e4a7d3436d5545fdfd7f1ee99890)
2007-10-18 06:29:09 +00:00
Jeffrey Altman
dcd3f2e24a DEVEL15-windows-freelance-symlink-20071018
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)
2007-10-18 06:28:39 +00:00
Jeffrey Altman
e9440d2cb1 DEVEL15-windows-afskfw-20071018
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)
2007-10-18 06:21:35 +00:00
Derrick Brashear
605e58f046 DEVEL15-redhat-spec-require-bison-flex-20071018
require everything we need to build


(cherry picked from commit 930f1d7ad79b9fbc6f329eb85d84a7263b8908d6)
2007-10-18 05:12:44 +00:00
Derrick Brashear
706f047979 DEVEL15-redhat-packaging-updates-20071018
make the buildall script know centos and new fedora; make the spec file include it


(cherry picked from commit bc1cc5a65b4096d8d489c1d20e0cb3a6f8b5b556)
2007-10-18 05:04:10 +00:00
Derrick Brashear
2d29a2c758 DEVEL15-darwin-fsref-other-races-20071017
FIXES 41550

not clear this is exactly correct but testing seems to vet it.


(cherry picked from commit d8faa623f7ae0c26efd9923953f10b80eaed8042)
2007-10-17 21:34:17 +00:00
Chaskiel M Grundman
45f90708ee DEVEL15-darwin-finalizevnode-get-vnode-inside-lock-20071017
FIXES 41550

the ovp initialization should happen while we have the vnode locked, regardless.


(cherry picked from commit 49630f29571b5d602e8d57aa1b48e3fe710e2a53)
2007-10-17 18:17:15 +00:00
Derrick Brashear
4c4ea09d34 DEVEL15-afs-shutdown-free-resources-20071017
try hard to free resources


(cherry picked from commit eac13cbb48a95170a310dedb5d7efd1eeb4350b3)
2007-10-17 15:34:53 +00:00
Derrick Brashear
754d59c897 DEVEL15-darwin90-disk-cache-20071016
FIXES 43303

don't break memcache, also


(cherry picked from commit 30193a043e0b3d965139ec92227f73ce31f24403)
2007-10-17 04:48:07 +00:00
Douglas Engert
c3159e462e DEVEL15-translator-sysnamelist-bugfix-20071016
FIXES 74478

fix sysname list support bug when the list is empty


(cherry picked from commit 62689b013451c38843d369ae86e46ab37099648a)
2007-10-16 22:56:45 +00:00
Jeffrey Altman
a33fbacb86 DEVEL15-windows-fs-uuid-20071016
do not require afs client administrator access to display the current
Uuid value.


(cherry picked from commit 89c8d7e125a5b46f57081000fcbc698eba9e5daa)
2007-10-16 18:26:08 +00:00
Jason Edgecombe
85d8c0c313 DEVEL15-fs-uuid-20071016
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)
2007-10-16 18:21:55 +00:00
Jeffrey Altman
aae4d7adec DEVEL15-restore-20071016
FIXES 74531

afs_com_err() was called without specifying the error code.


(cherry picked from commit b8ecf28e22b24cf220bbae8042ca3c2d16c7e080)
2007-10-16 17:58:41 +00:00
Derrick Brashear
f242b1c2c8 DEVEL15-darwin-access-avoid-confusing-cp-20071015
FIXES 69363

it wants EPERM; EACCES, and it just retries forever.

"no means no. now go away"


(cherry picked from commit 38719a218c44dd78300afe179bf051e3fbd08e0f)
2007-10-15 20:20:43 +00:00
Derrick Brashear
6ed73ec7bb DEVEL15-darwin-install-fstrace-catalog-20071015
fstrace needs the message catalog to be useful. install it.


(cherry picked from commit d66f71cc08fe1d992e4354938a8968cae03d1ce0)
2007-10-15 18:28:57 +00:00
Derrick Brashear
ca11916863 DEVEL15-redhat-spec-no-kdump-really-20071015
make really, really sure it's not there


(cherry picked from commit 38a653ea0d4d3ba8307f50c1ba6637b10d90d176)
2007-10-15 18:01:58 +00:00
Rainer Toebbicke
7dc3eb4233 DEVEL15-volser-return-extended-stats-to-callers-20071015
FIXES 74398

make sure when we roll over stats we return the new values


(cherry picked from commit 14e71a12b6da596880debc21c224b94c33a5b6f2)
2007-10-15 15:15:56 +00:00
Jeffrey Altman
d9ef78e685 DEVEL15-windows-release-notes-20071014
updates for 1.5.26
2007-10-15 04:23:00 +00:00
Jeffrey Altman
7f99e77c12 DEVEL15-windows-clean-eventlog-20071014
delete AFS_component_version_number.h in the lang subdirectory


(cherry picked from commit 707c164a6fb30dad05333c7346cc7d3970270445)
2007-10-15 04:19:52 +00:00
Jeffrey Altman
19f40b8202 DEVEL15-windows-pioctl-two-20071014
Two more locations where an intermediary path of length zero should
be ignored.


(cherry picked from commit 8a50a53fdf1ec2374bb5b68cfa42b6a3aa3ee84c)
2007-10-15 03:33:57 +00:00
Jeffrey Altman
d2e6937a56 DEVEL15-windows-pioctl-20071014
do not parse an intermediary path if the path length is 0


(cherry picked from commit 7504c664028a3df8bbf5ba682c8b39a8fc05aae2)
2007-10-14 06:55:07 +00:00
Derek Atkins
f59c3b0945 DEVEL15-rpm-kmodule-patch-20071012
install the openafs module in the kernel module area, in rpms


(cherry picked from commit b6cfa8d6c8e193edafc607a34e338cc62c386a51)
2007-10-12 05:30:41 +00:00
Marc Dionne
6d7fbe7070 DEVEL15-gcc42-integer-overflow-fix-20071007
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)
2007-10-11 18:46:37 +00:00
Derrick Brashear
c019453664 DEVEL15-macos-version-generation-20071011
make release time simpler


(cherry picked from commit e1b1f4655f537427369c996b22816b0e5426da82)
2007-10-11 18:27:35 +00:00
Simon Wilkinson
214b6f5e93 DEVEL15-rpm-files-update-20071011
updates for the specfile and rpm generation


(cherry picked from commit c4ad02b69aae927f1444f7386c040d48ee7abc17)
2007-10-11 17:40:39 +00:00
Jeffrey Altman
fef37449d1 DEVEL15-windows-freelance-pioctl-two-20071010
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)
2007-10-10 19:52:04 +00:00
Derrick Brashear
8f4c117a58 DEVEL15-darwin90-disk-cache-20071010
FIXES 43303

support disk cache in darwin90


(cherry picked from commit 63e1761b992e25fa305e6d621b31bd1113f5cbe7)
2007-10-10 18:40:30 +00:00