openafs.git
14 years agosmb-vc-reset-on-request-20090218
Asanka Herath [Thu, 19 Feb 2009 04:04:24 +0000]
smb-vc-reset-on-request-20090218

LICENSE MIT

When processing SMB_SESSION_SETUP_ANDX in smb_ReceiveV3SessionSetupX
it is possible that the smb client might indicate that it requires an
Mpx Count greater than we are configured to support.  If so, log it
to the Windows Event Log as a warning.

It is also possible that the client might specify that its maximum
receive buffer is smaller than the SMB_PACKETSIZE.  If so, log it
to the Windows Event Log as a warning.

Finally, if the client specifies a virtual circuit number of zero,
the client thinks this is its first time communicating with us.
In which case we should invalidate all prior virtual circuits.
We also log this request to the Windows Event Log as informational.

14 years agowindows-64bit-printf-sanity-20090218
Simon Wilkinson [Wed, 18 Feb 2009 17:48:39 +0000]
windows-64bit-printf-sanity-20090218

LICENSE IPL10
FIXES 124265

don't assume %lld works for 64 bit ints on windows

14 years agovos-increment-offline-count-20090218
Peter Tripician [Wed, 18 Feb 2009 17:27:59 +0000]
vos-increment-offline-count-20090218

LICENSE IPL10
FIXES 124333

increment offline volume count, not pointer to it

14 years agovldb-check-no-bogus-shadow-decl-20090217
Derrick Brashear [Tue, 17 Feb 2009 14:34:18 +0000]
vldb-check-no-bogus-shadow-decl-20090217

LICENSE IPL10

unfussy compilers treat this as a shadow declare; others thankfully as an error

14 years agoaklog-524-vars-20090216
Derrick Brashear [Tue, 17 Feb 2009 14:27:48 +0000]
aklog-524-vars-20090216

LICENSE IPL10

add missing variables

14 years agovclosevnodefiles-ihandle-leak-20090216
Jeffrey Altman [Tue, 17 Feb 2009 04:37:27 +0000]
vclosevnodefiles-ihandle-leak-20090216

LICENSE IPL10
FIXES 124359

don't leak ihandles on close. this isn't a complete fix for the issue

14 years agobozo-corefile-timestamp-fix-20090216
Peter Tripician [Tue, 17 Feb 2009 04:32:08 +0000]
bozo-corefile-timestamp-fix-20090216

LICENSE IPL10
FIXES 124340

output y2k-correct corefile names

14 years agoaklog-use-native-principal-conversion-20090216
Evan Broder [Tue, 17 Feb 2009 04:28:53 +0000]
aklog-use-native-principal-conversion-20090216

LICENSE IPL10
FIXES 124338

use krb5_524_conv_principal instead of doing it potentially wrong ourselves

14 years agomacos-10-6-support-20090216
Chas Williams [Tue, 17 Feb 2009 04:25:10 +0000]
macos-10-6-support-20090216

LICENSE IPL10
FIXES 124288

support for (32 bit) macos 10.6. no pam yet

14 years agovldb-check-meaningful-return-codes-20090216
Steven Jenkins [Tue, 17 Feb 2009 04:16:56 +0000]
vldb-check-meaningful-return-codes-20090216

LICENSE IPL10
FIXES 124321

make vldb_check have meaningful return codes

14 years agofs-lsm-parse-bug-20090226
Peter Tripician [Tue, 17 Feb 2009 03:59:28 +0000]
fs-lsm-parse-bug-20090226

LICENSE IPL10
FIXES 124319

print correct error on root directory

14 years agolinux26-bogus-param-define-20090216
Marc Dionne [Tue, 17 Feb 2009 03:43:37 +0000]
linux26-bogus-param-define-20090216

LICENSE IPL10
FIXES 124324

remove orphaned define

14 years agoredhat-rpms-kernel24-20090216
Tony D'Amato [Tue, 17 Feb 2009 03:29:22 +0000]
redhat-rpms-kernel24-20090216

LICENSE IPL10
FIXES 102673

