openafs.git
16 years agolinux-fakestat-avoid-mtpt-fillin-issue-20080415
Rainer Toebbicke [Tue, 15 Apr 2008 13:29:20 +0000]
linux-fakestat-avoid-mtpt-fillin-issue-20080415

LICENSE IPL10
FIXES 93898

"It is actually the detection of a "cell" in the mount point string
which triggers the (loosely consistent) fakestat handling - it's
treated like a foreign cell and the mount point is never "completely
evaluated", i.e. logically replaced by the root directory of the
volume in question. As a result, callbacks are ignored, as they go
against the directory and not the mount point."

16 years agowindows-volume-20080414
Jeffrey Altman [Mon, 14 Apr 2008 22:32:27 +0000]
windows-volume-20080414

LICENSE MIT

1. Convert cm_volume_t mutex to a rwlock (rw).

2. Don't hold cm_volume_t lock across RPCs

3. Add CM_VOLUMEFLAG_UPDATING_VL flag to prevent multiple threads
   from performing volume update calls at the same time on the same
   volume set.

4. Convert the .rw, .ro, and .bk cm_vol_state_t members of cm_volume_t
   to an array of cm_vol_state_t members indexed using the pre-existing
   RWVOL, ROVOL and BACKVOL preprocessor symbols.  This will permit
   consolidation of code and make it easier to add new volume types
   to the volume set in the future.

16 years agovolser-prototype-include-fix-20080414
Derrick Brashear [Mon, 14 Apr 2008 21:25:41 +0000]
volser-prototype-include-fix-20080414

LICENSE IPL10

so tvolser can build again

16 years agowindows-freelance-20080411
Jeffrey Altman [Fri, 11 Apr 2008 18:44:47 +0000]
windows-freelance-20080411

LICENSE MIT

Do not set the DV on the rootSCachep because doing so disables
the use of MergeStatus().

Do not remove the rootSCachep from the hash table because doing
so makes causes a second cm_scache_t object for that fid to be created
that is not the root.

16 years agovos-noresolve-option-20080410
Jeffrey Altman [Thu, 10 Apr 2008 18:50:49 +0000]
vos-noresolve-option-20080410

LICENSE MIT

Add a -noresolve option to all vos commands.  This permits the display
of servers by IP address instead of DNS name.  Very useful when 127.0.0.1
is registered as the server address or when trying to eliminate
multi-homed addresses.

16 years agovoid-return-casts-20080409
Simon Wilkinson [Wed, 9 Apr 2008 17:39:36 +0000]
void-return-casts-20080409

LICENSE IPL10

do apporpriate casts for void returns to placate irix cc

16 years agolinux-nfstrans-avoid-access-deadlock-20080409
Jeffrey Hutzelman [Wed, 9 Apr 2008 14:38:47 +0000]
linux-nfstrans-avoid-access-deadlock-20080409

LICENSE IPL10

avoid deadlocking in access while we're already holding locks as filldir is doing its work

16 years agowindows-nsis-vs2005-20080409
Asanka Herath [Wed, 9 Apr 2008 05:34:22 +0000]
windows-nsis-vs2005-20080409

LICENSE MIT

Add support for building with VS2005 Runtime Libraries.
For the release build use the vcredist_<arch>.exe package.
For the debug build, build an msi from the merge modules
and then install that package.

16 years agoredhat-spec-updates-20080408
Simon Wilkinson [Tue, 8 Apr 2008 19:35:51 +0000]
redhat-spec-updates-20080408

LICENSE IPL10
FIXES 93616

update to correctly fill in specfile from source tree

16 years agowindows-strlwr-cellname-20080407
Jeffrey Altman [Mon, 7 Apr 2008 15:19:10 +0000]
windows-strlwr-cellname-20080407

LICENSE MIT

cellnames are case insensitive and by convention they are lowercased.

16 years agowindows-freelance-three-20080407
Jeffrey Altman [Mon, 7 Apr 2008 15:16:48 +0000]
windows-freelance-three-20080407

LICENSE MIT

deliver notification events to watchers when adding mount points or
symlinks to the freelance root.afs volume.

