openafs.git
16 years agonamei-protect-against-extra-files-20070911
Chaskiel M Grundman [Tue, 11 Sep 2007 16:37:01 +0000]
namei-protect-against-extra-files-20070911

if someone is monkeying in the filesystem, sometimes they shoot themselves. save them if they renamed foo to foo.bak (where foo is a full 64 bits)

16 years agowindows-prefetch-executables-20070911
Jeffrey Altman [Tue, 11 Sep 2007 06:02:42 +0000]
windows-prefetch-executables-20070911

avoid prefetch race condition in CreateX functions

do not permit reference underflow when ending background prefetch ops

16 years agonamei-fsync-less-20070910
Derrick Brashear [Mon, 10 Sep 2007 22:54:25 +0000]
namei-fsync-less-20070910

remove sync() call from Windows build

16 years agowindows-prefetch-executables-20070910
Jeffrey Altman [Mon, 10 Sep 2007 20:06:58 +0000]
windows-prefetch-executables-20070910

This code defines a new service parameter "PrefetchExecutableExtensions"
of type REG_MULTI_SZ.  By default it is undefined and does nothing.  If
it is defined, files that match the extensions will be prefetched in
their entirety.

All of the prefetch functions now pay attention to the length parameters.
Previously, length parameters were specified on some functions in the
chain but they were ignored.  The reality was that the chunksize was
used regardless of what was indicated.

Prefetching is still optional.  If the prefetch fails during the initial
attempt you lose.  Otherwise, as many buffers as are required to satisfy
the requested prefetch length will be requested from the file server in
chunksize units.  If buffers have already been acquired, they are skipped
during the prefetch operation.

16 years agowindows-largeinteger-20070910
Jeffrey Altman [Mon, 10 Sep 2007 20:00:55 +0000]
windows-largeinteger-20070910

Fix the function type so that assignment of return values are
properly applied.

Add missing comparison routines.

16 years agowindows-callbacks-20070909
Jeffrey Altman [Mon, 10 Sep 2007 05:53:48 +0000]
windows-callbacks-20070909

when suspending only clear callbacks for servers that are in an up state.
if they were in a down state, then we couldn't send the clear callbacks
message but more importantly, we need to leave the callback info current
because the callbacks should not be cleared until the server is once again
reachable.

16 years agowindows-readme-nt-20070909
Jeffrey Altman [Mon, 10 Sep 2007 05:12:10 +0000]
windows-readme-nt-20070909

update NSIS version to 2.30

16 years agowindows-wix-20070909
Jeffrey Altman [Mon, 10 Sep 2007 04:33:44 +0000]
windows-wix-20070909

make the service display name consistent with the NSIS installer.

16 years agowindows-nsis-20070909
Jeffrey Altman [Mon, 10 Sep 2007 04:30:34 +0000]
windows-nsis-20070909

do not link object files twice

16 years agonamei-fsync-less-20070907
Rainer Toebbicke [Fri, 7 Sep 2007 05:02:09 +0000]
namei-fsync-less-20070907

FIXES 30632

we call fsync() too much. call it less, and fsync in the background

16 years agoconsolidate-cellservdb-20070905
Derrick Brashear [Wed, 5 Sep 2007 22:49:30 +0000]
consolidate-cellservdb-20070905

step 1. one place.
step 2 is coming: fix the scripts to update it when we do a release

16 years agodafs-savestatefe-avoid-overflow-20070902
Jeffrey Hutzelman [Mon, 3 Sep 2007 04:58:40 +0000]
dafs-savestatefe-avoid-overflow-20070902

The problem is that cb_stateSaveFE() overflows an iovec array
on its stack. When it returns, the PC is loaded with garbage and the
process crashes.

16 years agowindows-64bit-ms2mit-20070902
Jeffrey Altman [Sun, 2 Sep 2007 17:36:23 +0000]
windows-64bit-ms2mit-20070902

add ms2mit support for 64-bit windows

16 years agowindows-win64-kfw-20070902
Jeffrey Altman [Sun, 2 Sep 2007 17:21:25 +0000]
windows-win64-kfw-20070902

leashw32.dll has been ported to win64 as leashw64.dll

16 years agoobsd-rm-pinstall-20070831
Jim Rees [Fri, 31 Aug 2007 18:22:11 +0000]
obsd-rm-pinstall-20070831

skip pinstall

