openafs.git
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

17 years agolinux24-update-20070208
Marcus Watts [Fri, 9 Feb 2007 01:04:28 +0000]
linux24-update-20070208

FIXES 53199

update for linux 2.4

17 years agoauth-cleanup-20070208
Marcus Watts [Fri, 9 Feb 2007 00:57:39 +0000]
auth-cleanup-20070208

FIXES 53208

remove unneeded includes of auth.h

17 years agobozo-cleanup-20070208
Marcus Watts [Fri, 9 Feb 2007 00:54:22 +0000]
bozo-cleanup-20070208

FIXES 53202

clean up bosserver

17 years agokeyring-pag-avoid-shadowing-20070208
Marc Dionne [Fri, 9 Feb 2007 00:25:42 +0000]
keyring-pag-avoid-shadowing-20070208

FIXES 38959

avoid shadowing the pag variable

17 years agogetcbi-limit-addresses-20070208
Derrick Brashear [Fri, 9 Feb 2007 00:17:24 +0000]
getcbi-limit-addresses-20070208

FIXES 36643

don't write addresses (if we have too many) over random memory

17 years agouse-unix-sockets-20070208
Derrick Brashear [Thu, 8 Feb 2007 23:59:16 +0000]
use-unix-sockets-20070208

option to use unix socket for fssync

17 years agolinux-lock-tracking-20070208
Jeffrey Hutzelman [Thu, 8 Feb 2007 22:37:41 +0000]
linux-lock-tracking-20070208

FIXES 31818

avoid a potential leaked lock when closing firefox.

17 years agowindows-scp-recycle-init-20070208
Jeffrey Altman [Thu, 8 Feb 2007 13:49:58 +0000]
windows-scp-recycle-init-20070208

when we recycle a stat cache object be sure to clear the file type so
we don't inherit the previous file type if the fetch status fails.

in merge status, clear the file type if the errorCode is EACCESS

17 years agowindows-merge-parent-fid-20070207
Jeffrey Altman [Wed, 7 Feb 2007 17:34:09 +0000]
windows-merge-parent-fid-20070207

modify cm_MergeStatus to take a pointer to the parent stat cache entry
so that the parent fid can be set when bulk status returns an error.

17 years agowindows-mounttab-remove-debugging-20070207
Jeffrey Altman [Wed, 7 Feb 2007 16:37:42 +0000]
windows-mounttab-remove-debugging-20070207

remove unused variables

17 years agowindows-merge-eaccess-20070207
Jeffrey Altman [Wed, 7 Feb 2007 08:12:27 +0000]
windows-merge-eaccess-20070207

when merging status info that has an errorCode of EACCESS set,
merge the garbage we received.

When checking the access to the object return EACCESS if the
stat cache object has the EACCESS flag set.  This will be cleared
the next time a BulkStatus succeeds.

17 years agomultiple-local-realms-20070201
Olivier Calle [Wed, 7 Feb 2007 04:52:18 +0000]
multiple-local-realms-20070201

FIXES 52459

when the name is foreign, execute the body of afs_is_foreign_ticket_name

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

The Name to ID RPC must distinguish between local and foreign names

17 years agowindows-merge-status-20070206
Jeffrey Altman [Tue, 6 Feb 2007 16:46:09 +0000]
windows-merge-status-20070206

when merging status for store data ops, use the fileHashTable to reduce
the number of buffers we must examine

17 years agowindows-merge-status-20070204
Jeffrey Altman [Mon, 5 Feb 2007 11:07:44 +0000]
windows-merge-status-20070204

For each StoreData operation the dataVersion on the object is incremented.
To prevent all of the cached buffers from being considered out of date,
if the dataVersion has been incremented by exactly one, then update the
dataVersion of the buffers that match the FID and the previous dataVersion

17 years agowindows-buffer-mgmt-20070204
Jeffrey Altman [Mon, 5 Feb 2007 03:41:06 +0000]
windows-buffer-mgmt-20070204

Instead of using a fixed sized hashtable of 1024 entries regardless
of the number of buffers, compute the hashtable to be large enough
for on average 7 buffers per bucket.

Remove the 'size' field from cm_buf_t since it is never used.

Add more info to the output of cm_buf_t objects when using "fs memdump"

17 years agowindows-store-biod-20070204
Jeffrey Altman [Sun, 4 Feb 2007 15:37:34 +0000]
windows-store-biod-20070204

Add a 'failed' parameter to the cm_ReleaseBIOD function.  This enables
the clearing of the CM_BUF_DIRTY flag to be conditional upon successful
completion of the store operation.