16 years agowindows-freelance-two-20080407
Jeffrey Altman [Mon, 7 Apr 2008 07:00:16 +0000]
windows-freelance-two-20080407

LICENSE MIT

do not add the scp into the hash table twice.

16 years agowindows-freelance-20080407
Jeffrey Altman [Mon, 7 Apr 2008 06:42:44 +0000]
windows-freelance-20080407

LICENSE MIT

When freelance symlinks and mountpoints were modified the target string
value was not being updated and the old data was not being invalidated.

16 years agolinux-no-syscall-probe-with-no-init-mm-20080406
Marc Dionne [Mon, 7 Apr 2008 04:48:45 +0000]
linux-no-syscall-probe-with-no-init-mm-20080406

LICENSE IPL10
FIXES 88000

no better idea for this, got to do something... push this for now

16 years agowindows-fid-hash-20080406
Jeffrey Altman [Sun, 6 Apr 2008 14:33:12 +0000]
windows-fid-hash-20080406

LICENSE MIT

1. During the conversion to hash based FID comparisons the cm_GetSCache()
   lookups from the cm_ioctl.c (CM_IOCTL_QOPTS_HAVE_FID) and from FIDs
   returned by cm_LookupSearchProc() were broken.

2. In cm_LookupInternal(), ensure that an error is returned if rock.found
   is FALSE.  A failure to return an error was resulting in cm_GetSCache()
   producing an object for FIDs with vnode=0,unique=0

3. cm_GetSCache(), remove the warning check for vnode=0,unique=0

4. reapply the synchronization logic to async store requests in cm_SyncOp().
   The lack of synchronization is causing requests to complete out of order
   which is confusing the SMB redirector when under heavy load.

16 years agorevert-ubik-changes-20080405
Derrick Brashear [Sat, 5 Apr 2008 19:02:59 +0000]
revert-ubik-changes-20080405

LICENSE IPL10

these changes are unneeded; remove them

16 years agovolser-preclude-alternate-partition-clones-20080404
Kevin McBride [Fri, 4 Apr 2008 20:58:35 +0000]
volser-preclude-alternate-partition-clones-20080404

LICENSE IPL10

patch based on work from shadow@dementia.org

the idea is to preclude multiple copies of a volume replica on a server,
as there's nothing to indicate which copy is correct and you can end up serving
stale data when you think you've just released and are serving something good

16 years agotubik-more-makefile-fun-20080404
Derrick Brashear [Fri, 4 Apr 2008 16:39:53 +0000]
tubik-more-makefile-fun-20080404

LICENSE IPL10

kill off library name reuse

16 years agotubik-head-makefile-compat-20080403
Derrick Brashear [Thu, 3 Apr 2008 17:58:11 +0000]
tubik-head-makefile-compat-20080403

LICENSE IPL10

match new style install stuff

16 years agotubik-vos-20080403
Kevin McBride [Thu, 3 Apr 2008 17:41:12 +0000]
tubik-vos-20080403

LICENSE IPL10

build pthreaded vos

16 years agotubik-20080403
Derrick Brashear [Thu, 3 Apr 2008 15:20:41 +0000]
tubik-20080403

LICENSE IPL10

avoid bogus dependency here too

16 years agotubik-one-more-20080402
Derrick Brashear [Thu, 3 Apr 2008 04:54:34 +0000]
tubik-one-more-20080402

LICENSE IPL10

handle the rest of the issues

16 years agotubik-makefiles-fun-20080402
Derrick Brashear [Thu, 3 Apr 2008 02:20:25 +0000]
tubik-makefiles-fun-20080402

LICENSE IPL10

these fixes brought to you by delicious beer.

16 years agotubik-makefile-fixes-20080402
Derrick Brashear [Wed, 2 Apr 2008 22:45:05 +0000]
tubik-makefile-fixes-20080402

LICENSE IPL10

don't use gmake macros. ick

16 years agopthreaded-ubik-20080402
Steven Jenkins [Wed, 2 Apr 2008 20:47:27 +0000]
pthreaded-ubik-20080402

LICENSE IPL10

add pthreaded ubik and various binaries