16 years agodafs-commit-updatelist-change-20070831
Jeffrey Altman [Fri, 31 Aug 2007 15:30:27 +0000]
dafs-commit-updatelist-change-20070831

actually save the changed value

16 years agowindows-afscreds-win64-20070830
Jeffrey Altman [Fri, 31 Aug 2007 05:02:23 +0000]
windows-afscreds-win64-20070830

disable krb4 and ms2mit for win64

16 years agowindows-afsd-dirop-20070830
Jeffrey Altman [Fri, 31 Aug 2007 03:55:53 +0000]
windows-afsd-dirop-20070830

Do not attempt to obtain a write lock on a directory
if we already know that we aren't going to perform any
local directory updates.

Add the CM_ERROR_BPLUS_NOMATCH error which has the same
meaning as CM_ERROR_NOSUCHFILE except that it indicates
that we came to that conclusion as the result of a bplus
search.  This provides us the ability to short circuit
additional directory searches since we know the answer
is final.

16 years agowindows-wix-20070830
Asanka Herath [Fri, 31 Aug 2007 03:26:13 +0000]
windows-wix-20070830

permit instloop.exe to be extraced to Client/Programs/instloop.exe
from the installer by using "msiexec /a".

16 years agowindows-64bit-afskfw-20070829
Jeffrey Altman [Wed, 29 Aug 2007 22:51:35 +0000]
windows-64bit-afskfw-20070829

Disable the use of krb524, leash, and ms2mit (because it depends on leash)
for 64-bit builds.  We will need to implement our own replacement for the
ms2mit functionality.

16 years agowindows-wix-64bit-aklog-20070829
Jeffrey Altman [Wed, 29 Aug 2007 07:53:51 +0000]
windows-wix-64bit-aklog-20070829

enable the installation of aklog.exe and asetkey.exe on 64-bit
windows.

16 years agowindows-64bit-aklog-no-krb4-20070829
Jeffrey Altman [Wed, 29 Aug 2007 07:45:12 +0000]
windows-64bit-aklog-no-krb4-20070829

disable krb4 and krb524 functionality in 64-bit aklog because there is
no support in 64-bit kfw.

16 years agowindows-nim-afs-file-ccache-20070829
Jeffrey Altman [Wed, 29 Aug 2007 06:31:03 +0000]
windows-nim-afs-file-ccache-20070829

make the afs network identity provider compatible with FILE:
credential caches.  this is mostly of importance to 64-bit
Windows users since there is no CCAPI implementation for
64-bit KFW.

16 years agowindows-64bit-nim-no-krb524-20070828
Jeffrey Altman [Tue, 28 Aug 2007 22:22:53 +0000]
windows-64bit-nim-no-krb524-20070828

do not load krb524.dll on 64-bit windows

16 years agowindows-bplus-disable-20070828
Jeffrey Altman [Tue, 28 Aug 2007 18:48:49 +0000]
windows-bplus-disable-20070828

In preparation for 1.5.24, disable B+tree support by default.
It can be enabled with the "BPlusTrees" registry parameter.

16 years agowindows-wix-amd64-nim-provider-20070828
Jeffrey Altman [Tue, 28 Aug 2007 18:30:08 +0000]
windows-wix-amd64-nim-provider-20070828

Add network identity manager afs provider for amd64

16 years agowindows-amd64-20070828
Jeffrey Altman [Tue, 28 Aug 2007 17:59:48 +0000]
windows-amd64-20070828

add amd64 build dependencies

16 years agowindows-nim-amd64-20070828
Jeffrey Altman [Tue, 28 Aug 2007 17:53:26 +0000]
windows-nim-amd64-20070828

Add support for 64-bit Windows.

16 years agowindows-bplus-20070826
Jeffrey Altman [Mon, 27 Aug 2007 01:10:15 +0000]
windows-bplus-20070826

add more DEBUG_BTREE debugging code

in placeEntry() protect against slot equal to zero

fix compareKeys() to only return -1, 0, or 1.

16 years agowindows-recursion-fix-20070826
Jeffrey Altman [Mon, 27 Aug 2007 01:04:09 +0000]
windows-recursion-fix-20070826

protect against a null pointer dereference

16 years agowindows-bplus-tree-20070825
Jeffrey Altman [Sat, 25 Aug 2007 17:55:07 +0000]
windows-bplus-tree-20070825

