Commit Graph

4158 Commits

Author SHA1 Message Date
Jeffrey Altman
deb847316a DEVEL15-windows-version-20070517
1.5.2000.0 == 1.5.20
2007-05-17 17:12:52 +00:00
Arkadi Shishlov
31cee4f0ae DEVEL15-linux-sparc-arch-detection-20070517
FIXES 60288

use arch to figure out if we are sparc64


(cherry picked from commit 9352435f1c)
2007-05-17 07:51:27 +00:00
Derrick Brashear
4bbb0d3295 DEVEL15-linux-posix-lock-file-has-wait-arg-now-20070517
FIXES 58590

hopefully this works, i can't actually try it now


(cherry picked from commit 59eb3de5ea)
2007-05-17 07:36:42 +00:00
Rainer Toebbicke
e168323b55 DEVEL15-bucoord-dump-levels-20070517
FIXES 57246

dont use memory past what you've allocated


(cherry picked from commit 87a93241da)
2007-05-17 07:14:06 +00:00
Jeffrey Altman
10e4142c82 DEVEL15-windows-release-notes-20070516
updates to release notes for 1.5.20.
2007-05-16 23:37:08 +00:00
Lukas Hluze
fd05739e19 DEVEL15-libafs-common-placate-irix-make-20070516
FIXES 59153

irix make wants $@ to be $(@) inside other braces


(cherry picked from commit 5987e2923a)
2007-05-16 21:58:43 +00:00
Chaskiel M Grundman
abce1e5e1a DEVEL15-rx-ack-idle-comment-20070516
FIXES 60046

fix comment


(cherry picked from commit d143385ec6)
2007-05-16 21:49:56 +00:00
Chaskiel M Grundman
d88f6a70a7 DEVEL15-rx-tq-busy-20070516
FIXES 60046

abstract tq busy wait code


(cherry picked from commit 7a72e2445f)
2007-05-16 21:45:25 +00:00
Chaskiel M Grundman
e170715ecd DEVEL15-rx-send-req-ack-20070516
FIXES 60046

change reply code where appropriate


(cherry picked from commit a900fe3089)
2007-05-16 21:37:47 +00:00
Arkadi Shishlov
ba18a8244b DEVEL15-glibc24-jmp-buf-mangling-20070516
FIXES 60440

glibc 2.4 does jmp buf manging for "security"

whatever. deal.


(cherry picked from commit f550e3b3ff)
2007-05-16 21:22:30 +00:00
Marcus Watts
72eaa8d6fe DEVEL15-supergroup-cleanup-20070516
FIXES 60809

Problems fixed with this patch:
/1/ supergroup bug: when updating an entry in prdb, the logic in
pt_mywrite is supposed to unset flagged & found bitmap entries.
This failed on little-endian architecture machines.

/2/ warnings; a few fixes to eliminate some compiler noise.


(cherry picked from commit d608809c24)
2007-05-16 20:55:49 +00:00
Marcus Watts
c74b6b6a89 DEVEL15-ptserver-fix-bitmap-20070516
FIXES 60680

make sure bitmap code is correct else supergroups returns invalid answer

fix verify code to be correct on little endian hosts


(cherry picked from commit 62dc197541)
2007-05-16 20:44:12 +00:00
Jeffrey Altman
c17699da45 DEVEL15-windows-afsd-list-acl-only-dir-20070516
FIXES 60258

Do not return access denied when applying directory patches if the
user does not have read permission.  This is the case we want to
fake the directory entries for.  Also, make sure we set the directory
attribute on non-files so that the path can be accessed via the
Explorer Shell.


(cherry picked from commit 03e3b77553)
2007-05-16 16:55:16 +00:00
Jeffrey Altman
d0bd4c319f DEVEL15-windows-afsd-uninitialized-20070516
Do not use uninitialized variables in log messages

Do not dereference NULL pointers


(cherry picked from commit 82d2cc5b7f)
2007-05-16 16:51:05 +00:00
Jeffrey Altman
5a2e9b78a1 DEVEL15-windows-afsd-list-acl-only-dir-20070515
FIXES 60258

When the ACL on a directory is list only, attempts to read the status
of items in the directory will fail.  Therefore, it is pointless to try.
Instead, when we know the user ACL does not have read permission, we
should immediately lie about the status info.  That way we don't pound
the file server with requests that will produce an abort which in turn
will trigger force the file server to delay responses to the client.

This change has the added benefit that cached status info is no longer
leaked to callers that do not have appropriate permissions.

