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

15 years agoblacklistonce-use-only-initd-vrequest-20081020
Marc Dionne [Mon, 20 Oct 2008 13:01:34 +0000]
blacklistonce-use-only-initd-vrequest-20081020

LICENSE IPL10

avoid using an un "initd" vrequest for server blacklisting

15 years agowindows-handle-invalid-utf16-names-20081019
Asanka Herath [Mon, 20 Oct 2008 00:17:41 +0000]
windows-handle-invalid-utf16-names-20081019

LICENSE MIT
FIXES 116641

Windows will deliver to OpenAFS UTF16 strings that are not valid Unicode
and cannot be converted to UTF8.  Return bad file name errors in those
cases.

Make sure all file server strings once converted to UTF16 can be converted
back.  If not, escape the invalid portions of the string so that the
file can be accessed.

15 years agowindows-smb-rdr-duration-logging-20081019
Jeffrey Altman [Sun, 19 Oct 2008 23:50:21 +0000]
windows-smb-rdr-duration-logging-20081019

LICENSE MIT

if an smb request takes longer than 45 seconds, log info to afsd_init.log
that might be helpful in determining patterns in the smb client disconnects

15 years agowindows-smb-bridge-nowild-error-handling-20081019
Jeffrey Altman [Sun, 19 Oct 2008 23:44:20 +0000]
windows-smb-bridge-nowild-error-handling-20081019

LICENSE MIT

add the error preprocessor symbol to the error string

if both an NRC_BRIDGE and NRC_NOWILD error are received within
the smb_Listener thread, try re-adding the NetbiosName to the lana
before giving up and quiting.

15 years agonewtrans-lock-fix-fix-20081018
Jeffrey Hutzelman [Sat, 18 Oct 2008 20:25:56 +0000]
newtrans-lock-fix-fix-20081018

LICENSE IPL10

swap in the freshly allocated memory instead of throwing it away

15 years agosmb-symlink-to-vnovnode-attribute-20081017
Jeffrey Altman [Sat, 18 Oct 2008 18:01:07 +0000]
smb-symlink-to-vnovnode-attribute-20081017

LICENSE MIT

When reporting the attribute of a directory name which happens to be
a symlink object to a file that cannot be accessed or does not exist,
use the target name to guess the type of the object.  If it has an
extension, consider it a file, otherwise report it as a directory.

15 years agoubik-uninitialized-var-20081018
Jeffrey Altman [Sat, 18 Oct 2008 16:24:35 +0000]
ubik-uninitialized-var-20081018

LICENSE MIT

'pass' must be initialized.  do so.

15 years agorestore-uninitialized-var-20081018
Jeffrey Altman [Sat, 18 Oct 2008 16:23:13 +0000]
restore-uninitialized-var-20081018

LICENSE MIT

'last' must be initialized.  do so.

15 years agofix-maxmtu-command-line-20081018
Jeffrey Altman [Sat, 18 Oct 2008 16:08:50 +0000]
fix-maxmtu-command-line-20081018

LICENSE MIT

fix the variable used for maxmtu command line processing

15 years agowindows-pioctl-wnet-connected-20081018
Jeffrey Altman [Sat, 18 Oct 2008 14:12:19 +0000]
windows-pioctl-wnet-connected-20081018

LICENSE MIT

refactor.  consolidate netbios name acquistion.

15 years agowindows-pioctl-wnet-connected-20081017
Jeffrey Altman [Sat, 18 Oct 2008 07:19:17 +0000]
windows-pioctl-wnet-connected-20081017

LICENSE MIT

use WNetEnumXXX functions to list connected disk resources.
If the requested drive letter is an AFS resource, perform the pioctl
test.  If it is not, fail immediately.

15 years agowindows-reset-acl-list-20081017
Jeffrey Altman [Sat, 18 Oct 2008 05:44:51 +0000]
windows-reset-acl-list-20081017

LICENSE MIT