== ! =

fix the return code in cm_Rename()

16 years agowindows-bplus-tree-20070823
Jeffrey Altman [Fri, 24 Aug 2007 04:19:18 +0000]
windows-bplus-tree-20070823

Windows uses case-insensitive file name pattern matching
but AFS is a case sensitive file system.  The AFS3 directory
format is block based, uses network byte order and
includes a hash table for fast case sensitive lookups.
This causes several problems for the Windows AFS client.
(1) Traversing the directory blocks is cpu expensive
(2) A hash table miss does not indicate that the desired
    entry does not exist.
(3) Determining whether a non-ambiguous inexact match or
    the entry does not exist requires a linear traversal
    of the entire directory.
These issues often result in 100% CPU utilization.

These issues are addressed by building a modified B+ tree for
each directory and then using the B+ tree for searches.

Further improvements can be made by using the B+ tree leaf
nodes for directory enumeration.

16 years agowindows-recursion-fix-20070823
Jeffrey Altman [Thu, 23 Aug 2007 21:42:55 +0000]
windows-recursion-fix-20070823

for . and .. find the last time we saw the fid in the list
instead of moving back a fixed count since the parent might
be a symlink or a mount point or both

16 years agowindows-makedir-uninitialized-var-20070823
Jeffrey Altman [Thu, 23 Aug 2007 17:50:58 +0000]
windows-makedir-uninitialized-var-20070823

scp must be initialized to NULL to prevent improper evaluation

16 years agowindows-volstat-log-20070823
Jeffrey Altman [Thu, 23 Aug 2007 17:47:46 +0000]
windows-volstat-log-20070823

must save the log string when it comes from a buffer on the stack
otherwise garbage is logged in afsd.log

16 years agowindows-smb-max-path-20070823
Jeffrey Altman [Thu, 23 Aug 2007 17:44:43 +0000]
windows-smb-max-path-20070823

the actual max path is 260 not 256

16 years agocheckhost-use-reentrant-list-traversal-20070823
Derrick Brashear [Thu, 23 Aug 2007 17:28:54 +0000]
checkhost-use-reentrant-list-traversal-20070823

rather than making a copy of the whole hostlist and holding every host, hold
what we need, the _r (not really reentrant) version.

16 years agolinux-nfs-pag-handling-20070822
Derrick Brashear [Wed, 22 Aug 2007 20:37:10 +0000]
linux-nfs-pag-handling-20070822

don't mishandle pag argument when passed in from e.g. knfs

don't make keyring pag for nfs clients

16 years agowindows-fix-recursion-detection-20070822
Jeffrey Altman [Wed, 22 Aug 2007 17:09:53 +0000]
windows-fix-recursion-detection-20070822

handle symlinks to absolute paths

16 years agowindows-newfiles-20070822
Jeffrey Altman [Wed, 22 Aug 2007 16:59:16 +0000]
windows-newfiles-20070822

add place holders for the B+ tree source files.

16 years agolinux-module-error-handling-20070821
Derrick Brashear [Wed, 22 Aug 2007 03:16:26 +0000]
linux-module-error-handling-20070821

be more careful about what we call when, and clean up after ourselves

16 years agonfstrans-updates-20070821
Derrick Brashear [Wed, 22 Aug 2007 03:12:13 +0000]
nfstrans-updates-20070821

FIXES 1480

fix the knfs error from the v/c/o pioctl changes

16 years agolinux-modparam-269-updates-20070821
Derrick Brashear [Tue, 21 Aug 2007 22:27:02 +0000]
linux-modparam-269-updates-20070821

be consistent on 2.6.9 about which MODULE parm family used

16 years agowindows-afskfw-20070821
Jeffrey Altman [Tue, 21 Aug 2007 09:42:53 +0000]
windows-afskfw-20070821

return required value that was missing

16 years agoviced-remove-asserts-20070821
Jeffrey Altman [Tue, 21 Aug 2007 09:27:37 +0000]
viced-remove-asserts-20070821

remove asserts testing the number of alternate interfaces.

16 years agowindows-smb-20070820
Jeffrey Altman [Mon, 20 Aug 2007 19:47:05 +0000]
windows-smb-20070820

correct location of brace due to mis-application of patch

16 years agofind-dcache-just-hold-the-lock-slightly-longer-20070820
Derrick Brashear [Mon, 20 Aug 2007 18:50:16 +0000]
find-dcache-just-hold-the-lock-slightly-longer-20070820

