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

15 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

15 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

15 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

15 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

15 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

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

15 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

15 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

15 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

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

15 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

15 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

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

15 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

15 years agorx-make-rxdebug-optional-20090113
Jeffrey Altman [Tue, 13 Jan 2009 16:19:11 +0000]
rx-make-rxdebug-optional-20090113

LICENSE BSD

Permit the rx library to be built without the RXDEBUG preprocessor
definition.  When RXDEBUG is not defined all of the debugging functions
either become stubs or log a message indicating that the library was
built without RXDEBUG so that there will be no surprises.  There
are no changes to the export list.  By default RXDEBUG is defined.

Eventually the definition of RXDEBUG can become a configuration option
to the build system.

15 years agorx-finer-grained-locking-20090112
Jeffrey Altman [Mon, 12 Jan 2009 20:22:24 +0000]
rx-finer-grained-locking-20090112

LICENSE MIT

fix typo in rx-finer-granded-locking-20090112

15 years agofreebsd-cleanup-20090112
Matt Benjamin [Mon, 12 Jan 2009 14:33:09 +0000]
freebsd-cleanup-20090112

LICENSE IPL10
FIXES 124107

minor freebsd cleanup

15 years agolinux-i-size-20090112
Marc Dionne [Mon, 12 Jan 2009 14:18:58 +0000]
linux-i-size-20090112

LICENSE IPL10
FIXES 124106

use i_size_read macro correctly

15 years agolibuafs-set-fileoffsetbits-20090112
Andrew Deason [Mon, 12 Jan 2009 14:11:36 +0000]
libuafs-set-fileoffsetbits-20090112

LICENSE IPL10
FIXES 124093

make libuafs work with things which expect to be able to use native file
sizes etc

15 years agolinux24-no-backing-dev-20090112
Marc Dionne [Mon, 12 Jan 2009 13:28:42 +0000]
linux24-no-backing-dev-20090112

LICENSE IPL10
FIXES 124100

backing_dev_info isn't in 2.4

15 years agofetch64-fstrace-typo-20090112
Rainer Toebbicke [Mon, 12 Jan 2009 13:24:13 +0000]
fetch64-fstrace-typo-20090112

LICENSE IPL10
FIXES 124113

move l to correct side of % for type printing

15 years agorx-statistics-active-flag-20090110
Jeffrey Altman [Sun, 11 Jan 2009 05:53:36 +0000]
rx-statistics-active-flag-20090110

LICENSE MIT

Permit rx statistics gathering to be disabled by setting the
new rx_stats_active variable to 0.  This avoids grabbing the
rx_stats_mutex throughout the execution of the requests and
permits greater concurrency thoughout the library.

15 years agorx-finer-grained-locking-20090110
Jeffrey Altman [Sun, 11 Jan 2009 05:27:01 +0000]
rx-finer-grained-locking-20090110

LICENSE MIT

not everything should be under the rx_stats_mutex.  doing so
results in too much lock contention.  add new mutexes:
rx_quota_mutex, rx_waiting_mutex, rx_pthread_mutex, and rx_packets_mutex.
Each new mutex protects an associated group of variables.

15 years agorx-user-socket-buffer-sizes-20090110
Jeffrey Altman [Sun, 11 Jan 2009 04:24:37 +0000]
rx-user-socket-buffer-sizes-20090110

LICENSE MIT

if the socket buffer size specified by the configuration is too large
to be applied, do not drop down immediately to 32766 bytes.  Instead
try increasingly smaller values trying to find the largest one that
works.  use the same value for the send buf size as well.

15 years agorx-rwlocks-no-more-20090110
Jeffrey Altman [Sun, 11 Jan 2009 04:00:07 +0000]
rx-rwlocks-no-more-20090110

LICENSE MIT

remove the use of rwlock and restore the use of mutexes.
the rwlocks are actually slower in performance testing.

15 years agolinux-truncate-race-20090109
Simon Wilkinson [Fri, 9 Jan 2009 15:09:14 +0000]
linux-truncate-race-20090109

LICENSE IPL10
FIXES 124094