Move definition of cm_ResetACLCache from cm_ioctl.c to cm_aclent.c

15 years agowindows-shell-extension-20081017
Jeffrey Altman [Sat, 18 Oct 2008 05:12:25 +0000]
windows-shell-extension-20081017

LICENSE MIT

windows-afsreg-20081017 wraps strings for wide char usage.
use the wide char versions of win32 apis to match.

15 years agowindows-afsreg-20081017
Jeffrey Altman [Sat, 18 Oct 2008 05:09:44 +0000]
windows-afsreg-20081017

LICENSE MIT

wrap all text strings with TEXT() to permit use with wide char functions

15 years agowindows-pthread-rwlock-20081017
Jeffrey Altman [Fri, 17 Oct 2008 21:24:19 +0000]
windows-pthread-rwlock-20081017

LICENSE MIT

Adds pthread rwlock support to the library.

15 years agowindows-install-nsis-20081016
Jeffrey Altman [Fri, 17 Oct 2008 02:41:12 +0000]
windows-install-nsis-20081016

LICENSE MIT

update copyright dates

remove old AFS IFS entries

delete afslogon* and afscpcc.* from $SYSDIR

correct install location of afslogon.dll in WinLogon\Notify registry key

15 years agowindows-netbios-name-logging-20081015
Jeffrey Altman [Thu, 16 Oct 2008 02:38:35 +0000]
windows-netbios-name-logging-20081015

LICENSE MIT

log more data to afsd_init.log regarding events that
can cause the netbios name registration to become
invalid.

15 years agowindows-dnlc-20081015
Jeffrey Altman [Thu, 16 Oct 2008 02:26:11 +0000]
windows-dnlc-20081015

LICENSE MIT
FIXES 116641

Do not use the DNLC if the name when converted from Unicode is NULL.

15 years agowindows-checkVCs-20081015
Jeffrey Altman [Wed, 15 Oct 2008 14:50:51 +0000]
windows-checkVCs-20081015

LICENSE MIT
FIXES 116641

Do not drop references to 'nextp' until we are done with the object.
Dropping the last reference can result in the object being destroyed.

15 years agolinux-alt-builddir-fix-20081014
Mike Meffie [Tue, 14 Oct 2008 15:38:30 +0000]
linux-alt-builddir-fix-20081014

LICENSE IPL10
FIXES 121650

correct the if test to include missing x

15 years agolinux-proc-walk-locking-20081012
Derrick Brashear [Sun, 12 Oct 2008 19:44:27 +0000]
linux-proc-walk-locking-20081012

LICENSE IPL10
FIXES 116603

sort out rcu locking versus tasklist lock. if this fails we probably have to
disable walking entirely

15 years agodisconnected-rmdir-infinite-recursion-20081012
Dragos Tatulea [Sun, 12 Oct 2008 19:10:05 +0000]
disconnected-rmdir-infinite-recursion-20081012

LICENSE IPL10
FIXES 121226

fix infinite recursion when replaying rmdir transaction

15 years agodisconnected-getvcache-avoid-duplicate-work-20081012
Simon Wilkinson [Sun, 12 Oct 2008 19:06:27 +0000]
disconnected-getvcache-avoid-duplicate-work-20081012

LICENSE IPL10
FIXES 121254

don't do duplicate work finding a vcache we already had

15 years agolinux-alternate-kernel-builddir-20081012
Stefaan De Roeck [Sun, 12 Oct 2008 19:01:58 +0000]
linux-alternate-kernel-builddir-20081012

LICENSE IPL10
FIXES 121354

add support for KBUILD_OUTPUT=... builds.

15 years agovolser-newtrans-racy-20081012
Jeffrey Hutzelman [Sun, 12 Oct 2008 18:53:06 +0000]
volser-newtrans-racy-20081012

LICENSE IPL10
FIXES 121263

avoid a race on creating new transactions in volserver