we go out of our way to hold xdcache to protect indexTimes elsewhere... there's
no reason to drop it here just before this...

16 years agotviced-windows-20070820
Jeffrey Altman [Mon, 20 Aug 2007 18:35:59 +0000]
tviced-windows-20070820

build serialize_state.c

16 years agokrb4-64bit-tf-kth-or-mit-20070820
Alejandro R. Sedeño [Mon, 20 Aug 2007 18:26:15 +0000]
krb4-64bit-tf-kth-or-mit-20070820

based on his patch for mit kerberos

16 years agowindows-fix-recursion-detection-20070819
Jeffrey Altman [Mon, 20 Aug 2007 02:00:48 +0000]
windows-fix-recursion-detection-20070819

the recursion detection code did not take "." and ".." into account.

16 years agowindows-fs_utils-20070819
Jeffrey Altman [Mon, 20 Aug 2007 01:06:31 +0000]
windows-fs_utils-20070819

update prototype for util_GetInt32 for consistency with src/utils/vosparse.c

16 years agono-kseal-20070819
Russ Allbery [Sun, 19 Aug 2007 23:04:31 +0000]
no-kseal-20070819

Don't build or install kseal by default.  It's a debugging tool with very
limited utility.

16 years agoman-page-fixes-20070819
Jason Edgecombe [Sun, 19 Aug 2007 23:02:27 +0000]
man-page-fixes-20070819

More details on how to run check-pod.  Restore the [] markup in the vos
changeloc SYNOPSIS since the flags really are optional.

16 years agoman-page-vos-changeloc-more-20070817
Jason Edgecombe [Sat, 18 Aug 2007 03:28:54 +0000]
man-page-vos-changeloc-more-20070817

Mention vos changeloc in the vos man page.  Also include an incidental fix
to pts source's man page.

16 years agoman-page-vos-changeloc-20070817
Jason Edgecombe [Sat, 18 Aug 2007 03:24:24 +0000]
man-page-vos-changeloc-20070817

Add a man page for vos changeloc.

16 years agoman-page-fs-updates-20070817
Jason Edgecombe [Sat, 18 Aug 2007 02:05:42 +0000]
man-page-fs-updates-20070817

Add man pages for fs flushall and fs getcalleraccess.

16 years agoman-page-bos-util-20070817
Jason Edgecombe [Sat, 18 Aug 2007 01:41:39 +0000]
man-page-bos-util-20070817

Add a man page for bos_util.

16 years agoman-page-updates-20070817
Jason Edgecombe [Sat, 18 Aug 2007 00:35:44 +0000]
man-page-updates-20070817

Add new man pages for pts interactive, quit, sleep, and source.  Fix POD
errors in a few other man pages and update the to-do list in README.

16 years agoman-page-check-pod-20070817
Jason Edgecombe [Fri, 17 Aug 2007 20:57:20 +0000]
man-page-check-pod-20070817

Add check-pod script to test for POD syntax errors.

16 years agoaix-dont-use-root-vfs-for-anything-20070815
Derrick Brashear [Thu, 16 Aug 2007 04:51:06 +0000]
aix-dont-use-root-vfs-for-anything-20070815

the cache may not be in /; we basically never need rootvfs

16 years agowindows-fs-utils-prototypes-20070813
Jeffrey Altman [Mon, 13 Aug 2007 20:20:31 +0000]
windows-fs-utils-prototypes-20070813

use ANSI prototypes and function declarations

16 years agowindows-service-manager-20070812
Jeffrey Altman [Mon, 13 Aug 2007 03:52:21 +0000]
windows-service-manager-20070812

provide the windows service manager with shutdown hints in addition
to startup hints

16 years agoviced-dafs-20070812
Jeffrey Altman [Mon, 13 Aug 2007 03:25:33 +0000]
viced-dafs-20070812

include viced_prototypes.h

16 years agowindows-remove-is5-20070812
Jeffrey Altman [Mon, 13 Aug 2007 03:11:55 +0000]
windows-remove-is5-20070812

remove last trace of InstallShield5 from build rules

16 years agopts-20070811
Jeffrey Altman [Sun, 12 Aug 2007 00:39:33 +0000]
pts-20070811

