openafs.git
16 years agoDEVEL15-windows-version-20080110 openafs-devel-1_5_30a
Jeffrey Altman [Thu, 10 Jan 2008 23:03:51 +0000]
DEVEL15-windows-version-20080110

LICENSE MIT

1.5.3001 = 1.5.30

16 years agoDEVEL15-windows-smb-synchronization-20080110
Jeffrey Altman [Thu, 10 Jan 2008 23:00:41 +0000]
DEVEL15-windows-smb-synchronization-20080110

LICENSE MIT

1. prevent stopping the smb_Listeners due to an ip addr change when the
LANA is determined either by registry assignment or loopback detection

2. add synchronization logic to prevent smb_Listener restarts prior to
   smb_Listener thread stoppage

3. no longer permit panics from smb_Listener threads

4. move the probe logic from cm_IPAddrDaemon thread to the cm_Daemon
   thread in order to avoid the loss of ip addr change events.  If an
   adapter stops and restarts fast enough there might not be anything
   for us to do.

(cherry picked from commit 8b82cbeef760992c6e3d27f9f6ea1f4e0bb559ab)

16 years agoDEVEL15-linux-2624-rc5-updates-20080110
Matt Benjamin [Thu, 10 Jan 2008 17:00:16 +0000]
DEVEL15-linux-2624-rc5-updates-20080110

LICENSE IPL10
FIXES 80463

Include linux/key-type.h in osi_groups.c, if it exists. Fix
do_sync_read test for recent kbuild (maybe break it for [some older 2.6]).

(cherry picked from commit 8569f67aee8ee0de26259397818ab3af69f18007)

16 years agoDEVEL15-redhat-make-srpm-script-20080109
Simon Wilkinson [Wed, 9 Jan 2008 19:38:40 +0000]
DEVEL15-redhat-make-srpm-script-20080109

LICENSE IPL10

srpm builder script

(cherry picked from commit 5011ea88badac8d393c4566a69e30f74c85e13ab)

16 years agoDEVEL15-windows-smb-name-deleted-20080109
Jeffrey Altman [Wed, 9 Jan 2008 15:21:22 +0000]
DEVEL15-windows-smb-name-deleted-20080109

LICENSE MIT

if the smb_Listener receives NRC_NAMERR (name deleted) it must be because
an smb shutdown has occurred.  do not panic.

(cherry picked from commit a1b7be4ac3f073a2d64f46649e54a1ff99d2567b)

16 years agoDEVEL15-windows-version-20080109
Jeffrey Altman [Wed, 9 Jan 2008 14:50:36 +0000]
DEVEL15-windows-version-20080109

LICENSE MIT

1.5.30 == 1.5.3000.0

16 years agoDEVEL15-windows-pioctl-follow-mountpoints-registry-20080108
Jeffrey Altman [Wed, 9 Jan 2008 06:05:00 +0000]
DEVEL15-windows-pioctl-follow-mountpoints-registry-20080108

LICENSE MIT

Add a registry value "PioctlFollowMountPoint" to permit the use of the
old pioctl path evaluation behavior that always followed mountpoints
and symlinks.

(cherry picked from commit 845fb28de656d9886dd44cbf335833985ffc7d3b)

16 years agoDEVEL15-smb-even-less-chatty-20080108
Jeffrey Altman [Tue, 8 Jan 2008 22:30:00 +0000]
DEVEL15-smb-even-less-chatty-20080108

LICENSE MIT

remove the smb_RestartListeners message entirely

(cherry picked from commit f2fd97bfb02d1d2ed46304b5864d71a8759892a4)

16 years agoDEVEL15-windows-daemon-20080108
Jeffrey Altman [Tue, 8 Jan 2008 22:04:09 +0000]
DEVEL15-windows-daemon-20080108

LICENSE MIT

sleep 10 seconds between cycles.  should make this configurable.

(cherry picked from commit 110f74bcb85928d274ad2608662434304ff4ffae)

16 years agoDEVEL15-windows-callback-missing-bang-20080108
Jeffrey Altman [Tue, 8 Jan 2008 21:27:54 +0000]
DEVEL15-windows-callback-missing-bang-20080108

LICENSE MIT

Insert a missing bang that results in a null pointer dereference
when processing a callback from an unrecognized server.

(cherry picked from commit 69c9ab66a41236e987b44af9a3cb141adb1c2817)

16 years agoDEVEL15-windows-nim-afscred-identity-initialization-20080108
Asanka Herath [Tue, 8 Jan 2008 17:06:39 +0000]
DEVEL15-windows-nim-afscred-identity-initialization-20080108

LICENSE MIT

One of the challenges to deploying NIM has been the configuration of
AFS token acquisition.  This patch adds a new registry key hierarchy

  HKLM\SOFTWARE\OpenAFS\Client\Realms

which is used to configure the AFS Provider for a new identity based
upon the realm of the identity.  The Realms key contains subkeys for
each realm for which configuration data is being provided

  HKLM\SOFTWARE\OpenAFS\Client\Realms\"RealmName"

"RealmName" contains one optional value, "AFSEnabled", and subkeys for
each Cell that is to be added to the configuration.  "AFSEnabled" defaults
to 0x01.

   HKLM\SOFTWARE\OpenAFS\Client\Realms\"RealmName"\"CellName"

In "CellName", there are two optional values, "Realm" and "MethodName".
If the values are not specified, the automatic realm and method determination
algorithms are used.

These values can be added to an MSI transform or deployed via Group Policy.

(cherry picked from commit 521f139a89c2f078888b8bad37a495d23723a789)

16 years agoDEVEL15-windows-notes-20080108
Jeffrey Altman [Tue, 8 Jan 2008 16:32:31 +0000]
DEVEL15-windows-notes-20080108

