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

15 years agowindows-netidmgr-vs-referrals-20081111
Jeffrey Altman [Tue, 11 Nov 2008 03:33:24 +0000]
windows-netidmgr-vs-referrals-20081111

LICENSE MIT

kfw referrals logic broke the logic for automated configuration of
the workstation cell with a new identity.  Now if a referrals
response is returned, assume the cell belongs with the new identity.

In the long term, we need to change the logic as follows:
 1. if realm indicates referrals, try to obtain the krb5 service ticket
    but do not generate a token
 2. if the service ticket can be obtained and
  a. if the cell is not bound to any other identities,
     then bind it to this one
  b. if the cell is bound to another identity, prompt the user to ask
     which identity (or both) should this cell be bound to and follow
     the user's instruction

15 years agolinux-new-aop-20081108
Marc Dionne [Sat, 8 Nov 2008 16:49:25 +0000]
linux-new-aop-20081108

LICENSE IPL10
FIXES 123580

support for 2.6.28

15 years agolinux-fh-based-cache-20081108
Marc Dionne [Sat, 8 Nov 2008 16:34:24 +0000]
linux-fh-based-cache-20081108

LICENSE IPL10
FIXES 123620

use linux fh (exportfs api) to do cache file access. conditionalize based on
configure switch.

15 years agolinux-disable-readahad-20081108
Marc Dionne [Sat, 8 Nov 2008 16:09:25 +0000]
linux-disable-readahad-20081108

LICENSE IPL10
FIXES 123604

The code has long contained a backing_dev_info structure, but it
was never attached to anything.  Initialize its use properly with
bdi_init, and attach it to i_mapping for every newly filled inode.
bdi_init and bdi_destroy are needed for proper initialization of
some percpu counters, otherwise we get some oopses.

15 years agosalvager-no-chdir-20081108
Steve McIntosh [Sat, 8 Nov 2008 15:58:06 +0000]
salvager-no-chdir-20081108

LICENSE IPL10
FIXES 123577

make sure salvager cores don't get left in vice partitions

15 years agocellservdb-20081107
Jeffrey Hutzelman [Sat, 8 Nov 2008 02:28:48 +0000]
cellservdb-20081107

new cellservdb from central.org

15 years agowindows-linked-cells-10081107
Jeffrey Altman [Fri, 7 Nov 2008 21:00:43 +0000]
windows-linked-cells-10081107

LICENSE MIT

prevent stack overflow

15 years agowindows-nim-afs-longer-cell-names-20081107
Asanka Herath [Fri, 7 Nov 2008 18:19:38 +0000]
windows-nim-afs-longer-cell-names-20081107

LICENSE MIT

permit cell and realm names to be longer than the input field.

15 years agowindows-nim-afs-linked-cells-20081107
Jeffrey Altman [Fri, 7 Nov 2008 16:35:20 +0000]
windows-nim-afs-linked-cells-20081107

LICENSE MIT

add linked cell support to the NIM afs provider.

15 years agowindows-aklog-linked-cells-20081106
Jeffrey Altman [Fri, 7 Nov 2008 05:40:59 +0000]
windows-aklog-linked-cells-20081106

LICENSE MIT

Add support for linked cells.  Acquire tokens for the linked cell in
addition to the specified cell.

15 years agodoc-user-guide-acl-example-fix-20081106
Jason Edgecombe [Fri, 7 Nov 2008 00:26:17 +0000]
doc-user-guide-acl-example-fix-20081106

FIXES 123331
LICENSE BSD

fs sa takes a directory as its first argument.

15 years agowindows-config-ipaddr-parsing-20081106
Jeffrey Altman [Thu, 6 Nov 2008 22:09:05 +0000]
windows-config-ipaddr-parsing-20081106

LICENSE MIT

when parsing ipaddrs in CellServDB rejects addrs whose components are
values greater than 255.

15 years agowindows-afsd-hook-20081106
Jeffrey Altman [Thu, 6 Nov 2008 19:18:32 +0000]
windows-afsd-hook-20081106

