4188 Commits

Author SHA1 Message Date
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 f2761c416320a3ff2bb0af4298ca95b8ecb04211)
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 1d4d8f5c4f125707fc6af432024d99e2672cadab)
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 958bbb77bfbfc100031850b6fd7836658c35912a)
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 c8a3a0ecf210a7475f38267952ad8c96f27c08d2)
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 2b442dbddb5d44f4b7e08eb04ae277c24a5e8964)
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 9f508ce443f1ef2103fbb74c6a094aef3aa96e86)
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 d9946ba827b7099848dfe659f0eaf10167e9413b)
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 113ccb9963be8ccd602520b4987f2cc0a5f52b51)
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 bfed93d7fce113690c20e1cad102c8b23c0aa17f)
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 92ecfdd675e8a851c7f0f19e5359362fa00c1c8f)
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 bb61e1dc678ea28132c195438fc1f157fa580cd1)
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 c5c23b7bc4544af2c1204622cd67b835b27bcdab)
2007-04-20 12:02:25 +00:00
Derrick Brashear
8bce945783 DEVEL15-openafs-1-5-19-20070419
make 1.5.19
openafs-devel-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 2d18bd1777b8d18a3b855685928dcdafcbe609b8)
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 9943fe1fd71fc29331dcac7cd6a51bd37f307876)
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 85a23a70c783364e039f2a1b402ba718c1fc34a5)
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 a82252fcc80a70d900ab7446fe84a10a467d749d)
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 c810b46e9eda0cf626499a1a3c72bb53ce0d81d6)
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 44ca92226ae8e780b6c6134c83b08b3c8c266c95)
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 5bc88af797eeb8db631e6ad8e9d56d39a687dd96)
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 fb5b0dcce6874464c1021842ac1b48f4578ac105)
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 5bcd5ab54d2e76dc9b253fda6ea6b6bb4dfe87f0)
2007-04-10 23:09:18 +00:00
Derrick Brashear
b6ba98c7cd DEVEL15-comerr-rename-20070410
nag nag nag


(cherry picked from commit e0fa8ff72fb4f50a4f8e48b8f18d6846c7f5e4f6)
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 fece50be72ebb182d10faaa0de5179eb4ff786b3)
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 a47faf3eea14931fc5edf2d90550729dc78322df)
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 bbbf3ee9ffe7b4da314285509ae8e0b6f4e70c8e)
2007-04-04 21:26:10 +00:00
Derrick Brashear
be800ebdb0 DEVEL15-openafs-1-5-18-20070403
make openafs 1.5.18
openafs-devel-1_5_18
2007-04-03 20:46:20 +00:00
Peter Breitenlohner
7ab4dc92e8 DEVEL15-move-tasklist-lock-extern-outside-func-20070403
FIXES 53441

make tasklist-lock extern with pragma weak possibly work right


(cherry picked from commit 9c592530b18144ffbd91283fcd9690a9680c6cd9)
2007-04-03 19:54:15 +00:00
Jeffrey Altman
6fb94bc615 DEVEL15-windows-vista-sdk-ntsecapi-compat-20070403
There is no way to replace FOO with the value of BAR in cpp.


(cherry picked from commit c7c7242e78fd5035572b7d4f2071bf105190826c)
2007-04-03 15:50:40 +00:00
Jeffrey Altman
db221d60e3 DEVEL15-windows-libadmin-vos-registry-20070403
Move the session data from TransarcCorporation to OpenAFS.


(cherry picked from commit 644cd83dbdd8203e6792f3a03aabb52efefa12d5)
2007-04-03 14:34:52 +00:00
Jeffrey Altman
e9973ca2f5 DEVEL15-rx-dpf-20070403
The function rx_MakeCall was at some point renamed to rx_NewCall
but the dpf output was never changed.

Add a dpf entry for rxi_ResetCall.


(cherry picked from commit 125d9f877d72843e4b1c2b99ec671bf75cef35fc)
2007-04-03 14:31:34 +00:00
Jeffrey Altman
98101ad73a DEVEL15-windows-version-20070403
1.5.1800 == 1.5.18
2007-04-03 14:25:42 +00:00
Jeffrey Altman
f74fb0b12a DEVEL15-windows-release-notes-20070402
1.5.18
2007-04-03 14:15:04 +00:00
Jeffrey Altman
a2916b2e9d DEVEL15-windows-notes-20070403
1.5.18
2007-04-03 14:08:35 +00:00
Jeffrey Altman
e54e5eb489 DEVEL15-windows-vista-sdk-ntsecapi-compat-20070402
fix inclusion of ntsecapi.h in network identity manager plug-in