avoid a race during truncation which trips an issue when fsx is run

15 years agoac-verbatim-include-undefs-20090109
Andrew Deason [Fri, 9 Jan 2009 14:50:48 +0000]
ac-verbatim-include-undefs-20090109

LICENSE IPL10
FIXES 124077

the undefs for things which are not ac macros ended up outside the ac verbatim
blob. fix it.

15 years agonetrestrict-no-wildcard-20090106
Derrick Brashear [Tue, 6 Jan 2009 13:40:04 +0000]
netrestrict-no-wildcard-20090106

LICENSE IPL10

don't misadvertise network wildcard support

15 years agorx-do-not-race-current-packet-20090105
Jeffrey Altman [Mon, 5 Jan 2009 23:12:54 +0000]
rx-do-not-race-current-packet-20090105

LICENSE MIT

Throughout rx_rdwr.c functions allocate a register variable 'cp'
which is used to optimize access to call->currentPacket.
Unfortunately, if the call->lock is dropped (for example, CV_WAIT)
the synchronization between the two is lost.  This delta re-syncs
'cp' and call->currentPacket after each location where the call->lock
may be dropped.

15 years agowindows-license-smgl2rtf-20090105
Jeffrey Altman [Mon, 5 Jan 2009 18:16:44 +0000]
windows-license-smgl2rtf-20090105

LICENSE MIT

Ensure that the input string is nul terminated and then instruct
WideCharToMultiByte to compute the length itself instead of passing
in a value that is very likely to be wrong.

15 years agowindows-afsd-freelance-20090105
Jeffrey Altman [Mon, 5 Jan 2009 16:20:08 +0000]
windows-afsd-freelance-20090105

LICENSE MIT

Bring a bit more sanity to the Freelance code:

1. Add functions cm_FreelanceFetchMountPointString and
   cm_FreelanceFetchFileType to cm_freelance.c.  These functions
   permit the MountPointString and FileType to be obtained within
   cm_GetSCache without requiring knowledge of data structures
   that should be private to cm_freelance.c

2. Enforce the rule that odd vnode values are directory objects.
   The root directory is 1 and everything else must be a multiple
   of two.

3. Use the unique field as an index into the localMountPoints
   array.

4. Fix cm_GetCallback to process freelance data refreshes on
   all objects in the freelance volume not just the root directory.
   If this is not done, an access to \\afs\foo prior to \\afs\all
   being evaluated will cause an unnecessary attempt to send a
   fetch status request to a file server and produce an alldown
   error.

15 years agorx-packet-count-debugging-20090104
Jeffrey Altman [Mon, 5 Jan 2009 00:00:08 +0000]
rx-packet-count-debugging-20090104

LICENSE MIT

change C preprocessor symbol required for packet count debugging
to RXDEBUG_PACKET

15 years agowindows-client-config-manifest-20090104
Jeffrey Altman [Sun, 4 Jan 2009 19:19:31 +0000]
windows-client-config-manifest-20090104

LICENSE MIT
FIXES 123889

reverse change from 20081226.  removing the auto-generated manifest
removes the manifest binding to the run time library.  The reason
two manifests are specified is that we are merging them.

15 years agorx-packet-count-debugging-20081229
Jeffrey Altman [Mon, 29 Dec 2008 22:36:32 +0000]
rx-packet-count-debugging-20081229

LICENSE MIT

Validating the state of the rx library is hard.  This patch makes it
a bit easier to validate from within crash dumps (or on Windows in
"fs memdump" output) whether rx packets and calls are in a sane state.
When the library is compiled with -DDEBUG the rx_call and rx_packet
data structures are extended to include a linked list of all allocated
objects and counters are added to track the number of packets on each
of the transmit, receive, and iovec queues.

This compliments the tracking of packet states via RX_PKTFLAGs.

For Windows, rx_DumpCalls and rx_DumpPackets functions are added
that will dump the state of all allocated calls and packets (in Checked
build) in response to a "fs memdump" command.  These functions are
exported from afsrpc.dll.