LICENSE MIT

1.5.30

16 years agoDEVEL15-windows-release-notes-20080108
Jeffrey Altman [Tue, 8 Jan 2008 16:15:45 +0000]
DEVEL15-windows-release-notes-20080108

LICENSE MIT

updates for 1.5.30

16 years agoDEVEL15-windows-smb-started-synchronization-20080108
Jeffrey Altman [Tue, 8 Jan 2008 07:05:39 +0000]
DEVEL15-windows-smb-started-synchronization-20080108

LICENSE MIT

Add a new mutex "smb_StartedMutex" which is used to protect the
transitions between the various smb_ListenerState values.

(cherry picked from commit 5979a37e4e361bd9d2c52b6f6ef4bcce20a3124c)

16 years agoDEVEL15-windows-printf-format-string-protection-20080108
Jeffrey Altman [Tue, 8 Jan 2008 06:29:47 +0000]
DEVEL15-windows-printf-format-string-protection-20080108

LICENSE MIT

Do not pass strings generated from incoming network data to ??printf
as the format string.  Instead use a format string of "%s".  This protects
against %? expansions being inserted in the string.

(cherry picked from commit a05df915505ab3e77e46e39a5b232086c43fc8bf)

16 years agoDEVEL15-openafs-1-5-30-20080109 openafs-devel-1_5_30
Derrick Brashear [Wed, 9 Jan 2008 16:04:55 +0000]
DEVEL15-openafs-1-5-30-20080109

LICENSE IPL10

make 1.5.30

16 years agoDEVEL15-viced-hpr-error-handling-20080107
Derrick Brashear [Mon, 7 Jan 2008 20:23:50 +0000]
DEVEL15-viced-hpr-error-handling-20080107

LICENSE IPL10

fix ubik reinit issue reported by jhutz@cs

(cherry picked from commit be4da54fa06c0a6f43c0be09e1339d29cc4b5e5a)

16 years agoDEVEL15-sys-syscall-object-dependency-20080107
Derrick Brashear [Mon, 7 Jan 2008 20:10:39 +0000]
DEVEL15-sys-syscall-object-dependency-20080107

LICENSE IPL10

make syscall.o always be created, some makes don't deal with the implicit requirement

(cherry picked from commit 777a2840878af313e062c4885ae7002bad62bdf4)

16 years agoDEVEL15-linux-probe-warning-case-20080107
Russ Allbery [Mon, 7 Jan 2008 18:33:15 +0000]
DEVEL15-linux-probe-warning-case-20080107

LICENSE MIT

Some older Linux kernels prefix warnings with "Warning:" rather than
"WARNING:", so do the grep case-insensitively when finding missing symbols.

(cherry picked from commit 58efc5029c832e6b1456c36b599e7e33d62cd9c6)

16 years agoDEVEL15-windows-bkg-prefetch-buf-refcount-leak-20080107
Jeffrey Altman [Mon, 7 Jan 2008 17:56:37 +0000]
DEVEL15-windows-bkg-prefetch-buf-refcount-leak-20080107

LICENSE MIT

Close a refcount leak in bkg prefetch.

Do not stop prefetching simply because a buffer we want is already being
fetched.  Instead skip the buffer and try to fetch the next one we require.

(cherry picked from commit b19c56edfa5f0e3ff95f32b006b9403f53dd406f)

16 years agoDEVEL15-windows-ipaddr-change-server-deadlock-20080106
Jeffrey Altman [Sun, 6 Jan 2008 23:12:59 +0000]
DEVEL15-windows-ipaddr-change-server-deadlock-20080106

LICENSE MIT

avoid a deadlock during server probes initiated by the ipaddr change
daemon thread.

(cherry picked from commit 049bc4a637334c6e94661a60067ff6a27e5ad481)

16 years agoDEVEL15-viced-threadquota-release-holds-20080106
Derrick Brashear [Sun, 6 Jan 2008 15:57:40 +0000]
DEVEL15-viced-threadquota-release-holds-20080106

LICENSE IPL10

release a hold when we decline to service a host

(cherry picked from commit 342595b2aa712ca7c0f2c160f9cba304dd27d574)

16 years agoDEVEL15-windows-power-mgmt-20080105
Jeffrey Altman [Sun, 6 Jan 2008 06:26:04 +0000]
DEVEL15-windows-power-mgmt-20080105

LICENSE MIT

Log more power mgmt events.

Do not permit a smb reinitialization when in a suspended state

Periodically check to see if the LAN adapter is -1.  If so, try to
reinitialize the smb stack.

(cherry picked from commit 6887c0e5b2b766b06c7e76a5ce28b84ed52df1d5)

16 years agoDEVEL15-windows-follow-backup-path-20080105
Jeffrey Altman [Sat, 5 Jan 2008 22:20:30 +0000]
DEVEL15-windows-follow-backup-path-20080105

LICENSE MIT

parens are required in order to get the desired behavior

(cherry picked from commit d27e82c8e2dcdf81ce8e8e6e849828881256f5fc)

16 years agoDEVEL15-windows-nim-afscred-referrals-two-20080105
Jeffrey Altman [Sat, 5 Jan 2008 18:57:12 +0000]
DEVEL15-windows-nim-afscred-referrals-two-20080105

LICENSE MIT

compatibility with Visual Studio 2005/2008

(cherry picked from commit f789f943f6967094f921b1b1b232be22925e3849)

16 years agoDEVEL15-windows-vista-network-change-20080105
Jeffrey Altman [Sat, 5 Jan 2008 17:56:29 +0000]
DEVEL15-windows-vista-network-change-20080105

LICENSE MIT