With this change the Explorer Shell is much more responsive.


(cherry picked from commit e02fa3e73b)
2007-05-16 04:44:44 +00:00
Jeffrey Altman
e1bfe6c97e DEVEL15-windows-aklog-20070515
FIXES 60938

do not copy an uninitialized field


(cherry picked from commit 60bbb56b54)
2007-05-16 04:34:58 +00:00
Jeffrey Altman
80af8e2ab7 DEVEL15-windows-fs-getcacheparms-20070515
fix output of cache parms now that they are 64-bit


(cherry picked from commit 11cec9e764)
2007-05-15 21:20:55 +00:00
Rainer Toebbicke
98c89db723 DEVEL15-namei-dont-randomly-full-salvage-20070514
FIXES 61300

trivial fix to clear forcep
(inode already does this)


(cherry picked from commit c78b4c61f7)
2007-05-14 22:43:43 +00:00
Chaskiel M Grundman
a5d011883c DEVEL15-getdcache-no-slowpass-enforcement-on-dynroot-20070514
don't enforce slowpass restriction on dynroot vcaches (and don't do unneeded work)

====================
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.
====================

oops, another change slipped in


(cherry picked from commit 1b1c0eda5a)
2007-05-14 22:37:51 +00:00
Frank Cusack
f38b5888ca DEVEL15-fix-partition-check-20070510
oops


(cherry picked from commit 08cbee9b2d)
2007-05-10 23:42:33 +00:00
Derrick Brashear
1faf824b6d DEVEL15-vos-namelen-for-dump-restore-is-stupid-20070509
fixes bug reported by stephen joyce which i am too lazy to go get the RT number of


(cherry picked from commit f2761c4163)
2007-05-10 01:16:57 +00:00
Russ Allbery
828cd22651 DEVEL15-up-preserve-dir-mtime-20070507
FIXES 34522

Set the mtime on newly created directories to match the original directory.


(cherry picked from commit 1d4d8f5c4f)
2007-05-07 18:24:34 +00:00
Asanka Herath
2a80a69318 DEVEL15-windows-netidmgr-20070505
Only automatically add configuration for cell foo.com if the realm
of the cell matches the realm of the identity


(cherry picked from commit 958bbb77bf)
2007-05-05 22:14:48 +00:00
Jeffrey Altman
a04acfe9be DEVEL15-windows-checkvols-freelance-20070504
do not flush mount point values for freelance volume


(cherry picked from commit c8a3a0ecf2)
2007-05-04 07:06:13 +00:00
Jeffrey Altman
e358ddef88 DEVEL15-windows-wix-shell-ext-20070503
When installing on 64-bit Windows we need to install the 32-bit and 64-bit
shell extensions under different HKCR keys.  Otherwise, only one of the
explorer versions will get an extension handler.


(cherry picked from commit 2b442dbddb)
2007-05-04 03:49:57 +00:00
Jeffrey Altman
deabf0f531 DEVEL15-windows-wix-beta-upgrades-20070503
This change is not as important for OpenAFS as it was for KFW as
OpenAFS does not issue betas with the same build numbers as final
releases.  However, for users of daily builds when build numbers
are not being incremented it will provide benefit.

We modify the upgrade rules to include the current version number
and then block the uninstall if the currently installed package
is the one that is being installed.

The change applies to both the regular installer and the 32-bit
tools for WOW64 environments.


(cherry picked from commit 9f508ce443)
2007-05-04 00:13:31 +00:00
Jeffrey Altman
58cadc0eb8 DEVEL15-windows-flush-mountpoints-20070502
When flushing volume location information also flush the mount point
data.  This change results in behavior that matchs the Unix client.


(cherry picked from commit d9946ba827)
2007-05-03 01:45:58 +00:00
Jeffrey Altman
a13c67008e DEVEL15-windows-wix-html-installgd-20070426
FIXES 59827

The wix installer creates the wrong directory name for the IBM Quick Guide
Remember to specify the LongName.


(cherry picked from commit 113ccb9963)
2007-04-26 19:45:16 +00:00
Asanka Herath
a14a06945e DEVEL15-windows-dropbox-fix-20070426
FIXES 60161

A dropbox is a directory with ACLs 'li' that permits a user to create
a new file but not be able to read other files within the same directory.

The 1.5 Windows clients have not been able to write to dropboxes since
the addition of the locking code.  The lock acquisition test assumed
that if the user did not have PRSFS_LOCK or PRSFS_WRITE that it would
be unable to obtain a lock.  It did not take into account the special
treatment of PRSFS_INSERT by the file server and so never bothered to
ask.