15 years agolibuafs-updates-20081229
Andrew Deason [Mon, 29 Dec 2008 21:26:00 +0000]
libuafs-updates-20081229

LICENSE IPL10
FIXES 124072

adds ATTR_* constants for UKERNEL code, and makes use
of them. Without this in some cases updating file metadata will also
update unrelated metadata (e.g. truncating a file changes the mode
bits).

adds threadsafe positional i/o calls to
afs_usrops.c: uafs_pwrite and uafs_pread, allowing for threadsafe
libuafs i/o.

changes the types of some fs-related
variables to be more "correct", I think (off_t for offsets, mode_t for
file mode, etc), it fixes a bug where nDaemons is not correctly set from
the uafs_Init parameter, fixes a segfault in uafs_open when O_CREAT is
specified, initializes a couple of static vars, "#if 0"s out code that
copies tokens from kernel-space to user-space (doesn't seem to work from
what I've seen, and the current code crashes on clientless Solaris
machines from being killed by SIGSYS)

15 years agomacos-103-fixes-20081229
Derrick Brashear [Mon, 29 Dec 2008 17:29:06 +0000]
macos-103-fixes-20081229

LICENSE IPL10

make macos 10.3 work again

15 years agorx-rdwr-writeproc-race-20081228
Jeffrey Altman [Sun, 28 Dec 2008 21:04:23 +0000]
rx-rdwr-writeproc-race-20081228

LICENSE MIT
FIXES 123799

prevent rx_WriteProc() from passing a packet to rxi_PrepareSendPacket()
that has been freed and possibly allocated to another call.

15 years agowindows-smb-fs-attr-info-20081227
Jeffrey Altman [Sun, 28 Dec 2008 04:41:38 +0000]
windows-smb-fs-attr-info-20081227

LICENSE MIT

even though the docs for FILE_FS_ATTRIBUTE_INFORMATION state
that the MaximumComponentNameLength field is in bytes, it turns
out that Windows SMB servers return the value in characters.

Reduce the reported value to 255 to match NTFS.

15 years agowindows-libafsrpc-makefile-20081227
Jeffrey Altman [Sat, 27 Dec 2008 19:22:26 +0000]
windows-libafsrpc-makefile-20081227

LICENSE MIT

additional defines are to be appended to AFSDEV_AUXCDEFINES,
they are not supposed to replace the prior definition

15 years agowindows-afsd-fs-attr-info-20081226
Jeffrey Altman [Sat, 27 Dec 2008 06:01:09 +0000]
windows-afsd-fs-attr-info-20081226

LICENSE MIT

Pointed out by jason edgecombe.  the AFS SMB server failed to report
the FILE_UNICODE_ON_DISK characteristic when responding to
TRANS2_QUERY_FS_INFORMATION.

15 years agowindows-install-nsis-20081226
Jeffrey Altman [Sat, 27 Dec 2008 02:53:55 +0000]
windows-install-nsis-20081226

LICENSE MIT

permit the location of the NSIS application to be configurable

15 years agowindows-client-config-manifest-20081226
Matt Benjamin [Sat, 27 Dec 2008 02:27:34 +0000]
windows-client-config-manifest-20081226

LICENSE BSD
FIXES 123889

remove extraneous reference to the output manifest file which resulted
in two manifests being generated with conflicting UAC values.

15 years agowindows-afsd-btree-lookups-20081226
Jeffrey Altman [Fri, 26 Dec 2008 23:40:14 +0000]
windows-afsd-btree-lookups-20081226

LICENSE MIT

when performing a lookup operation it is acceptable for the data version
of the btree to be greater than the data version of the cm_dirOp_t
under which the operation is being performed.  No change to the btree
can take place and the result of the lookup will maintain consistency
without requiring an additional restart of the directory operation.

15 years agowindows-afsd-dir-prefetch-20081226
Jeffrey Altman [Fri, 26 Dec 2008 23:34:26 +0000]
windows-afsd-dir-prefetch-20081226

LICENSE MIT