17 years agowindows-mounttab-remove-debugging-20070203
Jeffrey Altman [Sun, 4 Feb 2007 02:49:28 +0000]
windows-mounttab-remove-debugging-20070203

no longer need the Debug Output String statements

17 years agowindows-bkgdaemon-retry-failed-requests-20070203
Jeffrey Altman [Sun, 4 Feb 2007 02:45:21 +0000]
windows-bkgdaemon-retry-failed-requests-20070203

background request functions such as BkgFetch and BkgStore do not
return success or failure.  the bkgDaemon thread simply executes
the request and discards it regardless of whether or not the request
was completed.  this can result in background store event failing
to be written to the file server.

modify the background request functions to return success or failure.

modify the background daemon to put failed requests back onto the queue
if the reason for failure was transient.

modify the background daemon only to process requests when the servers
for the volume are marked up.

17 years agowindows-buf-refcount-leak-fix-20070203
Jeffrey Altman [Sun, 4 Feb 2007 02:01:12 +0000]
windows-buf-refcount-leak-fix-20070203

Plug a buffer refcount leak.   This is why the client slows down over
time.  It runs out of buffers it can use.

17 years agowindows-buf-dump-fix-20070203
Jeffrey Altman [Sat, 3 Feb 2007 18:03:55 +0000]
windows-buf-dump-fix-20070203

  restore the missing format string to the Buffer Hash Table Dump routine

17 years agowindows-log-eol-20070203
Jeffrey Altman [Sat, 3 Feb 2007 17:48:07 +0000]
windows-log-eol-20070203

ensure that log files use CR-LF for end of line.   the "fs memdump"
output and the afsd_init.log initialization output were still using LF.

17 years agowindows-drive-mappings-20070202
Jeffrey Altman [Sat, 3 Feb 2007 04:47:41 +0000]
windows-drive-mappings-20070202

FIXES 45545

Correct the return types and values of the Window Procedures.
This fixes the drive mappings problems.

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

Remove "Drive " from the drive mappings.  This way the drive letters
can be selected with a single key press.

17 years agolinux-and-locks-cleanup-20070202
Chaskiel M Grundman [Sat, 3 Feb 2007 03:23:16 +0000]
linux-and-locks-cleanup-20070202

fix linux flock, remove a bogus lock assert, and fix pid tracking to avoid useless panic

17 years agowindows-afsd-volume-ref-leak-20070202
Jeffrey Altman [Fri, 2 Feb 2007 15:43:07 +0000]
windows-afsd-volume-ref-leak-20070202

When looking up a volume by ID or Name, if the volume server data requires
refreshing and the UpdateVolume operation failed, do not leak the refCount.

17 years agowindows-nsis-20070202
Jeffrey Altman [Fri, 2 Feb 2007 15:36:45 +0000]
windows-nsis-20070202

even if afsd_service.exe can be shut down the binary might still not
be able to be replaced due to the windows Protection Service.
Use the ReplaceDLL macro

17 years agovenus-include-afs-com_err-20070201
Jeffrey Altman [Thu, 1 Feb 2007 13:23:45 +0000]
venus-include-afs-com_err-20070201

FIXES 51424

include afs/com_err.h for error_message() prototype to prevent crashes
on platforms with 64-bit pointers and 32-bit int

17 years agowindows-freelance-20070131
Jeffrey Altman [Thu, 1 Feb 2007 04:28:37 +0000]
windows-freelance-20070131

FIXES 52069

If an app tries to open the freelance directory for WRITE then the
default anonymous access privileges, read/lookup, are not sufficient
and cm_HaveAccessRights will fail.  Freelance can't get access rights
from anywhere.  Therefore, cm_HaveAccessRights should special case
the Freelance directory.

17 years agowindows-delete-test-file-not-dir-20070131
Jeffrey Altman [Wed, 31 Jan 2007 17:02:02 +0000]
windows-delete-test-file-not-dir-20070131

the cm_CheckNTDelete function was testing the permissions of the
directory and not the permissions of the file being deleted.
This resulted in inconsistencies between the attributes of the
file and the ability to delete it.

this patch also adds a large amount of trace log entries as there
was none in this section of the code before.

17 years agowindows-shell-ext-reformat-20070130
Jeffrey Altman [Tue, 30 Jan 2007 12:41:19 +0000]
windows-shell-ext-reformat-20070130

reformat the source code to make it easier to read/edit

17 years agowindows-netidmgr-string-updates-20070130
Jeffrey Altman [Tue, 30 Jan 2007 12:28:29 +0000]
windows-netidmgr-string-updates-20070130