rewrite make rule for 2.4 kernels

14 years agorx-head-build-error-20090216
Marc Dionne [Tue, 17 Feb 2009 03:23:27 +0000]
rx-head-build-error-20090216

LICENSE IPL10
FIXES 124323

include header so mutex&atomic macros exist

14 years agowindows-smb-fidp-scp-race-20090212
Jeffrey Altman [Thu, 12 Feb 2009 21:44:47 +0000]
windows-smb-fidp-scp-race-20090212

LICENSE MIT
FIXES 124293

As evident in a crash dump, there is a race surrounding access to the
scp field of the smb_fid_t object.  Not all access was protected by
the smb_fid_t mx and the cm_scache_t object was not always being
reference counted within the accessing function.

This patch ensures that all initial references to the scp object
are performed under the smb_fid_t mx mutex and that the cm_scache_t
is prevented from being recycled by obtaining a local reference.

Finally, CM_ERROR_BADFD is returned as an error if a request begins
after the smb_fid_t scp field has already been cleared by a smb_CloseFID()
call as part of a concurrent request.

14 years agowindows-vmoved-vnovol-failover-20090212
Jeffrey Altman [Thu, 12 Feb 2009 21:30:03 +0000]
windows-vmoved-vnovol-failover-20090212

LICENSE MIT
FIXES 124276

A readonly volume with multiple instances was being marked alldown
when one of the instances resulted in VNOVOL because the vldb and
the indicated file server were out of sync.  The cache manager would
then attempt to re-obtain the volume location info from the vldb
for the entire timeout period.

This patch:

adds trace logging to cm_Analyze indicating which server references
are being deleted and which remain in response to a VNOVOL/VMOVED error.

adds trace logging to cm_UpdateVolumeStatusInt showing how the
new volume status value is determined.

corrects cm_Analyze() so that it doesn't corrupt the server reference
list during cm_FreeServerList() calls; doesn't orphan the server reference
list by setting *serverpp to NULL; and only re-obtains the volume info
list once per request.

14 years agofix-tsfpq-20090210
Jeffrey Altman [Tue, 10 Feb 2009 22:42:40 +0000]
fix-tsfpq-20090210

LICENSE BSD

avoid transferring more than the number of packets in a queue

14 years agorestore-unix-rxdebug-20090210
Derrick Brashear [Tue, 10 Feb 2009 22:39:58 +0000]
restore-unix-rxdebug-20090210

LICENSE IPL10

stale fixes from my sandbox

14 years agorx-atomic-20090209
Marc Dionne [Mon, 9 Feb 2009 23:15:13 +0000]
rx-atomic-20090209

LICENSE IPL10
FIXES 124322

add parens

14 years agorx-writevproc-wrong-type-20090207
Jeffrey Altman [Sat, 7 Feb 2009 17:22:26 +0000]
rx-writevproc-wrong-type-20090207

LICENSE BSD

In rxi_WritevProc the queueScan that sets RX_PKTFLAG_TQ on the packet
really needs to cast the queue objects to rx_packet instead of rx_call.
Trashing random fields is not a good idea.

14 years agowindows-netidmgr-progress-20090205
Asanka Herath [Fri, 6 Feb 2009 03:13:38 +0000]
windows-netidmgr-progress-20090205

LICENSE MIT

add progress reporting to the provider.

14 years agowindows-freelance-20090204
Jeffrey Altman [Thu, 5 Feb 2009 00:23:54 +0000]
windows-freelance-20090204

LICENSE MIT

set the correct fid vnode/unique values when adding new symlnks and
mount points.

14 years agoupclient-cleanup-temp-files-20090203
Mike Meffie [Tue, 3 Feb 2009 19:44:27 +0000]
upclient-cleanup-temp-files-20090203

LICENSE IPL10
FIXES 124221

remove tempfiles in the event of a fetching error

14 years agorename-internal-gettimeofday-refs-20090203
Simon Wilkinson [Tue, 3 Feb 2009 19:42:14 +0000]
rename-internal-gettimeofday-refs-20090203