when prefetching the directory buffers do not call cm_FlushFile to
discard locally modified buffers.  Instead just set the cm_scache_t
bufDataVersionLow to the current version.  out of date buffers will
therefore be ignored without requiring that locks be dropped and
reacquired and without searching all of the buffers associated with
the directory.

15 years agowindows-afsd-max-daemons-20081226
Jeffrey Altman [Fri, 26 Dec 2008 23:29:22 +0000]
windows-afsd-max-daemons-20081226

LICENSE MIT

permit the number of daemon threads to be increased to 64 instead of
a maximum of 8.

15 years agowindows-afsd-rename-collision-20081226
Jeffrey Altman [Fri, 26 Dec 2008 23:26:09 +0000]
windows-afsd-rename-collision-20081226

LICENSE MIT

Do not permit cm_Rename() to rename an existing object such that it
creates a case-insensitive name collision with another object.
This change in behavior is consistent with the restrictions when
creating new objects.  This change prevents the explorer shell from
getting confused when it creates a new folder.

15 years agowindows-pioctl-drive-subst-20081226
Jeffrey Altman [Fri, 26 Dec 2008 21:17:49 +0000]
windows-pioctl-drive-subst-20081226

LICENSE MIT

GetDriveType() will return "REMOTE" for drive letters that are mapped
to network devices via the SUBST command.  Recursively check drive letters
for the final substitution before checking to see if the drive letter
is in fact an AFS device.

15 years agowindows-afsd-findserverbyip-refcount-20081223
Matt Benjamin [Tue, 23 Dec 2008 20:42:38 +0000]
windows-afsd-findserverbyip-refcount-20081223

LICENSE BSD
FIXES 124054

reference count the server object returned by cm_FindServerByIP

15 years agosolaris-largepartition-interface-20081222
Derrick Brashear [Mon, 22 Dec 2008 20:34:12 +0000]
solaris-largepartition-interface-20081222

LICENSE IPL10

add support for using statvfs64 on solaris

15 years agoubik-serverinit-clones-correction-20081222
Derrick Brashear [Mon, 22 Dec 2008 19:22:57 +0000]
ubik-serverinit-clones-correction-20081222

LICENSE IPL10

as pointed out by Simon Wilkinson

15 years agovol-dump-incr-largefile-support-20081222
Tom Kula [Mon, 22 Dec 2008 19:01:46 +0000]
vol-dump-incr-largefile-support-20081222

LICENSE IPL10
FIXES 123984

add large file support for >2gb dumps; add incremental support

15 years agodoxygen-getfid-correction-20081222
Jeffrey Hutzelman [Mon, 22 Dec 2008 17:30:58 +0000]
doxygen-getfid-correction-20081222

LICENSE IPL10

correct out param description

15 years agorx-idledead-only-ignore-keepalives-20081222
Derrick Brashear [Mon, 22 Dec 2008 17:14:36 +0000]
rx-idledead-only-ignore-keepalives-20081222

LICENSE IPL10

critical to not ignore e.g. other acks

15 years agorxgen-cpp-definition-20081221
Jeffrey Altman [Sun, 21 Dec 2008 06:05:12 +0000]
rxgen-cpp-definition-20081221

LICENSE MIT
FIXES 124011

avoid "ologo" compilation error messages due to buffer overflow in rxgen
on Windows.  research performed by mlane@sinenomine.net.

15 years agotweak-vicelog-macros-20081221
Jeffrey Altman [Sun, 21 Dec 2008 05:58:20 +0000]
tweak-vicelog-macros-20081221

LICENSE IPL10

add missing semi-colons left out from DELTA tweak-vicelog-macros-20081218

15 years agoaudit-consolidate-open-20081221
Jeffrey Altman [Sun, 21 Dec 2008 05:46:29 +0000]
audit-consolidate-open-20081221

LICENSE IPL10
FIXES 123923

fix audit-consolidate-open-20081217 which broke the Windows build.

15 years agotweak-vicelog-macros-20081218
Simon Wilkinson [Thu, 18 Dec 2008 14:05:10 +0000]
tweak-vicelog-macros-20081218