As it turns out though, the locking situation is more complex than one
might think.  If the server is 1.4.1 or earlier, it will not grant
any locks for users with INSERT.  The PRSFS_LOCK privilege is required.

For 1.4.2 through 1.4.4, write locks will be granted if the user has
PRSFS_INSERT but a read lock will not be granted unless the user has
PRSFS_LOCK.  Therefore, if the server advertises the WRITELOCKACL
capability bit if the read lock is not granted a write lock can be
attempted.

For 1.4.5 and 1.5.20 and above, the file server will grant read locks
if the user has PRSFS_WRITE or PRSFS_INSERT.  (Insert only applies if
the user is the creator of the file).

This patch handles all of the above possibilities.  In the pre-1.4.2
case a read-lock request will be faked locally.


(cherry picked from commit bfed93d7fc)
2007-04-26 19:08:00 +00:00
Derrick Brashear
767daed0b8 DEVEL15-rx-call-abort-release-refcount-20070425
don't leak a call ref when doing a call abort


(cherry picked from commit 92ecfdd675)
2007-04-25 20:48:51 +00:00
Jeffrey Altman
c798298fc7 DEVEL15-viced-write-perm-grants-read-lock-20070423
the permission to obtain a write-lock is granted either by having the
"w" permission or the "i" when owning the file.  The permission to obtain
a read-lock has been granted by having the "k" permission.  However it
makes no sense that someone can obtain a write-lock but not a read-lock.
This patch grants permission to obtain read-locks to those who can obtain
write-locks.


(cherry picked from commit bb61e1dc67)
2007-04-24 01:28:28 +00:00
Jeffrey Altman
95a4a16f18 DEVEL15-windows-wix-html-installgd-20070420
FIXES 59827

The wix installer creates the wrong directory name for the IBM Quick Guide


(cherry picked from commit c5c23b7bc4)
2007-04-20 12:02:25 +00:00
Derrick Brashear
8bce945783 DEVEL15-openafs-1-5-19-20070419
make 1.5.19
2007-04-19 05:04:29 +00:00
Christopher Allen Wing
607b35e6df DEVEL15-linux-symlink-handling-avoid-crash-20070418
Background: OpenAFS is vulnerable to crashing in the linux kernel symlink
code when running on kernel versions between 2.6.10 to 2.6.12.  This also
includes all RHEL4 kernels, because RHEL4 includes the code from 2.6.10. The
problem is that the symlink text caching API, page_follow_link() et al, is
unsuitable for network filesystems where the page cache may be invalidated
in parallel with a path lookup.

This crash can be triggered easily by doing a bunch of path lookups
involving symlinks (e.g., stat() on various files pointed to through links),
while simultaneously running 'fs flushvol' on the volume containing the
symlinks.

The simplest way to fix this problem is to disable the use of symlink text
caching when the kernel does not provide a usable symlink API.


(cherry picked from commit 2d18bd1777)
2007-04-18 19:19:59 +00:00
Chaskiel M Grundman
9adb2ba313 DEVEL15-vmalloc-no-glock-20070418
Based on Chris Wing's analysis which stated in part:
GFP_NOFS tells the allocator not to recurse back into the filesystem if it's
necessary to free up memory.  However, vmalloc() does not have such an
option.  Therefore, calling osi_Alloc() to request more than a page of
memory may end up recursing back into AFS to try to free unused inodes or
dentries.

In this case, what happened was that osi_Alloc() is called within an
AFS_GLOCK(); osi_Alloc() calls vmalloc() which tries to free dentry objects,
which then calls back into the AFS module.  Unfortunately, AFS_GLOCK() is
already held and we deadlock.


(cherry picked from commit 9943fe1fd7)
2007-04-18 19:02:47 +00:00
Jeffrey Altman
497dfd96e7 DEVEL15-windows-version-20070418
1.5.1900
2007-04-18 17:10:27 +00:00
Jeffrey Altman
7eb9a8aa97 DEVEL15-windows-notes-20070418
1.5.19
2007-04-18 17:08:29 +00:00
Jeffrey Altman
70687a8bc7 DEVEL15-windows-release-notes-20070417
1.5.19
2007-04-18 17:03:22 +00:00
Jeffrey Altman
6ec1255b06 DEVEL15-windows-afskfw-bluescreen-20070418
The afskfw library contains an unprotected call to krb5_free_context
which can result in krb5_free_context being called with a NULL pointer.
MIT's Kerberos libraries do not check that the pointer is non-NULL and
will attempt to use it as a valid pointer which will in turn result
in an invalid memory access error.