16 years agolinux-flush-compare-20080402
Marc Dionne [Wed, 2 Apr 2008 19:19:57 +0000]
linux-flush-compare-20080402

LICENSE IPL10

because i let this slip out like this. sigh.

16 years agolinux-flush-unlock-20080402
Harald Barth [Wed, 2 Apr 2008 14:08:19 +0000]
linux-flush-unlock-20080402

LICENSE IPL10

because i let this slip out like this. sigh.

16 years agosalvageserver-init-handler-lock-20080401
Tom Keiser [Tue, 1 Apr 2008 21:28:05 +0000]
salvageserver-init-handler-lock-20080401

LICENSE IPL10

init lock

16 years agotsalvaged-clean-20080401
Derrick Brashear [Tue, 1 Apr 2008 21:15:46 +0000]
tsalvaged-clean-20080401

LICENSE IPL10

make clean target work here

16 years agovol-osi-assert-20080401
Derrick Brashear [Tue, 1 Apr 2008 21:05:19 +0000]
vol-osi-assert-20080401

LICENSE IPL10

undo the old windows afs assert undoing

16 years agoaklog-debug-text-dont-deref-null-ptr-20080401
Derrick Brashear [Tue, 1 Apr 2008 19:15:29 +0000]
aklog-debug-text-dont-deref-null-ptr-20080401

LICENSE IPL10

yeah, this is sort of dumb

16 years agoaklog-tidyup-20080401
Simon Wilkinson [Tue, 1 Apr 2008 18:44:28 +0000]
aklog-tidyup-20080401

LICENSE IPL10
FIXES 92643

remove windows code (osolete) from unix branch
do other minor cleanup

16 years agovlserver-checksignal-returns-voidstar-20080401
Derrick Brashear [Tue, 1 Apr 2008 17:49:42 +0000]
vlserver-checksignal-returns-voidstar-20080401

LICENSE IPL10
FIXES 92662

CheckSignal returns void*, don't try to return an int directly.

16 years agosynvageserver-no-rx-server-refs-20080401
Tom Keiser [Tue, 1 Apr 2008 15:09:54 +0000]
synvageserver-no-rx-server-refs-20080401

LICENSE IPL10
FIXES 92648

remove reference to rx service mutex and thread tracking. we need to ensure there's nothing else either but this is true now

16 years agoman-page-vos-shadow-20080331
Jason Edgecombe [Tue, 1 Apr 2008 07:50:28 +0000]
man-page-vos-shadow-20080331

LICENSE BSD

Man page for vos shadow.

16 years agotest-updates-20080331
Mike Meffie [Mon, 31 Mar 2008 16:54:14 +0000]
test-updates-20080331

LICENSE IPL10

update tests directory

16 years agowindows-aklog-cross-cell-20080330
Jeffrey Altman [Sun, 30 Mar 2008 17:19:01 +0000]
windows-aklog-cross-cell-20080330

LICENSE MIT

report the new ID after a successful cross cell registration

16 years agowindows-aklog-robustness-20080330
Jeffrey Altman [Sun, 30 Mar 2008 15:10:05 +0000]
windows-aklog-robustness-20080330

LICENSE MIT

Fix the order of parameters to strncpy

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

Fix the order of parameters to strncpy

Add error checking to all krb5 functions.

Initialize the global ccache variable to NULL.

16 years agowindows-vlserver-makefile-20080329
Jeffrey Altman [Sun, 30 Mar 2008 05:16:17 +0000]
windows-vlserver-makefile-20080329

LICENSE MIT

make references to INCFILEDIR consistent

16 years agowindows-use-client-realm-for-tokens-20080329
Jeffrey Altman [Sun, 30 Mar 2008 04:30:52 +0000]
windows-use-client-realm-for-tokens-20080329

LICENSE MIT

Two recent changes to the AFS/Kerberos landscape have been causing
problems for aklog and related modules.  First, the support for multiple
local realms for the cell has broken the pts auto-registration code
when the realm used for the token acquisition does not match the
realm belonging to the selected vldb server.  Second, Kerberos referrals
prevents detection of the realm of the vldb server.

This commit adds a new method of searching for the afs service principal.
The first attempt is for afs/<cell>@<CLIENT-REALM>.  If found, the
<CLIENT-REALM> is used as the realm of the cell.

