openafs.git
16 years agoka-forwarder-licensing-20070508
Russ Allbery [Tue, 8 May 2007 23:49:44 +0000]
ka-forwarder-licensing-20070508

ka-forwarder is under a different copyright not previously covered, so
embed the actual licensing in the source rather than referring to a file
that doesn't exist and add the relevant information to the LICENSE files.

16 years agoquickstart-pam-docs-20070507
Russ Allbery [Mon, 7 May 2007 20:16:02 +0000]
quickstart-pam-docs-20070507

Flesh out the PAM installation documentation for Linux and Solaris (and a
bit of reformatting in the HP-UX section).

16 years agoup-preserve-dir-mtime-20070507
Russ Allbery [Mon, 7 May 2007 18:17:42 +0000]
up-preserve-dir-mtime-20070507

FIXES 34522

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

16 years agowindows-netidmgr-20070505
Asanka Herath [Sat, 5 May 2007 22:13:20 +0000]
windows-netidmgr-20070505

Only automatically add configuration for cell foo.com if the realm
of the cell matches the realm of the identity

16 years agowindows-checkvols-freelance-20070504
Jeffrey Altman [Fri, 4 May 2007 07:05:05 +0000]
windows-checkvols-freelance-20070504

do not flush mount point values for freelance volume

16 years agowindows-wix-shell-ext-20070503
Jeffrey Altman [Fri, 4 May 2007 03:49:06 +0000]
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.

16 years agowindows-wix-beta-upgrades-20070503
Jeffrey Altman [Fri, 4 May 2007 00:12:15 +0000]
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.

16 years agowindows-flush-mountpoints-20070502
Jeffrey Altman [Thu, 3 May 2007 01:44:50 +0000]
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.

16 years agowindows-wix-html-installgd-20070426
Jeffrey Altman [Thu, 26 Apr 2007 19:44:18 +0000]
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.

16 years agowindows-dropbox-fix-20070426
Asanka Herath [Thu, 26 Apr 2007 19:06:44 +0000]
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.

16 years agorx-call-abort-release-refcount-20070425
Derrick Brashear [Wed, 25 Apr 2007 20:47:13 +0000]
rx-call-abort-release-refcount-20070425

don't leak a call ref when doing a call abort

16 years agoquickstart-solaris-pam-20070423
Derrick Brashear [Tue, 24 Apr 2007 04:48:04 +0000]
quickstart-solaris-pam-20070423

this actually needs more fleshing out but it's at least a pointer

16 years agoquickstart-obsolete-appendices-20070423
Simon Wilkinson [Tue, 24 Apr 2007 04:37:52 +0000]
quickstart-obsolete-appendices-20070423

FIXES 60137

commit updates to the docs for obsolete stuff

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

also the appendix file

16 years agoviced-write-perm-grants-read-lock-20070423
Jeffrey Altman [Tue, 24 Apr 2007 01:27:30 +0000]
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.

17 years agowindows-wix-html-installgd-20070420
Jeffrey Altman [Fri, 20 Apr 2007 11:58:22 +0000]
windows-wix-html-installgd-20070420

FIXES 59827

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

17 years agolinux-symlink-handling-avoid-crash-20070418
Christopher Allen Wing [Wed, 18 Apr 2007 19:18:35 +0000]
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.

17 years agovmalloc-no-glock-20070418
Chaskiel M Grundman [Wed, 18 Apr 2007 19:01:31 +0000]
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.

17 years agowindows-afskfw-bluescreen-20070418
Jeffrey Altman [Wed, 18 Apr 2007 16:57:05 +0000]
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.

17 years agowindows-afslogon-station-name-20070416
Jeffrey Altman [Tue, 17 Apr 2007 05:03:39 +0000]
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.

17 years agowindows-kfw-krb5_init_context-20070416
Jeffrey Altman [Tue, 17 Apr 2007 01:10:28 +0000]
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.

17 years agowindows-temp-path-20070416
Jeffrey Altman [Tue, 17 Apr 2007 01:04:47 +0000]
windows-temp-path-20070416

Use GetTempPath() instead of testing environment variables ourselves.

