openafs.git
17 years agosol10u2-rename-20060703
Tom Keiser [Mon, 3 Jul 2006 19:41:31 +0000]
sol10u2-rename-20060703

FIXES 34774

In s10u2 the vnode path cache code was modified so that we're no longer
guaranteed of having a valid path cache pointer for the lofs mount case.
Attached patch changes gafs_rename to deal with this. Patch also removes
unnecessary MODLOAD32 build rule from sun4x_510 case.

17 years agowindows-wix-sdk-20060702
Asanka Herath [Mon, 3 Jul 2006 02:45:35 +0000]
windows-wix-sdk-20060702

Move SDK to \Program Files\OpenAFS\SDK

17 years agowindows-library-cleanup-20060702
Jeffrey Altman [Mon, 3 Jul 2006 02:00:51 +0000]
windows-library-cleanup-20060702

Export rx_Finalize and rx_InitHost

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

* add afs_winsockCleanup() call to rx_Finalize

* do not start listener threads multiple times

====================

* export rx_Finalize and pr_End

====================

afs_winsockCleanup

17 years agowindows-afsauth-krb-20060702
Jeffrey Altman [Mon, 3 Jul 2006 01:57:37 +0000]
windows-afsauth-krb-20060702

Build the afsuth.krb library

17 years agowindows-nsis-sdk-20060702
Jeffrey Altman [Mon, 3 Jul 2006 01:55:54 +0000]
windows-nsis-sdk-20060702

Move SDK to Program Files\OpenAFS\SDK

17 years agowindows-afslogon-pr_end-20060702
Jeffrey Altman [Mon, 3 Jul 2006 01:54:19 +0000]
windows-afslogon-pr_end-20060702

* do not attempt to copy kfw krb5 creds if integrated logon disabled

* disable use of automatic registration from afslogon.dll.  calling
  pr_Initialize() results in rx_Init() being called which creates
  threads that prevent safe unloading of the dll.  This is causing
  crashes in third party applications that call CreateProcessAsUser()
  which in turn temporarily loads afslogon.dll.

* add life_to_time to afskfw.c in order remove the link to the rxkad
  and des libraries

17 years agobutc-prototyping-20060701
Derrick Brashear [Sat, 1 Jul 2006 06:01:29 +0000]
butc-prototyping-20060701

have some prototypes
happy july 1
and what a crappy day it is

17 years agolibcmd-support-version-switch-20060630
Derrick Brashear [Fri, 30 Jun 2006 20:44:19 +0000]
libcmd-support-version-switch-20060630

well, i guess adm will be sad until it exports AFSVersion, but, life is hard.

17 years agosolaris-vfsops-20060629
Tom Keiser [Fri, 30 Jun 2006 15:03:04 +0000]
solaris-vfsops-20060629

fix symbol binding for modern solaris 10 patches (6/06)
which kills a few we didn't need anyway

17 years agosalvager-20060628
Tom Keiser [Fri, 30 Jun 2006 14:57:43 +0000]
salvager-20060628

make ClearROInUseBit actually do it

17 years agorxbind-typo-fix-20060629
Christopher Allen Wing [Fri, 30 Jun 2006 01:17:06 +0000]
rxbind-typo-fix-20060629

FIXES 34634

kill this obvious typo

17 years agorxkad-rt34568-20060629
Jeffrey Altman [Fri, 30 Jun 2006 00:24:20 +0000]
rxkad-rt34568-20060629

FIXES 34568

The use of strncmp() results in p->v5_str being treated as matching
prefix instead of as the complete string.  This causes "ftpa" to be
considered a match for "ftp".

17 years agowindows-bulkstat-eaccess-20060628
Jeffrey Altman [Wed, 28 Jun 2006 16:00:33 +0000]
windows-bulkstat-eaccess-20060628

New CM_SCACHEFLAG_EACCESS flag is used to track whether the status
information was the result of an EACCESS error during an inline bulk
status call.  If so, we have a callback but did not get any status
info.  When this flag is set we include the entry in future bulk status
calls but otherwise treat the cm_scache entry as if it has a valid
callback.  The callback will be revoked if the ACLs on the object
changes.