LICENSE MIT

When loading the afsdhook.dll require that it be in the same directory
as afsd_service.exe.  This prevents LoadLibrary() from searching the PATH
environment variable if it cannot be found.   If the PATH environment
variable contains a path in AFS, the library will fail to load and take
a very long time doing so.

15 years agoredhat-packaging-krb-conf-man-page-20081105
Simon Wilkinson [Wed, 5 Nov 2008 21:29:06 +0000]
redhat-packaging-krb-conf-man-page-20081105

LICENSE IPL10

account for the new manpage

15 years agowindows-linked-cells-20081103
Jeffrey Altman [Mon, 3 Nov 2008 19:55:38 +0000]
windows-linked-cells-20081103

LICENSE MIT
FIXES 123571

The Windows code base was implemented ignorant of linked cells as
defined in the src/auth/cellconfig.h struct afsconf_cell.  The code
that made use of the afsconf_cell objects would leak the memory from
the linkedCell field if is non-NULL.

Add cm_SearchCellFileEx which is an extended version of cm_SearchCellFile
capable of returning a linked cell obtained from the CellServDB file.

Update GetCellConfig to populate the linkedCell field of the afsconf_cell
structure.

Modify cm_cell_t to support a linked cell name.

Modify cm_GetCell_Gen() to populate the cm_cell_t linked cell and enforce
that two cells are linked to each other.

Modify cm_GetVolumeByID() and cm_GetVolumeByName() to perform fallback
to the linked cell if the response is CM_ERROR_NOSUCHVOLUME.

15 years agowindows-prevent-wow64-execution-20081031
Jeffrey Altman [Sat, 1 Nov 2008 03:37:56 +0000]
windows-prevent-wow64-execution-20081031

LICENSE MIT

prevent the 32-bit build from being executed in the wow64 environment

15 years agowindows-release-notes-missing-files-20081029
Jeffrey Altman [Wed, 29 Oct 2008 20:06:54 +0000]
windows-release-notes-missing-files-20081029

LICENSE MIT

pulled down from 1.5

15 years agoaklog-attempt-order-comments-20081029
Simon Wilkinson [Wed, 29 Oct 2008 19:43:42 +0000]
aklog-attempt-order-comments-20081029

LICENSE IPL10

to clarify what gets tried when and why.

15 years agowindows-setup-utils-20081028
Max Cohan [Tue, 28 Oct 2008 17:55:19 +0000]
windows-setup-utils-20081028

LICENSE IPL10

correct file name to match the file.
committed broken in windows-file-versioning-20030619

15 years agoinitialize-variables-to-avoid-logic-issues-20081027
Simon Wilkinson [Mon, 27 Oct 2008 23:53:23 +0000]
initialize-variables-to-avoid-logic-issues-20081027

LICENSE IPL10