17 years agowindows-vioc-path-availability-20070414
Jeffrey Altman [Sat, 14 Apr 2007 19:46:22 +0000]
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

17 years agowindows-netidmgr-provider-20070412
Jeffrey Altman [Thu, 12 Apr 2007 15:12:36 +0000]
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

17 years agoquickstart-update-20070410
Simon Wilkinson [Wed, 11 Apr 2007 03:14:33 +0000]
quickstart-update-20070410

FIXES 58896

update quickstart guide with new information

17 years agowindows-netidmgr-afs-provider-20070410
Jeffrey Altman [Tue, 10 Apr 2007 23:08:11 +0000]
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.

17 years agocomerr-rename-two-20070410
Jeffrey Altman [Tue, 10 Apr 2007 23:06:02 +0000]
comerr-rename-two-20070410

fix afsrpc.def add_to_error_table

17 years agodoc-README-20070410
Jim Rees [Tue, 10 Apr 2007 20:52:30 +0000]
doc-README-20070410

I didn't actually write this, just cribbed it from the openafs-info mailing
list.

17 years agocomerr-rename-20070410
Derrick Brashear [Tue, 10 Apr 2007 19:58:13 +0000]
comerr-rename-20070410

nag nag nag

17 years agowindows-netidmgr-plugin-20070407
Jeffrey Altman [Sun, 8 Apr 2007 03:39:52 +0000]
windows-netidmgr-plugin-20070407

protect against pr_CreateUser modifying the username buffer.

17 years agowindows-afslogon-20070406
Jeffrey Altman [Fri, 6 Apr 2007 17:55:35 +0000]
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.

17 years agowindows-aklog-20070404
Jeffrey Altman [Wed, 4 Apr 2007 21:24:48 +0000]
windows-aklog-20070404

FIXES 58164

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

17 years agomove-tasklist-lock-extern-outside-func-20070403
Peter Breitenlohner [Tue, 3 Apr 2007 19:52:44 +0000]
move-tasklist-lock-extern-outside-func-20070403

FIXES 53441

make tasklist-lock extern with pragma weak possibly work right

17 years agowindows-vista-sdk-ntsecapi-compat-20070403
Jeffrey Altman [Tue, 3 Apr 2007 15:48:37 +0000]
windows-vista-sdk-ntsecapi-compat-20070403

There is no way to replace FOO with the value of BAR in cpp.

17 years agowindows-libadmin-vos-registry-20070403
Jeffrey Altman [Tue, 3 Apr 2007 14:34:19 +0000]
windows-libadmin-vos-registry-20070403

Move the session data from TransarcCorporation to OpenAFS.

17 years agorx-dpf-20070403
Jeffrey Altman [Tue, 3 Apr 2007 14:30:25 +0000]
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.

17 years agowindows-vista-sdk-ntsecapi-compat-20070402
Jeffrey Altman [Tue, 3 Apr 2007 06:40:27 +0000]
windows-vista-sdk-ntsecapi-compat-20070402

fix inclusion of ntsecapi.h in network identity manager plug-in

17 years agowindows-afslogon-20070402
Jeffrey Altman [Tue, 3 Apr 2007 05:32:03 +0000]
windows-afslogon-20070402

restore token acquisition for non-interactive logons.

17 years agowindows-nim-plugin-20070331
Jeffrey Altman [Sat, 31 Mar 2007 13:52:17 +0000]
windows-nim-plugin-20070331

correct a NULL pointer de-reference introduced in
windows-nim-plugin-20070328

17 years agowindows-afslogon-20070328
Jeffrey Altman [Wed, 28 Mar 2007 23:29:49 +0000]
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.

17 years agowindows-nim-plugin-20070328
Jeffrey Altman [Wed, 28 Mar 2007 23:18:41 +0000]
windows-nim-plugin-20070328

if the service ticket in the cache is expired, delete it from the cache

17 years agos390x-syscall-patch-fix-20070326
Neale Ferguson [Tue, 27 Mar 2007 04:21:09 +0000]
s390x-syscall-patch-fix-20070326

make s390x syscall table patching work correctly