The patch adds error handling for KRB5_ERR_HOST_REALM_UNKNOWN which is
returned when krb5_get_host_realm() can't determine the realm.

Duplicate queries are also avoided and copy_realm_of_ticket() is
properly employed.

16 years agonbsd-update-20080328
Tracy Di Marco White [Fri, 28 Mar 2008 17:11:19 +0000]
nbsd-update-20080328

LICENSE IPL10
FIXES 92073

fix nbsd30 param file, add nbsd40 param file

16 years agowindows-freelance-20080328
Jeffrey Altman [Fri, 28 Mar 2008 14:01:03 +0000]
windows-freelance-20080328

LICENSE MIT

1. return CM_ERROR_NOSUCHFILE when attempting to remove a symlink or
   mount point that does not exist

2. When adding a new symlink or mountpoint, be sure to increment the
   number of local mount points

3. When re-initializing the fake root.cell the unique value is always
   one, not two.  Use cm_FidCmp() to compare fids.  The use of the
   value two prevented the invalidation of existing values because all
   of the directory entries are created with the unique set to one.

16 years agopinstall-collateral-damage-20080327
Derrick Brashear [Fri, 28 Mar 2008 04:41:00 +0000]
pinstall-collateral-damage-20080327

LICENSE IPL10

it's really easy to get into install-sh relative path hell. work around it.

16 years agokrb5-klog-solaris-krb-20080327
Douglas Engert [Thu, 27 Mar 2008 18:48:22 +0000]
krb5-klog-solaris-krb-20080327

LICENSE IPL10
FIXES 91573

no krb5_mcc_ops on solaris krb5. cope

16 years agoptutil-swap-epoch-version-as-needed-20080327
Derrick Brashear [Thu, 27 Mar 2008 18:39:57 +0000]
ptutil-swap-epoch-version-as-needed-20080327

LICENSE IPL10
FIXES 90869

do byteswapping of epoch and version so we print and compare sensibly

16 years agovolser-higher-thread-limit-20080327
Derrick Brashear [Thu, 27 Mar 2008 16:20:29 +0000]
volser-higher-thread-limit-20080327

LICENSE IPL10

with tvolser we can increase this and actually *see benefit*, so...

16 years agodafs-vshutdown-match-id-to-params-20080327
Alistair Ferguson [Thu, 27 Mar 2008 16:16:02 +0000]
dafs-vshutdown-match-id-to-params-20080327

LICENSE IPL10

we track shutdown thread parms as index rather than device; deal correctly

16 years agolinux-dont-flush-writes-on-exec-20080326
Chas Williams [Wed, 26 Mar 2008 04:16:51 +0000]
linux-dont-flush-writes-on-exec-20080326

LICENSE IPL10
FIXES 17509

because of when fds are NULL'd in file_table this should work except when one process has the same file open for read and for write in different FDs; otherwise, the last write fd to close collects the error.

16 years agolinux-restore-iget-cachemgr-20080326
Marc Dionne [Wed, 26 Mar 2008 04:10:26 +0000]
linux-restore-iget-cachemgr-20080326

LICENSE IPL10
FIXES 88000

restore the d_alloc_anon we need

16 years agowindows-vlserver-include-path-20080323
Jeffrey Altman [Sun, 23 Mar 2008 14:10:42 +0000]
windows-vlserver-include-path-20080323

LICENSE MIT

Fix the INCFILEDIR definition so that the INCFILES actually exist

16 years agolinux-2625-update-20080322
Marc Dionne [Sun, 23 Mar 2008 00:53:29 +0000]
linux-2625-update-20080322

LICENSE IPL10
FIXES 88000

update 2.6.25 patch to hopefully cover what we need better

16 years agowindows-aklog-cleanup-20080321
Jeffrey Altman [Sat, 22 Mar 2008 00:19:03 +0000]
windows-aklog-cleanup-20080321

LICENSE MIT

make krb5_context global.  wrap all calls to exit() in a new function,
akexit(), which performs cleanup of the krb5_ccache and the krb5_context.