After a network change, test to see if the desired LAN adapter to bind
the Netbios Name to has changed.  If so, stop the Netbios Network and
restart with the new LAN adapter.

This can happen on Vista after a suspend if the service wakes up before
the Loopback adapter re-initializes.

(cherry picked from commit f970985bc35ade50371a9299ad580d96ad04e979)

16 years agoDEVEL15-windows-nim-afscred-referrals-20080105
Jeffrey Altman [Sat, 5 Jan 2008 17:29:56 +0000]
DEVEL15-windows-nim-afscred-referrals-20080105

LICENSE MIT

If the requestd realm name is the empty string, copy the realm from the
resulting ticket for use in pts registration.

(cherry picked from commit 53acd2042d53d947b213ba4ee58378c89555a868)

16 years agoDEVEL15-windows-aklog-referrals-20080105
Derrick Brashear [Sat, 5 Jan 2008 17:01:24 +0000]
DEVEL15-windows-aklog-referrals-20080105

LICENSE IPL10

If the realm name of the requested ticket is the empty string, decode
the actual service ticket to determine the actual realm.  Obtaining the
actual realm prevents unnecessary pts registration failures.

(cherry picked from commit 8e3940c461f29483dcd71a5ba7cc59db89ea38e1)

16 years agoDEVEL15-aklog-referral-support-20080104
Marc Horowitz [Sat, 5 Jan 2008 04:46:52 +0000]
DEVEL15-aklog-referral-support-20080104

LICENSE IPL10

with updates and configure support from Simon Wilkinson.

make aklog able to cope with referrals.

(cherry picked from commit 2d15ac79349678e025f407b863f2911cd20e6f4e)

16 years agoDEVEL15-pag-allocation-dont-throttle-when-time-reverses-20080104
Derrick Brashear [Fri, 4 Jan 2008 18:38:34 +0000]
DEVEL15-pag-allocation-dont-throttle-when-time-reverses-20080104

LICENSE IPL10
avoid pag allocation throttling when time is set back by e.g. ntpd to avoid starving everyone.

(cherry picked from commit 02dc91892c41163f24c818615d13271b074df3ca)

16 years agoDEVEL15-windows-fs-test_volstat-20080103
Jeffrey Altman [Fri, 4 Jan 2008 07:58:40 +0000]
DEVEL15-windows-fs-test_volstat-20080103

LICENSE MIT

Add a hidden command that can be used to test volume status handlers.
fs test_volstat.

(cherry picked from commit 068233cf4ab90a173e04de94605490e651d2f686)

16 years agoDEVEL15-windows-fs-path-avail-20080103
Jeffrey Altman [Fri, 4 Jan 2008 07:53:55 +0000]
DEVEL15-windows-fs-path-avail-20080103

LICENSE MIT

fix the reporting of volume status as a result of the VIOC_PATH_AVAIL
pioctl call. Switch on errno instead of the pioctl return value.

(cherry picked from commit 23318f425ca8ccdc9b67bfc1be0a28c0f724f52a)

16 years agoDEVEL15-windows-fs-prototype-20080103
Jeffrey Altman [Fri, 4 Jan 2008 07:49:30 +0000]
DEVEL15-windows-fs-prototype-20080103

LICENSE

Fix types in prototypes to be consistent with function definitions

(cherry picked from commit d851dda5b7a84fa1acf5ccc93313df90922ce6b1)

16 years agoDEVEL15-windows-smb-20080103
Jeffrey Altman [Fri, 4 Jan 2008 07:47:31 +0000]
DEVEL15-windows-smb-20080103

LICENSE MIT

ensure type consistency between 32-bit and 64-bit processes by replacing
'long' with 'afs_uint32'

(cherry picked from commit 6034868e79f85e0143caa40669244cb8e442587b)

16 years agoDEVEL15-windows-volume-status-20080103
Jeffrey Altman [Fri, 4 Jan 2008 07:44:40 +0000]
DEVEL15-windows-volume-status-20080103

LICENSE MIT

when performing offline volume status checks handle CM_ERROR_NOACCESS
conditions by restoring the volume status to vl_unknown.

(cherry picked from commit ae8e701952ae029672f2d7acfaf94cd44c1e4df4)

16 years agoDEVEL15-aix-lam-aklog-update-20080103
Derrick Brashear [Thu, 3 Jan 2008 18:03:45 +0000]
DEVEL15-aix-lam-aklog-update-20080103

LICENSE IPL10

make the aklog lam plugin work correctly in e.g. the CDE screenlocker, which is
part of the long-running and not-run-by-user dtsession; this means we do wackiness to
1) not pag ourselves in that case
2) setuid to the user to set uid tokens if we got a username and are root
3) do not use pr_mumble get the the AFS ID to put in the tokens, as multiple
   initializations of Rx in the process space of dtsession crashes it

(cherry picked from commit 3a541eb11d1bc7bd05b85635315214218d3b5d6f)

16 years agoDEVEL15-windows-64bit-20080102
Jeffrey Altman [Wed, 2 Jan 2008 15:55:00 +0000]
DEVEL15-windows-64bit-20080102

LICENSE MIT

do not disable the signature verification of binaries when using
large cache sizes on 64-bit systems

cm_config_data values are unsigned and some are 64-bit.  when logging
them use the correct data format types.

(cherry picked from commit 5baef6f6fe55ca81a28bc22023b06ee6c50d453d)

16 years agoDEVEL15-windows-nim-afscred-supports-krb4-20080102
Jeffrey Altman [Wed, 2 Jan 2008 15:02:29 +0000]
DEVEL15-windows-nim-afscred-supports-krb4-20080102

LICENSE MIT

Do not trust the registry to determine whether or not krb4 support
is available.  In a roaming profile the user data can say 'yes' even
if the plug-in or the kerberos library does not exist.