This library is used by afslogon.dll which is loaded by winlogon.exe.

If the krb5 profile is invalid, the krb5_init_context call will fail
to allocate a krb5_context structure which can then result in
krb5_free_context being called with a NULL pointer.

An unhandled exception within winlogon.exe will cause a blue screen event
on Windows 2000, XP and 2003.


(cherry picked from commit 85a23a70c7)
2007-04-18 16:59:35 +00:00
Jeffrey Altman
ee08ebed1a DEVEL15-windows-afslogon-station-name-20070416
Use case insensitive comparisons for the station name.  Otherwise, we
will fail to notice that the logon is interactive on Vista.


(cherry picked from commit a82252fcc8)
2007-04-17 05:04:36 +00:00
Jeffrey Altman
f97420e870 DEVEL15-windows-kfw-krb5_init_context-20070416
If krb5_init_context() fails make sure that no further krb5 calls
are performed.

krb5_init_context() will fail if the krb5.ini file is damaged.


(cherry picked from commit c810b46e9e)
2007-04-17 01:11:29 +00:00
Jeffrey Altman
7761fb408c DEVEL15-windows-temp-path-20070416
Use GetTempPath() instead of testing environment variables ourselves.


(cherry picked from commit 44ca92226a)
2007-04-17 01:06:25 +00:00
Jeffrey Altman
8a24a4e59d DEVEL15-windows-vioc-path-availability-20070414
add a new Windows only pioctl VIOC_PATH_AVAILABILITY that is used
to query the server status for a specified path.  Return values
include:
  online
  offline
  all busy
  all down
  not afs


(cherry picked from commit 5bc88af797)
2007-04-14 19:49:36 +00:00
Jeffrey Altman
ae6709125b DEVEL15-windows-netidmgr-provider-20070412
do not use ellipsis for actions that do not need additional data to
complete.

"Help for OpenAFS plugin" -> "AFS" since its on the Help menu already


(cherry picked from commit fb5b0dcce6)
2007-04-12 15:13:48 +00:00
Jeffrey Altman
bab05cedab DEVEL15-windows-netidmgr-afs-provider-20070410
when using krb524 with a cross-realm service ticket the resulting krb4
cred will not contain the user's realm as there is only one realm field.


(cherry picked from commit 5bcd5ab54d)
2007-04-10 23:09:18 +00:00
Derrick Brashear
b6ba98c7cd DEVEL15-comerr-rename-20070410
nag nag nag


(cherry picked from commit e0fa8ff72f)
2007-04-10 19:49:17 +00:00
Jeffrey Altman
19ee7f4bd5 DEVEL15-windows-netidmgr-plugin-20070407
protect against pr_CreateUser modifying the username buffer.


(cherry picked from commit fece50be72)
2007-04-08 03:41:10 +00:00
Jeffrey Altman
d442816c3e DEVEL15-windows-afslogon-20070406
Fix eventlog reporting.  Do not attempt to log an event if the event
source registration fails.  Use DebugEvent0 instead of DebugEvent
when there are no parameters.

Modify the LOOKUPKEYCHAIN macro to recognize ERROR_MORE_DATA errors.

Fix the reading of Domain specific configuration for LogonScript and
TheseCells.  Previously the dwSize value was being overwritten so that
subsequent RegQueryValueEx call would fail.

Fix a memory leak in the TheseCells reading code.

Add support for Domain specific "Realm" specification.  The realm is
the realm to be appended to the username.  When logging in as a domain
or to the local machine, the specified "Domain" name is not going to be
a valid realm name.

Construct a proper principal name based upon the domain specified realm
for use in obtaining tokens with KFW.

If the domain specified "TheseCells" list includes the default cell,
do not obtain tokens twice.


(cherry picked from commit a47faf3eea)
2007-04-06 17:56:53 +00:00
Jeffrey Altman
a33aade7af DEVEL15-windows-aklog-20070404
FIXES 58164

correct for the fact that pr_CreateUser tampers with the contents
of the username input buffer.


(cherry picked from commit bbbf3ee9ff)
2007-04-04 21:26:10 +00:00
Derrick Brashear
be800ebdb0 DEVEL15-openafs-1-5-18-20070403
make openafs 1.5.18
2007-04-03 20:46:20 +00:00