LICENSE IPL10
FIXES 124259

switch to using fasttime, instead of wrapper

14 years agoredhat-packaging-non-stable-branches-20090203
Simon Wilkinson [Tue, 3 Feb 2009 19:37:41 +0000]
redhat-packaging-non-stable-branches-20090203

LICENSE IPL10
FIXES 124273

make rpm stuff work for other than 1.4.x

14 years agoredhat-packaging-updates-20090203
Simon Wilkinson [Tue, 3 Feb 2009 19:34:10 +0000]
redhat-packaging-updates-20090203

LICENSE IPL10
FIXES 124272

adds fc10, fc11 support

14 years agoman-page-salvager-fixes-20090201
Russ Allbery [Mon, 2 Feb 2009 01:19:00 +0000]
man-page-salvager-fixes-20090201

LICENSE BSD

Fix the -parallel example in the main description text: "5all" should be
"all5".  Reword the description a bit to hopefully make it clearer that
there are two separate values set here.  Note under the option description
of -parallel that multiple partitions on the same device are normally
processed serially.

14 years agoman-page-vos-examine-copy-date-20090201
Russ Allbery [Mon, 2 Feb 2009 01:12:02 +0000]
man-page-vos-examine-copy-date-20090201

LICENSE BSD

Document the Copy field of vos examine output.

14 years agowindows-tests-torture-enforce-querypath-info-errors-20090201
Jeffrey Altman [Sun, 1 Feb 2009 21:57:10 +0000]
windows-tests-torture-enforce-querypath-info-errors-20090201

LICENSE BSD

change nb_qpathinfo() 'Flag' to a thread local storage variable
'EnforcePathInfoErrors'.

Add new 'Type' values that permit the enforcement to be turned on and off
as needed by the test script.

Populate the IoBuffer with the low byte of the pid value.

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

Verified the state of every file's existence at every Query Path Info
call in the script.  Added 'Type' == 1 (Does not Exist) as needed.
Removed the use of 'Type' == 1111 to disable enforcement part way through.

14 years agowindows-tests-torture-scripts-20090131
Jeffrey Altman [Sun, 1 Feb 2009 00:26:40 +0000]
windows-tests-torture-scripts-20090131

LICENSE MIT

Add some additional example scripts

14 years agowindows-tests-torture-source-20090131
Jeffrey Altman [Sun, 1 Feb 2009 00:18:26 +0000]
windows-tests-torture-source-20090131

LICENSE MIT

Do not unload afsrpc.dll as it cannot clean up after itself and
become safe to reload.

Instead of reporting that the AFS client is off-line, report the
path that is unreachable.

14 years agowindows-tests-torture-20090131
Jeffrey Altman [Sat, 31 Jan 2009 17:05:02 +0000]
windows-tests-torture-20090131

LICENSE MIT

rename torture.exe to wintorture.exe to match the name expected by stress.exe

increase length of "Locker" to permit longer paths

do not strip \\afs unc server name.  treat all unc paths equal

add GetLastError values to logged error messages

clarify error messages when missing input params

print all errors on a single line.  quote paths and command strings

fix the initialization of the IoBuffer for writes.  initialize the
whole buffer not just the sizeof(pointer)

remove the static declaration of Flag in nb_qpathinfo()

obtain real HANDLEs for directories.  Do not fake them.

14 years agowindows-tests-20090130
Jeffrey Altman [Sat, 31 Jan 2009 06:42:39 +0000]
windows-tests-20090130

LICENSE BSD

build all of the tests

14 years agowindows-tests-torture-20090130
Jeffrey Altman [Sat, 31 Jan 2009 06:39:48 +0000]
windows-tests-torture-20090130

LICENSE MIT

Port to Win64

Integrate with OpenAFS build environment

Build without warnings

Add nb_flush() implementation

14 years agowindows-tests-largefiles-20090130
Jeffrey Altman [Sat, 31 Jan 2009 03:42:29 +0000]
windows-tests-largefiles-20090130

LICENSE BSD

permit the largefiles test to build under the openafs build system