remove SUPERGROUPS condition for compilation of pts commands:
  Interactive, Quit, Source, Sleep

fix the assignment of 'source' to permit it to function

rename functions to avoid conflicts with Win32 API on Windows

replace bcopy and bzero with memcpy and memset to permit compilation
on Windows

replace ubik_Call(xxx) with ubik_xxx() (testpt.c)

add -DSUPERGROUPS and map.c to NTMakefile

16 years agowindows-adjustable-block-size-20070810
Jeffrey Altman [Fri, 10 Aug 2007 21:38:20 +0000]
windows-adjustable-block-size-20070810

New registry value "BlockSize" can be used to specify an alternative
block size.  The default is 4K.  A larger blocksize will be needed if
you want to support a 6TB cache.

Also extend the service startup timeout hint to two minutes to give
the AFS client service more time to startup successfully when the
cache is really large.

16 years agowindows-wix-20070810
Jeffrey Altman [Fri, 10 Aug 2007 13:36:24 +0000]
windows-wix-20070810

add a separate description string for the 32-bit afs shell extension

16 years agoviced-cleanup-head-20070810
Derrick Brashear [Fri, 10 Aug 2007 05:11:35 +0000]
viced-cleanup-head-20070810

fix demand attach rwlock code on macos, fix host tracking code everywhere

only applies to head and 1.5

16 years agowindows-aklog-20070809
Jeffrey Altman [Thu, 9 Aug 2007 23:53:07 +0000]
windows-aklog-20070809

correct an error message

16 years ago64bit-ticket-file-20070809
Rainer Toebbicke [Thu, 9 Aug 2007 15:56:51 +0000]
64bit-ticket-file-20070809

fix the ticket files we write on 64 bit

16 years agowindows-dirty-buffer-optimization-20070808
Jeffrey Altman [Thu, 9 Aug 2007 06:33:17 +0000]
windows-dirty-buffer-optimization-20070808

when storing dirty buffers only store the bytes that are dirty

increase the default chunksize from 128KB to 1MB

remove OVERLAPPED field from cm_buf_t.  It was unused.

add a dummy pointer in order to ensure data structure compatibility
between the checked and release builds.

16 years agoviced-hash-20070808
Jeffrey Altman [Wed, 8 Aug 2007 17:30:20 +0000]
viced-hash-20070808

(1) fixes a bug that could cause a 'host' structure to not be removed
from the global host list if the 'host' did not possess an interface
list. This would happen with older AFS clients that do not support the
WhoAreYou family of RPCs. Windows clients older than 1.3.80 and old
Transarc UNIX clients.

(2) fixes a bug which could result in ViceLog being called with an
uninitialized 'hoststr' buffer as a parameter.

(3) ensures that only addresses known to belong to the 'host' are
added to the address hash table.  The list of addresses provided by
the client are stored as alternates and are only used when searching
for a client that is no longer accessible on the primary address.
These addresses are not stored in the address hash table within
initInterfaceAddr_r().

The addresses provided by the client should not be added to the hash
table because they have not been verified as belonging to the 'host'
that provided them.  The contents of the list may in fact be completely
unreliable.  Consider the existing UNIX clients that generate the list
at startup and never alter it even after the client has migrated to a
different network.  If two client's both claim the same address,
lookups by address may fail to find the correct one.

a. The client list might contain private address ranges which
are likely to be re-used by many clients allocated addresses
by a NAT.

b. The client list will not include any public addresses that
are hidden by a NAT.

c. Private address ranges that are exposed to the server will
be obtained from the rx connections that use them.

d. Lists provided by the client are not necessarily truthful.
Many existing clients (UNIX) do not refresh the IP address
list as the actual assigned addresses change. The end result
is that they report the initial address list for the lifetime
of the process. In other words, a client can report addresses
that they are in fact not using. Adding these addresses to
the host interface list without verification is not only
pointless, it is downright dangerous.

e. The reported addresses do not include port numbers and
guessing that the port number is 7001 does not work when
port mapping devices such as NATs or some VPNs are in
use.

(4) improves logging to ensure that all references to a 'host' structure
report both a memory address and the IP address/port. this will avoid
confusion *if* more than one 'host' structure is assigned the same
primary address.

(5) logs the UUID along with the client addresses when initializing the
host's interface list. (level 125)

(6) saves memory by using a smaller structure for the UUID hash table