16 years agoaix-unix-sockets-fix-200803221
Tom Keiser [Fri, 21 Mar 2008 16:59:03 +0000]
aix-unix-sockets-fix-200803221

LICENSE IPL10
FIXES 88088

use aix's macro for the size of sockaddr_un

16 years agowindows-aklog-20080320
Jeffrey Altman [Fri, 21 Mar 2008 12:20:21 +0000]
windows-aklog-20080320

LICENSE MIT

Windows Error Reports indicate that sometimes the krb5_cc_default()
call must be failing because krb5_cc_principal is being called with
a NULL ccache value.  Perform error checking and cleanup that was
not previously implemented.

16 years agowindows-pioctl-disable-service-mgr-check-20080320
Jeffrey Altman [Fri, 21 Mar 2008 04:15:47 +0000]
windows-pioctl-disable-service-mgr-check-20080320

LICENSE MIT

Adds HKLM\\Software\\OpenAFS\\Client  DisableIoctlSMCheck

For use in setting tokens when afsd_service.exe is started without
use of the NT Service Manager.  Permits profiling authenticated
operations.

16 years agowindows-max-cells-20080319
Jeffrey Altman [Thu, 20 Mar 2008 00:00:28 +0000]
windows-max-cells-20080319

LICENSE MIT

Add CM_CONFIGDEFAULT_CELLS (1024) to cm_config.h and a "Cells" registry
value that can be used to alter the limit at runtime.

No longer tie the number of cells to the number of stat cache objects.
1024 should be more than sufficient.

16 years agowindows-volume-dotdotFid-20080319
Jeffrey Altman [Wed, 19 Mar 2008 20:17:04 +0000]
windows-volume-dotdotFid-20080319

LICENSE MIT

The volume dotdotFid field should have moved into the cm_volstate_t
object as there can be different parents for rw, ro, and bk volumes.

16 years agowindows-no-more-afsdifs-20080319
Jeffrey Altman [Wed, 19 Mar 2008 15:34:48 +0000]
windows-no-more-afsdifs-20080319

LICENSE MIT

do not include a header that no longer exists

16 years agowindows-remove-umich-afsifs-20080319
Jeffrey Altman [Wed, 19 Mar 2008 13:57:36 +0000]
windows-remove-umich-afsifs-20080319

LICENSE MIT

The UMich AFS IFS code has never been made ready for production.
An alternative approach is currently being worked on that will be.

16 years agowindows-parseacl-20080319
Jeffrey Altman [Wed, 19 Mar 2008 13:22:02 +0000]
windows-parseacl-20080319

LICENSE MIT

Protect against invalid data being passed into ParseAcl and
corrupting the stack.  This affects both fs.exe and the explorer
shell extension.

Windows Error Reporting in recent weeks has begun to report several
instances of stack corruption in the explorer shell extension from
Denmark and Germany.

16 years agowindows-remove-umich-afsifs-20080318 BP-openafs-windows-kdfs-ifs
Jeffrey Altman [Tue, 18 Mar 2008 16:44:39 +0000]
windows-remove-umich-afsifs-20080318

LICENSE MIT

The UMich AFS IFS code has never been made ready for production.
An alternative approach is currently being worked on that will be.

16 years agodafs-kill-xcpu-dump-vlru-stats-20080318
Tom Keiser [Tue, 18 Mar 2008 16:05:09 +0000]
dafs-kill-xcpu-dump-vlru-stats-20080318

LICENSE BSD

this will dump the current dafs vlru state on kill -XCPU (just as we dump other fileserver state)

that state is
VLRU is a garbage collection facility which automatically offlines
volumes in the background. The purpose of this facility is to
proactively offline infrequently used volumes to improve shutdown and
salvage times. The process of offlining a volume from the "attached"
state to the "pre-attached" state is called soft detachment.

VLRU works in a manner similar to a generational garbage collector.
There are five queues on which volumes can reside: new, intermediate,
old, held, and candidate:

held:

queue for volumes which are administratively barred from VLRU activity

candidate:

queue for volumes which have not been accessed recently, and are thus
candidates for soft detachment

new, intermediate, old:

generational queues for active volumes; state transitions controlled by
inactivity timers.