14 years agowindows-test-winflock-20090130
Jeffrey Altman [Sat, 31 Jan 2009 03:37:18 +0000]
windows-test-winflock-20090130

LICENSE BSD

permit winflock to build under the openafs build system

14 years agowindows-tests-nm-20090130
Asanka Herath [Sat, 31 Jan 2009 03:08:55 +0000]
windows-tests-nm-20090130

LICENSE BSD

A test application that produces verifiable random test files.

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

make it build in the openafs build tree

14 years agolinux-vmtruncate-20090130
Simon Wilkinson [Fri, 30 Jan 2009 14:36:13 +0000]
linux-vmtruncate-20090130

LICENSE IPL10
FIXES 124128

use linux's vmtruncate feature instead of doing a somewhat-right internal version

14 years agodafs-vnode-close-race-20090129
Tom Keiser [Thu, 29 Jan 2009 17:06:41 +0000]
dafs-vnode-close-race-20090129

LICENSE IPL10
FIXES 124223

address race between VCloseVnodeFiles_r and VGetFreeVnode_r

14 years agodiscon-diskslot-linux-20090129
Derrick Brashear [Thu, 29 Jan 2009 16:05:05 +0000]
discon-diskslot-linux-20090129

LICENSE IPL10

build in the linux case on non-disconnected

14 years agodiscon-remove-fix-20090128
Derrick Brashear [Wed, 28 Jan 2009 22:39:04 +0000]
discon-remove-fix-20090128

LICENSE IPL10

fix my own error

14 years agorx-no-more-register-20090128
Jeffrey Altman [Wed, 28 Jan 2009 22:33:17 +0000]
rx-no-more-register-20090128

LICENSE BSD

kill off use of register in rx

14 years agorx-pthread-mutex-protects-threadcount-20090128
Jeffrey Altman [Wed, 28 Jan 2009 21:34:33 +0000]
rx-pthread-mutex-protects-threadcount-20090128

LICENSE BSD

add protection of previously unprotected thread count variables

14 years agodiscon-avoid-looping-on-replay-20090128
Simon Wilkinson [Wed, 28 Jan 2009 21:13:58 +0000]
discon-avoid-looping-on-replay-20090128

LICENSE IPL10
FIXES 124203

don't defer based on a shadow copy

14 years agodisconnected-reply-no-locking-yet-20090128
Simon Wilkinson [Wed, 28 Jan 2009 21:02:16 +0000]
disconnected-reply-no-locking-yet-20090128

LICENSE IPL10
FIXES 124202

don't lock files before replaying changes yet

14 years agorx-atomic-macros-and-variables-20090127
Jeffrey Altman [Wed, 28 Jan 2009 20:35:50 +0000]
rx-atomic-macros-and-variables-20090127

LICENSE BSD

adds macros to support accessing some variables as atomics, when atomic
support is available; otherwise falls back to mutex-protected access.

14 years agodisconnected-deal-with-unlink-while-open-20090127
Derrick Brashear [Wed, 28 Jan 2009 15:52:42 +0000]
disconnected-deal-with-unlink-while-open-20090127

LICENSE IPL10
FIXES 124178

treat something as unlinked until a rename suceeds, then let that win

14 years agorx-windows-debugging-20090127
Jeffrey Altman [Tue, 27 Jan 2009 17:49:05 +0000]
rx-windows-debugging-20090127

LICENSE MIT

separate rx debugging from cache manager debugging.
assign bit 5 of the TraceOption registry value to activation of
rx debug output via DebugOutputString().

14 years agowindows-libafsrpc-20090127
Jeffrey Altman [Tue, 27 Jan 2009 17:09:22 +0000]
windows-libafsrpc-20090127

LICENSE MIT

confirmed that rx_ReadvProc, rx_WritevProc, and rx_WritevAlloc are
properly implemented for Windows.  Add them to the public export list.

Add rx_ReadProc32 and rx_WriteProc32 to the public export list.

14 years agowindows-dcache-20090127
Jeffrey Altman [Tue, 27 Jan 2009 17:06:05 +0000]
windows-dcache-20090127