17 years agowindows-inlinebulkstat-20060628
Jeffrey Altman [Wed, 28 Jun 2006 06:33:28 +0000]
windows-inlinebulkstat-20060628

fix the timeout conditional and error handling so that all directory
entries will be processed.

now there is a problem in which transitioning from no tokens to tokens
does not result in refreshed data.  something to look into.

17 years agowindows-inlinebulkstat-20060627
Jeffrey Altman [Wed, 28 Jun 2006 04:22:40 +0000]
windows-inlinebulkstat-20060627

Activate previously implemented TryBulkStat code.  Due to incorrect
comparisons the code was never executed.  Add support for InlineBulkStat
with fallback to BulkStat and increase the size of CM_BULKMAX to 150.
(3 * AFSCBMAX)

Add CM_SERVERFLAG_NOINLINEBULK to track support for InlineBulkStat.
Clear flag during InitCallbackState.

17 years agowindows-fs-uuid-part-two-20060627
Jeffrey Altman [Tue, 27 Jun 2006 23:52:37 +0000]
windows-fs-uuid-part-two-20060627

force new connections after uuid change

17 years agowindows-fs-uuid-20060627
Jeffrey Altman [Tue, 27 Jun 2006 23:18:29 +0000]
windows-fs-uuid-20060627

 fs uuid [-generate]

17 years agowindows-uninitialized-vars-20060627
Jeffrey Altman [Tue, 27 Jun 2006 22:48:23 +0000]
windows-uninitialized-vars-20060627

uninitialized pointers when dereferenced do bad things

17 years agowindows-cleanup-20060627
Jeffrey Altman [Tue, 27 Jun 2006 16:39:04 +0000]
windows-cleanup-20060627

 * fix UAEACCES debug string

 * assign scachetype invalid when invalid

 * smb_WriteData prototype

 * update T2 search dir debug message to include unique

17 years agowindows-do-not-release-null-20060626
Jeffrey Altman [Tue, 27 Jun 2006 05:02:57 +0000]
windows-do-not-release-null-20060626

uidp can be null.  if so, do not release.

17 years agofileserver-hates-pruclient-20060626
Derrick Brashear [Tue, 27 Jun 2006 04:16:46 +0000]
fileserver-hates-pruclient-20060626

right now there is one struct ubik_client shared by all threads in the fileserver, which sucks when one has it locked

let's, uh, fix that.

17 years agowindows-wix-path-key-fix-20060625
Asanka Herath [Mon, 26 Jun 2006 06:47:04 +0000]
windows-wix-path-key-fix-20060625

properly set the path key

17 years agowindows-32bit-tools-client-dir-20060625
Jeffrey Altman [Mon, 26 Jun 2006 03:24:14 +0000]
windows-32bit-tools-client-dir-20060625

Modify afssw_GetClientInstallDir to check both the registry for both
the full client installation as well as the 32-bit tools installation
for the Client Install Pathname.

17 years agowindows-wix-client-path-20060625
Jeffrey Altman [Mon, 26 Jun 2006 03:18:21 +0000]
windows-wix-client-path-20060625

move <Environment> tag to a component that will be installed
as part of the 32-bit tools so that Client\Program is added to
the PATH.

17 years agowindows-largefile-support-20060625
Jeffrey Altman [Sun, 25 Jun 2006 22:44:26 +0000]
windows-largefile-support-20060625

don't clear the no64bit when there is no server

17 years agowindows-torture-test-20060625
Dave Tanner [Sun, 25 Jun 2006 20:50:37 +0000]
windows-torture-test-20060625

Torture Test

17 years agowindows-largefile-test-20060625
Jeffrey Altman [Sun, 25 Jun 2006 20:50:02 +0000]
windows-largefile-test-20060625

Large File test

17 years agowindows-aklog-64bit-20060625
Qi Dong [Sun, 25 Jun 2006 18:56:53 +0000]
windows-aklog-64bit-20060625