15 years agodoxygen-comments-20081010
Dragos Tatulea [Sat, 11 Oct 2008 00:26:47 +0000]
doxygen-comments-20081010

LICENSE IPL10
FIXES 98819 99069

add doxygen comments for some parts of openafs cache manager

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

add doxygen comments for some parts of openafs cache manager

15 years agocachemgr-blacklist-down-servers-20081010
Derrick Brashear [Fri, 10 Oct 2008 17:25:29 +0000]
cachemgr-blacklist-down-servers-20081010

LICENSE IPL10
FIXES 121035

fix to issue suggested by reuter@rzg.mpg.de

15 years agovolser-dumpstuff-log-errors-20081010
Jeffrey Hutzelman [Fri, 10 Oct 2008 15:42:10 +0000]
volser-dumpstuff-log-errors-20081010

LICENSE IPL10
FIXES 121040

return sensible (ENOSPC) errors when out of tags or vnodes. don't perror. log
instead.

15 years agocmdebug-entry-count-20081010
Harald Barth [Fri, 10 Oct 2008 12:50:52 +0000]
cmdebug-entry-count-20081010

LICENSE IPL10

raise max number of entries as cache managers routinely have more
than 10,000 vnode status objects

15 years agohpux-gop-lookupname-20081009
Derrick Brashear [Thu, 9 Oct 2008 19:56:43 +0000]
hpux-gop-lookupname-20081009

LICENSE IPL10

add missing gop_lookupname macro for hpux

15 years agosolaris-gop-lookupname-20081009
Derrick Brashear [Thu, 9 Oct 2008 19:54:06 +0000]
solaris-gop-lookupname-20081009

LICENSE IPL10

add missing gop_lookupname macro for solaris

15 years agobypasscache-fix-linux24-20081009
Derrick Brashear [Thu, 9 Oct 2008 13:55:19 +0000]
bypasscache-fix-linux24-20081009

LICENSE IPL10

no f_mapping in 2.4.x

15 years agowindows-build-do-not-mix-pthread-and-lwp-20081008
Jeffrey Altman [Wed, 8 Oct 2008 22:14:52 +0000]
windows-build-do-not-mix-pthread-and-lwp-20081008

LICENSE MIT

The rx library is built in lwp and pthread forms.  The methods used to
export data symbols are incompatible between the two.  The ubik library
is built with rx headers but only in the lwp form.  As a result it is
not possible to link the ubik libs without also including the lwp rx
lib.  We have pthreaded servers that require linking to the pthreaded
rx and ubik.  To fix the problem all of the macros that assigned values
to variables and were used by ubik have been converted to functions
(but only for Windows.)

15 years agowindows-cell-name-trailing-dot-removal-20081008
Jeffrey Altman [Wed, 8 Oct 2008 18:43:03 +0000]
windows-cell-name-trailing-dot-removal-20081008

LICENSE MIT
FIXES 120318

Lookups of cell names that have a trailing dot should have the dot removed
otherwise there is a risk of duplicate cell entries since "foo" and "foo."
will not match but both will resolve to the same AFSDB record in DNS.

15 years agowindows-libafsrpc-20081007
Jeffrey Altman [Tue, 7 Oct 2008 23:28:40 +0000]
windows-libafsrpc-20081007

LICENSE MIT

export missing symbols necessary for tbutc and performance testing.

15 years agowindows-tbutc-20081007
Jeffrey Altman [Tue, 7 Oct 2008 23:25:14 +0000]
windows-tbutc-20081007

LICENSE MIT

do not link to both pthread and lwp rx libs

15 years agodarwin-fake-more-disk-free-20081007
Derrick Brashear [Tue, 7 Oct 2008 22:30:23 +0000]
darwin-fake-more-disk-free-20081007

LICENSE IPL10

placate finder. this time for sure

15 years agolinux-d-reval-rewrite-mtpts-when-fakestat-enabled-20081007
Derrick Brashear [Tue, 7 Oct 2008 20:00:31 +0000]
linux-d-reval-rewrite-mtpts-when-fakestat-enabled-20081007