LICENSE MIT

Use the optimized rx_Read32 call instead of the slower rx_Read when
reading 32-bit integer values.

14 years agodafs-vol-offline-race-20090127
Mike Meffie [Tue, 27 Jan 2009 14:24:23 +0000]
dafs-vol-offline-race-20090127

LICENSE IPL10
FIXES 124215

avoid race when taking volumes offline in dafs

14 years agorx-windows-xmit-20090126
Jeffrey Altman [Tue, 27 Jan 2009 06:04:32 +0000]
rx-windows-xmit-20090126

LICENSE MIT

The WinSock API does not include the Posix recvmsg/sendmsg interfaces.
Beginning with XP/2003 Microsoft began to support WSARecvMsg which is
a mostly compatible implementation of recvmsg.  In Vista/2008 Microsoft
began to support WSASendMsg a mostly compatible implementation of sendmsg.

Neither are part of the WinSock API and therefore they must be loaded
at runtime via a WSAIoctl() call to obtain the function pointers.
When the functions are available it is now possible to avoid a large
number of memcpy() calls.

This patch also enables UDP port unreachable messages on XP and above.

14 years agorx-slow-write-packet-20090126
Jeffrey Altman [Mon, 26 Jan 2009 22:53:48 +0000]
rx-slow-write-packet-20090126

LICENSE MIT

In rx_SlowWritePacket the use of RX_MAXWVECS was incorrect.  The
niovecs field is allocated as [RX_MAXWVECS+1] with the 0th element
reserved for the rx header.  niovecs[RX_MAXWVECS] is therefore a
valid data buffer and the comparison should be (i <= RX_MAXWVECS).

This error has most likely not been noticed previously because
nothing in the OpenAFS source tree uses this function.

14 years agodiscon-allow-saving-vcaches-on-shutdown-20090126
Simon Wilkinson [Mon, 26 Jan 2009 19:33:06 +0000]
discon-allow-saving-vcaches-on-shutdown-20090126

LICENSE IPL10
FIXES 124211

restructure so we can save info necessary to keep dirty changes across offline
shutdown

14 years agowindows-btree-dir-enum-20090126
Jeffrey Altman [Mon, 26 Jan 2009 15:50:46 +0000]
windows-btree-dir-enum-20090126

LICENSE MIT

Modify the cm_BPlusDirEnum interface:

* add the cm_scache_t * of the directory being enumerated to the
  cm_direnum_t object

* remove the cm_scache_t * from the cm_BPlusDirEnumBulkStat call
  now that it is part of the cm_direnum_t object

* maintain a reference to the cm_scache_t for the life of the
  cm_direnum_t object.  This ensures that the object cannot be
  recycled while the enumeration is in use.

14 years agodisconnected-lseek-extension-20090126
Simon Wilkinson [Mon, 26 Jan 2009 13:42:01 +0000]
disconnected-lseek-extension-20090126

LICENSE IPL10
FIXES 124200

make extending a file by lseek make the extension-created parts as cache
chunks

14 years agodisconnected-symlink-support-20090125
Simon Wilkinson [Sun, 25 Jan 2009 14:52:37 +0000]
disconnected-symlink-support-20090125

LICENSE IPL10
FIXES 124177

allow creation of symlinks while disconnected

14 years agodisconnected-clear-cstatd-on-reconnect-20090125
Simon Wilkinson [Sun, 25 Jan 2009 14:48:14 +0000]
disconnected-clear-cstatd-on-reconnect-20090125

LICENSE IPL10
FIXES 124180

don't treat any information we forged as being valid while offline as valid

14 years agolinux24-update-20090123
Simon Wilkinson [Fri, 23 Jan 2009 15:20:32 +0000]
linux24-update-20090123

LICENSE IPL10

make things work on linux 2.4 again

14 years agodisconnected-allow-larger-directories-20090123
Simon Wilkinson [Fri, 23 Jan 2009 14:44:31 +0000]
disconnected-allow-larger-directories-20090123