Prepare makefile to link against kfw 64-bit libs when they are
available.

17 years agowindows-64bit-type-safety-20060625
Qi Dong [Sun, 25 Jun 2006 18:54:16 +0000]
windows-64bit-type-safety-20060625

Type casting

17 years agowindows-cleanup-20060625
Jeffrey Altman [Sun, 25 Jun 2006 17:55:23 +0000]
windows-cleanup-20060625

cleanup AFS_component_version_number.h

17 years agowindows-wix-tools-on-i386-only-20060625
Jeffrey Altman [Sun, 25 Jun 2006 15:59:38 +0000]
windows-wix-tools-on-i386-only-20060625

only build the 32-bit tools installer on i386

17 years agowindows-nsis-help-files-install-location-20060625
Jeffrey Altman [Sun, 25 Jun 2006 15:54:25 +0000]
windows-nsis-help-files-install-location-20060625

place the help files in the correct location

17 years agowindows-report-quota-diskfull-20060624
Jeffrey Altman [Sun, 25 Jun 2006 02:47:04 +0000]
windows-report-quota-diskfull-20060624

overquota and diskfull errors are detected while writing dirty buffers
to the file server.  A flag is set on the scp so that the error can
be returned to the caller.  cm_FSync was clearing the flag without
returning the error. This permitted calls to Win32 WriteFile to report
success even when they failed.

17 years agorhel3-krb524-checking-20060624
Russ Allbery [Sat, 24 Jun 2006 17:08:40 +0000]
rhel3-krb524-checking-20060624

FIXES 30589

Check for krb524 functions in libkrb524 if not found in libkrb5 so that the
Kerberos v5 support will build on RHEL3.  Thanks to Derek Atkins for the
debugging and testing.

17 years agowindows-viced-cbd-20060624
Jeffrey Altman [Sat, 24 Jun 2006 15:09:34 +0000]
windows-viced-cbd-20060624

don't break platforms other than Windows

17 years agoafsutil-includes-20060623
Christopher Allen Wing [Sat, 24 Jun 2006 06:47:09 +0000]
afsutil-includes-20060623

Include <afs/afsutil.h> for prototypes of afs_inet_ntoa and afs_inet_ntoa_r.

17 years agoautoconf-datarootdir-20060623
Russ Allbery [Sat, 24 Jun 2006 06:14:09 +0000]
autoconf-datarootdir-20060623

Autoconf 2.60 will replace some variables, most notably mandir, with values
relative to datarootdir, a new variable.  Add settings of datarootdir to
the affected files.

17 years agowindows-wix-help-files-install-location-20060623
Asanka Herath [Sat, 24 Jun 2006 03:48:06 +0000]
windows-wix-help-files-install-location-20060623

place the help files in the correct location

17 years agowindows-largefile-support-20060623
Asanka Herath [Fri, 23 Jun 2006 08:54:27 +0000]
windows-largefile-support-20060623

This patch adds large file support (> 2GB) to the CIFS server and
the cache manager.

It also corrects a significant oversight where the definition of
struct rx_call was inconsistent due to a failure to define AFS_PTHREAD_ENV
prior to including rx.h in all source files.  This prevented all errors
during rx_Read and rx_Write to be ignored.

17 years agowindows-cm_syncop-buflocked-20060622
Jeffrey Altman [Fri, 23 Jun 2006 04:32:48 +0000]
windows-cm_syncop-buflocked-20060622

If cm_SyncOp is called with the buffer locked, it must be returned
locked even on error.

17 years agowindows-no-freelance-vldb-failover-20060622
Jeffrey Altman [Thu, 22 Jun 2006 22:48:32 +0000]
windows-no-freelance-vldb-failover-20060622

When Freelance mode is not in use the cache manager must load the root.afs
volume of the default cell in order to be able to start.   Unfortunately,
if the first vlserver fails the request to obtain the volume information
will timeout and no retries will be performed.  This patch performs up
to 10 retries in the initialization code in order to enable the vlservers
to be marked down so that failover can occur.

