Commit Graph

4462 Commits

Author SHA1 Message Date
Simon Wilkinson
3e1646fed2 util-cleanup-20071031
kill the warnings in src/util
2007-10-31 12:36:33 +00:00
Simon Wilkinson
3f449eb48e openafs-bozo-varargs-20071031
convert bozo to be prototypable
2007-10-31 04:20:33 +00:00
Simon Wilkinson
855e644261 openafs-void-star-pointers-20071031
convert anonymous pointers from char* to void*
2007-10-31 04:05:27 +00:00
Simon Wilkinson
7d05bd439e openafs-string-header-cleanup-20071030
include only what we need
2007-10-30 15:10:37 +00:00
Simon Wilkinson
7fe8131c04 redhat-packaging-update-20071029
update rpm packaging stuff for what shipped in 1.4.5
2007-10-30 03:53:08 +00:00
Jim Rees
5a0dfa46f0 update-bsd-readme-20071026
Update build info for Open/FreeBSD.
2007-10-26 17:41:54 +00:00
Simon Wilkinson
1b3ecae23c redhat-fedora-build-driver-20071026
driver script for fedora builds
2007-10-26 17:20:22 +00:00
Derrick Brashear
2ced26c8ba redhat-spec-fix-hugemem-modpath-20071026
make this match other kernsls
2007-10-26 17:09:40 +00:00
Derrick Brashear
ed42d1f71a release-notes-1-4-5-20071025
release notes for 1.4.5
2007-10-25 06:19:17 +00:00
Jeffrey Altman
fb7595ad1d windows-aclent-remove-extraneous-code-20071024
Microsoft provided a dump showing cm_data.aclLRUEndp == NULL in
GetFreeACLEnt().  Couldn't find any reason why that would be true.
However, there is extraneous code that manipulates the value of
aclLRUEndp when it should be left to osi_QRemoveHT() to update
the pointer values.

Also add an additional explicit test for aclLRUEndp == NULL in
GetFreeACLEnt().
2007-10-25 05:47:23 +00:00
Derrick Brashear
511aed14e0 macos-installer-crap-20071025
put it back the way it was
2007-10-25 04:42:07 +00:00
Simon Wilkinson
d78b844133 linux-nfstrans-20071024
FIXES 75233

better track changes so we can build an nfstranslator module for new linux kernels
2007-10-24 16:44:26 +00:00
Dan Hyde
1d9ba682a5 cblater-bitmask-bug-20071024
FIXES 75304

add missing ()
2007-10-24 16:33:31 +00:00
Derrick Brashear
3973d82237 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
2007-10-24 06:40:12 +00:00
Chaskiel M Grundman
f814c8a963 finder-and-tiger-cp-deal-with-dropboxes-20071024
FIXES 69363

this way copying finishes
2007-10-24 06:25:46 +00:00
Jeffrey Altman
57b28bb8ee 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.
2007-10-24 04:49:07 +00:00
Mike Meffie
15f6e3170c afs-shutdown-free-resources-20071023
try hard to free resources
2007-10-23 23:36:06 +00:00
Derrick Brashear
3b3ccef28e darwin-uio-64-20071023
use the 64 bit awareness in the KPI
2007-10-23 18:37:58 +00:00
Jason Edgecombe
66a19a512e pod-man-fs-uuid-20071023
FIXES 75175

add man page for fs uuid
2007-10-23 17:59:16 +00:00
Derrick Brashear
4526c6a4f7 darwin-afsd-cleanup-power-notification-nicely-20071023
don't drop a core on shutdown
2007-10-23 15:28:22 +00:00
Derrick Brashear
79e51892fe vos-restore-check-doesnt-apply-to-pipes-20071023
as pointed out by hung pham
2007-10-23 15:19:07 +00:00
Derrick Brashear
6aaca73002 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.
2007-10-23 01:30:03 +00:00
Derrick Brashear
4456aa7739 change-default-probeint-for-rfc4787-20071022
an RFC compliant port mapping device guarantees less time than we previously probed.
2007-10-23 01:02:39 +00:00
Simon Wilkinson
d0285a2193 fssync-poll-interface-20071022
FIXES 74708

support a poll interface