State transition timeouts are as follows:

candidate->new activity present
new->candidate (1*vlruthresh) minutes since last transition; no activity
new->mid (2*vlruthresh) minutes since last transition; activity
present
mid->old (4*vlruthresh) minutes since last transition; activity
present
old->mid (2*vlruthresh) minutes since last transition; no activity
mid->new (1*vlruthresh) minutes since last transition; no activity

16 years agopts-process-input-file-and-exit-20080318
Kevin McBride [Tue, 18 Mar 2008 15:58:40 +0000]
pts-process-input-file-and-exit-20080318

LICENSE IPL10

 The pts program has a command 'source' to read commands from
 a file.  In the interactive "shell" mode, this command works,
 reading and executing commands until the end of the file and
 then returning to the command shell.

 This command is valid for use as a command line option, but
 does not work. It requires a valid filename as an argument,
 but does not process the file, instead just dropping the user
 into the interactive mode.

 When given as a command line option, pts source SHOULD read
 the file, execute the commands and then exit, according to
 the documentation. It does not currently do this and should
 be fixed.

16 years agohpux1123-sysname-detection-20080317
Chaskiel M Grundman [Mon, 17 Mar 2008 18:07:36 +0000]
hpux1123-sysname-detection-20080317

LICENSE IPL10
FIXES 89125

add the 11.23 sysname

16 years agoafs-nostats-xstats-start-cmtime-noop-20080317
Chas Williams [Mon, 17 Mar 2008 18:02:53 +0000]
afs-nostats-xstats-start-cmtime-noop-20080317

LICENSE IPL10
FIXES 90528

add missing noop so we can build with stats disabled

16 years agorx-nacks-increment-with-all-newacks-20080317
Chas Williams [Mon, 17 Mar 2008 17:56:38 +0000]
rx-nacks-increment-with-all-newacks-20080317

LICENSE IPL10

don't "lose" newacks, apply all of them to the ack count

16 years agolinux-nfstrans-readme-20080317
Jeffrey Hutzelman [Mon, 17 Mar 2008 17:48:35 +0000]
linux-nfstrans-readme-20080317

LICENSE IPL10

readme for linux nfs translator and extensions

16 years agovolser-handle-malloc-failure-20080317
Derrick Brashear [Mon, 17 Mar 2008 17:14:01 +0000]
volser-handle-malloc-failure-20080317

LICENSE IPL10

allocate memory for all rx OUT parameters in stubs to avoid crashes.

16 years agosolaris11-update-20080317
Mattias Pantzare [Mon, 17 Mar 2008 16:51:55 +0000]
solaris11-update-20080317

LICENSE IPL10

update solaris 11. probably we should do configure tests instead for
these things, since they're sort of "moving target"

16 years agodafs-readme-20080317
Steven Jenkins [Mon, 17 Mar 2008 16:39:03 +0000]
dafs-readme-20080317

LICENSE IPL10

update README to mention DAFS setup and build options

16 years agodafs-accurately-track-inuse-20080317
Tom Keiser [Mon, 17 Mar 2008 17:06:30 +0000]
dafs-accurately-track-inuse-20080317

LICENSE IPL10

keep accurate tabs on whether a volume is "in use" so we don't end up with volume state that's nonsensical.

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

keep accurate tabs on whether a volume is "in use" so we don't end up with volum
e state that's nonsensical.

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

keep accurate tabs on whether a volume is "in use" so we don't end up with volum
e state that's nonsensical.

16 years agorx-clock-backward-detection-20080317
Derrick Brashear [Mon, 17 Mar 2008 15:38:15 +0000]
rx-clock-backward-detection-20080317

LICENSE IPL10

if the clock goes backwards, detect it and reset any rx events to run in a timely manner

16 years agodemand-attach-docs-20080314
Steven Jenkins [Fri, 14 Mar 2008 18:05:00 +0000]
demand-attach-docs-20080314

LICENSE IPL10

Additional documentation for the demand attach file server, plus a state
diagram.

16 years agowindows-callback-20080314
Jeffrey Altman [Fri, 14 Mar 2008 16:53:37 +0000]
windows-callback-20080314