(cherry picked from commit fbcafac2f6f58dfd55af8f9f54c856b2d31ecd2a)
2007-04-03 06:41:24 +00:00
Jeffrey Altman
564a7695a5 DEVEL15-windows-afslogon-20070402
restore token acquisition for non-interactive logons.


(cherry picked from commit 26b381dc17a7705af8b9d1ba1d26d1188ae649ed)
2007-04-03 05:33:20 +00:00
Jeffrey Altman
3a92f22749 DEVEL15-windows-nim-plugin-20070331
correct a NULL pointer de-reference introduced in
windows-nim-plugin-20070328


(cherry picked from commit 20890b4e2edb6d1803148493e0f83d44c4e8a8d6)
2007-03-31 13:53:49 +00:00
Jeffrey Altman
a2edea90c5 DEVEL15-windows-afslogon-20070328
There are two serious problems with integrated logon:

(1) openafs afslogon.dll obtains Kerberos v5 tickets and then forwards them
    into the logon session.  This was done because MIT KFW did not have
    such functionality.   As of KFW 3.1, KFW does, so we are removing it.

    the functionality worked by copying the credentials to a FILE ccache
    and then using the Logon Event Handler to move the credentials into
    an API ccache and delete the temporary file.  For non-interactive
    logons the Logon Event handlers do not get triggered.  Neither do
    LogonScripts get executed.  As a side effect, for each logon a
    credential cache file was left behind.

(2) when combined with non-interactive logons, there are some very bad
    side effects if a network provider performs Kerberos v5 operations.
    Each logon occurs in a new logon session and will spawn a private
    copy of krbcc32s.exe.

    As a result, integrated logon is being disabled for non-interactive
    logons.


(cherry picked from commit 934f76fb185ee5e162aee3bc9f5711079bbbca5b)
2007-03-28 23:30:44 +00:00
Jeffrey Altman
f010b92644 DEVEL15-windows-nim-plugin-20070328
if the service ticket in the cache is expired, delete it from the cache


(cherry picked from commit 60e5fc151ea0af4aa85a174ede774c949983962b)
2007-03-28 23:19:57 +00:00
Neale Ferguson
472d2f9166 DEVEL15-s390x-syscall-patch-fix-20070326
make s390x syscall table patching work correctly


(cherry picked from commit 74e22e219036ca2c42182b1356371daa07ae6494)
2007-03-27 04:23:41 +00:00
Jeffrey Altman
3031a7ca2e DEVEL15-windows-vista-sdk-ntsecapi-compat-20070324
When loading the Vista SDK ntsecapi.h we must set _WIN32_WINNT
to 0x0501 or greater


(cherry picked from commit a6cb25c5d34db370e73d5e0044eaa88cf291228a)
2007-03-24 05:03:11 +00:00
Jeffrey Altman
b72da57545 DEVEL15-windows-fs-whereis-freelance-20070324
do not assert on the lack of a cell when calling fs whereis on the
freelance volume.  return CM_ERROR_NOCELL instead.


(cherry picked from commit 48cd8daff8c8bd384a6583bab07e1d84ae461efd)
2007-03-24 05:00:39 +00:00
Derrick Brashear
ceb63dece0 DEVEL15-tvolser-locking-updates-20070322
rework locking in tvolser slightly to avoid potential transaction leak


(cherry picked from commit 1c9ede0bcf892ccc3b9b5cae819c7d94b0407b38)
2007-03-22 15:59:52 +00:00
Chas Williams
d22e73bb55 DEVEL15-darwin-remunlink-20070320
FIXES 55280

make reumlink work the way it's supposed to


(cherry picked from commit c2fb9440f3d3f80c452590b40f7bd8ecdb13edfe)
2007-03-20 19:31:06 +00:00
Douglas Engert
b00b8278fd DEVEL15-nfs-gc-fix-20070320
FIXES 56459

avoid issue with nfs gc handler and mismatched types


(cherry picked from commit ff81d7e77a4a302224dbb0f0c6b960ded42cafbe)
2007-03-20 19:21:52 +00:00
Robert Banz
4d50637ef8 DEVEL15-namei-allow-zfs-20070320
don't force AlwaysAttach on ZFS in namei


(cherry picked from commit af0a976f1151f7ca7642013357d1dcc7267c6457)
2007-03-20 19:00:43 +00:00
Chaskiel M Grundman
ebc01a3beb DEVEL15-linux-task-pointer-safety-20070320
hold applicable locks while futzing with task list


(cherry picked from commit 29951ff73ccc82746f8f842131a76e30b47d5310)
2007-03-20 18:47:22 +00:00