LICENSE IPL10
FIXES 124182

allow directories larger than a chunk

14 years agolinux-nfstrans-test-20090123
Simon Wilkinson [Fri, 23 Jan 2009 14:31:22 +0000]
linux-nfstrans-test-20090123

LICENSE IPL10

test for nfs translator before enabling

14 years agofbsd-ustrategy-20090122
Matt Benjamin [Thu, 22 Jan 2009 21:49:03 +0000]
fbsd-ustrategy-20090122

LICENSE IPL10

make freebsd ustrategy correct

14 years agohpux-readdir2-prototype-20090123
Mike Meffie [Thu, 22 Jan 2009 21:42:28 +0000]
hpux-readdir2-prototype-20090123

LICENSE IPL10
FIXES 124187

fix typo in prototype

14 years agofbsd-ignore-sigsys-20090123
Matt Benjamin [Thu, 22 Jan 2009 21:38:45 +0000]
fbsd-ignore-sigsys-20090123

LICENSE IPL10
FIXES 123867

wrong but a step forward

14 years agoobsd44-pass1-20090123
Matt Benjamin [Thu, 22 Jan 2009 21:28:29 +0000]
obsd44-pass1-20090123

LICENSE IPL10
FIXES 123830

first pass at openbsd 4.4

14 years agoklog-krb5-link-order-20090122
Derrick Brashear [Thu, 22 Jan 2009 21:19:47 +0000]
klog-krb5-link-order-20090122

LICENSE IPL10

match the (bad) link order used elsewhere

14 years agodisconnected-no-inline-on-irix-20090122
Derrick Brashear [Thu, 22 Jan 2009 20:19:51 +0000]
disconnected-no-inline-on-irix-20090122

LICENSE IPL10

make this compile on irix

14 years agodisconnected-call-makedir-with-correct-casting-20090122
Derrick Brashear [Thu, 22 Jan 2009 20:11:45 +0000]
disconnected-call-makedir-with-correct-casting-20090122

LICENSE IPL10

another find by the irix compiler.

14 years agobcdb-listdumps-argument-fix-20090122
Derrick Brashear [Thu, 22 Jan 2009 19:33:04 +0000]
bcdb-listdumps-argument-fix-20090122

LICENSE IPL10

prototype caught this. oops.

14 years agovolserver-manage-inuse-better-20090122
Derrick Brashear [Thu, 22 Jan 2009 19:12:40 +0000]
volserver-manage-inuse-better-20090122

LICENSE IPL10
FIXES 124142

V_PEEK/V_SECRETLY should not change inUse. servertype based inUse should not
leak past giving back a volume.

14 years agobucoord-ubik_call-no-more-20090122
Jeffrey Altman [Thu, 22 Jan 2009 15:40:07 +0000]
bucoord-ubik_call-no-more-20090122

LICENSE MIT

replace ubik_Call(RPC, ...) with ubik_RPC(...)

14 years agoubik_Call-no-more-20090122
Jeffrey Altman [Thu, 22 Jan 2009 15:28:54 +0000]
ubik_Call-no-more-20090122

LICENSE MIT

remove more ubik_Call(RPC, ...) calls and replace them with ubik_RPC(...)

14 years agoutil-volparse-20090122
Peter Tripician [Thu, 22 Jan 2009 15:15:55 +0000]
util-volparse-20090122

LICENSE IPL10
FIXES 84846

avoid some infinite loops on bad input

ensure that all partition ids are within the legal limit

provide prototypes for strlcat and strlcpy when the openafs
implementations are being used.

14 years agosalvager-sensible-chdirlessness-20090122
Marc Dionne [Thu, 22 Jan 2009 14:28:27 +0000]
salvager-sensible-chdirlessness-20090122

LICENSE IPL10
FIXES 124154

make salvager look for and create headers in the right place.

14 years agodisconnected-linux-dont-inactive-while-disconnected-20090121
Simon Wilkinson [Wed, 21 Jan 2009 21:33:32 +0000]
disconnected-linux-dont-inactive-while-disconnected-20090121