16 years agoviced-multi-probe-addr-20070808
Rainer Toebbicke [Wed, 8 Aug 2007 16:53:17 +0000]
viced-multi-probe-addr-20070808

FIXES 67355

MultiProbeAlternateAddress_r badly indexes the list of interfaces for
clients with multiple IP interfaces, resulting in peers with IP
address 0 port 0 to be created. This in turn results in rxi_sendmsg
errors (on systems where caught early, as on Linux, on others it may
pass unnoticed).

16 years agowindows-afsd-uninit-vars-20070806
Jeffrey Altman [Tue, 7 Aug 2007 05:00:06 +0000]
windows-afsd-uninit-vars-20070806

FIXES 67126

ensure the connp is set to NULL in case of error

16 years agoman-page-vos-size-20070805
Jason Edgecombe [Sun, 5 Aug 2007 22:58:35 +0000]
man-page-vos-size-20070805

Add a new man page for vos size.

16 years agoman-page-fs-newalias-20070805
Jason Edgecombe [Sun, 5 Aug 2007 22:38:10 +0000]
man-page-fs-newalias-20070805

Add a new fs newalias man page.  Add -help to the synopsis and options of
the other new man pages.  Add additional missing links in the fs man page.
Fix some wording in the CellAlias man page.

16 years agoman-page-fs-listaliases-20070805
Jason Edgecombe [Sun, 5 Aug 2007 22:16:47 +0000]
man-page-fs-listaliases-20070805

Add manual page for fs listaliases.  Also add the links in the fs(1) man
page and update README more for the current to-do list.

16 years agoman-page-style-20070805
Russ Allbery [Sun, 5 Aug 2007 22:08:22 +0000]
man-page-style-20070805

Some style fixes and some additional style documentation in README.

16 years agoman-page-afsd-crypt-alias-20070805
Jason Edgecombe [Sun, 5 Aug 2007 22:01:42 +0000]
man-page-afsd-crypt-alias-20070805

Complete the documentation of the afsd flags and update a few things like
-settime and -nosettime.  Add man pages for fs setcrypt, fs getcrypt, and
CellAlias.  Based on work by Jason Edgecombe and then extensively edited,
so any errors I probably introduced.

16 years agowindows-local-directory-updates-smb-20070802
Asanka Herath [Thu, 2 Aug 2007 22:05:39 +0000]
windows-local-directory-updates-smb-20070802

The windows cache manager has suffered from poor performance as a result
of Create, Rename, and Delete operations because they invalidate the
contents of the directory pages in the cache thereby forcing them to be
reloaded from the file server.   As the directory size increases, the clock
time necessary to perform the reload increases.

This delta adds support for parsing and updating the AFS3 directory buffers
to cm_dir.c.  It then uses that functionality to perform local updates to
the directory buffers whenever the following conditions are met:

 1. the data version on the directory as a result of the change
    was incremented by one.

 2. all of the directory buffers required for the update are in
    the cache.

If these conditions are not met, the directory is reloaded from the file
server.

16 years agowindows-no-more-infinite-recursion-20070802
Jeffrey Altman [Thu, 2 Aug 2007 21:57:38 +0000]
windows-no-more-infinite-recursion-20070802

FIXES 15855

In cm_NameI, keep track of what fids were crossed when evaluating the
path.  If we discover a loop return a CM_ERROR_TOO_MANY_SYMLINKS error.

This resolves the complaint that when infinite loops are hit in the afs
name space the afsd_service.exe process uses 100% of the CPU.

16 years agowindows-local-directory-updates-20070802
Asanka Herath [Thu, 2 Aug 2007 21:52:54 +0000]
windows-local-directory-updates-20070802

The windows cache manager has suffered from poor performance as a result
of Create, Rename, and Delete operations because they invalidate the
contents of the directory pages in the cache thereby forcing them to be
reloaded from the file server.   As the directory size increases, the clock
time necessary to perform the reload increases.

This delta adds support for parsing and updating the AFS3 directory buffers
to cm_dir.c.  It then uses that functionality to perform local updates to
the directory buffers whenever the following conditions are met:

 1. the data version on the directory as a result of the change
    was incremented by one.

 2. all of the directory buffers required for the update are in
    the cache.

If these conditions are not met, the directory is reloaded from the file
server.

