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

17 years agomore-rx-updates-20060504
Ken Hornstein [Fri, 5 May 2006 06:47:37 +0000]
more-rx-updates-20060504

Suppress warnings from prototype changes.
Trial code for OpenBSD support.
Fix missing piece from UKERNEL.

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

IPv6 support for Windows requires the use of ws2tcpip.h and associated
restructing of include file order.

17 years agobringing-rx-into-21st-century-20060504
Ken Hornstein [Thu, 4 May 2006 22:23:17 +0000]
bringing-rx-into-21st-century-20060504

Large series of changes to replace the use of afs_uint32 for IP address
with struct sockaddr_storage in Rx.  May even work with IPv6, but only
tested with IPv4.  Significant change to internal APIs; existing external
APIs kept, new ones added that take struct sockaddr_storage arguments.

17 years agoviced-hcps-logging-20060504
Jeffrey Altman [Thu, 4 May 2006 05:54:19 +0000]
viced-hcps-logging-20060504

log whenever a client host does not have an hcps value.

log the host by dotted ip-addr and port number

17 years agowindows-ansi-filenames-fix-20060430 BP-openafs-devel-1_5_x
Tommie Gannert [Sun, 30 Apr 2006 05:58:28 +0000]
windows-ansi-filenames-fix-20060430

FIXES 31202

Remember to perform an OemToChar() conversion of the file name being
queried in Trans2QueryFileInfo

18 years agovlserver-rxmaxmtu-fix-20060426
Tommie Gannert [Wed, 26 Apr 2006 16:22:33 +0000]
vlserver-rxmaxmtu-fix-20060426

use 'index' as offset to argv

18 years agowindows-deadlock-and-race-removal-20060427 openafs-devel-1_5_1
Jeffrey Altman [Thu, 27 Apr 2006 16:49:55 +0000]
windows-deadlock-and-race-removal-20060427

This patch fixes:

* race conditions around cm_Lock() calls that were not protected
  by cm_SyncOp(LOCK) [asanka@secure-endpoints.com]

* deadlocks caused by obtaining smb_fid_t->mx after cm_scache_t->mx

* removes an extra Release smb_fid_t->mx that could result in
  releasing a mutex that is not currently held

* changes the log representation of several return codes and fids to
  be consistent with other output

18 years agonamei-delay-fsync-20060426
Rainer Toebbicke [Wed, 26 Apr 2006 16:43:17 +0000]
namei-delay-fsync-20060426

FIXES 30632

group fsync calls to speed up operations

18 years agoos-probe-linux-2-6-9-20060426
Derek Atkins [Wed, 26 Apr 2006 16:40:43 +0000]
os-probe-linux-2-6-9-20060426

FIXES 30514

make this work on 2.6.9

18 years agopam-configure-optmz-20060426
Christof Hanke [Wed, 26 Apr 2006 16:36:21 +0000]
pam-configure-optmz-20060426

FIXES 30659

get rid of hardcoded optimize flags

18 years agomd5-fix-20060426
Derrick Brashear [Wed, 26 Apr 2006 16:03:20 +0000]
md5-fix-20060426

the user struct macros hate us

18 years agolinux-probe-missing-commas-20060426
Jeffrey Altman [Wed, 26 Apr 2006 14:56:31 +0000]
linux-probe-missing-commas-20060426

FIXES 30977

Add missing commas for non-2.6 x86_64 platforms

18 years agoviced-write-locking-fix-20060425
Jeffrey Altman [Tue, 25 Apr 2006 07:40:48 +0000]
viced-write-locking-fix-20060425

According to src/libacl/prs_fs.h the PRSFS_LOCK privilege is only supposed
to control read-locks.  The PRSFS_WRITE and PRSFS_INSERT privileges are
supposed to control write-locks.

18 years agowindows-version-20060424
Jeffrey Altman [Mon, 24 Apr 2006 16:02:48 +0000]
windows-version-20060424

1.5.1

18 years agowindows-notes-20060424
Jeffrey Altman [Mon, 24 Apr 2006 16:00:50 +0000]
windows-notes-20060424

notes for 1.5.1