17 years agowindows-vista-sdk-ntsecapi-compat-20070324
Jeffrey Altman [Sat, 24 Mar 2007 05:02:16 +0000]
windows-vista-sdk-ntsecapi-compat-20070324

When loading the Vista SDK ntsecapi.h we must set _WIN32_WINNT
to 0x0501 or greater

17 years agowindows-fs-whereis-freelance-20070324
Jeffrey Altman [Sat, 24 Mar 2007 04:59:13 +0000]
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.

17 years agotvolser-locking-updates-20070322
Derrick Brashear [Thu, 22 Mar 2007 15:58:45 +0000]
tvolser-locking-updates-20070322

rework locking in tvolser slightly to avoid potential transaction leak

17 years agodarwin-remunlink-20070320
Chas Williams [Tue, 20 Mar 2007 19:29:41 +0000]
darwin-remunlink-20070320

FIXES 55280

make reumlink work the way it's supposed to

17 years agonfs-gc-fix-20070320
Douglas Engert [Tue, 20 Mar 2007 19:20:24 +0000]
nfs-gc-fix-20070320

FIXES 56459

avoid issue with nfs gc handler and mismatched types

17 years agonamei-allow-zfs-20070320
Robert Banz [Tue, 20 Mar 2007 18:59:22 +0000]
namei-allow-zfs-20070320

don't force AlwaysAttach on ZFS in namei

17 years agolinux-task-pointer-safety-20070320
Chaskiel M Grundman [Tue, 20 Mar 2007 18:45:58 +0000]
linux-task-pointer-safety-20070320

hold applicable locks while futzing with task list

17 years agokeyring-pag-finduser-requires-glock-20070320
Chaskiel M Grundman [Tue, 20 Mar 2007 18:41:02 +0000]
keyring-pag-finduser-requires-glock-20070320

identical to the fix from chas@cmf.nrl.navy.mil

17 years agono-default-setuid-20070319
Derrick Brashear [Tue, 20 Mar 2007 01:13:06 +0000]
no-default-setuid-20070319

FIXES 54713

disable default setuid for localcell

17 years agowindows-var-renaming-20070319
Jeffrey Altman [Mon, 19 Mar 2007 13:44:41 +0000]
windows-var-renaming-20070319

give rx call variables a distinct name from cm call variables
in order to avoid confusion

17 years agoobsd-kernel-opts-20070317
Jim Rees [Sat, 17 Mar 2007 18:20:15 +0000]
obsd-kernel-opts-20070317

adjust module compile opts (KOPTS) to better match those of the kernel

17 years agowindows-afsd-nat-handling-20070310
Jeffrey Altman [Sat, 10 Mar 2007 15:48:01 +0000]
windows-afsd-nat-handling-20070310

Improve cache manager performance behind NATs:

 * drop cm_daemonCheckUpInterval from 10 minutes to 4 minutes to bring
   it under the minimum recommended default port mapping idle timeout
   value for NATs

 * when a timeout on an rx connection occurs, retry the request once
   after forcing a new rx connection.  If there was a NAT and the port
   mapping changed, the server would respond to the original addr:port
   associated with the rx connection.  Forcing a new connection will
   allow the request to be responded to if the server is accessible.

   This should eliminate the UP-DOWN-UP-DOWN bouncing that user's have
   seen when working from behind a NAT.

17 years agowindows-registry-20070310
Jeffrey Altman [Sat, 10 Mar 2007 14:25:00 +0000]
windows-registry-20070310

move the AFS Server Manager and AFS Account Manager data cache from
the TransarcCorporation key to the OpenAFS key.  The data formats are
not compatible between the two versions and we don't want to be forced
to erase data if users switch back and forth between the two products
during OpenAFS evaluation.

17 years agojava-lock-fix-200702310
Derrick Brashear [Sat, 10 Mar 2007 07:11:09 +0000]
java-lock-fix-200702310

make it portable. ugh.

17 years agocellservdb-20070309
Jeffrey Hutzelman [Sat, 10 Mar 2007 04:52:04 +0000]
cellservdb-20070309