(cherry picked from commit d59d1db605280bfa9b2234f5272d61152ca7d7de)

16 years agoDEVEL15-windows-nim-afs-krb524-20080102
Jeffrey Altman [Wed, 2 Jan 2008 07:08:00 +0000]
DEVEL15-windows-nim-afs-krb524-20080102

LICENSE MIT

Don't call krb524_convert_creds_kdc if it doesn't exist.
64-bit KFW doesn't support krb4 and the function isn't present.

(cherry picked from commit cfcaa0be3cc22fce97737ae4f6387a8200de770d)

16 years agoDEVEL15-hpux11-sys-no-syscall-object-20071230
Derrick Brashear [Mon, 31 Dec 2007 03:23:48 +0000]
DEVEL15-hpux11-sys-no-syscall-object-20071230

LICENSE IPL10

16 years agoDEVEL15-vgetvnode-debuglog-vio-20071228
Derrick Brashear [Fri, 28 Dec 2007 22:15:02 +0000]
DEVEL15-vgetvnode-debuglog-vio-20071228

LICENSE IPL10

provide a way to log otherwise unlogged VIO error cause

(cherry picked from commit 2e135307b52b04003a22aa9985807a70b407accc)

16 years agoDEVEL15-windows-notes-20071228 openafs-devel-1_5_29
Jeffrey Altman [Fri, 28 Dec 2007 20:25:41 +0000]
DEVEL15-windows-notes-20071228

LICENSE MIT

16 years agoDEVEL15-windows-version-20071228
Jeffrey Altman [Fri, 28 Dec 2007 20:19:10 +0000]
DEVEL15-windows-version-20071228

LICENSE MIT

1.5.2900.0 == 1.5.29

16 years agoDEVEL15-openafs-1-5-29-20071228
Derrick Brashear [Fri, 28 Dec 2007 20:14:49 +0000]
DEVEL15-openafs-1-5-29-20071228

LICENSE IPL10

make 1.5.29

16 years agoDEVEL15-windows-release-notes-20071228
Jeffrey Altman [Fri, 28 Dec 2007 19:47:11 +0000]
DEVEL15-windows-release-notes-20071228

LICENSE MIT

update version number to 1.5.29

16 years agoDEVEL15-windows-syncop-20071228
Jeffrey Altman [Fri, 28 Dec 2007 15:47:43 +0000]
DEVEL15-windows-syncop-20071228

LICENSE MIT

avoid a race condition between cm_SyncOpCheckContinue and cm_SyncOpDone
that can leave a request on an scp stuck in the waiting state even though
there are no other requests to wake it up.

(cherry picked from commit 4d2c1d532bb44320afcf4debfee9ded403647e1e)

16 years agoDEVEL15-windows-get-buffer-20071228
Jeffrey Altman [Fri, 28 Dec 2007 07:26:00 +0000]
DEVEL15-windows-get-buffer-20071228

LICENSE MIT

cm_BkgPrefetch() contained two errors.  First, the loop at the top of the
function that ensures that a cm_buf_t is allocated for each of the offset
positions failed to actually obtain the buffer for the specified offset.
Instead, it repeatedly obtained the buffer for the starting base address.

Second, cm_GetBuffer() would reserve all of the buffers associated with
the cm_scache_t even in the case where we already have a callback and the
existing buffer has the proper data version number.  In that situation
reserving the buffers simply wastes valuable time.

(cherry picked from commit 33aeecd83f8ce670269868145648ae6e277cf3cb)

16 years agoDEVEL15-windows-cell-aliases-20071228
Jeffrey Altman [Fri, 28 Dec 2007 07:13:15 +0000]
DEVEL15-windows-cell-aliases-20071228

LICENSE MIT

Fix the lookup of cell aliases to:

1. avoid re-reading CellServDB each time a cell alias is specified
2. avoid reconstructing the vlserver list for the cell each time an
   alias is specified
3. permit aliases to be used when AFSDB records were used previously
   with the full cell name

(cherry picked from commit d942d97ed82b9f4b86fdea8443912ec64b28dd96)

16 years agoDEVEL15-windows-bkg-daemon-threads-20071228
Jeffrey Altman [Fri, 28 Dec 2007 07:09:11 +0000]
DEVEL15-windows-bkg-daemon-threads-20071228

LICENSE MIT

Reduce the default number of background daemon threads used for prefetch and
store operations to one.  Given the current implementation when more than
one thread is allocated they step on each other's toe while fighting over
locks.

A better model might be to divide up threads based upon cells or volumes
as a means of preventing contention.

(cherry picked from commit 7a1253d1d180716f2aace6e8c115f845fbfe003d)

16 years agoDEVEL15-windows-default-chunksize-20071227
Jeffrey Altman [Thu, 27 Dec 2007 21:00:41 +0000]
DEVEL15-windows-default-chunksize-20071227

LICENSE MIT

Drop the default chunksize to 18 (256KB) from 20 (1MB) due to the increased
propensity to timeout reads on slow network connections.

(cherry picked from commit 1e262e133d2fa0464d6419b1acc6fd2c075f9dbd)

16 years agoDEVEL15-windows-callback-restore-multi-cell-servers-20071226
Jeffrey Altman [Wed, 26 Dec 2007 16:22:19 +0000]
DEVEL15-windows-callback-restore-multi-cell-servers-20071226

LICENSE MIT

The case of openafs.org and grand.central.org is a hideous abuse of
the AFS cell name space.  There are many negatives associated with
trying to support two different cell names pointing at overlapping
vlserver lists:

(1) The CM can store duplicate entries for all of the data simply because
    the cell name that was used is different