make sure any variable whose value is used will be initialized before that
value is used. (these aren't just warnings)

15 years agokill-uninitialized-variable-warnings-20081026
Simon Wilkinson [Mon, 27 Oct 2008 23:41:02 +0000]
kill-uninitialized-variable-warnings-20081026

LICENSE IPL10

kill lots of compiler warnings

15 years agowindows-pioctl-drive-map-20081026
Jeffrey Altman [Sun, 26 Oct 2008 21:52:29 +0000]
windows-pioctl-drive-map-20081026

LICENSE MIT

a remote drive connection may not be mapped to a local drive letter.

15 years agorx-rdwr-avoid-free-null-packet-20081026
Jeffrey Altman [Sun, 26 Oct 2008 21:16:57 +0000]
rx-rdwr-avoid-free-null-packet-20081026

LICENSE MIT

avoid a potential call to rxi_FreePacket with a NULL pointer as input

15 years agoptutils-restricted-accessok-20081025
Jeffrey Altman [Sun, 26 Oct 2008 07:50:39 +0000]
ptutils-restricted-accessok-20081025

LICENSE MIT

Fix restricted mode test when 'any' is not set on AccessOK

15 years agoexporter-call-gethost-method-correctly-20081025
Simon Wilkinson [Sun, 26 Oct 2008 01:45:45 +0000]
exporter-call-gethost-method-correctly-20081025

LICENSE IPL10

actually call the correct method for EXP_GETHOST

15 years agorx-rwlock-cleanup-20081025
Simon Wilkinson [Sun, 26 Oct 2008 01:04:12 +0000]
rx-rwlock-cleanup-20081025

LICENSE IPL10

make the rwlock patch actually build everywhere

15 years agoaklog-chatty-20081025
Simon Wilkinson [Sun, 26 Oct 2008 00:59:55 +0000]
aklog-chatty-20081025

LICENSE IPL10

make aklog not accidentally be chatty

15 years agodarwin-kernel-rwlocks-20081023
Derrick Brashear [Fri, 24 Oct 2008 22:07:01 +0000]
darwin-kernel-rwlocks-20081023

LICENSE IPL10

convert to kernel rwlocks on darwin

15 years agorx-atomics-for-solaris-and-darwin-20081023
Derrick Brashear [Fri, 24 Oct 2008 21:59:52 +0000]
rx-atomics-for-solaris-and-darwin-20081023

LICENSE IPL10

support atomics on osx and solaris

15 years agorx-rw-locking-20081024
Jeffrey Altman [Fri, 24 Oct 2008 21:38:56 +0000]
rx-rw-locking-20081024

LICENSE BSD

rename RWLOCK_INIT to AFS_RWLOCK_INIT in order to maintain naming
consistency and to distinguish them from the new RWLOCK_INIT macros
being used in rx.

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

add rx/rx_internal.h as a dependency

====================
LICENSE BSD

define RWLOCK_xxx operations

replace MUTEX_xxx operations with RWLOCK_xxx when it is appropriate
to do so.  This improves concurrency on multi-processor systems.

make additional use of atomic operations

15 years agowindows-reformatting-20081021
Jeffrey Altman [Wed, 22 Oct 2008 02:25:25 +0000]
windows-reformatting-20081021

LICENSE MIT

reformat some of the recent changes

cast away warnings on 64-bit windows

15 years agofd-setsize-test-20081021
Derrick Brashear [Tue, 21 Oct 2008 19:36:35 +0000]
fd-setsize-test-20081021

LICENSE BSD

a test so we can deal with platforms which don't honor FD_SETSIZE

15 years agolinux24-writepage-antideadlock-20081021
Derrick Brashear [Tue, 21 Oct 2008 14:44:50 +0000]
linux24-writepage-antideadlock-20081021

LICENSE IPL10

also make this work for 2.4.x

15 years agoblacklist-move-init-checks-back-into-req-code-20081020
Derrick Brashear [Mon, 20 Oct 2008 20:29:26 +0000]
blacklist-move-init-checks-back-into-req-code-20081020

LICENSE IPL10

revise things so we don't need to check initd outside analyze.c/InitReq

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

since these end up being used, init them too

15 years agolinux-mmap-antirecursion-20081020
Derrick Brashear [Mon, 20 Oct 2008 13:38:07 +0000]
linux-mmap-antirecursion-20081020

LICENSE IPL10
FIXES 120491

avoid deadlocking ourselves due to recursion when flushing pages on an
mmap()ed file larger than the cache

15 years agoautoconf-262-support-20081020
Marc Dionne [Mon, 20 Oct 2008 13:34:58 +0000]
autoconf-262-support-20081020

LICENSE IPL10
FIXES 118058

fix the quoting and remove the tests we shouldn't need anymore

15 years agoblacklist-check-only-existing-servers-20081020
Derrick Brashear [Mon, 20 Oct 2008 13:03:44 +0000]
blacklist-check-only-existing-servers-20081020

LICENSE IPL10

based on suggestion from haba@pdc.kth.se