As per the NetIdMgr model, refer to credentials instead of tokens.

Update the copyright strings

17 years agowindows-vol-fssync-debug-20070130
Jeffrey Altman [Tue, 30 Jan 2007 12:23:28 +0000]
windows-vol-fssync-debug-20070130

add a resource file for fssync-debug for when we decide to build it

17 years agowindows-vol-fix-salvager-20070130
Jeffrey Altman [Tue, 30 Jan 2007 12:14:49 +0000]
windows-vol-fix-salvager-20070130

The salvager on Windows was not being built properly.  The fssync-debug.c
main() was being used instead of the salvager.c main().  Remove
fssync-debug.obj from the library and fixup the includes and global
variable declarations.

17 years agowindows-procmgmt-20070130
Jeffrey Altman [Tue, 30 Jan 2007 12:04:22 +0000]
windows-procmgmt-20070130

Do not raise an exception if SIGQUIT is received prior to the
registration of the Shutdown handler

17 years agodocument-fs-setacl-permissions-20070129
Russ Allbery [Mon, 29 Jan 2007 19:25:40 +0000]
document-fs-setacl-permissions-20070129

Better document the current state of implicit "a" rights on directories.

17 years agovolume-dont-artificially-untimeout-vlservers-20061218
Jeffrey Hutzelman [Thu, 25 Jan 2007 11:19:19 +0000]
volume-dont-artificially-untimeout-vlservers-20061218

FIXES 48959

remove synthetic event to undo timeouts of vlservers we "haven't talked to yet"

17 years agoasetkey-includes-20060122
Jim Rees [Mon, 22 Jan 2007 22:30:15 +0000]
asetkey-includes-20060122

fix includes

17 years agomake-cleaner-20070122
Derrick Brashear [Mon, 22 Jan 2007 17:19:26 +0000]
make-cleaner-20070122

this stuff was missed

17 years agokrb5-obsd-20060122
Jim Rees [Mon, 22 Jan 2007 16:24:23 +0000]
krb5-obsd-20060122

mention KRB5CFLAGS for OpenBSD

17 years agowindows-fix-volume-refcount-leak-20070121
Jeffrey Altman [Mon, 22 Jan 2007 02:16:38 +0000]
windows-fix-volume-refcount-leak-20070121

Plug a volume refcount leak

Add volume data to the "fs memdump" output

Add memmap stat data to the afsd_init.log output at startup and shutdown

17 years agolinux-kbuild-test-fixes-20070119
Jeffrey Hutzelman [Fri, 19 Jan 2007 19:31:05 +0000]
linux-kbuild-test-fixes-20070119

fixes to build for linux when doing objdir builds

17 years agowindows-nsis-fix-rpc-20070116
Jeffrey Altman [Tue, 16 Jan 2007 17:24:30 +0000]
windows-nsis-fix-rpc-20070116

remove the rpc fix.  the original code was correct

17 years agowindows-nsis-installer-20070115
Jeffrey Altman [Mon, 15 Jan 2007 23:40:38 +0000]
windows-nsis-installer-20070115

Fix the RPC check to actually check the RPC status

Update the copyright date

Add Vista version detection

17 years agowindows-open-dir-lookup-20070115
Jeffrey Altman [Mon, 15 Jan 2007 19:50:51 +0000]
windows-open-dir-lookup-20070115

add new error code when requested InfoLevel is not supported

CIFS NTCreateX Read privilege means PRSFS_LOOKUP when the object is a
directory

17 years agoalloc-sem-is-sem-20070115
Chaskiel M Grundman [Mon, 15 Jan 2007 18:15:45 +0000]
alloc-sem-is-sem-20070115

this change didn't belong...

17 years agolinux26-large-pag-groups-20070115
Chaskiel M Grundman [Mon, 15 Jan 2007 20:41:23 +0000]
linux26-large-pag-groups-20070115

working from base provided by shadow@dementia.org

17 years agolocker-thread-tracking-20070111
Derrick Brashear [Fri, 12 Jan 2007 16:27:57 +0000]
locker-thread-tracking-20070111

track thread ids so we can properly not deadlock

17 years agonetinfo-fake-support-correction-20070112
Derrick Brashear [Fri, 12 Jan 2007 05:18:52 +0000]
netinfo-fake-support-correction-20070112

fix NetInfo "f" line fake IP address support to work when either
1) NetRestrict file is in place or
2) existing sysid file does not list fake address