(2) If the CM attempts to optimize the data storage by aliasing or otherwise
    combining the cell names as part of one cm_cell_t object, then future
    attempts to separate the two cell names will require the destruction
    of the cache.

(3) If the CM does not associate a callback revoke with a particular cell,
    then the status data associated with any entry that matches the revoked
    AFSFid will be discarded.  For volume callbacks this can have a serious
    impact because volume IDs are not unique across cells and discarding
    status data for readonly volumes that are in use can result in a
    significant number of FetchStatus requests being sent to the associated
    file server.

There are other issues as well involving authentication.

The case of openafs.org advertising the vlserver addresses of
grand.central.org should be considered a hack; a hack that the Windows
client will no longer ensure will work.

Additional debugging messages have been added to assist individuals attempting
to debug why callback revokes do not appear to take affect when two cell
names share the same vlserver data.

(cherry picked from commit 56a82598b19e4232b0095c2b5778d4571c8aa9b2)

16 years agoDEVEL15-windows-pthread-20071225
Jeffrey Altman [Tue, 25 Dec 2007 23:06:14 +0000]
DEVEL15-windows-pthread-20071225

LICENSE MIT

The pthread_cond_timedwait/wait implementations were broken.  Not only
did they return the wrong error values but more importantly, they did not
always return with the mutex locked.

(cherry picked from commit b41b3bb52eaba52bba8fda0c49083322d6959238)

16 years agoDEVEL15-rx-event-handler-20071225
Jeffrey Altman [Tue, 25 Dec 2007 22:59:46 +0000]
DEVEL15-rx-event-handler-20071225

LICENSE MIT

Update event_handler() for Windows.  The return code of
pthread_cond_timedwait() is not limited to 0 and -1 because 'errno'
cannot be set.  Instead of setting 'errno' the error code is returned
directly by the function as the return code.

This patch is only for debugging purposes to track the number of
success, timeout, and other errors experienced by the routine.

(cherry picked from commit 6b1537b246732e4f7f67661d8230d051db8f3f8d)

16 years agoDEVEL15-man-page-license-change-20071225
Jason Edgecombe [Tue, 25 Dec 2007 22:29:58 +0000]
DEVEL15-man-page-license-change-20071225

LICENSE BSD

Update man pages submitted by Jason Edgecombe to the BSD license.

(cherry picked from commit 7dc4925cd35036e7f7b448d15a291791cd025e86)

16 years agoDEVEL15-man-page-misc-updates-20071225
Jason Edgecombe [Tue, 25 Dec 2007 22:26:43 +0000]
DEVEL15-man-page-misc-updates-20071225

LICENSE BSD

Add some additional cross-references, add some missing man pages, fix a
few references to the OpenAFS manuals, document the -live flag to vos
move, and add an example for rxdebug.

(cherry picked from commit 84ef02b0f392c761211adc7d5876217ad835c6c0)

16 years agoDEVEL15-man-page-fileserver-debug-20071225
Andrew Deason [Tue, 25 Dec 2007 22:23:43 +0000]
DEVEL15-man-page-fileserver-debug-20071225

LICENSE BSD

The file server debug flag is -d, not -debug.

(cherry picked from commit 9f97c5cf74358116a109a4982588d61164456714)

16 years agoDEVEL15-windows-callback-revoke-multi-cell-servers-20071225
Jeffrey Altman [Tue, 25 Dec 2007 22:01:44 +0000]
DEVEL15-windows-callback-revoke-multi-cell-servers-20071225

LICENSE MIT

Remove the callback revoke optimization that prevents a (vol,vn,uniq)
tupple from invalidating entries from multiple cells.  We cannot reliably
determine the cell from the server because the server might be identified
as belonging to more than one cell.  For example, openafs.org and
grand.central.org.

(cherry picked from commit 69d62d59689c7cd9758177f1f23d3b60df3a8a40)

16 years agoDEVEL15-windows-hold-server-mutex-for-vol-list-20071223
Jeffrey Altman [Mon, 24 Dec 2007 05:30:37 +0000]
DEVEL15-windows-hold-server-mutex-for-vol-list-20071223

LICENSE MIT

When walking or modifying the cm_server_vols_t associated with a given
cm_server_t the mutex must be held.  Otherwise, races can occur.

(cherry picked from commit b0bae13aec9acb944d5d6a64c11df857ffc40eb3)

16 years agoDEVEL15-windows-daemon-threads-shutdown-sync-20071223
Jeffrey Altman [Mon, 24 Dec 2007 05:24:14 +0000]
DEVEL15-windows-daemon-threads-shutdown-sync-20071223

LICENSE MIT

Windows Error Reporting received crashes caused by a failure to synchronize
the shutdown of the AFS client service with the background daemon threads.
The daemon threads (cm_Daemon, cm_BkgDaemon+, cm_IPAddrDaemon) could be
accessing data structures as they were being freed or unmapped.

Add synchronization mechanisms to signal the termination of the threads
with the shutdown of the service.

(cherry picked from commit 8a923a199d91aae6d1fc9bb6a2f1856fe5dbcb07)

16 years agoDEVEL15-windows-update-volume-status-20071223
Jeffrey Altman [Mon, 24 Dec 2007 05:19:09 +0000]
DEVEL15-windows-update-volume-status-20071223

LICENSE MIT

Refactor cm_UpdateVolumeStatus.  Revise behavior to treat volid 0 as
update the volume status for all volumes in the volume group.

(cherry picked from commit 815cd6f19ec37330e7829506c1208c9426b3a41f)

16 years agoDEVEL15-windows-server-lock-error-20071224
Jeffrey Altman [Mon, 24 Dec 2007 05:15:42 +0000]
DEVEL15-windows-server-lock-error-20071224

LICENSE MIT