LICENSE IPL10
FIXES 113558

avoid case where revalidate saw a mountpoint which hadn't been rewritten yet
and failed to handle it, exposing ENOENT where the entry existed.

15 years agofind-new-xbsa-first-20081007
Derrick Brashear [Tue, 7 Oct 2008 19:51:25 +0000]
find-new-xbsa-first-20081007

LICENSE IPL10
FIXES 119162

change test order

15 years agoubik-notruncate-dont-pollute-fd-cache-20081007
Derrick Brashear [Tue, 7 Oct 2008 18:43:57 +0000]
ubik-notruncate-dont-pollute-fd-cache-20081007

LICENSE IPL10

issue suggested by Chaskiel Grundman; while it should not have been an issue
we now behave usefully in the notruncate recovery code.

15 years agovldb-check-fix-more-kinds-of-corruption-20081007
Derrick Brashear [Tue, 7 Oct 2008 16:34:53 +0000]
vldb-check-fix-more-kinds-of-corruption-20081007

LICENSE IPL10

work harder to ferret out corruption; still reruns itself so if 2 hash chains
are comingled they get split back out correctly without having to flush state
continuously

15 years agolinux-fakestat-revalidate-to-validity-20081006
Derrick Brashear [Tue, 7 Oct 2008 04:40:49 +0000]
linux-fakestat-revalidate-to-validity-20081006

LICENSE IPL10

we had something which fakestat was faking, but the inode had no ops, so
we ended up ENOTDIRing. oops.

15 years agorx-varargs-20081003
Jeffrey Altman [Sat, 4 Oct 2008 05:59:32 +0000]
rx-varargs-20081003

LICENSE MIT

call va_start on Windows

15 years agokdump-rx-stats-20081003
Hans-Werner Paulsen [Fri, 3 Oct 2008 21:39:43 +0000]
kdump-rx-stats-20081003

LICENSE IPL10
FIXES 118700

add change to kdump also

15 years agorx-windows-dpf-20081003
Jeffrey Altman [Fri, 3 Oct 2008 15:35:15 +0000]
rx-windows-dpf-20081003

LICENSE MIT

dpf on windows is conditional on rxdebug_active, not rx_debugFile

15 years agorx-prototypes-20081003
Jeffrey Altman [Fri, 3 Oct 2008 15:33:19 +0000]
rx-prototypes-20081003

LICENSE MIT

remove EXT from the function prototype definitions in rx_globals.h
because they result in conflicts with the actual function declarations
and the prototypes in rx_prototypes.h.

15 years agorx-vaargs-20081003
Jeffrey Altman [Fri, 3 Oct 2008 15:31:59 +0000]
rx-vaargs-20081003

LICENSE MIT

define va_list ap where it will be defined on all platforms

15 years agowindows-client_exp-makefile-20081003
Jeffrey Altman [Fri, 3 Oct 2008 15:29:37 +0000]
windows-client_exp-makefile-20081003

LICENSE MIT

define UNICODE

15 years agowindows-update-makefile-20081003
Jeffrey Altman [Fri, 3 Oct 2008 15:28:07 +0000]
windows-update-makefile-20081003

LICENSE MIT

add missing reference to cm_nls.obj

15 years agowindows-smb_dir_watch_lock-20081003
Jeffrey Altman [Thu, 2 Oct 2008 13:12:23 +0000]
windows-smb_dir_watch_lock-20081003

LICENSE MIT

re-order the lock hierarchyfor smb_Dir_Watch_Lock so that the
lock does not have to be dropped when sending notifications
within smb_NotifyChange().

15 years agorx-current-packet-double-free-20081003
Jeffrey Altman [Thu, 2 Oct 2008 12:51:48 +0000]
rx-current-packet-double-free-20081003

LICENSE MIT