otherwise, the fd setsize can screw with us
2007-10-22 18:29:28 +00:00
Simon Wilkinson
e25e21e909 cpp-avoid-cc-E-20071022
finding the right cpp is good. having it not be cc -E is better
2007-10-22 14:21:26 +00:00
Jeffrey Altman
fd1bf06004 windows-ntstatus-warnings-20071021
suppress warnings caused by multiple definitions of NTSTATUS values
2007-10-22 04:32:09 +00:00
Jeffrey Altman
f90153625e 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.
2007-10-22 04:27:14 +00:00
Jeffrey Altman
20cfc16e3d 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.
2007-10-20 04:58:40 +00:00
Arno Schuring
6122c757e1 cpp-autoconf-located-20071019
let autoconf find cpp
2007-10-20 01:20:51 +00:00
Derrick Brashear
7e752ba085 darwin80-dnlc-dont-return-deadvnodes-20071019
FIXES 41550

obvious. if we are going to be like GetVCache, we should
2007-10-19 21:37:15 +00:00
Jeffrey Altman
05ee11d315 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.
2007-10-19 05:25:39 +00:00
Jeffrey Altman
53baa78733 windows-pioctl-error-codes-20071018
add knowledge of new cm error codes
2007-10-18 23:06:35 +00:00
Jeffrey Altman
91855b82c7 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.
2007-10-18 06:27:40 +00:00
Jeffrey Altman
8598b81a69 windows-smb-20071018
refactoring, suppression of duplicate status value definition warnings,
and removal of old pattern matching code
2007-10-18 06:24:39 +00:00
Jeffrey Altman
deced1c932 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.
2007-10-18 06:20:08 +00:00
Derrick Brashear
930f1d7ad7 redhat-spec-require-bison-flex-20071018
require everything we need to build
2007-10-18 05:11:16 +00:00
Derrick Brashear
bc1cc5a65b redhat-packaging-updates-20071018
make the buildall script know centos and new fedora; make the spec file include it
2007-10-18 05:02:42 +00:00
Derrick Brashear
d8faa623f7 darwin-fsref-other-races-20071017
FIXES 41550

not clear this is exactly correct but testing seems to vet it.
2007-10-17 21:32:38 +00:00
Chaskiel M Grundman
49630f2957 darwin-finalizevnode-get-vnode-inside-lock-20071017
FIXES 41550

the ovp initialization should happen while we have the vnode locked, regardless.
2007-10-17 18:16:19 +00:00
Derrick Brashear
eac13cbb48 afs-shutdown-free-resources-20071017
try hard to free resources
2007-10-17 15:32:50 +00:00
Derrick Brashear
30193a043e darwin90-disk-cache-20071016
FIXES 43303

don't break memcache, also
2007-10-17 04:46:19 +00:00
Douglas Engert
62689b0134 translator-sysnamelist-bugfix-20071016
FIXES 74478

fix sysname list support bug when the list is empty
2007-10-16 22:55:38 +00:00
Jeffrey Altman
89c8d7e125 windows-fs-uuid-20071016
do not require afs client administrator access to display the current
Uuid value.
2007-10-16 18:24:31 +00:00
Jason Edgecombe
7b2fc6e8d5 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.
2007-10-16 18:18:28 +00:00
Jeffrey Altman
b8ecf28e22 restore-20071016
FIXES 74531

afs_com_err() was called without specifying the error code.
2007-10-16 17:55:10 +00:00
Derrick Brashear
38719a218c darwin-access-avoid-confusing-cp-20071015
FIXES 69363

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

"no means no. now go away"
2007-10-15 20:19:03 +00:00
Derrick Brashear
d66f71cc08 darwin-install-fstrace-catalog-20071015
fstrace needs the message catalog to be useful. install it.
2007-10-15 18:23:54 +00:00
Derrick Brashear
38a653ea0d redhat-spec-no-kdump-really-20071015
make really, really sure it's not there
2007-10-15 18:00:58 +00:00
Rainer Toebbicke
14e71a12b6 volser-return-extended-stats-to-callers-20071015
FIXES 74398

make sure when we roll over stats we return the new values
2007-10-15 15:13:42 +00:00
Jeffrey Altman
707c164a6f windows-clean-eventlog-20071014
delete AFS_component_version_number.h in the lang subdirectory
2007-10-15 04:18:30 +00:00