17 years agowindows-viced-cbd-20060621
Jeffrey Altman [Wed, 21 Jun 2006 21:40:00 +0000]
windows-viced-cbd-20060621

typo

17 years agowindows-viced-cbd-20060620
Jeffrey Altman [Tue, 20 Jun 2006 23:09:46 +0000]
windows-viced-cbd-20060620

build the callback debug utility

17 years agoaix-largefile-cleanup-20060620
Tom Keiser [Wed, 21 Jun 2006 18:57:24 +0000]
aix-largefile-cleanup-20060620

some largefile cleanup and other minor aix tweaking

17 years agowindows-afsrpc-exports-20060620
Jeffrey Altman [Tue, 20 Jun 2006 21:57:26 +0000]
windows-afsrpc-exports-20060620

New functions: rx_InitHost, rx_NewServiceHost

17 years agorxbind-for-servers-20060620
Jeffrey Altman [Tue, 20 Jun 2006 21:32:55 +0000]
rxbind-for-servers-20060620

do not call parseNetFile on Windows where the function does not exist

17 years agorevert-rx-magic-check-20060607
Derrick Brashear [Tue, 20 Jun 2006 21:07:06 +0000]
revert-rx-magic-check-20060607

revert until i recode to avoid conflict with queues

17 years agoviced-findclient-do-not-return-wrong-client-20060620
Jeffrey Hutzelman [Tue, 20 Jun 2006 21:00:09 +0000]
viced-findclient-do-not-return-wrong-client-20060620

In h_FindClient_r it was possible for the wrong client to be returned
and worse for it to be returned without the reference count being
incremented.

17 years agoviced-deadlock-20060620
Rainer Toebbicke [Tue, 20 Jun 2006 15:50:17 +0000]
viced-deadlock-20060620

FIXES 34073

* checks for client == oldClient

* drops the H_LOCK prior to obtaining the WriteLock on oldClient
  in order to prevent a deadlock

17 years agono-divide-by-zero-20060616
Jim Rees [Fri, 16 Jun 2006 20:08:29 +0000]
no-divide-by-zero-20060616

Print nothing rather than dividing by zero if the cache manager doesn't
return excessive cache params.

17 years agofs-getcache-show-more-20060615
Troy Benjegerdes [Thu, 15 Jun 2006 16:51:25 +0000]
fs-getcache-show-more-20060615

show more info about cache usage, optionally

17 years agolinux-current-already-used-20060615
Troy Benjegerdes [Thu, 15 Jun 2006 16:42:24 +0000]
linux-current-already-used-20060615

don;'t conflict on use of current

17 years agogetaddr-avoid-looping-20060615
Derrick Brashear [Thu, 15 Jun 2006 16:12:13 +0000]
getaddr-avoid-looping-20060615

so it would be good to count these all off

oops

17 years agorxbind-for-servers-20060612
Derrick Brashear [Tue, 13 Jun 2006 01:28:48 +0000]
rxbind-for-servers-20060612

FIXES 32308

support -rxbind switch for servers

17 years agolinux-enable-gcpags-20060612
Derrick Brashear [Mon, 12 Jun 2006 17:19:27 +0000]
linux-enable-gcpags-20060612

enable gcpags

17 years agorecvackpkt-count-acks-and-open-cong-window-20060612
Chas Williams [Mon, 12 Jun 2006 05:23:54 +0000]
recvackpkt-count-acks-and-open-cong-window-20060612

"the non AFS_GLOBAL_RXLOCK_KERNEL version of
rxi_ReceiveAckPacket() wasnt counting 'hard' acks and not opening the
congestion window.  using rx_Readv() directs the incoming packets into
the target iov, and sends a hard ack (skipping soft acks).  "

17 years agogetaddr-skip-loopbacks-version-for-macos-20060613
Derrick Brashear [Tue, 13 Jun 2006 04:50:03 +0000]
getaddr-skip-loopbacks-version-for-macos-20060613

so rxbind does something sensible

17 years agonamei-dec-drop-lock-20060612
Derrick Brashear [Tue, 13 Jun 2006 00:58:33 +0000]
namei-dec-drop-lock-20060612