The cm_serverLock must be write locked to modify the refCount

(cherry picked from commit 1b90fc5329dc7dd2055ab9150e3709b2b2cfac06)

16 years agoDEVEL15-windows-volstat-and-vista-dfs-support-20071222
Jeffrey Altman [Sun, 23 Dec 2007 04:52:58 +0000]
DEVEL15-windows-volstat-and-vista-dfs-support-20071222

LICENSE MIT

This patch completes the implementation of smb_ReceiveTran2GetDFSReferral()
which is called by Vista even if we do not advertise the support of DFS
referrals.  It also adds DFS link mapping notifications to the volstat
interface which can be used by volstat plug-ins to redirect requests to
the dfs target path.

Other miscellaneous items:

(1) return EAS_NOT_SUPPORTED instead of EA length 0 and silently accepting
    but not storing EA data

(2) Call cm_VolStatus_Service_Started() before smb initialization instead
    of afterwards

(3) During directory enumeration and link assembly push the UNC path into
    the lower levels by storing references to the tidPath and the relative
    paths within the cm_req_t object.

(4) During directory enumeration make absolutely sure that we do not
    reference an unallocated cm_dirEntry_t object

(5) publish a prototype for cm_FollowMountPoint()

(6) return ERROR_RETRY instead of BAD_NETWORK_PATH if the server returns
    VBUSY

(7) return PATH_NOT_COVERED instead of BADSHARENAME for DfsLinks when
    a volstat plugin is in use

(cherry picked from commit 150919d690eca9ee00d3ce549554a058662c360c)

16 years agoDEVEL15-windows-freelance-scache-20071222
Jeffrey Altman [Sun, 23 Dec 2007 04:16:54 +0000]
DEVEL15-windows-freelance-scache-20071222

LICENSE MIT

(1) remove a race condition caused by holding and releasing the
    cm_Freelance_Lock while using a pointer into a private freelance
    data structure

(2) do not reference a localMountPoint object that is not allocated

(3) properly assign the DFSLINK file type

(4) update the buffer data versions when we update the contents of
    the stat cache object and its buffers to match the registry
    contents

(cherry picked from commit bb77b085ff420d8b13c1a71b3144b6b31258ad3d)

16 years agoDEVEL15-windows-pioctl-listlink-20071222
Jeffrey Altman [Sun, 23 Dec 2007 03:44:58 +0000]
DEVEL15-windows-pioctl-listlink-20071222

LICENSE MIT

In the error case (1) reference the mountPointString instead of the
output of cm_AssembleLink() which was not generated and (2) do not
free memory and objects that were not allocated nor reference counted.

(cherry picked from commit 111fb3a0a9525bb9d618dfa23cd1df3eb8eb61c5)

16 years agoDEVEL15-windows-freelance-20071222
Jeffrey Altman [Sun, 23 Dec 2007 03:39:59 +0000]
DEVEL15-windows-freelance-20071222

LICENSE MIT

remove unused next field in cm_localMountPoint_t

(cherry picked from commit 0421cb2afcc19f05e83a2e415c3e93df8516da98)

16 years agoDEVEL15-windows-fix-cb-expiration-20071222
Jeffrey Altman [Sun, 23 Dec 2007 03:27:29 +0000]
DEVEL15-windows-fix-cb-expiration-20071222

LICENSE MIT

corrects cb expiration that was broken by the osi_Time() -> time() change
in delta windows-readonly-volume-callbacks-20071109

(cherry picked from commit 89203eb7065d7bd4e2a40f2afd5fab979ddf1008)

16 years agoDEVEL15-darwin-dont-assert-on-lock-state-in-remove-20071219
Derrick Brashear [Wed, 19 Dec 2007 20:57:55 +0000]
DEVEL15-darwin-dont-assert-on-lock-state-in-remove-20071219

LICENSE IPL10

remove panic due to lock being grabbedin another thread can't be accurately
covered with this test on darwin, as e.g. proc_selfthread() is not in the KPI

(cherry picked from commit f54187bfc59797fe955e779d432d155ab3792022)

16 years agoDEVEL15-fix-verbose-vos-dump-20071217
Derrick Brashear [Tue, 18 Dec 2007 15:16:31 +0000]
DEVEL15-fix-verbose-vos-dump-20071217

LICENSE IPL10

fix verbose vos dump to not put garbage in the stream when dumping to stdout

(cherry picked from commit b072deb257da24746e8c1ec2b01ff3b779e866c8)

16 years agoDEVEL15-shlibafsrpc-export-more-20071217
Chaskiel M Grundman [Mon, 17 Dec 2007 21:12:57 +0000]
DEVEL15-shlibafsrpc-export-more-20071217

LICENSE IPL10

shlibafsauthent uses these, export them

(cherry picked from commit 49a968ab68c9f0014d3d5801893c280d00696940)

16 years agoDEVEL15-comerr-rename-20071217
Chaskiel M Grundman [Mon, 17 Dec 2007 20:49:39 +0000]
DEVEL15-comerr-rename-20071217

LICENSE IPL10

the mapfile was renamed so this got dropped in pullup

16 years agoDEVEL15-java-admin-interface-updates-20071214
Adam Megacz [Fri, 14 Dec 2007 21:35:55 +0000]
DEVEL15-java-admin-interface-updates-20071214

LICENSE IPL10

pdate java admin interface including support for 1.5

(cherry picked from commit f72145f79a2f9b04a042de93940456a41cb6e8b0)

16 years agoDEVEL15-windows-make-cleanup-20071214
Jeffrey Altman [Fri, 14 Dec 2007 13:35:39 +0000]
DEVEL15-windows-make-cleanup-20071214

LICENSE MIT