LICENSE IPL10

deal with macro semicolon confusion for vicelog

15 years agoaudit-consolidate-open-20081217
Steve McIntosh [Wed, 17 Dec 2008 18:14:41 +0000]
audit-consolidate-open-20081217

LICENSE IPL10
FIXES 123923

consolidate opening auditlog in one place; make opening nonblock easier

15 years agoauditlog-fids-20081217
Steve McIntosh [Wed, 17 Dec 2008 18:11:43 +0000]
auditlog-fids-20081217

LICENSE IPL10
FIXES 123922

make auditlog process multiple fids correctly

15 years agowindows-afsd-smb-error-mapping-20081217
Jeffrey Altman [Wed, 17 Dec 2008 16:19:22 +0000]
windows-afsd-smb-error-mapping-20081217

LICENSE MIT

map ENOMEM to STATUS_OUT_OF_MEMORY

15 years agoirix-prototype-fixage-20081216
Derrick Brashear [Tue, 16 Dec 2008 21:48:53 +0000]
irix-prototype-fixage-20081216

LICENSE IPL10

more cleanup to make prototypes match functions on irix

15 years agoirix-close-vnop-typo-20081216
Derrick Brashear [Tue, 16 Dec 2008 21:05:20 +0000]
irix-close-vnop-typo-20081216

LICENSE IPL10

fix irix close vnop prototype to be correct

15 years agobutc-xbsa-64bit-linux-20081215
Garry Zacheiss [Mon, 15 Dec 2008 22:20:37 +0000]
butc-xbsa-64bit-linux-20081215

LICENSE IPL10

use the 64 bit libraries when built for amd64

15 years agofbsd71-like-current-20081215
Derrick Brashear [Mon, 15 Dec 2008 20:50:57 +0000]
fbsd71-like-current-20081215

LICENSE IPL10
FIXES 123917

rpc is in sys now, like in current. tweaked from matt's patch to also
deal with amd64

15 years agoamd64-fbsd-20081215
Matt Benjamin [Mon, 15 Dec 2008 20:37:51 +0000]
amd64-fbsd-20081215

LICENSE IPL10
FIXES 123811

add support for fbsd 7.1, amd64 fbsd

15 years agoaix-prototype-fixes-20081215
Derrick Brashear [Mon, 15 Dec 2008 19:12:04 +0000]
aix-prototype-fixes-20081215

LICENSE IPL10

make the prototyping changes work on aix

15 years agosolaris-vnop-prototyping-20081213
Derrick Brashear [Sat, 13 Dec 2008 21:30:55 +0000]
solaris-vnop-prototyping-20081213

LICENSE IPL10

make the head sane on solaris again

15 years agoeliminate-cplusplus-style-comments-20081209
Derrick Brashear [Tue, 9 Dec 2008 17:04:45 +0000]
eliminate-cplusplus-style-comments-20081209

LICENSE IPL10

aix compiler hates // style comments

15 years agowindows-afsd-ntstatus-wouldblock-20081208
Jeffrey Altman [Mon, 8 Dec 2008 16:25:40 +0000]
windows-afsd-ntstatus-wouldblock-20081208

LICENSE MIT

Change the mapping of CM_ERROR_WOULDBLOCK from
STATUS_LOCK_NOT_GRANTED to STATUS_CANT_WAIT.
STATUS_LOCK_NOT_GRANTED is used to indicate
CM_ERROR_LOCK_NOT_GRANTED.

15 years agomissing-comerr-header-includes-20081130
Derrick Brashear [Sun, 30 Nov 2008 20:24:12 +0000]
missing-comerr-header-includes-20081130

LICENSE IPL10
FIXES 123676

include com_err header in places where it's not so afs_error_message et al
exist

15 years agosolaris-fs-agnostic-cache-20081130
Douglas Engert [Sun, 30 Nov 2008 20:20:55 +0000]
solaris-fs-agnostic-cache-20081130

LICENSE IPL10
FIXES 123677

make the cache able to be filesystem-agnostic so a ZFS cache is possible