LICENSE IPL10
FIXES 124175

possibly not the ultimate right fix but it will make things work for now

14 years agodisconnected-pioctl-error-recovery-20090121
Simon Wilkinson [Wed, 21 Jan 2009 21:27:42 +0000]
disconnected-pioctl-error-recovery-20090121

LICENSE IPL10
FIXES 124174

make reconnection possible by doing error recovery

14 years agodisconnected-shadow-directory-fixes-20090121
Simon Wilkinson [Wed, 21 Jan 2009 21:17:09 +0000]
disconnected-shadow-directory-fixes-20090121

LICENSE IPL10
FIXES 124173

fix bugs in disconnected's directory shadowing

14 years agodisconnected-replay-fixes-20090121
Simon Wilkinson [Wed, 21 Jan 2009 21:14:48 +0000]
disconnected-replay-fixes-20090121

LICENSE IPL10
FIXES 124172

updates to fix bugs in disconnected change replays

14 years agowindows-avoid-rwevent-collision-part-two-20090121
Jeffrey Altman [Wed, 21 Jan 2009 21:04:11 +0000]
windows-avoid-rwevent-collision-part-two-20090121

LICENSE MIT

don't leave out the size of the buffer.

14 years agowindows-avoid-rwevent-collision-20090121
Jeffrey Altman [Wed, 21 Jan 2009 21:00:59 +0000]
windows-avoid-rwevent-collision-20090121

LICENSE MIT

Prevent multiple smb_Server threads from sharing the same EVENT
object when they are each waiting for their own packet requests
to complete.

14 years agorename-conn-to-afs-conn-20090121
Simon Wilkinson [Wed, 21 Jan 2009 20:09:07 +0000]
rename-conn-to-afs-conn-20090121

LICENSE IPL10
FIXES 124116

based on patch from daleg@elemental.org. rename to avoid conflict with opensolaris

====================
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.
====================
LICENSE IPL10
FIXES 124116

based on patch from daleg@elemental.org. rename to avoid conflict with opensolar
is

====================
LICENSE IPL10
FIXES 124116

based on patch from daleg@elemental.org. rename to avoid conflict with opensolar
is

14 years agodarwin-no-vprintf-20090121
Simon Wilkinson [Wed, 21 Jan 2009 14:32:27 +0000]
darwin-no-vprintf-20090121

LICENSE IPL10

restore old behavior for mac client

14 years agowindows-installer-wix-20090121
Jeffrey Altman [Wed, 21 Jan 2009 14:32:08 +0000]
windows-installer-wix-20090121

LICENSE MIT

remove man page files that no longer exist on the head

14 years agowindows-smb-parse-ascii-block-20090119
Jeffrey Altman [Tue, 20 Jan 2009 04:35:53 +0000]
windows-smb-parse-ascii-block-20090119

LICENSE MIT

smb_ParseASCIIBlock() may be called with more than just data
type ASCII (0x4).  If the type is 2, 3, or 4 the data field is
a null terminated string.  If the type is 1 or 5 the data field
is a counted string.  if the type is 2 the data field is never
Unicode.

In any case, if the type is unrecognized smb_ParseASCIIBlock()
will return NULL and all of the callers must be prepared to handle
it.  If the return is NULL, the smb request will fail with
CM_ERROR_BADSMB.

14 years agoundo-rename-residency-from-mrafs-to-osd-20090119
Steven Jenkins [Tue, 20 Jan 2009 03:29:01 +0000]
undo-rename-residency-from-mrafs-to-osd-20090119

LICENSE IPL10
FIXES 124130

restore the mr-afs names until such time as the pioctl registrations
are addressed.

14 years agoman-page-pts-membership-fixes-20090119
Jason Edgecombe [Mon, 19 Jan 2009 23:02:36 +0000]
man-page-pts-membership-fixes-20090119

FIXES 124157
LICENSE BSD

More wording and typo fixes for the pts membership man page.