16 years agowindows-do-not-expire-cbs-when-servers-are-down-20070802
Jeffrey Altman [Thu, 2 Aug 2007 21:44:54 +0000]
windows-do-not-expire-cbs-when-servers-are-down-20070802

if all of the servers are down when a callback is due to expire
delay the expiration until at least one server is available.
this prevents some applications that are running when the CM
is off the network from failing if their pages are swapped out.

16 years agowindows-libafsrpc-20070802
Jeffrey Altman [Thu, 2 Aug 2007 06:20:08 +0000]
windows-libafsrpc-20070802

use bg-fcrypt in libafsrpc.dll which is used by the CM

16 years agorxkad-bg-fcrypt-unbreak-windows-20070731
Jeffrey Altman [Tue, 31 Jul 2007 23:19:15 +0000]
rxkad-bg-fcrypt-unbreak-windows-20070731

i (derrick) broke everything. fix it.

16 years agoviced-avoid-tying-up-all-threads-20070730
Derrick Brashear [Mon, 30 Jul 2007 14:17:27 +0000]
viced-avoid-tying-up-all-threads-20070730

FIXES 19461

implement a thread quota.

16 years agodarwin-avoid-fsref-panic-maybe-20070728
Derrick Brashear [Sat, 28 Jul 2007 15:31:44 +0000]
darwin-avoid-fsref-panic-maybe-20070728

maybe this works.

16 years agowindows-fs-20070727
Jeffrey Altman [Sat, 28 Jul 2007 04:03:58 +0000]
windows-fs-20070727

return error when GetCell fails

16 years agowindows-rdrtimeout-20070727
Jeffrey Altman [Sat, 28 Jul 2007 03:50:23 +0000]
windows-rdrtimeout-20070727

RDRtimeout is seconds.  need to convert to milliseconds for comparison

16 years agowindows-client_config-20070727
Jeffrey Altman [Fri, 27 Jul 2007 16:40:44 +0000]
windows-client_config-20070727

FIXES 66302

change text of error message to indicate that the user is not a member
of the AFS Administrators Group instead of not being a Windows administrator.

16 years agoman-page-demand-attach-20070726
Steven Jenkins [Thu, 26 Jul 2007 21:53:42 +0000]
man-page-demand-attach-20070726

Document additional bos flags for the demand attach file server.

16 years agoman-page-updates-20070726
Jason Edgecombe [Thu, 26 Jul 2007 21:46:46 +0000]
man-page-updates-20070726

FIXES 65988

Mention aklog and kinit in klog's man page, add -dynroot to the afsd man
page, and mention that -skipauth tells uss not to create any Kerberos
principal and this has to be done separately.

16 years agomd5inum-md5-clobbers-input-20070726
Derrick Brashear [Thu, 26 Jul 2007 18:04:21 +0000]
md5inum-md5-clobbers-input-20070726

16 years agowindows-afsd-ubik-20070722
Jeffrey Altman [Mon, 23 Jul 2007 00:09:06 +0000]
windows-afsd-ubik-20070722

not currently in use but replace ubik_Call(FOO,...) with ubik_FOO(...)

16 years agovolser-directoryless-incremental-dumps-20070719
Derrick Brashear [Thu, 19 Jul 2007 19:51:55 +0000]
volser-directoryless-incremental-dumps-20070719

add an rpc, give vos a switch, allow incrementals which do not include directory objects

16 years agowindows-afs-svrmgr-20070719
Jeffrey Altman [Thu, 19 Jul 2007 16:55:44 +0000]
windows-afs-svrmgr-20070719

uninitialized variable removal

16 years agoviced-assert-less-20070719
Derrick Brashear [Thu, 19 Jul 2007 16:14:20 +0000]
viced-assert-less-20070719

in don't assert for every silly thing

16 years agoviced-no-nulluuid-20070719
Derrick Brashear [Thu, 19 Jul 2007 16:09:50 +0000]
viced-no-nulluuid-20070719

a host with a zero uuid has no uuid support

16 years agokill-more-ubikcall-20070719
Derrick Brashear [Thu, 19 Jul 2007 16:00:20 +0000]
kill-more-ubikcall-20070719

tested more ubik call death, so, byebye

16 years agovos-validate-dumpfile-20070719
Derrick Brashear [Thu, 19 Jul 2007 15:55:39 +0000]
vos-validate-dumpfile-20070719

based on code from jon nials
validate a dumpfile as being complete (look for end of dump signature)