LICENSE MIT

Protect against a null volp

16 years agowindows-max-volumes-20080314
Jeffrey Altman [Fri, 14 Mar 2008 16:16:14 +0000]
windows-max-volumes-20080314

LICENSE MIT

Propagate the max volumes value into cm_memmap

16 years agovol-dafs-aix-fixes-20080313
Tom Keiser [Fri, 14 Mar 2008 04:41:20 +0000]
vol-dafs-aix-fixes-20080313

LICENSE IPL10
FIXES 88087

* xlc doesn't support the inline keyword unless C99 is enabled
* xlc won't parse enumerations with trailing commas

16 years agolwp-fixprotos-20080313
Simon Wilkinson [Thu, 13 Mar 2008 13:42:06 +0000]
lwp-fixprotos-20080313

LICENSE IPL10
FIXES 89857

make everything match, and make *ep take void and not a pointer

16 years agorx-mutex-interlocked-macros-20080312
Jeffrey Altman [Thu, 13 Mar 2008 12:56:31 +0000]
rx-mutex-interlocked-macros-20080312

LICENSE IPL10

fix from sxw@inf.ed.ac.uk

16 years agowindows-remove-scache-volp-20080312
Jeffrey Altman [Thu, 13 Mar 2008 04:37:44 +0000]
windows-remove-scache-volp-20080312

LICENSE MIT

The cm_scache structure has included a reference to the associated cm_volume_t,
volp.  By doing so the reference count on the cm_volume_t objects never hits
zero unless all of the cm_scache_t objects in that volume have been reused.
This prevents cm_volume object recycling.

This commit removes the hard reference and instead adds a function
cm_GetVolumeByFID which obtains a reference to the cm_volume that matches
the cm_scache fid value as needed.

A new "Volumes" registry value is added to permit explicit specification
of the number of volume objects to be allocated.

16 years agolinux-2625-20080312
Marc Dionne [Thu, 13 Mar 2008 02:23:57 +0000]
linux-2625-20080312

LICENSE IPL10

add missing bits

16 years agowindows-client-config-pt-20080311
Jeffrey Altman [Wed, 12 Mar 2008 05:46:01 +0000]
windows-client-config-pt-20080311

LICENSE MIT

typo in pt_BR language resource file

16 years agorx-no-interlockedadd-20080311
Jeffrey Altman [Wed, 12 Mar 2008 05:12:54 +0000]
rx-no-interlockedadd-20080311

LICENSE IPL10

InterlockedAdd is only supported on Itanium

16 years agoman-page-fileserver-update-20080311
Steven Jenkins [Wed, 12 Mar 2008 01:28:00 +0000]
man-page-fileserver-update-20080311

LICENSE IPL10

Update the fileserver documentation for demand-attach and add documentation
of other missing options and notes where some options are only applicable
with particular builds.

16 years agorx-mutex-interlocked-macros-20080311
Jeffrey Altman [Tue, 11 Mar 2008 18:23:23 +0000]
rx-mutex-interlocked-macros-20080311

LICENSE IPL10

Introduce a new set of macros that can be used to permit either mutex
based protection or Interlocked operation protection increments,
decrements, or additions.

  rx_MutexIncrement(object, mutex)
  rx_MutexAdd(object, addend, mutex)
  rx_MutexDecrement(object, mutex)
  rx_MutexAdd1Increment2(object1, addend, object2, mutex)
  rx_MutexAdd1Decrement2(object1, addend, object2, mutex)

For Windows these are implemented with the Interlocked operations
for other platforms the existing mutex is relied upon.

Only a subset of the rx_stats parameters have been transitioned at the
current time.

16 years agolwp-protoize-20080310
Simon Wilkinson [Tue, 11 Mar 2008 17:46:58 +0000]
lwp-protoize-20080310

LICENSE IPL10

protoize lwp. make it match pthreads' idea of createprocess

16 years agowindows-lwp-proto-20080311
Jeffrey Altman [Tue, 11 Mar 2008 17:00:18 +0000]
windows-lwp-proto-20080311

LICENSE IPL10

Fix breakage caused by recent lwp prototyping.