FIXES 17638

unsure why yet, or even if, but this is all that makes sense

17 years agowindows-scache-recycle-fix-20060608
Jeffrey Altman [Thu, 8 Jun 2006 22:17:04 +0000]
windows-scache-recycle-fix-20060608

do not special case freelance entries

17 years agowindows-cifs-std-info-take-two-20060607
Jeffrey Altman [Thu, 8 Jun 2006 00:28:40 +0000]
windows-cifs-std-info-take-two-20060607

The "is a directory" value was being set one field beyond the end of
the Standard Info reply structure.

17 years agono-client-tcon-20060607
Chaskiel M Grundman [Wed, 7 Jun 2006 05:56:55 +0000]
no-client-tcon-20060607

remove client->tcon and avoid locking issues

17 years agorx-magic-check-20060607
Chaskiel M Grundman [Wed, 7 Jun 2006 05:31:33 +0000]
rx-magic-check-20060607

for pullup as /afs/andrew/usr18/cg2v/rx-magic-check.diff

17 years agoopenlog-consistency-20060607
Chaskiel M Grundman [Wed, 7 Jun 2006 05:25:38 +0000]
openlog-consistency-20060607

open logs consistently so assert logging is appended

17 years agosynchronize-xdr-20060606
Russ Allbery [Tue, 6 Jun 2006 23:33:07 +0000]
synchronize-xdr-20060606

Include the same set of xdr objects in the shared libafsrpc as are included
in the static libafsrpc.

17 years agowindows-smb-mountpt-is-dir-20060606
Jeffrey Altman [Tue, 6 Jun 2006 17:57:43 +0000]
windows-smb-mountpt-is-dir-20060606

Be consistent about reporting mountpoints and invalid links as directories
to the CIFS client.

17 years agowindows-makefile-clean-20060606
Jeffrey Altman [Tue, 6 Jun 2006 15:43:16 +0000]
windows-makefile-clean-20060606

cleanup additional files

17 years agowindows-version-20060604
Jeffrey Altman [Mon, 5 Jun 2006 04:25:03 +0000]
windows-version-20060604

1.5.0002

17 years agowindows-notes-20060604
Jeffrey Altman [Mon, 5 Jun 2006 02:29:19 +0000]
windows-notes-20060604

notes

17 years agoviced-swap-old-cbcon-diff-20060603
Jeffrey Altman [Sun, 4 Jun 2006 07:11:53 +0000]
viced-swap-old-cbcon-diff-20060603

FIXES 32985

swap cbconn when other side changes IPs

17 years agowindows-scache-recycle-20060603
Jeffrey Altman [Sat, 3 Jun 2006 18:59:35 +0000]
windows-scache-recycle-20060603

A deadlock was detected when performing "fs flushall" if the file
server reports VNOVNODE.   The scp->createBufferLock is already
held by the current thread and there is no mechanism to propagate
the knowledge.  Therefore, an alternate mechanism for clearing the
cache must be developed.  A new function cm_RecycleSCache(scp,flags)
has been extracted from cm_GetNewSCache().  This function performs
the task of recycling an cm_scache_t object.  When called from
cm_GetNewSCache() with no flags the expectation is that there are
no associated buffers that are queued to be read or written.  When
called from cm_Analyze() with the CM_SCACHE_RECYCLEFLAG_DESTROY_BUFFERS
flag, any queued buffers will be de-queued and marked as if the operations
were performed so the data can be discarded.

This patch also addresses the following issues:

* CM_ERROR codes were logged as "unknown" by cm_Analyze.

* In response to VNOVNODE, the parent is only discarded if the current
  cm_scache_t is not a directory.

* In the Ioctl FlushFile and FlushVolume functions, there were no
  checks to protect against flushing the Freelance SCache entries.

* In FlushFile, the wrong cm_scache_t object was being released.

* In cm_GetNewSCache, do not allow Freelance SCache entries to be
  recycled.  Choose a new entry if cm_RecycleSCache fails.