Modify the dependencies for building the cbd and file server resource
files and delete the resource files as part of 'clean'.

(cherry picked from commit 77c86d6fd39cb8e21f2028292e682155dd587803)

16 years agoDEVEL15-emulate-vsyslog-20071214
Jeffrey Altman [Fri, 14 Dec 2007 13:19:43 +0000]
DEVEL15-emulate-vsyslog-20071214

LICENSE IPL10

Do not include vsyslog on Windows.

Include syslog.h for the syslog() prototype.

(cherry picked from commit 059031b3c6ff61340daad288deb378dc48cbd43a)

16 years agoDEVEL15-aix-lam-aklog-set-token-name-20071213
Derrick Brashear [Thu, 13 Dec 2007 23:06:08 +0000]
DEVEL15-aix-lam-aklog-set-token-name-20071213

LICENSE IPL10

so we set an afs id in the tokens here also

(cherry picked from commit bf26bc9486de7831ae298b11e9ca33ac14ed92a7)

16 years agoDEVEL15-emulate-vsyslog-20071213
Derrick Brashear [Thu, 13 Dec 2007 22:41:53 +0000]
DEVEL15-emulate-vsyslog-20071213

LICENSE IPL10

aix 5.3 lacks vsyslog. the fixed buffer is poor, but...

(cherry picked from commit ea3d49eaea3d825e5b328e0fbb4382fe5b0249cd)

16 years agoDEVEL15-aix-curpag-redux-20071213
Derrick Brashear [Thu, 13 Dec 2007 21:22:39 +0000]
DEVEL15-aix-curpag-redux-20071213

LICENSE IPL10

add curpag() support for aix, based on work by tom keiser

(cherry picked from commit af3a4e78523596427235b45fc1892725a29bd1d6)

16 years agoDEVEL15-redhat-rpm-mockable-20071213
Simon Wilkinson [Thu, 13 Dec 2007 20:06:26 +0000]
DEVEL15-redhat-rpm-mockable-20071213

LICENSE IPL10

make us able to autobuild with mock. (may need krb5-devel outside the
if krb5support; if we do more thought will be involved)

(cherry picked from commit fcc8aa021f6305209fb8cf638d5446206029f581)

16 years agoDEVEL15-vcache-track-maxvcount-accurately-20071213
Derrick Brashear [Thu, 13 Dec 2007 19:47:46 +0000]
DEVEL15-vcache-track-maxvcount-accurately-20071213

LICENSE IPL10

if we can alloc more vnodes, and we are looking for vlru cycles, a legit
vnode is not indicative of a cycle.

(cherry picked from commit 51d6d9cbbc5971623097624a58e400cf8ab5e5ab)

16 years agoDEVEL15-shutdown-cleanup-20071213
Derrick Brashear [Thu, 13 Dec 2007 19:18:29 +0000]
DEVEL15-shutdown-cleanup-20071213

LICENSE IPL10

get rid of cold_shutdown; it's in afs_prototypes.h.
log when we don't clean up memory

(cherry picked from commit b33fb96fff39c421064d03ff058dde76f2aeed8b)

16 years agoDEVEL15-windows-afslogon-null-pointer-deref-20071211
Jeffrey Altman [Wed, 12 Dec 2007 04:25:38 +0000]
DEVEL15-windows-afslogon-null-pointer-deref-20071211

LICENSE MIT

'tokenUser' can be dereferenced when NULL if GetTokenInformation() fails.

(cherry picked from commit 8f84815d0d8c9cc0b49eb29bfceeb03a7ae7f04f)

16 years agoDEVEL15-afs-serveriprank-return-void-20071211
Mike Meffie [Tue, 11 Dec 2007 21:30:04 +0000]
DEVEL15-afs-serveriprank-return-void-20071211

LICENSE IPL10

can't return 0 from void function

(cherry picked from commit 319ad227d12b8ab301d464c2460be74f7a44ec4d)

16 years agoDEVEL15-vldb-check-dont-return-int-from-void-20071211
Mike Meffie [Tue, 11 Dec 2007 20:43:50 +0000]
DEVEL15-vldb-check-dont-return-int-from-void-20071211

LICENSE IPL10

void functions shouldn't return 0

(cherry picked from commit 2e057314d957a8854ee3c912715a916c3f002863)

16 years agoDEVEL15-butc-no-retval-in-void-func-20071211
Derrick Brashear [Tue, 11 Dec 2007 16:27:06 +0000]
DEVEL15-butc-no-retval-in-void-func-20071211

LICENSE IPL10

fix the build again

(cherry picked from commit bc70f0f0abcc0843c23a0f63ee6b2ad6b842983d)

16 years agoDEVEL15-ubik-avoid-truncating-live-database-during-recovery-20071210
Derrick Brashear [Mon, 10 Dec 2007 22:45:55 +0000]
DEVEL15-ubik-avoid-truncating-live-database-during-recovery-20071210

LICENSE IPL10
FIXES 77183

currently we can truncate the live database while we are doing recovery.
address that.

(cherry picked from commit 0f9529171c37c4ef1e76156da111d83d04b38505)

16 years agoDEVEL15-afs-shutdown-cleanup-20071210
Derrick Brashear [Mon, 10 Dec 2007 22:42:30 +0000]
DEVEL15-afs-shutdown-cleanup-20071210

LICENSE IPL10
FIXES 74479

clean up allocated resources when we shut down

(cherry picked from commit f5fde5736f333e284a244467641f08727481b4ae)

16 years agoDEVEL15-find-cpp-from-slash-20071210
Mike Meffie [Mon, 10 Dec 2007 22:26:24 +0000]
DEVEL15-find-cpp-from-slash-20071210

LICENSE IPL10

find cpp using a full path, not the user's path, at least for now