16 years agolinux-2625-20080310
Derrick Brashear [Mon, 10 Mar 2008 18:50:47 +0000]
linux-2625-20080310

LICENSE IPL10

adapted from marc dionne's patch, but works more directly like the darwin port,
further, i'm guessing iget_locked will go away evewntually. maybe this is
too conservative?

16 years agowindows-client-config-misc-dlg-20080310
Jeffrey Altman [Mon, 10 Mar 2008 18:16:29 +0000]
windows-client-config-misc-dlg-20080310

LICENSE MIT

The Daemon and Server Threads fields were swapped.

16 years agokeyring-updated-20080310
Simon Wilkinson [Mon, 10 Mar 2008 16:44:16 +0000]
keyring-updated-20080310

LICENSE IPL10

revise keyring patch to avoid detection problems with keyring_type_key

16 years agohpux-param-updates-20080310
Derrick Brashear [Mon, 10 Mar 2008 16:22:12 +0000]
hpux-param-updates-20080310

LICENSE IPL10

based on suggestion from cg2v@andrew.cmu.edu

16 years agowindows-afs-execute-only-20080309
Jeffrey Altman [Sun, 9 Mar 2008 15:21:39 +0000]
windows-afs-execute-only-20080309

LICENSE MIT

If we want to enforce the open for read flag in smb_ReadData we must
also check for execute access.  We map execute access to read access
because AFS doesn't have a separate permission for that.

16 years agoman-page-afsd-afsdb-20080308
Jason Edgecombe [Sun, 9 Mar 2008 05:57:29 +0000]
man-page-afsd-afsdb-20080308

LICENSE BSD
FIXES 89288 89289

Reference RFC 1183 in the AFSDB documentation.

16 years agopt-util-com-err-20080308
Simon Wilkinson [Sun, 9 Mar 2008 01:40:14 +0000]
pt-util-com-err-20080308

LICENSE IPL10

prototype afs_error_message() to ensure correct behavior on 64-bit
systems with 32-bit int.

16 years agowindows-installer-rxmaxmtu-setting-20080308
Jeffrey Altman [Sat, 8 Mar 2008 23:38:08 +0000]
windows-installer-rxmaxmtu-setting-20080308

LICENSE MIT

change the RxMaxMtu setting to 0 to restore default
behavior (aka performance).  The Cisco VPN 5.0.01.0600
client no longer requires a reduced mtu size for compatibility
with AFS.

16 years agowindows-config-20080308
Jeffrey Altman [Sat, 8 Mar 2008 23:31:52 +0000]
windows-config-20080308

LICENSE MIT

raise the daemon count to 4 now that we have a means of avoiding
contention

raise the tracebufsize to 10000 entries

16 years agowindows-syscfg-getifinfo-20080308
Jeffrey Altman [Sat, 8 Mar 2008 23:23:48 +0000]
windows-syscfg-getifinfo-20080308

LICENSE MIT

syscfg_GetIFInfo() obtains the current list of IP addresses.
Its a really expensive operation.  Call the function once
and cache the data until the next IP address change instead
of calling it everytime we receive a WhoAreYou or construct a
new server object.  Adds a new global rw lock, cm_syscfgLock

16 years agowindows-scache-20080308
Jeffrey Altman [Sat, 8 Mar 2008 23:17:45 +0000]
windows-scache-20080308

LICENSE MIT

do not discard data buffers we wish to keep

16 years agowindows-performance-deadlock-20080308
Jeffrey Altman [Sat, 8 Mar 2008 23:15:54 +0000]
windows-performance-deadlock-20080308

LICENSE MIT

correct a deadlock when calling HaveCallback

16 years agowindows-cm-callback-remove-call-mutex-hold-20080308
Jeffrey Altman [Sat, 8 Mar 2008 15:43:45 +0000]
windows-cm-callback-remove-call-mutex-hold-20080308

LICENSE MIT

Remove all of the code in #ifdef HOLD_CALL_MUTEX as we no longer
use it.

16 years agowindows-eventlog-20080308
Jeffrey Altman [Sat, 8 Mar 2008 14:15:43 +0000]
windows-eventlog-20080308

LICENSE MIT

we need set privilege not query privilege