17 years agoflock-handle-uae-errors-20060601
Chaskiel M Grundman [Fri, 2 Jun 2006 22:12:27 +0000]
flock-handle-uae-errors-20060601

handle uae versions of errors for flock locks

17 years agolinux-vfsops-remove-redundant-code-20060601
Joe Buehler [Thu, 1 Jun 2006 16:57:15 +0000]
linux-vfsops-remove-redundant-code-20060601

FIXES 32783

remove redundancy

17 years agowindows-smb-fid-faster-20060531
Jeffrey Altman [Thu, 1 Jun 2006 04:50:13 +0000]
windows-smb-fid-faster-20060531

Speed up the performance of the cache manager by not holding the
smb_fid_t mutex across calls to cm_SyncOp and AFS RPCs.

Ensure that all smb_fid_t flag references are protected.

17 years agofix-rx-getaddr-20060531
Derrick Brashear [Wed, 31 May 2006 21:38:30 +0000]
fix-rx-getaddr-20060531

17 years agowindows-smb-fid-deadlock-20060530
Jeffrey Altman [Tue, 30 May 2006 17:56:51 +0000]
windows-smb-fid-deadlock-20060530

remove a deadlock introduced in 1.4.1

17 years agowindows-get-acls-20060528
Jeffrey Altman [Mon, 29 May 2006 00:03:52 +0000]
windows-get-acls-20060528

It is possible to have a valid callback but not to have the
required ACL info for the current user.  Force acquisition of
a FetchStatus but do so without making multiple calls.

17 years agowindows-hexdump-fix-20060528
Jeffrey Altman [Mon, 29 May 2006 00:01:26 +0000]
windows-hexdump-fix-20060528

do not allow unquoted percent signs to be logged

17 years agowindows-access-fetchstatus-20060526
Jeffrey Altman [Fri, 26 May 2006 22:11:15 +0000]
windows-access-fetchstatus-20060526

Do not call cm_GetCallback() directly.  Always
use cm_SyncOp(CM_SCACHESYNC_NEEDCALLBACK)

17 years agowindows-dynamic-thread-priority-20060525
Jeffrey Altman [Fri, 26 May 2006 07:35:34 +0000]
windows-dynamic-thread-priority-20060525

Dynamically adjust the priority of server threads based upon the age
of the cifs request that is being processed.  Bump the priority one
level for each 15 seconds of age.

17 years agowindows-head-tail-queue-removal-20060525
Jeffrey Altman [Thu, 25 May 2006 18:11:57 +0000]
windows-head-tail-queue-removal-20060525

while investigating the cause of the delayed write errors it was observed
that all of the sleep queues are LIFO.  This has the side effect of
encouraging starvation.  Changing the queues to FIFOs revealed a serious
problem affecting the use of all queues which use both head and tail
pointers.  The removal function osi_QRemove does not take a tail pointer
and therefore the pointer is always left hanging.  If the number of elements
ever drops to zero the queue becomes corrupted.

Added osi_QRemoveHT to be used whenever head and tail pointers are used.
Updated all callers in afsd.

17 years agowindows-smb-mods-20060524
Jeffrey Altman [Wed, 24 May 2006 23:59:51 +0000]
windows-smb-mods-20060524

Prevent smb_FindVCP from returning dead virtual circuits

Treat "*." as an alias for "all"

17 years agogetaddr-skip-loopbacks-version-for-macos-20060523
Derrick Brashear [Wed, 24 May 2006 16:49:11 +0000]
getaddr-skip-loopbacks-version-for-macos-20060523

so rxbind does something sensible

17 years agorxkad-var-tkt-len-20060523
Hartmut Reuter [Tue, 23 May 2006 17:29:11 +0000]
rxkad-var-tkt-len-20060523

FIXES 31966

allocate memory for struct rxkad_cprivate based upon the actual
ticket size not the max ticket size

17 years agorx-rdwr-type-casting-20060523
Jeffrey Altman [Tue, 23 May 2006 05:47:29 +0000]
rx-rdwr-type-casting-20060523

type cast correctly