in rxi_WriteProc() make sure that rx_call currentPacket is
set to NULL after the rx_packet is added to a queue or
passed to rx_freePacket().  Otherwise we will panic when
we attempt to call rx_freePacket twice on the same packet.

15 years agolinux-nfstrans-libafs-tree-20080926
Simon Wilkinson [Fri, 26 Sep 2008 11:16:36 +0000]
linux-nfstrans-libafs-tree-20080926

LICENSE IPL10

add missing files needed for nfs variants

15 years agodisconn-prototypes-20080926
Simon Wilkinson [Fri, 26 Sep 2008 09:23:48 +0000]
disconn-prototypes-20080926

LICENSE IPL10

add a prototype we need for disconnected

15 years agopthread-ubik-volser-stupidity-20080925
Simon Wilkinson [Thu, 25 Sep 2008 22:40:25 +0000]
pthread-ubik-volser-stupidity-20080925

LICENSE IPL10

make volserver build again for not pthreaded ubik

15 years agorx-dpf-clarify-20080924
Simon Wilkinson [Thu, 25 Sep 2008 21:19:33 +0000]
rx-dpf-clarify-20080924

LICENSE IPL10

rework dpf macro slightly so there are no trailing ; issues
ddddddddddddd
AUTHOR
LICENSE IPL10

15 years agorx-clear-queues-correctly-20080925
Jeffrey Altman [Thu, 25 Sep 2008 21:17:22 +0000]
rx-clear-queues-correctly-20080925

LICENSE IPL10

don't potentially leak packets by leaving them behind and initing queues;
in fact, if you are cleaning up there is no need to init queues anyway.

15 years agorx-packet-allocation-debug-20080925
Jeffrey Altman [Thu, 25 Sep 2008 20:54:44 +0000]
rx-packet-allocation-debug-20080925

LICENSE IPL10

add field to track allocated packets

15 years agorx-change-packet-allocation-calculation-20080925
Jeffrey Altman [Thu, 25 Sep 2008 20:34:41 +0000]
rx-change-packet-allocation-calculation-20080925

LICENSE IPL10

don't alloc ourselves to death; try harder to manage growth

15 years agorx-flag-all-packets-20080925
Jeffrey Altman [Thu, 25 Sep 2008 19:59:33 +0000]
rx-flag-all-packets-20080925

LICENSE IPL10

flag packets for all queues, and when they are currentPacket somewhere

15 years agorx-global-lock-macro-correction-20080925
Jeffrey Altman [Thu, 25 Sep 2008 18:26:23 +0000]
rx-global-lock-macro-correction-20080925

LICENSE IPL10

refer to the same macro everyone else does

15 years agorx-clear-queues-correctly-20080925
Jeffrey Altman [Thu, 25 Sep 2008 18:21:15 +0000]
rx-clear-queues-correctly-20080925

LICENSE IPL10

don't potentially leak packets by leaving them behind and initing queues;
in fact, if you are cleaning up there is no need to init queues anyway.

15 years agorename-rx-stats-20080925
Jeffrey Altman [Thu, 25 Sep 2008 18:15:41 +0000]
rename-rx-stats-20080925

LICENSE IPL10

avoid using the same name for the struct and the global so the windows debugger works usefully

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

avoid using the same name for the struct and the global so the windows debugger
works usefully

====================
LICENSE IPL10

avoid using the same name for the struct and the global so the windows debugger
works usefully

15 years agorx-readproc32-avoid-losing-currentpacket-20080925
Jeffrey Altman [Thu, 25 Sep 2008 18:06:24 +0000]
rx-readproc32-avoid-losing-currentpacket-20080925

LICENSE IPL10

when currentPacket is empty, avoid leaking it and instead free and NULL it

15 years agoah-verbatim-section-tweak-20080925
Derrick Brashear [Thu, 25 Sep 2008 17:59:52 +0000]
ah-verbatim-section-tweak-20080925

LICENSE IPL10

remove PACKAGE and VERSION