14 years agolinux-init-script-uses-bash-20090119
Derrick Brashear [Mon, 19 Jan 2009 20:53:42 +0000]
linux-init-script-uses-bash-20090119

LICENSE IPL10
FIXES 124056

note the script uses bash

14 years agodisconnected-extend-truncation-20090119
Simon Wilkinson [Mon, 19 Jan 2009 19:42:32 +0000]
disconnected-extend-truncation-20090119

LICENSE IPL10
FIXES 124094

implement extending truncation so disconnected works

14 years agoabstract-reset-vcache-20090119
Simon Wilkinson [Mon, 19 Jan 2009 19:39:12 +0000]
abstract-reset-vcache-20090119

LICENSE IPL10
FIXES 124147

abstract vcache resetting code so disconnected can reuse it

14 years agoafs-q-improvements-20090119
Simon Wilkinson [Mon, 19 Jan 2009 19:27:00 +0000]
afs-q-improvements-20090119

LICENSE IPL10
FIXES 124134

simplify afs_q macros and allow further reuse in disconnected

14 years agodisconnected-flush-before-shadowing-20090119
Simon Wilkinson [Mon, 19 Jan 2009 18:47:52 +0000]
disconnected-flush-before-shadowing-20090119

LICENSE IPL10
FIXES 124149

make
touch a
fs discon offline
rm -f a
fs discon online
work

14 years agorename-residency-from-mrafs-to-osd-20090119
Steven Jenkins [Mon, 19 Jan 2009 18:09:06 +0000]
rename-residency-from-mrafs-to-osd-20090119

LICENSE IPL10
FIXES 124130

rename mrafs commands into their equivalent osd versions; structures etc are the same.

14 years agolinux-disconnected-avoid-ls-hang-20090119
Simon Wilkinson [Mon, 19 Jan 2009 17:29:08 +0000]
linux-disconnected-avoid-ls-hang-20090119

LICENSE IPL10
FIXES 124152

avoid allowing a non-CStatd vcache to make its way into a readdir which causes an infinite loop

14 years agokrb5-klog-link-rule-20090118
Derrick Brashear [Mon, 19 Jan 2009 03:25:10 +0000]
krb5-klog-link-rule-20090118

LICENSE IPL10

this was just wrong

14 years agovolser-setflags-clear-callptr-20090118
Derrick Brashear [Mon, 19 Jan 2009 03:19:01 +0000]
volser-setflags-clear-callptr-20090118

LICENSE IPL10

make things calling SetFlags not error

14 years agoman-page-pts-membership-privilege-20090118
Russ Allbery [Mon, 19 Jan 2009 03:09:52 +0000]
man-page-pts-membership-privilege-20090118

FIXES 124151
LICENSE BSD

Add system:ptsviewers to the privilege documentation of pts membership and
try to clarify the privilege required by being less verbose and hopefully
more direct.

14 years agolinux-2629-20090115
Marc Dionne [Thu, 15 Jan 2009 13:26:55 +0000]
linux-2629-20090115

LICENSE IPL10
FIXES 124115

add 2.6.29 support

14 years agoosi-probe-check-result-cope-with-enoent-20090115
Chaskiel M Grundman [Thu, 15 Jan 2009 13:12:58 +0000]
osi-probe-check-result-cope-with-enoent-20090115

LICENSE IPL10

in order for probing to work right

14 years agorx-afs-kmutex-kcondvar-20090113
Jeffrey Altman [Wed, 14 Jan 2009 06:34:08 +0000]
rx-afs-kmutex-kcondvar-20090113

LICENSE BSD

The rx_pthread.h defines afs_kcondvar_t and afs_kmutex_t but
their use throughout the rx library is inconsistent.  Sometimes
they are used, other times pthread_cond_t and pthread_mutex_t.

This commit ensures that afs_kmutex_t and afs_kcondvar_t are
used consistently.

14 years agolinux-truncate-cleanup-20090113
Simon Wilkinson [Tue, 13 Jan 2009 19:37:03 +0000]
linux-truncate-cleanup-20090113

LICENSE IPL10

fix the patch to actually be applicable