17 years agowindows-aklog-afsid-lookup-20060519
Jeffrey Altman [Sat, 20 May 2006 04:14:07 +0000]
windows-aklog-afsid-lookup-20060519

if the cell matches the realm, do not lookup with realm

17 years agoviced-host-mobile-client-20060505
Jeffrey Altman [Sat, 13 May 2006 15:22:20 +0000]
viced-host-mobile-client-20060505

Do not delete an old host entry because the UUID because the UUIDs
of the clients at the old addresses are wrong.  Remove the addresses.

Do not allow the same host,addr,port combination to be added into
the hash table multiple times.

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

Add some more logging

Do not allow 'code' to be re-used for probing the uuid of the old host
primary address because we are relying on the value of 'code' to indicate
whether or not RCallBackConnectBack failed.  If it did, we mark the
client as VENUSDOWN, if not we marked it as RESETDONE.

====================

log the old addr, not the new one

17 years agowindows-smb-vcp-cleanup-races-20060511
Jeffrey Altman [Thu, 11 May 2006 13:36:06 +0000]
windows-smb-vcp-cleanup-races-20060511

Only allow one thread to mark the vcp dead

17 years agoviced-writevalloc-dont-vtakeoffline-20060510
Derrick Brashear [Wed, 10 May 2006 05:51:41 +0000]
viced-writevalloc-dont-vtakeoffline-20060510

random errors shouldn't take the volume offline

17 years agofbsd-saddr-20060509
Jim Rees [Tue, 9 May 2006 19:41:47 +0000]
fbsd-saddr-20060509

Small fixes to get sockaddr_storage changes working on FreeBSD

17 years agosnprintf-20060509
Jim Rees [Tue, 9 May 2006 16:49:49 +0000]
snprintf-20060509

Change sprint to snprintf

17 years agowindows-addr-change-mods-20060509
Jeffrey Altman [Tue, 9 May 2006 06:18:08 +0000]
windows-addr-change-mods-20060509

When the client changes IP addresses, in order to obtain optimal
performance it must:

(1) force the replacement of all existing rx connections

(2) ping all up and down servers

17 years agobringing-rx-into-21st-century-20060504
Jeffrey Altman [Tue, 9 May 2006 05:15:47 +0000]
bringing-rx-into-21st-century-20060504

rx_InitHost() port is in network byte order

17 years agowindows-less-power-mgmt-logging-20060508
Jeffrey Altman [Tue, 9 May 2006 02:37:30 +0000]
windows-less-power-mgmt-logging-20060508

comment out some of the power mgmt log entries
reducing the size of afsd_init.log

17 years agowindows-smb-vcp-clean-20060508
Jeffrey Altman [Tue, 9 May 2006 02:34:20 +0000]
windows-smb-vcp-clean-20060508

don't grab the vcp mutex after releasing the vcp

17 years agowindows-osi-lock-validate-20060508
Jeffrey Altman [Tue, 9 May 2006 02:30:37 +0000]
windows-osi-lock-validate-20060508

perform lock type validation

17 years agomacos-packaging-oops-20060508
Derrick Brashear [Mon, 8 May 2006 20:26:38 +0000]
macos-packaging-oops-20060508

no plugin yet

17 years agowindows-manifests-20060505 mp-rxtcp-20060505
Jeffrey Altman [Fri, 5 May 2006 19:26:51 +0000]
windows-manifests-20060505

embed manifests when building tools needed for building OpenAFS

17 years agoviced-host-logging-20060505
Jeffrey Altman [Fri, 5 May 2006 17:27:21 +0000]
viced-host-logging-20060505

another place where dotted notation and port numbers were not being used
in log output.

17 years agowindows-wix-vs8-20060505
Jeffrey Altman [Fri, 5 May 2006 16:50:21 +0000]
windows-wix-vs8-20060505

Enable wix installers to build with VS8 compiler on X86

17 years agocast-sockaddr-20060505
Jim Rees [Fri, 5 May 2006 15:37:28 +0000]
cast-sockaddr-20060505

Cast sockaddr_in to eliminate warning