(cherry picked from commit e26be7b8e3c8ca73e6ef6640c7d2b8d8200a0c65)

16 years agoDEVEL15-windows-remove-out-of-date-buffers-from-hash-tables-20071210
Jeffrey Altman [Mon, 10 Dec 2007 20:45:16 +0000]
DEVEL15-windows-remove-out-of-date-buffers-from-hash-tables-20071210

LICENSE MIT

When a cm_MergeStatus operation determines that the current data buffers
are out of date, remove them from the buffer hash tables in order to speed
the lookup of valid data buffers.

(cherry picked from commit 649194188e4af21370faa1bf1217a887adae2572)

16 years agoDEVEL15-windows-buffers-20071210
Jeffrey Altman [Mon, 10 Dec 2007 20:35:06 +0000]
DEVEL15-windows-buffers-20071210

LICENSE MIT

after removing cm_buf_t objects from the hash tables, clear the HT list
pointers to make debugging easier.

when modifying data version values in buf_ForceDataVersion() grab a
read lock on buf_globalLock instead of a write lock.  A write lock is
only required if the hash table linked lists are being modified.
The dataVersion itself is protected by the cm_scache_t mx mutex being
held.

(cherry picked from commit ef5e9a4dd7a4977d7d9f41266f2a0c491720e387)

16 years agoDEVEL15-pam-expires-setting-should-be-32bit-20071210
Carsten Jacobi [Mon, 10 Dec 2007 18:28:07 +0000]
DEVEL15-pam-expires-setting-should-be-32bit-20071210

LICENSE IPL10

store as a 32 bit value explicitly so 32 bit routines don't leave garbage around here.

(cherry picked from commit c057063abea93733170c1b31c91b52050a150a98)

16 years agoDEVEL15-uss-lex-more-forward-decls-20071210
Mike Meffie [Mon, 10 Dec 2007 18:22:34 +0000]
DEVEL15-uss-lex-more-forward-decls-20071210

LICENSE IPL10

forward declare this so picky compilers will do their jobs.

(cherry picked from commit 8114be0c6a311007125d6c01b9e0ee7a16b71c29)

16 years agoDEVEL15-cnvldb-prototypes-20071209 openafs-devel-1_5_28
Derrick Brashear [Sun, 9 Dec 2007 23:35:37 +0000]
DEVEL15-cnvldb-prototypes-20071209

LICENSE IPL10

forward declare these

(cherry picked from commit c6db6a90bee37f91c56d1aa1c4ed5657c353b3a0)

16 years agoDEVEL15-aklog-no-dummy-write-on-aix5-20071209
Derrick Brashear [Sun, 9 Dec 2007 06:07:31 +0000]
DEVEL15-aklog-no-dummy-write-on-aix5-20071209

LICENSE IPL10

don't do the dummy write on aix5. we are better off actually working

(cherry picked from commit 40307b60236c8e43321a31ab524ec6edd61cbabf)

16 years agoDEVEL15-writedcache-enforce-xdcache-writelock-20071208
Derrick Brashear [Sat, 8 Dec 2007 17:59:06 +0000]
DEVEL15-writedcache-enforce-xdcache-writelock-20071208

LICENSE IPL10
FIXES 59136

in order that the writes to CacheItems not be addled, we need to *actually*
hold a *write* lock when we write. not even just read as the comment says.

and certainly not none as was happening in the dir package.

(cherry picked from commit c0a04c21cf36e4c8e25be9703f715f30d1bf55a6)

16 years agoDEVEL15-linux24-kernel-configure-test-20071208
Derrick Brashear [Sat, 8 Dec 2007 17:46:09 +0000]
DEVEL15-linux24-kernel-configure-test-20071208

LICENSE IPL10

on linux 2.4 the try kbuild macro needs to try harder to notice what
symbols we don't have

(cherry picked from commit 55e581824fceea149b9a48ee928aa76e97c009a8)

16 years agoDEVEL15-windows-wix-afslogon-20071207
Jeffrey Altman [Fri, 7 Dec 2007 21:34:12 +0000]
DEVEL15-windows-wix-afslogon-20071207

LICENSE MIT

Move afslogon.dll and afscpcc.exe to the OpenAFS\Client\Program directory

(cherry picked from commit 68021a6f2bf692e20044bb932501112934a09bac)

16 years agoDEVEL15-windows-release-notes-20071207
Jeffrey Altman [Fri, 7 Dec 2007 16:06:24 +0000]
DEVEL15-windows-release-notes-20071207

LICENSE MIT

more updates for 1.5.28

16 years agoDEVEL15-windows-follow-backup-path-20071207
Jeffrey Altman [Fri, 7 Dec 2007 16:05:22 +0000]
DEVEL15-windows-follow-backup-path-20071207

LICENSE MIT

Add a registry value, FollowBackupPath, that provides the Windows cache
manager with functionality equivalent to the UNIX afsd -backuptree option.

(cherry picked from commit ab939a6216161cd6afab74e60ca87d376145651c)

16 years agoDEVEL15-windows-version-20071207
Jeffrey Altman [Fri, 7 Dec 2007 15:57:04 +0000]
DEVEL15-windows-version-20071207

LICENSE IPL10

1.5.2800.0 == 1.5.28

16 years agoDEVEL15-windows-notes-20071207
Jeffrey Altman [Fri, 7 Dec 2007 15:54:21 +0000]
DEVEL15-windows-notes-20071207

LICENSE IPL10

another change for 1.5.28

16 years agoDEVEL15-openafs-1-5-28-20071206
Derrick Brashear [Fri, 7 Dec 2007 04:47:22 +0000]
DEVEL15-openafs-1-5-28-20071206

LICENSE IPL10

make 1.5.28