17 years agowindows-afsd-remove-generated-file-20070308
Jeffrey Altman [Thu, 8 Mar 2007 17:44:13 +0000]
windows-afsd-remove-generated-file-20070308

afsd_eventmessages.rc is a generated file.  Don't maintain in cvs.

17 years agoaf-byteorder-bis-20070307
Jim Rees [Wed, 7 Mar 2007 21:42:20 +0000]
af-byteorder-bis-20070307

everyone wants AF in host order

17 years agowindows-plug-n-play-network-fix-20070307
Jeffrey Altman [Wed, 7 Mar 2007 18:13:25 +0000]
windows-plug-n-play-network-fix-20070307

Move the detection of which LAN adapter to use from smb_Init to
smb_NetbiosInit so that it is executed after the service is resumed
via a power management event.  Otherwise, when the network comes back
up the service attempts to bind to all LAN adapters instead of just
the loopback or the configured one.

17 years agoaf-byteorder-20070307
Jim Rees [Wed, 7 Mar 2007 17:00:57 +0000]
af-byteorder-20070307

bsd wants AF in host order

17 years agowindows-fs-checkserver-20070302
Jeffrey Altman [Sat, 3 Mar 2007 01:29:11 +0000]
windows-fs-checkserver-20070302

FIXES 55234

The "fs checkservers" command when not being used to change the check
interval should not require admin privilege.

17 years agowindows-partially-restore-find-lana-by-name-20070227
Jeffrey Altman [Wed, 28 Feb 2007 00:38:04 +0000]
windows-partially-restore-find-lana-by-name-20070227

find lana by name is used by the afs control panel to populate the
lana list box.  don't use the function to find by name.  just use
it to generate the list of all lana names.

17 years agowindows-afsd-no-krb_h-20070226
Jeffrey Altman [Tue, 27 Feb 2007 01:30:39 +0000]
windows-afsd-no-krb_h-20070226

Don't include krb.h when we don't use it for anything

17 years agoforcenewconns-even-with-one-interface-20070226
Chaskiel M Grundman [Mon, 26 Feb 2007 22:13:33 +0000]
forcenewconns-even-with-one-interface-20070226

otherwise we don't discard vlserver connections when a server is "down"

17 years agouae-etoomanyrefs-avoid-dup-20070222
Derrick Brashear [Mon, 26 Feb 2007 18:48:22 +0000]
uae-etoomanyrefs-avoid-dup-20070222

when ETOOMANYREFS is EIO don't rewrite the EIO slot with UAETOOMANYREFS

17 years agoconditionalize-tasklist-lock-20070226
Stephan Wiesand [Mon, 26 Feb 2007 17:55:55 +0000]
conditionalize-tasklist-lock-20070226

FIXES 54922

make rx_knet use tasklist_lock conditionally also

17 years agoupdate-tasklist-lock-test-20070226
Stephan Wiesand [Mon, 26 Feb 2007 17:50:37 +0000]
update-tasklist-lock-test-20070226

FIXES 54916

make the tasklist lock test actually detect GPL stupidity

17 years agomd5-inum-round-down-20070223
Derrick Brashear [Fri, 23 Feb 2007 00:42:46 +0000]
md5-inum-round-down-20070223

make our computed md5-style inode numbers be actually 32 bit

17 years agolinux-2621-20070222
Marc Dionne [Thu, 22 Feb 2007 21:46:13 +0000]
linux-2621-20070222

FIXES 54645

configure support for new sysctl api

17 years agolinux-unlink-avoid-infrequent-leak-20070222
Rainer Toebbicke [Thu, 22 Feb 2007 21:40:11 +0000]
linux-unlink-avoid-infrequent-leak-20070222

FIXES 54689

avoid minor leak

17 years agolinux-lookup-crfree-20070220
Kevin Hildebrand [Tue, 20 Feb 2007 18:03:26 +0000]
linux-lookup-crfree-20070220

FIXES 54549

add missing crfree to avoid leak

17 years agowindows-afs3-directory-format-20070219
Jeffrey Altman [Tue, 20 Feb 2007 03:13:41 +0000]
windows-afs3-directory-format-20070219

correct the documentation of the directory format in the headers