15 years agolinux-nonfh-cache-file-handling-20081130
Andrew Deason [Sun, 30 Nov 2008 20:17:13 +0000]
linux-nonfh-cache-file-handling-20081130

LICENSE IPL10
FIXES 123771

go back to referencing f.inode and not ainode when not using the fh cachefiles.
put back the dcache reference again.

15 years agodisconnected-refcount-fixes-20081130
Dragos Tatulea [Sun, 30 Nov 2008 20:11:05 +0000]
disconnected-refcount-fixes-20081130

LICENSE IPL10
FIXES 123714

fix code which tweaks refcounts on disconnected vcaches to be correct

15 years agodisconnected-dirty-list-keeps-reference-to-vcache-20081130
Dragos Tatulea [Sun, 30 Nov 2008 20:06:35 +0000]
disconnected-dirty-list-keeps-reference-to-vcache-20081130

LICENSE IPL10
FIXES 123715

avoid putting vcaches on the dirty list unreferenced

15 years agouphys-invalidate-returns-void-20081130
Derrick Brashear [Sun, 30 Nov 2008 19:49:16 +0000]
uphys-invalidate-returns-void-20081130

LICENSE IPL10
FIXES 123723

thanks to Hartmut Reuter for catching this.

15 years agolibafs-prototypes-20081130
Derrick Brashear [Sun, 30 Nov 2008 19:40:00 +0000]
libafs-prototypes-20081130

LICENSE IPL10

fix sun5 prototype for afs_close

15 years agonetrestrict-netinfo-20081129
Jeffrey Altman [Sat, 29 Nov 2008 18:55:25 +0000]
netrestrict-netinfo-20081129

LICENSE MIT

Rename rxi_getAllAddrMaskMtu to rx_getAllAddrMaskMtu.

Implement rx_getAllAddrMaskMtu for Windows.

Add rx_getAllAddrMaskMtu to the libafsrpc exports list.

Remove restrictions on use of NetRestrict / NetInfo files from
all services on Windows.

15 years agolibafs-prototypes-20081129
Simon Wilkinson [Sat, 29 Nov 2008 18:20:03 +0000]
libafs-prototypes-20081129

LICENSE IPL10

 add prototypes missing from libafs

15 years agostandard-header-includes-20081129
Simon Wilkinson [Sat, 29 Nov 2008 18:15:40 +0000]
standard-header-includes-20081129

LICENSE IPL10

add missing standard headers

15 years agorxkad-prototypes-20081129
Simon Wilkinson [Sat, 29 Nov 2008 18:08:33 +0000]
rxkad-prototypes-20081129

LICENSE IPL10

add prototypes for rxkad

15 years agowindows-pioctl-global-auto-mapper-20081125
Jeffrey Altman [Wed, 26 Nov 2008 07:15:01 +0000]
windows-pioctl-global-auto-mapper-20081125

LICENSE MIT
FIXES 123726

drive letters mapped to \\afs by the global auto mapper do not show
up as mapped drives.  Add a check for the drive mapping based upon
the registry configuration.

15 years agowindows-afsd-memdump-20081121
Jeffrey Altman [Fri, 21 Nov 2008 16:52:40 +0000]
windows-afsd-memdump-20081121

LICENSE MIT

add the buffer error state to the memdump output

15 years agoubik-doxygen-20081121
Adam Vollrath [Fri, 21 Nov 2008 07:09:42 +0000]
ubik-doxygen-20081121

LICENSE IPL10
FIXES 123681

restyle comments in ubik to be doxygen qt-style

15 years agoclones-take-two-20081120
Jeffrey Altman [Thu, 20 Nov 2008 22:56:12 +0000]
clones-take-two-20081120

LICENSE IPL10
FIXES 89557

commit jeff's revised version of the patch

15 years agowindows-smb-is-mask-20081119
Jeffrey Altman [Wed, 19 Nov 2008 12:36:39 +0000]
windows-smb-is-mask-20081119

LICENSE MIT
FIXES 123680