17 years agorx-deal-with-afs34-jumbograms-again-20070111
Tom Keiser [Fri, 12 Jan 2007 03:48:29 +0000]
rx-deal-with-afs34-jumbograms-again-20070111

FIXES 51116

try again at dealing with old jumbograms

17 years agoclient-handle-vicetokendead-with-reconnect-20070109
Jeffrey Altman [Tue, 9 Jan 2007 15:26:56 +0000]
client-handle-vicetokendead-with-reconnect-20070109

client-handle-vicetokendead-with-reconnect-20070104 failed
to alter the behavior of the RXKADEXPIRED and other cases.

17 years agotsfpq-macro-naming-20070105
Derrick Brashear [Sat, 6 Jan 2007 01:18:46 +0000]
tsfpq-macro-naming-20070105

rename the queue-splicing versions of the checkin/checkout macros

17 years agobuildpkg-dmg-path-20070105
Derrick Brashear [Fri, 5 Jan 2007 23:30:10 +0000]
buildpkg-dmg-path-20070105

reported by marcus watts

17 years agorx-deal-with-afs34-jumbograms-again-20070105
Derrick Brashear [Fri, 5 Jan 2007 23:14:21 +0000]
rx-deal-with-afs34-jumbograms-again-20070105

try again at dealing with old jumbograms

17 years agomultiple-local-realms-20070105
Derrick Brashear [Fri, 5 Jan 2007 23:05:13 +0000]
multiple-local-realms-20070105

FIXES 51104

do the correct check

17 years agopts-rename-fix-20070105
Kevin Hildebrand [Fri, 5 Jan 2007 18:20:08 +0000]
pts-rename-fix-20070105

FIXES 51066

fix pts rename to do the right thing

17 years agowindows-unix-mode-bit-enforcement-20070105
Jeffrey Altman [Fri, 5 Jan 2007 17:13:11 +0000]
windows-unix-mode-bit-enforcement-20070105

modify the write-lock permission test so that the UnixMode bits do not
subtract PRSFS_WRITE from the rights when testing PRSFS_WRITE | PRSFS_LOCK.

PRSFS_WRITE implies PRSFS_LOCK so add it

Add new registry value "DeleteReadOnly" to permit deletion of read-only
files.  The default is 0.  Set to non-zero value to activate.

17 years agobucoord-protoize-20070104
Sean O'Malley [Fri, 5 Jan 2007 06:07:37 +0000]
bucoord-protoize-20070104

FIXES 50870

protoize bucoord

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

undo redundant include

====================
FIXES 50870

protoize bucoord

====================
FIXES 50870

protoize bucoord

17 years agopr-changeentry-arg-types-20070105
Derrick Brashear [Fri, 5 Jan 2007 06:02:28 +0000]
pr-changeentry-arg-types-20070105

oops. put it back

17 years agosolaris-but-seriously-20070105
Derrick Brashear [Fri, 5 Jan 2007 05:02:39 +0000]
solaris-but-seriously-20070105

guess chas had the right idea

17 years agofree-packet-avoid-issue-with-34-jumbograms-20070104
Derrick Brashear [Fri, 5 Jan 2007 04:56:09 +0000]
free-packet-avoid-issue-with-34-jumbograms-20070104

try to deal with rainer toebbicke's ongoing issue

17 years agosolaris-mypid-track-threads-20070104
Derrick Brashear [Fri, 5 Jan 2007 04:48:32 +0000]
solaris-mypid-track-threads-20070104

based on suggestion by tkeiser

17 years agounroll-namei-delay-fsync-20070104
Derrick Brashear [Fri, 5 Jan 2007 03:39:16 +0000]
unroll-namei-delay-fsync-20070104

has been shown to cause problems with releases per haba@pdc.kth.se testing, unroll until we figure out why

17 years agoasetkey-with-heimdal-20070104
Marcus Watts [Fri, 5 Jan 2007 03:21:34 +0000]
asetkey-with-heimdal-20070104

FIXES 50973

just make asetkey build with heimdal

17 years agodarwin-fake-more-free-20070104
Derrick Brashear [Thu, 4 Jan 2007 22:08:26 +0000]
darwin-fake-more-free-20070104

fake more free disk space for dumb apps

17 years agoclient-handle-vicetokendead-with-reconnect-20070104
Derrick Brashear [Thu, 4 Jan 2007 21:55:21 +0000]
client-handle-vicetokendead-with-reconnect-20070104

basically, if the issue is really expired tokens then we force the server to tell us that instead of that our older connection is still using the old tokens for some reason, by letting a new connection happen first