17 years agoremove-find-lana-by-name-20070219
Jeffrey Altman [Tue, 20 Feb 2007 03:06:05 +0000]
remove-find-lana-by-name-20070219

Remove the find lana by name functionality.  It is crucial that the
name computed by the afs service can also be computed by the pioctl
function executed by generic end users without privilege.  Unfortunately,
the undocumented functions used to implement find lana by name require
access to registry keys that a generic user cannot read.

17 years agowindows-netidmgr-help-registration-20070215
Asanka Herath [Thu, 15 Feb 2007 21:51:00 +0000]
windows-netidmgr-help-registration-20070215

In preparation for KFW 3.2, add conditional help registration.
When used with a version of NetIdMgr that supports the functionality
the OpenAFS plug-in will register its HtmlHelp on the NetIdMgr Help
menu.

17 years agowindows-move-rxdebug-20070215
Jeffrey Altman [Thu, 15 Feb 2007 18:09:36 +0000]
windows-move-rxdebug-20070215

back in 2001 rxdebug was moved from src/rx to src/rxdebug for Unix
but not for Windows.  Move it for Windows as well.

17 years agorxdebug-backoff-20070215
Jeffrey Hutzelman [Thu, 15 Feb 2007 17:11:09 +0000]
rxdebug-backoff-20070215

make rxdebug be less aggressive when retransmitting

17 years agorx-rxdebug-long-option-20070215
Jeffrey Altman [Thu, 15 Feb 2007 11:47:24 +0000]
rx-rxdebug-long-option-20070215

add the -long option from src/rxdebug/rxdebug.c to src/rx/rdebug.c

17 years agowindows-rmdir-not-empty-error-code-20070215
Jeffrey Altman [Thu, 15 Feb 2007 05:59:14 +0000]
windows-rmdir-not-empty-error-code-20070215

Ensure that removing a directory containing existing files returns
the correct error to the caller.

17 years agojava-locking-redux-20070214
Adam Megacz [Thu, 15 Feb 2007 00:33:39 +0000]
java-locking-redux-20070214

change the -1 len check for java locks slightly

17 years agodarwin-missing-dropnames-20070214
Chaskiel M Grundman [Thu, 15 Feb 2007 00:27:09 +0000]
darwin-missing-dropnames-20070214

for correctness, not to fix anything which has yet been observed

17 years agolibafsdep-correction-20070214
Jeffrey Hutzelman [Wed, 14 Feb 2007 23:55:09 +0000]
libafsdep-correction-20070214

FIXES 53441

apply the rest of the patch

17 years agoosi-probe-harder-20070213
Jeffrey Hutzelman [Tue, 13 Feb 2007 22:54:00 +0000]
osi-probe-harder-20070213

2.6.16 i386 didn't probe successfully before in at least one case

17 years agoamd64-syscall-probe-20070212
Derrick Brashear [Tue, 13 Feb 2007 18:39:34 +0000]
amd64-syscall-probe-20070212

FIXES 53441

based on suggested change from cg2v@andrew.cmu.edu
tasklist_lock not being exported makes this useless otherwise
S: ----------------------------------------------------------------------

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

based on suggested change from cg2v@andrew.cmu.edu
tasklist_lock not being exported makes this useless otherwise

17 years agowindows-afsd-symlink-to-dot-20070213
Jeffrey Altman [Tue, 13 Feb 2007 05:45:47 +0000]
windows-afsd-symlink-to-dot-20070213

FIXES 53878

When parsing a path containing a symlink to ".", do not short circuit
the evaluation.  Allow cm_Lookup to do its job.  Its slower but correct.

17 years agowindows-netidmgr-20070212
Jeffrey Altman [Tue, 13 Feb 2007 03:48:27 +0000]
windows-netidmgr-20070212

combo boxes should drop down.

17 years agowindows-unused-vars-20070212
Jeffrey Altman [Tue, 13 Feb 2007 03:07:55 +0000]
windows-unused-vars-20070212

remove unused vars

17 years agolock-mask-64bit-negative-1-for-java-20070212
Adam Megacz [Tue, 13 Feb 2007 01:33:20 +0000]
lock-mask-64bit-negative-1-for-java-20070212