Examination of dump shows that smb_IsMask is being called on a
non-8.3 input buffer.   Separate smb_IsMask() into smb_Is8Dot3Mask()
for 8.3 input buffers and smb_IsMask() for non-8.3 input buffers.

15 years agonetbsd-acinclude-typo-20081117
Tracy Di Marco White [Mon, 17 Nov 2008 23:14:02 +0000]
netbsd-acinclude-typo-20081117

LICENSE IPL10
FIXES 123647

fix netbsd version tests for amd64

15 years agoaix6-lam-plugin-20081117
Derrick Brashear [Mon, 17 Nov 2008 23:05:28 +0000]
aix6-lam-plugin-20081117

LICENSE IPL10
FIXES 123649

based on suggestion from Hung_Pham@unc.edu

build aix5 module for aix6

15 years agowindows-smb-rename-20081117
Jeffrey Altman [Mon, 17 Nov 2008 22:28:43 +0000]
windows-smb-rename-20081117

LICENSE MIT
FIXES 123673

avoid reference under count when renaming

15 years agowindows-smb-vc-uid-missing-20081117
Jeffrey Altman [Mon, 17 Nov 2008 19:08:23 +0000]
windows-smb-vc-uid-missing-20081117

LICENSE MIT
FIXES 123655

Protect against an smb packet containing a uid for which we have no
active session in the virtual circuit.

15 years agowindows-buf-clean-20081115
Jeffrey Altman [Sat, 15 Nov 2008 17:10:16 +0000]
windows-buf-clean-20081115

LICENSE MIT

change the interface to buf_CleanAsync / buf_CleanAsyncLocked to permit
errors to be propagated to the caller.

15 years agowindows-btree-20081115
Jeffrey Altman [Sat, 15 Nov 2008 17:07:41 +0000]
windows-btree-20081115

LICENSE MIT

return an error if the enumeration of the directory cannot complete
because the btree has not yet been generated.

15 years agowindows-error-mapping-20081115
Jeffrey Altman [Sat, 15 Nov 2008 17:05:19 +0000]
windows-error-mapping-20081115

LICENSE MIT

do not map success (0) to an error

15 years agowindows-conn-analyze-20081115
Jeffrey Altman [Sat, 15 Nov 2008 16:47:55 +0000]
windows-conn-analyze-20081115

LICENSE MIT

Add a delay after receiving a VBUSY before

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

remove

15 years agowindows-dir-prefetch-locks-20081113
Jeffrey Altman [Thu, 13 Nov 2008 15:39:46 +0000]
windows-dir-prefetch-locks-20081113

LICENSE MIT

cm_DirPrefetchBuffers() did not properly drop and regain the appropriate
lock type y

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

undo premature commit.

15 years agomissing-linux-fh-configure-switch-20081113
Marc Dionne [Thu, 13 Nov 2008 13:47:52 +0000]
missing-linux-fh-configure-switch-20081113

LICENSE IPL10
FIXES 123620

add missing hunk to acinclude

15 years agoman-page-fileserver-fix-block-size-20081111
Russ Allbery [Wed, 12 Nov 2008 02:30:58 +0000]
man-page-fileserver-fix-block-size-20081111

After code study, we've decided that additional blocks do add 32 octets,
not 16, despite messages to the contrary in the archives.

15 years agoman-page-fileserver-updates-20081111
Jason Edgecombe [Wed, 12 Nov 2008 02:17:49 +0000]
man-page-fileserver-updates-20081111

LICENSE BSD

Various file server man page updates: number of partitions, partition size
limits, directory file name block size, and a reference to the IBM manual
set.

15 years agoman-page-fileserver-octet-20081111
Russ Allbery [Wed, 12 Nov 2008 02:00:27 +0000]
man-page-fileserver-octet-20081111

LICENSE BSD

The sizing limit on directories is better expressed in octets than in
characters in the new possibly-Unicode world.

15 years agoviced-helper-thread-count-20081111
Derrick Brashear [Tue, 11 Nov 2008 20:31:19 +0000]
viced-helper-thread-count-20081111

LICENSE IPL10

fix the thread count of helpers so we don't go past 128