java sends a 64 bit long -1... which isn't going to be useful most of the time

17 years agoaklog-krb5-referrals-compat-20070210
Jeffrey Altman [Sat, 10 Feb 2007 13:56:11 +0000]
aklog-krb5-referrals-compat-20070210

MIT Kerberos version 5 release 1.6 adds support for referrals in the
client.  As a result krb5_get_host_realm() returns the nul-string for
the realm whenever there is no local domain-realm mapping in the
profile.

aklog must now manually perform the fallback to using the domain of
the vlserver as basis for the realm name if referrals fail.

17 years agowindows-smb-file-lock-20070209
Asanka Herath [Sat, 10 Feb 2007 00:00:01 +0000]
windows-smb-file-lock-20070209

When processing exclusive locks for files that were opened read-only,
obtain a read-lock instead of a write-lock.

In NTCreateX, if the file is being opened as OPEN_ALWAYS and the file
already exists, do not require write permission

17 years agowindows-access-check-20070209
Jeffrey Altman [Fri, 9 Feb 2007 23:53:11 +0000]
windows-access-check-20070209

disable the test for the EACCESS flag in cm_HaveAccessRights.

17 years agowindows-fs-memdump-20070209
Jeffrey Altman [Fri, 9 Feb 2007 23:50:06 +0000]
windows-fs-memdump-20070209

only dump the dead smb_vcp list once

17 years agowindows-nim-plugin-krb5-referrals-compat-20070209
Jeffrey Altman [Fri, 9 Feb 2007 19:56:47 +0000]
windows-nim-plugin-krb5-referrals-compat-20070209

MIT Kerberos version 5 release 1.6 adds support for referrals in the
client.  As a result krb5_get_host_realm() returns the nul-string for
the realm whenever there is no local domain-realm mapping in the
profile.

aklog must now manually perform the fallback to using the domain of
the vlserver as basis for the realm name if referrals fail.

This will be required for KFW 3.2 support.

17 years agolibafsdep-mods-20070209
Peter Breitenlohner [Fri, 9 Feb 2007 18:41:46 +0000]
libafsdep-mods-20070209

FIXES 53381

don't break vpath builds

17 years agolinux-compile-test-24-20070209
Jeffrey Hutzelman [Fri, 9 Feb 2007 18:26:57 +0000]
linux-compile-test-24-20070209

FIXES 53385

no linux/namei.h on 2.4

17 years agowindows-aklog-krb5-referrals-compat-20070209
Jeffrey Altman [Fri, 9 Feb 2007 17:29:01 +0000]
windows-aklog-krb5-referrals-compat-20070209

MIT Kerberos version 5 release 1.6 adds support for referrals in the
client.  As a result krb5_get_host_realm() returns the nul-string for
the realm whenever there is no local domain-realm mapping in the
profile.

aklog must now manually perform the fallback to using the domain of
the vlserver as basis for the realm name if referrals fail.

This will be required for KFW 3.2 support.

17 years agoktc-cleanup-20070208
Marcus Watts [Fri, 9 Feb 2007 03:12:51 +0000]
ktc-cleanup-20070208

FIXES 53212

clean up ktc code, prototyping et al

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

restore ktc_GetToken prototype

17 years agolinux-locking-pre-2618-20070208
Christopher Allen Wing [Fri, 9 Feb 2007 01:34:08 +0000]
linux-locking-pre-2618-20070208

FIXES 53457

deal with pre 2.6.18 locking behavior

17 years agotasklist-export-check-20070208
Derrick Brashear [Fri, 9 Feb 2007 01:30:00 +0000]
tasklist-export-check-20070208

work around tasklist lock export harder

17 years agoafs-magic-for-linux-20070208
Adam Megacz [Fri, 9 Feb 2007 01:22:03 +0000]
afs-magic-for-linux-20070208

FIXES 52442

use the afs magic number

17 years agoobsd40-initial-20070208
Dave Cottle [Fri, 9 Feb 2007 01:12:16 +0000]
obsd40-initial-20070208

FIXES 53283

doesn't work right, and the patch in 53296 can't be taken as is