OpenAFS Master Repository branch, master, updated. c8920835ae9e33555a7d023cd0bd3a2f26a98b98

2009-07-11 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit c8920835ae9e33555a7d023cd0bd3a2f26a98b98
Author: Russ Allbery r...@stanford.edu
Date:   Fri Jul 10 16:48:42 2009 -0700

Probe for getcwd in configure

src/venus/test/fulltest.c wants to use getcwd and expects HAVE_GETCWD to
be defined, but we weren't probing for it in configure.

Reviewed-on: http://gerrit.openafs.org/51
Verified-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 acinclude.m4 |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. 94a3f8fb64fa7bc28529eb3a3abd3f5b10f7854a

2009-07-12 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 94a3f8fb64fa7bc28529eb3a3abd3f5b10f7854a
Author: Simon Wilkinson s...@inf.ed.ac.uk
Date:   Sat Jul 11 18:07:20 2009 +0100

Remove vlclient.h

The vlcient.h header file just provides definitions for functions that
are now protoyped elsewhere by rxgen. It is only referenced by
vlclient.c which was already including the rxgen header. So, nuke
vlcient.h, and references to it.

Reviewed-on: http://gerrit.openafs.org/60
Reviewed-by: Derrick Brashear sha...@dementia.org
Verified-by: Derrick Brashear sha...@dementia.org

 src/vlserver/Makefile.in |2 +-
 src/vlserver/vlclient.c  |1 -
 src/vlserver/vlclient.h  |   26 --
 3 files changed, 1 insertions(+), 28 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. 215838d65734ad819d3bd27a2f715d1d6f68394a

2009-07-13 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 215838d65734ad819d3bd27a2f715d1d6f68394a
Author: Russ Allbery r...@stanford.edu
Date:   Sun Jul 12 11:24:17 2009 -0700

Add strlcat and strlcpy to libafsauthent and libafsrpc

Other functions included in libafsauthent and libafsrpc are using strlcpy
and strlcat, so include those objects in the libraries so that they stay
self-contained.

strlcat and strlcpy shouldn't be part of the public API for the libraries,
for various reasons including the fact that they're not built on all
platforms.  Therefore, don't add the functions to the library exports and
include them separately in each library.

Reviewed-on: http://gerrit.openafs.org/63
Reviewed-by: Derrick Brashear sha...@dementia.org
Verified-by: Derrick Brashear sha...@dementia.org

 src/libafsauthent/Makefile.in   |8 
 src/libafsrpc/Makefile.in   |   10 +-
 src/shlibafsauthent/Makefile.in |8 
 src/shlibafsrpc/Makefile.in |   10 +-
 4 files changed, 34 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. 86cfd2302074f4bbc2a09e882b70b0b540f019c7

2009-07-13 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 86cfd2302074f4bbc2a09e882b70b0b540f019c7
Author: Simon Wilkinson s...@inf.ed.ac.uk
Date:   Fri Jul 10 17:57:16 2009 +0100

Remove unused variables in vol

Remove some unused variables and isolate items that are demand attach only

Reviewed-on: http://gerrit.openafs.org/71
Verified-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 src/vol/ihandle.c |2 +-
 src/vol/vnode.c   |4 +++-
 src/vol/volume.c  |4 
 3 files changed, 4 insertions(+), 6 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. cd37fd33f70c2196ff64188e32ff759590cb3748

2009-07-13 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit cd37fd33f70c2196ff64188e32ff759590cb3748
Author: Russ Allbery r...@stanford.edu
Date:   Sun Jul 12 11:26:03 2009 -0700

Make ktc_curpag generally available

ktc_curpag isn't specific to a Kerberos v4 environment, so move it outside
the AFS_KERBEROS_ENV #ifdef.  Add it to the auth.h header and to the
exports from the shared libafsauthent.

Reviewed-on: http://gerrit.openafs.org/64
Verified-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 src/auth/auth.p.h |1 +
 src/auth/ktc.c|  102 
 src/shlibafsauthent/Makefile.in   |2 +-
 src/shlibafsauthent/libafsauthent.exp |1 +
 src/shlibafsauthent/libafsauthent.map |1 +
 5 files changed, 55 insertions(+), 52 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. 2510a6ec675669739a625305bcc11ab2ad671122

2009-07-13 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 2510a6ec675669739a625305bcc11ab2ad671122
Author: Russ Allbery r...@stanford.edu
Date:   Sun Jul 12 09:07:12 2009 -0700

Ensure PAM modules are built PIC and pthread-aware where needed

Link the PAM modules against libafsauthent_pic and libafsrpc_pic instead
of the large collection of LWP AFS libraries so that they are always
built PIC, even on platforms that don't normally build everything PIC.
This also uses the pthread-aware version of the AFS routines on platforms
that support it, avoiding conflict problems between LWP in PAM modules
and pthread in a calling application.

Build a separate copy of ktc.krb.o in the pam directory for pam_afs.krb
since there is no AFS_KERBEROS_ENV-aware version of libafsauthent.

Enable the PAM module build by default on x86_64-linux now that it's
properly built PIC and can compile.

Stop ignoring build failures in the PAM modules if they're configured to
build.  On platforms where they should not be built, they should be
excluded in acinclude.m4.

Reviewed-on: http://gerrit.openafs.org/65
Verified-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 Makefile.in |2 +-
 acinclude.m4|2 +-
 src/pam/Makefile.in |   32 
 3 files changed, 22 insertions(+), 14 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. dc6299f5bbe9defe8627519674a3ffab01443410

2009-07-14 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit dc6299f5bbe9defe8627519674a3ffab01443410
Author: Simon Wilkinson s...@inf.ed.ac.uk
Date:   Sat Jul 11 00:15:26 2009 +0100

Ukernel prototypes

Prototypes and warning fixes for the cache manager when built as
part of libuafs

Reviewed-on: http://gerrit.openafs.org/73
Verified-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 src/afs/UKERNEL/afs_usrops.c  |   83 +---
 src/afs/UKERNEL/afs_usrops.h  |2 +
 src/afs/UKERNEL/osi_groups.c  |4 +-
 src/afs/UKERNEL/osi_vfsops.c  |   37 +++-
 src/afs/UKERNEL/osi_vnodeops.c|5 +-
 src/afs/UKERNEL/sysincludes.h |   25 ++-
 src/afs/VNOPS/afs_vnop_access.c   |2 +-
 src/afs/VNOPS/afs_vnop_dirops.c   |3 +-
 src/afs/VNOPS/afs_vnop_lookup.c   |   17 
 src/afs/VNOPS/afs_vnop_open.c |2 +-
 src/afs/VNOPS/afs_vnop_remove.c   |2 +-
 src/afs/VNOPS/afs_vnop_strategy.c |1 -
 src/afs/afs_callback.c|   11 +
 src/afs/afs_dcache.c  |6 ++-
 src/afs/afs_disconnected.c|6 +--
 src/afs/afs_icl.c |4 +-
 src/afs/afs_osi.h |2 +-
 src/afs/afs_osi_pag.c |6 ++-
 src/afs/afs_pioctl.c  |8 +++-
 src/afs/afs_prototypes.h  |   28 ++---
 src/afs/afs_segments.c|4 ++
 src/afs/afs_server.c  |8 ++--
 src/afs/afs_syscall.c |1 +
 src/afs/afs_vcache.c  |   15 ---
 src/afs/afs_volume.c  |3 +-
 src/kauth/kalocalcell.c   |5 ++-
 src/rx/UKERNEL/rx_knet.c  |5 +-
 src/rx/rx_getaddr.c   |7 ++-
 src/rx/rx_kcommon.c   |4 +-
 29 files changed, 157 insertions(+), 149 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. d9445f505ad0fc5a993d954a2d6654785c140351

2009-07-14 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit d9445f505ad0fc5a993d954a2d6654785c140351
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Tue Jul 14 17:49:00 2009 -0400

Prevent crash on Windows when data version goes backwards

Within cm_MergeStatus() cm_FindVolumeByID() was called with
a NULL pointer instead of a valid cm_req_t object pointer
in the case where the data version for an object received
from the file server is smaller than the value already stored
in the cache.   This results in a NULL pointer dereference.

Allocate a cm_req_t object on the stack and initialize it
before calling cm_FindVolumeByID() in this case.

LICENSE MIT

Reviewed-on: http://gerrit.openafs.org/83
Verified-by: Jeffrey Altman jalt...@openafs.org
Reviewed-by: Jeffrey Altman jalt...@openafs.org

 src/WINNT/afsd/cm_scache.c |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. 8a2330a9a6914baf29b94f000848fcca0c331d50

2009-07-14 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 8a2330a9a6914baf29b94f000848fcca0c331d50
Author: Jason Edgecombe ja...@rampaginggeek.com
Date:   Tue Jul 14 22:12:18 2009 -0400

Updated chapter 2, sections 1-3 of the Admin Guide

Replaced some references to the Authentication Database with Kerberos.
Removed text about obsolete tools like rcp, inetd, and rlogin.
Corrected references to AFS Product support by replacing them with links
to the OpenAFS Support page. Added warnings about using the wrong fsck 
binary
with inode and namei-based fileserver binaries. Removed an obsolete 
paragraph
about ThisCell and how it interacts with the Authentication Database.

LICENSE BSD
FIXES 124931

Reviewed-on: http://gerrit.openafs.org/10
Verified-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org
Verified-by: Russ Allbery r...@stanford.edu
Reviewed-by: Russ Allbery r...@stanford.edu

 doc/xml/AdminGuide/auagd007.xml |  270 ---
 1 files changed, 53 insertions(+), 217 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. 6d6390338c7b3eadb725f916464ddb7d3b3e7b09

2009-07-14 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 6d6390338c7b3eadb725f916464ddb7d3b3e7b09
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Mon Jul 13 21:24:58 2009 -0400

Improve Windows Build System By Using MT-safe Versions of Libraries

For many years the Windows Build System has incorrectly mixed
some Pthread and LWP code.  One of the side effects of this
mixing was the need for the EXT2 extern macro definition in
src/rx/rx_globals.h which permitted the LWP compiled routines
to link with the Pthreaded afsrpc library.

This commit creates or modifies multi-threaded versions of various
libraries including mtafsubik.lib, mtafsutil.lib, mtafsvldb.lib,
and mtafsvol.lib.

All of the threaded servers now make use of these libraries.
This reduces the number of times that many source files were
recompiled for each server directory.

util_GetInt32 was defined in both src/util/volparse.c and
src/WINNT/afsd/fs_utils.c.  Now that mtafsutil.lib is being
used within src/WINNT/afsd there is no need to maintain the
duplicate copy.

The export list for afsauthent.def now includes all of the
ubik_PR_ function variants and afsrpc.def now include
rxi_CallError as it is linked to outside the rx library.

The top-level NTMakefile has been modified to permit the
tree to build with the new header and library dependencies.

The threaded volserver which never built before now does.

LICENSE MIT

Reviewed-on: http://gerrit.openafs.org/77
Verified-by: Russ Allbery r...@stanford.edu
Reviewed-by: Russ Allbery r...@stanford.edu
Verified-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Asanka Herath asa...@secure-endpoints.com
Verified-by: Asanka Herath asa...@secure-endpoints.com
Verified-by: Jeffrey Altman jalt...@openafs.org
Reviewed-by: Jeffrey Altman jalt...@openafs.org

 src/NTMakefile   |   34 +
 src/WINNT/afsd/NTMakefile|5 +-
 src/WINNT/afsd/fs_utils.c|   45 -
 src/config/NTMakefile|3 +
 src/libafsauthent/afsauthent.def |   25 +-
 src/libafsrpc/afsrpc.def |1 +
 src/rx/rx_globals.h  |   12 ++---
 src/tbutc/NTMakefile |   28 ++-
 src/tviced/NTMakefile|   34 +++--
 src/tvolser/NTMakefile   |   97 -
 src/ubik/NTMakefile  |   40 +++-
 src/util/NTMakefile  |   43 -
 src/vol/NTMakefile   |   53 -
 13 files changed, 265 insertions(+), 155 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. 0732d4505654fb51daf6302439b467dffcbe7d3d

2009-07-15 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 0732d4505654fb51daf6302439b467dffcbe7d3d
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Wed Jul 15 02:41:03 2009 -0400

To reference one element of a C-string use []

Reported by Marcus Watts

Pointer arithmetic is inappropriate when attempting to output
one of the elements of an array or C-string.

LICENSE IPL10

Reviewed-on: http://gerrit.openafs.org/90
Verified-by: Russ Allbery r...@stanford.edu
Reviewed-by: Russ Allbery r...@stanford.edu

 src/gtx/textobject.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. 86b0f09bddeded9515f39ad17b47a0b4e23a968b

2009-07-15 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 86b0f09bddeded9515f39ad17b47a0b4e23a968b
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Wed Jul 15 11:26:12 2009 -0400

vos print_addr() must call ubik_VL_GetAddrsU with correct level of 
indirection

Reported by Marcus Watts.

print_addr() accepts a afsUUID* and must not pass the address of
that variable to ubik_VL_GetAddrsU.

LICENSE IPL10

Reviewed-on: http://gerrit.openafs.org/101
Verified-by: Russ Allbery r...@stanford.edu
Reviewed-by: Russ Allbery r...@stanford.edu

 src/volser/vos.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. 7cd67334333f9b25c5cdf5f0169809948db8896a

2009-07-15 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 7cd67334333f9b25c5cdf5f0169809948db8896a
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Thu Jul 16 01:54:56 2009 -0400

Correct build rules for NSIS in top-level NTMakefile

NSIS.i386 build rule must build the NSIS directory, not the NSIS.i386
directory.

LICENSE MIT

Reviewed-on: http://gerrit.openafs.org/105
Verified-by: Jeffrey Altman jalt...@openafs.org
Reviewed-by: Jeffrey Altman jalt...@openafs.org

 src/NTMakefile |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. 1d1ae6195bd03c4348a57914cf892e06b507d855

2009-07-16 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 1d1ae6195bd03c4348a57914cf892e06b507d855
Author: Derrick Brashear sha...@dementia.org
Date:   Wed Jul 15 14:57:56 2009 -0400

MacOS 10.6 support update

Make things build on MacOS 10.6 again. Don't break 10.5 build.
Fix an error in the MacOS port which was left from previous head.

Reviewed-on: http://gerrit.openafs.org/96
Verified-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Russ Allbery r...@stanford.edu
Reviewed-by: Derrick Brashear sha...@dementia.org

 acinclude.m4   |3 +
 src/afsd/afsd.c|5 +-
 src/cf/osconf.m4   |   18 +
 src/config/afs_sysnames.h  |4 +
 src/config/param.x86_darwin_100.h  |   44 +++-
 src/des/conf-darwin.h  |4 +-
 src/des/make_p.c   |4 +-
 src/des/misc.c |4 +-
 src/gtx/curseswindows.c|2 +-
 src/libafs/MakefileProto.DARWIN.in |   99 --
 src/lwp/Makefile.in|   30 +---
 src/lwp/process.amd64.s|4 +-
 src/pam/afs_auth.c |4 +-
 src/pam/afs_password.c |4 +-
 src/pam/afs_setcred.c  |4 +-
 src/ptserver/Makefile.in   |1 -
 src/rx/DARWIN/rx_kmutex.h  |  136 ++-
 src/usd/usd_file.c |7 ++-
 src/util/pthread_glock.c   |2 +
 19 files changed, 198 insertions(+), 181 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. 5b224f299e27e7708feb9372e362fd74f9441d01

2009-07-16 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 5b224f299e27e7708feb9372e362fd74f9441d01
Author: Hartmut Reuter reu...@rzg.mpg.de
Date:   Thu Jul 16 10:33:57 2009 +0200

Remove misplaced lines

The same lines appears 17 lines up. So it is already done.
But here we shouldn't do it again after having released the
write lock in tdc and tdc itself

Reviewed-on: http://gerrit.openafs.org/79
Verified-by: Russ Allbery r...@stanford.edu
Reviewed-by: Russ Allbery r...@stanford.edu

 src/afs/afs_dcache.c |2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. 0b3e7a074789dccf4738364e24f20656d3f06729

2009-07-16 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 0b3e7a074789dccf4738364e24f20656d3f06729
Author: Felix Frank ffr...@satyr4.ifh.de
Date:   Wed Jul 1 13:20:14 2009 +0200

Gathered alternative afs_TttCacheFetchProcs and afs_TttCacheStoreProcs

Fetch and Store procs now live in the new source file afs_fetchstore.c

Reviewed-on: http://gerrit.openafs.org/106
Reviewed-by: Russ Allbery r...@stanford.edu
Verified-by: Russ Allbery r...@stanford.edu

 src/afs/afs_dcache.c   |  210 
 src/afs/afs_fetchstore.c   |  426 
 src/afs/afs_memcache.c |  188 --
 src/libafs/Makefile.common.in  |3 +
 src/libuafs/Makefile.common.in |   10 +
 5 files changed, 439 insertions(+), 398 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. 7ee55ba59f39587591b4e3af0702889a24d5e118

2009-07-20 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 7ee55ba59f39587591b4e3af0702889a24d5e118
Author: Derrick Brashear sha...@dementia.org
Date:   Mon Jul 20 09:40:26 2009 -0400

fix init script install rules for linux and darwin

the mode needs to be provided before src dest; do so, so we get boot scripts
again

Reviewed-on: http://gerrit.openafs.org/http://gerrit.openafs.org/156
Reviewed-by: Simon Wilkinson s...@inf.ed.ac.uk
Tested-by: Russ Allbery r...@stanford.edu
Reviewed-by: Russ Allbery r...@stanford.edu

 src/afsd/Makefile.in |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. 77972e6d81af6ad624c1c1a407aedb69592006b8

2009-07-21 Thread Gerrit Code Review
The following commit has been merged in the openafs-stable-1_4_x branch:
commit cae7b1fc05cc98f6bf6fde7cb95e8c36a253e6c4
Author: Derrick Brashear sha...@dementia.org
Date:   Fri Jul 10 19:26:48 2009 +

STABLE14-cellservdb-location-update-20090710

LICENSE IPL10

update cellservdb file location

 src/packaging/RedHat/openafs.spec.in |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. 09c4b3006d81eeb52b89d870ee7568de455040ea

2009-07-22 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 09c4b3006d81eeb52b89d870ee7568de455040ea
Author: Simon Wilkinson s...@inf.ed.ac.uk
Date:   Tue Jul 21 20:16:51 2009 +0100

Further prototyping and cleanup of UKERNEL

This patch continues to reduce the number of warnings that come from
a UKERNEL build. It also replaces the use of a system provided suser()
call (which isn't available everywhere), with afs_suser that's provided
by UKERNEL. Note that this makes UKERNEL applications usable by
everyone, not just root.

fork_syscall() becomes a normal function
call_syscall() is ANSIfied
UKERNEL/osi_groups.c gets the includes it needs
UKERNEL/osi_machdep.c stops thinking it's on Solaris
UKERNEL/osi_vnodeops.c stops confusing vnodes and vcaches

Reviewed-on: http://gerrit.openafs.org/http://gerrit.openafs.org/166
Tested-by: Russ Allbery r...@stanford.edu
Reviewed-by: Russ Allbery r...@stanford.edu

 src/afs/UKERNEL/afs_usrops.c   |   23 ---
 src/afs/UKERNEL/osi_groups.c   |2 +-
 src/afs/UKERNEL/osi_machdep.h  |8 ++--
 src/afs/UKERNEL/osi_vnodeops.c |4 ++--
 src/afs/afs_prototypes.h   |6 --
 5 files changed, 25 insertions(+), 18 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. 22996dc4d6d22b0b811ef5e0ae5bff8441629a6d

2009-07-22 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 22996dc4d6d22b0b811ef5e0ae5bff8441629a6d
Author: Russ Allbery r...@stanford.edu
Date:   Wed Jul 22 07:00:10 2009 -0700

Remove conditional on LINUX/osi_pag_module.c

osi_pag_module.c should not be built conditionally based on whether the
NFS translator is enabled.  This file is used by afspag.ko, which is run
on NFS translator clients, not servers, and should not have GPL symbol
problems.

Reviewed-on: http://gerrit.openafs.org/http://gerrit.openafs.org/179
Reviewed-by: Derrick Brashear sha...@dementia.org
Tested-by: Marc Dionne marc.c.dio...@gmail.com
Reviewed-by: Marc Dionne marc.c.dio...@gmail.com

 src/afs/LINUX/osi_pag_module.c |4 
 1 files changed, 0 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. 77b661c6a07346117896f9de4547976e54e02573

2009-07-23 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit f26ff22c2a4cd93e07c141ec3be85094251e3f6b
Author: Mickey Lane ml...@sinenomine.net
Date:   Wed Jul 22 14:55:02 2009 -0400

Remove 8.3 dir requirement for Windows IDN path

This adds double quotes around the IDNMRedistDir symbol in ..\wix\NTMakefile
so that the 8.3 alternate directory name is no longer required.

Reviewed-on: http://gerrit.openafs.org/http://gerrit.openafs.org/182
Tested-by: Jeffrey Altman jalt...@openafs.org
Reviewed-by: Jeffrey Altman jalt...@openafs.org

 src/WINNT/install/wix/NTMakefile |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. 706b299e1e5bb7658c1a9a26eae4e277027ce731

2009-07-23 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 706b299e1e5bb7658c1a9a26eae4e277027ce731
Author: Mickey Lane ml...@sinenomine.net
Date:   Thu Jul 23 09:20:27 2009 -0400

Update Windows strcmpi call

This POSIX function is deprecated beginning in Visual C++ 2005
Change to _stricmp instead
This change affects 4 calls in 3 Windows only files.

Reviewed-on: http://gerrit.openafs.org/http://gerrit.openafs.org/188
Tested-by: Jeffrey Altman jalt...@openafs.org
Reviewed-by: Jeffrey Altman jalt...@openafs.org

 src/WINNT/afsd/cm_ioctl.c|2 +-
 src/WINNT/client_config/cellservdb.c |2 +-
 src/auth/ktc_nt.c|4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. 2675642e024f56a3069414d1f96ee440c9cb0c77

2009-07-23 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 2675642e024f56a3069414d1f96ee440c9cb0c77
Author: Claudio Bisegni claudio.bise...@lnf.infn.it
Date:   Sat Jul 11 00:18:04 2009 +0200

OSX Preference Pane

Reviewed-on: http://gerrit.openafs.org/http://gerrit.openafs.org/195
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 src/packaging/MacOS/.gitignore   |5 +
 src/platform/DARWIN/AFSPreference/.gitignore |6 ++
 2 files changed, 11 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. e8a2833996e783f4ebd051ae87dbd301948689b0

2009-07-23 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit e8a2833996e783f4ebd051ae87dbd301948689b0
Author: Simon Wilkinson s...@inf.ed.ac.uk
Date:   Wed Jul 22 22:07:32 2009 +0100

Squish more warnings in xstat

Use a correct prototype for a_ProbeHandler in xstat_cm_Init
Fix a printf warning
rx_getAllAddr and afs_cb_interface.addr disagree on the sign of addresses
afs_interface.addr is a [], which we then use  to get the address of. Fix
this to stop the compiler from sulking.

Reviewed-on: http://gerrit.openafs.org/http://gerrit.openafs.org/184
Tested-by: Jeffrey Altman jalt...@openafs.org
Reviewed-by: Jeffrey Altman jalt...@openafs.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 src/xstat/xstat_cm.c  |6 +++---
 src/xstat/xstat_fs_callback.c |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. ccb3e316868f381831d9ddda530af83102f67697

2009-07-23 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit ccb3e316868f381831d9ddda530af83102f67697
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Wed Jul 15 03:58:02 2009 -0400

Modify Solaris Rx NetIfPoller to avoid Panic

This patch changes the common error reporting type from CE_PANIC
to CE_WARN and adds appropriate cleanup processing so that we do not
leak resources if an error occurs.

LICENSE MIT
FIXES 124498

Reviewed-on: http://gerrit.openafs.org/http://gerrit.openafs.org/97
Reviewed-by: Russ Allbery r...@stanford.edu
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 src/rx/SOLARIS/rx_knet.c |   56 +++---
 1 files changed, 33 insertions(+), 23 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. c24c251966f218bcf9c0bd13718ef00ca4d12e80

2009-07-23 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit c24c251966f218bcf9c0bd13718ef00ca4d12e80
Author: Marc Dionne marc.c.dio...@gmail.com
Date:   Thu Jul 23 16:52:46 2009 -0400

Fix build error - libafsrpc.map syntax

Fix a build error introduced by commit 3a6d18:
/usr/bin/ld:./libafsrpc.map:125: syntax error in VERSION script

There seems to be a missing semicolon with the new rx_GetLocalPeers
entry.

Reviewed-on: http://gerrit.openafs.org/http://gerrit.openafs.org/205
Reviewed-by: Jacob Thebault-Spieker summatusmen...@gmail.com
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 src/shlibafsrpc/libafsrpc.map |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. 20687eecd09cdcf46274979d744de8708e6567b3

2009-07-26 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 20687eecd09cdcf46274979d744de8708e6567b3
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Sun Jul 26 13:03:49 2009 -0400

Windows: Add buf_FindAll() and buf_FindAllLocked()

Add two new buffer search functions buf_FindAll and buf_FindAllLocked.
Similar to buf_Find and buf_FindLocked except they search the all buffer
list.

LICENSE MIT

Reviewed-on: http://gerrit.openafs.org/225
Tested-by: Jeffrey Altman jalt...@openafs.org
Reviewed-by: Jeffrey Altman jalt...@openafs.org

 src/WINNT/afsd/cm_buf.c |   48 +++
 src/WINNT/afsd/cm_buf.h |4 +++
 2 files changed, 52 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. 1ddc7fa920213f9b5455e632bbddf05b866af647

2009-07-27 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 1ddc7fa920213f9b5455e632bbddf05b866af647
Author: Adam Megacz meg...@hcoop.net
Date:   Sun Jul 26 20:32:07 2009 -0700

In rxi_SendPacket[List], down hosts if ENETUNREACH or equivalent

This patch causes rxi_SendPacket[List] to down a host if
rxi_Sendmsg() returns -ENETUNREACH (or equivalent).  Previous behavior
only did this check if defined(KERNEL) becauase non-defined(KERNEL)
implementations did not return meaningful error codes from
rxi_Sendmsg().

Jeff Altman jalt...@openafs.org supplied the logic for the
AFS_NT40_ENV case; I was not able to test this (I do not own a
Windows license) and took him on his word.

Reviewed-on: http://gerrit.openafs.org/59
Reviewed-by: Adam Megacz meg...@gmail.com
Tested-by: Adam Megacz meg...@gmail.com
Reviewed-by: Derrick Brashear sha...@dementia.org
Tested-by: Derrick Brashear sha...@dementia.org

 src/rx/rx_packet.c |   12 ++--
 1 files changed, 6 insertions(+), 6 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. 581ec9f06a8958637db33d14f8d0e24d841d5eff

2009-07-27 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 581ec9f06a8958637db33d14f8d0e24d841d5eff
Author: Marc Dionne marc.c.dio...@gmail.com
Date:   Mon Jul 27 11:29:34 2009 -0400

Eliminate some implicit function declaration warnings

Include appropriate header files to eliminate some warnings for
implicit function declarations.  These are simple cases that don't
generate new warnings because of the prototypes.
Use grp.h if it exists to get setgroups() definition.

Reviewed-on: http://gerrit.openafs.org/233
Tested-by: Simon Wilkinson s...@inf.ed.ac.uk
Reviewed-by: Simon Wilkinson s...@inf.ed.ac.uk
Tested-by: Jeffrey Altman jalt...@openafs.org
Reviewed-by: Jeffrey Altman jalt...@openafs.org

 acinclude.m4  |2 +-
 src/budb/struct_ops.c |1 +
 src/kauth/kkids.c |1 +
 src/kauth/knfs.c  |1 +
 src/kauth/user.c  |1 +
 src/libadmin/client/afs_clientAdmin.c |1 +
 src/sys/pioctl.c  |4 
 src/sys/rmtsysc.c |3 +++
 src/sys/setpag.c  |1 +
 src/uss/grammar.y |4 
 src/venus/test/getinitparams.c|1 +
 src/venus/up.c|1 +
 src/vol/fssync-debug.c|1 +
 src/vol/salvager.c|1 +
 src/vol/vol-info.c|1 +
 src/vol/vol-salvage.c |1 +
 src/volser/vol_split.c|1 +
 src/volser/volmain.c  |1 +
 18 files changed, 26 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. e6d321fcd4cbf0fdc6b153c0894f8d4c222093ad

2009-07-28 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit e6d321fcd4cbf0fdc6b153c0894f8d4c222093ad
Author: Simon Wilkinson s...@inf.ed.ac.uk
Date:   Tue Jul 28 11:55:47 2009 +0100

Use an anonymous pointer for lpioctl

The block passed to lpioctl as cmarg is an anonymous chunk of
memory, so use a type that represents it as such.

Reviewed-on: http://gerrit.openafs.org/238
Tested-by: Marc Dionne marc.c.dio...@gmail.com
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 src/afs/afs_syscall.c|7 ---
 src/kopenafs/kopenafs.c  |6 +++---
 src/sys/afssyscalls.h|2 +-
 src/sys/pioctl.c |4 ++--
 src/sys/rmtsysc.c|2 +-
 src/sys/rmtsyss.c|4 ++--
 src/sys/sys_prototypes.h |2 +-
 7 files changed, 14 insertions(+), 13 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. 6640b8b064b238333a46ef72aa09913b06271a91

2009-07-28 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 6640b8b064b238333a46ef72aa09913b06271a91
Author: Derrick Brashear sha...@dementia.org
Date:   Tue Jul 28 12:13:24 2009 -0400

install AFSCommander in prefpane dir

make the AFSCommander prefPane be installed, in /Library (as
are growl, macfuse, etc)

Reviewed-on: http://gerrit.openafs.org/243
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Simon Wilkinson s...@inf.ed.ac.uk
Reviewed-by: Derrick Brashear sha...@dementia.org

 src/packaging/MacOS/buildpkg.sh.in |4 +++-
 src/platform/DARWIN/Makefile.in|   13 +++--
 2 files changed, 14 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. 6ae0c53d93f26ddadc37dbf268652b1f8af8b3ec

2009-07-29 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 6ae0c53d93f26ddadc37dbf268652b1f8af8b3ec
Author: Simon Wilkinson s...@inf.ed.ac.uk
Date:   Tue Jul 28 11:09:30 2009 +0100

Code cleanup for vlserver

Move the cnvldb.h include so it's after vlserver.h
Don't define MAXSERVERS in cnvldb.h (it's already defined elsewhere)
Cast nvldbentry(s) to vldbentry to avoid warnings from display_entry
Volume IDs are unsigned
Use var[0]='\0' rather than sprintf(var, );

Reviewed-on: http://gerrit.openafs.org/237
Tested-by: Marc Dionne marc.c.dio...@gmail.com
Reviewed-by: Derrick Brashear sha...@dementia.org

 src/vlserver/cnvldb.c |2 +-
 src/vlserver/cnvldb.h |1 -
 src/vlserver/vlclient.c   |6 +++---
 src/vlserver/vldb_check.c |4 ++--
 4 files changed, 6 insertions(+), 7 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. e18216b91fa7171efdf796908ce2e98e7bc42f11

2009-07-29 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 6bec05a874035b30a1b7d5119a053f550adeba4d
Author: Derrick Brashear sha...@dementia.org
Date:   Wed Jul 29 22:14:01 2009 -0400

macos 10.6 amd64 kmod build fix

make the ARCHFLAGS support for amd64 work correctly by grepping for the 
correct thing

Reviewed-on: http://gerrit.openafs.org/250
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 src/libafs/MakefileProto.DARWIN.in |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. e18216b91fa7171efdf796908ce2e98e7bc42f11

2009-07-29 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit e18216b91fa7171efdf796908ce2e98e7bc42f11
Author: Derrick Brashear sha...@dementia.org
Date:   Wed Jul 29 22:56:08 2009 -0400

macos 10.6 package naming

call the dmg Snowleopard for 10.6.

Reviewed-on: http://gerrit.openafs.org/252
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 src/packaging/MacOS/buildpkg.sh.in |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-27-g8ed3acd

2009-08-15 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 8ed3acdf13c40d93e60f8f057f99d3f3377feab5
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Fri Aug 14 21:40:22 2009 -0400

Windows: Prevent cm_daemon thread from terminating during suspend

Remove the check for powerStateSuspend that caused the cm_daemon
thread to terminate when the machine enters suspend mode.  When
the machine awakens there is no thread to check the down server
state, new IP address bindings, etc.

LICENSE MIT

Reviewed-on: http://gerrit.openafs.org/315
Tested-by: Jeffrey Altman jalt...@openafs.org
Reviewed-by: Jeffrey Altman jalt...@openafs.org

 src/WINNT/afsd/cm_daemon.c |   33 +++--
 1 files changed, 19 insertions(+), 14 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-29-gfa07f46

2009-08-16 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit fa07f46db9dcc1dccf3a7ff50037f2b81936e452
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Sun Aug 16 08:43:23 2009 -0400

Windows: Prevent smb_StartedLock use before initialization

The smb_StartedLock osi_mutex can be obtained before
initialization due to a race if the IP address configuration
is in a state of flux as afsd_service is starting up.
To avoid the problem call cm_InitDaemons() after smb_Init().

This race is the cause of the periodic assertions in some
environments when lock order validation is enabled.

LICENSE MIT

Reviewed-on: http://gerrit.openafs.org/318
Tested-by: Jeffrey Altman jalt...@openafs.org
Reviewed-by: Jeffrey Altman jalt...@openafs.org

 src/WINNT/afsd/afsd_service.c |   15 ++-
 1 files changed, 6 insertions(+), 9 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-30-g4eee2f2

2009-08-17 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 4eee2f24a43052e5cafc1a3019b6554109a7cc6d
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Mon Aug 17 17:28:28 2009 -0400

Windows: src/WINNT/afsd cleanup

Update the clean rule to remove the files generated from
ms-srvsvc.idl and ms-wkssvc.idl.

LICENSE MIT

Reviewed-on: http://gerrit.openafs.org/320
Tested-by: Jeffrey Altman jalt...@openafs.org
Reviewed-by: Jeffrey Altman jalt...@openafs.org

 src/WINNT/afsd/NTMakefile |4 
 1 files changed, 4 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-41-g8b5846b

2009-08-20 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 8b5846b080d455c8764450b545c1ee3ded61aa3c
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Thu Aug 20 09:21:53 2009 -0400

Windows: Ensure consistency of error code mapping

For Windows, the error mapping table used throughout the system
is located in util/errmap_nt.h.   This table was incomplete and
WINNT/afsd/cm_utils.c added additional mapping locally.  Move
said error mapping to util/errmap_nt.h.

When including afs/unified_afs.h it must be done after including
afs/errmap_nt.h.   Otherwise, undefined errors are mapped to EIO
which should not be.

LICENSE MIT

Reviewed-on: http://gerrit.openafs.org/328
Tested-by: Jeffrey Altman jalt...@openafs.org
Reviewed-by: Jeffrey Altman jalt...@openafs.org

 src/WINNT/afsd/cm_utils.c |   57 +++-
 src/util/errmap_nt.h  |   55 +--
 2 files changed, 51 insertions(+), 61 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-42-gda0673f

2009-08-20 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit da0673f0eabb960b203b1a814aa62acbef62eeb1
Author: Russ Allbery r...@stanford.edu
Date:   Wed Aug 19 16:07:27 2009 -0700

Describe 's' PTS group permissions more accurately

PTS groups with 's' access permissions can be examined by members of the
group and the owner of the group in addition to system:administrators.
State this in the manual page.

Reviewed-on: http://gerrit.openafs.org/327
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 doc/man-pages/pod1/pts_setfields.pod |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-45-gdb717c6

2009-08-20 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit db717c69dad1518043cb317aedb6d082476386f0
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Thu Aug 20 17:22:08 2009 -0400

Windows: Correct buf_Write data loss errors

buf_Write has two errors in it.  First, if offset at which the
write is supposed to begin does not align with the cm_data.blockSize,
then (offset %blockSize) octets at the end of the write will fail
to be written to the file server.   Second, if there is no knowledge
of the file server's ability to handle RXAFS_StoreData64 calls
and the file server does not support StoreData64 calls, then the
first chunkSize of data will be written to the file server before
the RXGEN_OPCODE error is detected.  In this case a retry using
RXAFS_StoreData is performed but the values of 'nbytes' and 'qdp'
were not reset before the retry.  As a result, the first chunkSize
of data would fail to be written to the file server.

The second problem can reliably occur when connectivity between the
cache manager and the file server is interrupted due to firewall
port mapping closures.  Upon establishing a new rx connection, a
SRXAFSCB_InitCallBackState3 RPC will be issued by the file server
erasing any prior knowledge of the file server's ability to process
64-bit data operations.  If the first 64-bit operation is a
StoreData64, then data loss will occur.

LICENSE MIT

FIXES 125220
FIXES 108199

Reviewed-on: http://gerrit.openafs.org/332
Tested-by: Asanka Herath asa...@secure-endpoints.com
Reviewed-by: Asanka Herath asa...@secure-endpoints.com
Reviewed-by: Jeffrey Altman jalt...@openafs.org
Tested-by: Jeffrey Altman jalt...@openafs.org

 src/WINNT/afsd/cm_dcache.c |   22 +-
 1 files changed, 17 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-53-g1692c27

2009-08-24 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 1692c27300e55f9219dc75e1b5ab81d4ff98e4ae
Author: Felix Frank felix.fr...@desy.de
Date:   Tue Jul 14 12:46:08 2009 +0200

Cleanups in rxfs_storeInit()

Reviewed-on: http://gerrit.openafs.org/121
Reviewed-by: Russ Allbery r...@stanford.edu
Tested-by: Russ Allbery r...@stanford.edu

 src/afs/afs_fetchstore.c |   61 ++
 1 files changed, 29 insertions(+), 32 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-55-g6220ede

2009-08-25 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 6220ede6a96d06c53eddd848435764cff96be1b4
Author: Felix Frank ffr...@satyr4.ifh.de
Date:   Wed Jul 8 16:36:34 2009 +0200

Add the padd storeOp and unify statistics keeping.

Filling with zeroes is done within a storeop of its own. This raises
consistency and readability.
Also, the formerly copy-pasted (to afs_dcache and afs_segments respectively)
statistics code is now in a seperate function of its own.

Reviewed-on: http://gerrit.openafs.org/122
Reviewed-by: Russ Allbery r...@stanford.edu
Tested-by: Russ Allbery r...@stanford.edu

 src/afs/afs.h|1 +
 src/afs/afs_fetchstore.c |  189 +-
 2 files changed, 88 insertions(+), 102 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-58-gb695261

2009-08-26 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit b695261de43af0fbdd8166b4b2272465783e76d6
Author: Claudio Bisegni claudio.bise...@lnf.infn.it
Date:   Wed Aug 26 17:18:37 2009 +0200

10.6 update(Workaround for kerberos bug) and cleaning of deprecated 
function form code

For aklog has been added the workaround for kerberos function 
KLAcquireInitialTickets that in 10.6 return always error.
First is called KLCacheHasValidTickets for check user ticket presence, if 
there are no ticket  KLAcquireNewInitialTickets will be called for get user 
credential.
Has been removed also many deprecated api.

Reviewed-on: http://gerrit.openafs.org/341
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 .../AFSBackgrounder/AFSBackgrounderDelegate.m  |9 -
 .../AFSBackgrounder/AFSMenuExtraView.h |4 ++
 .../AFSBackgrounder/AFSMenuExtraView.m |2 +-
 .../DARWIN/AFSPreference/AFSCommanderPref.m|8 +++--
 .../DARWIN/AFSPreference/AFSPropertyManager.m  |   37 +---
 src/platform/DARWIN/AFSPreference/AuthUtil.m   |2 +-
 .../OpenAFS.xcodeproj/project.pbxproj  |8 ++--
 src/platform/DARWIN/AFSPreference/PListManager.m   |5 ++-
 src/platform/DARWIN/AFSPreference/afshlp.m |7 ++--
 9 files changed, 55 insertions(+), 27 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-62-gd605bf1

2009-08-26 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit d605bf109db15e535618847baadffb35a92ed41a
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Wed Aug 26 17:32:31 2009 -0400

Windows: Updates to Windows ChangeLog

1.5.6200

LICENSE MIT

Reviewed-on: http://gerrit.openafs.org/345
Tested-by: Jeffrey Altman jalt...@openafs.org
Reviewed-by: Jeffrey Altman jalt...@openafs.org

 doc/txt/winnotes/afs-changes-since-1.2.txt |   47 
 1 files changed, 47 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-64-g74d3b11

2009-08-27 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 74d3b110628fee3d0cc08303736c1b84deb8d4e6
Author: Derrick Brashear sha...@dementia.org
Date:   Thu Aug 27 07:53:00 2009 -0400

redefine xdr functions consistently

if we redefine the names of all xdr_ functions, the same must be done
for xdr_alloc and xdr_free

Reviewed-on: http://gerrit.openafs.org/348
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 src/rx/xdr.h |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-65-g81099c4

2009-08-27 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 81099c479e148a103dcf9f4def125b28e989107c
Author: Derrick Brashear sha...@dementia.org
Date:   Wed Aug 26 17:34:50 2009 -0400

macos 10.6 64 bit support

support 64 bit userland with 32 bit kernel, and
32 and 64 bit userland with 64 kit kernel

Reviewed-on: http://gerrit.openafs.org/343
Reviewed-by: Derrick Brashear sha...@dementia.org
Tested-by: Derrick Brashear sha...@dementia.org

 src/afs/AIX/osi_machdep.h  |4 +
 src/afs/DARWIN/osi_groups.c|9 +-
 src/afs/DARWIN/osi_machdep.h   |   12 ++-
 src/afs/DARWIN/osi_misc.c  |  222 +
 src/afs/DARWIN/osi_prototypes.h|2 +
 src/afs/DARWIN/osi_vm.c|6 +-
 src/afs/DARWIN/osi_vnodeops.c  |4 +-
 src/afs/FBSD/osi_machdep.h |3 +
 src/afs/HPUX/osi_machdep.h |2 +
 src/afs/IRIX/osi_machdep.h |3 +
 src/afs/LINUX/osi_machdep.h|3 +
 src/afs/LINUX/osi_misc.c   |3 +-
 src/afs/NBSD/osi_machdep.h |2 +
 src/afs/OBSD/osi_machdep.h |4 +
 src/afs/SOLARIS/osi_machdep.h  |2 +
 src/afs/UKERNEL/osi_machdep.h  |2 +
 src/afs/afs.h  |   10 +-
 src/afs/afs_call.c |  134 ---
 src/afs/afs_icl.c  |   41 +-
 src/afs/afs_osi.h  |4 +-
 src/afs/afs_osi_pag.c  |6 +-
 src/afs/afs_pioctl.c   |   25 +++-
 src/afs/afs_prototypes.h   |   19 +++-
 src/afs/afs_syscall.c  |  267 ++--
 src/afs/afs_vcache.c   |2 +-
 src/afsd/afsd.c|   55 ++--
 src/cf/osconf.m4   |2 +-
 src/config/afs_args.h  |   29 +++-
 src/libafs/MakefileProto.DARWIN.in |   11 ++-
 src/rx/rx_clock.h  |2 +-
 src/sys/glue.c |   67 ++---
 src/sys/setpag.c   |2 +
 32 files changed, 631 insertions(+), 328 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-67-g2b1336b

2009-08-27 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit abcb52c4fd84c1d371be90ec3d602ca780644e2a
Author: Derrick Brashear sha...@dementia.org
Date:   Thu Aug 27 10:12:13 2009 -0400

correct GetuTime function name

GetuTime is really osi_GetuTime

Reviewed-on: http://gerrit.openafs.org/350
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 src/afs/afs_fetchstore.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-67-g2b1336b

2009-08-27 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 2b1336b59b554b657a2d671adbc0469e18004fbb
Author: Derrick Brashear sha...@dementia.org
Date:   Thu Aug 27 08:12:31 2009 -0400

macos afs prefspane support for 10.4

NSUInteger is newer than what's included in the 10.4 SDK. restore
functionality for 10.4

Reviewed-on: http://gerrit.openafs.org/349
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 src/platform/DARWIN/AFSPreference/PListManager.m |1 +
 src/platform/DARWIN/AFSPreference/portability.h  |   14 ++
 2 files changed, 15 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-68-g6b555e5

2009-08-27 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 6b555e5dc116905a3e8f356c45827f58b3a00f9d
Author: Derrick Brashear sha...@dementia.org
Date:   Thu Aug 27 11:18:41 2009 -0400

make openafs 1.5.62

update version strings for 1.5.62

Reviewed-on: http://gerrit.openafs.org/351
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 configure-libafs.in |6 +++---
 configure.in|6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-70-ga767455

2009-08-27 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit a767455f02460e39e8c5eaa77768718667a2f29a
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Thu Aug 27 15:29:50 2009 -0400

Correct description of afs krb.conf file format

The file format is a single line containing one or more realms
separated by white space.

LICENSE BSD

Reviewed-on: http://gerrit.openafs.org/352
Reviewed-by: Derrick Brashear sha...@dementia.org
Tested-by: Derrick Brashear sha...@dementia.org

 doc/man-pages/pod5/krb.conf.pod |   11 ++-
 1 files changed, 6 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-71-gf77cc39

2009-08-27 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit f77cc39801b4ee046f6968616332ef3db5415f97
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Thu Aug 27 03:59:02 2009 -0400

Windows: SMB Server does not support streams, so say that

The SMB server does not support streams.  When replying to
NT Create operations with extended responses report that
there are no streams.  In addition, add support for Query
Path/File Stream Information and return only the null stream.

Correct the 'totalData' response field in several places
within Trans2QPathInfo and Trans2QFileInfo.

Return CM_ERROR_BADOP for SMB NT Transact operations that
are not supported instead of CM_ERROR_INVAL.

LICENSE MIT

Reviewed-on: http://gerrit.openafs.org/347
Tested-by: Asanka Herath asa...@secure-endpoints.com
Reviewed-by: Asanka Herath asa...@secure-endpoints.com
Tested-by: Jeffrey Altman jalt...@openafs.org
Reviewed-by: Jeffrey Altman jalt...@openafs.org

 src/WINNT/afsd/smb3.c |  147 +
 src/WINNT/afsd/smb3.h |   21 +++
 2 files changed, 132 insertions(+), 36 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. a0c07529058adbef7f8718d22ca2d9bf2025c37f

2009-08-27 Thread Gerrit Code Review
The following commit has been merged in the openafs-stable-1_4_x branch:
commit 3e25c12701d4001612e8f4148166a0e1590dd9d9
Author: Derrick Brashear sha...@dementia.org
Date:   Wed Jul 29 17:23:14 2009 -0400

macos 10.6 pam support

Make pam module compile on 10.6. Not tested yet.

Reviewed-on: http://gerrit.openafs.org/249
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org
(cherry picked from commit 5593ff360c7a8f9f69cebda0cb2e2909ff2f31b4)
Reviewed-on: http://gerrit.openafs.org/357

 Makefile.in  |4 ++--
 src/auth/ktc.c   |9 -
 src/cf/osconf.m4 |2 ++
 3 files changed, 12 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. 0dee58841f903462e1d0d3aac4030488291a93c5

2009-08-27 Thread Gerrit Code Review
The following commit has been merged in the openafs-stable-1_4_x branch:
commit 0dee58841f903462e1d0d3aac4030488291a93c5
Author: Derrick Brashear sha...@dementia.org
Date:   Fri Aug 14 12:06:03 2009 -0400

macos 10.6 updates

cope with mixed 32/64 environment provided by macos 10.6. build needed
stuff for audit logs in shlibafsauthent.

Reviewed-on: http://gerrit.openafs.org/310
Reviewed-by: Derrick Brashear sha...@dementia.org
Tested-by: Derrick Brashear sha...@dementia.org
(cherry picked from commit 3a48ae3e243b695ac5bb3b35aa3b09641db1af3b)
Reviewed-on: http://gerrit.openafs.org/360

 src/afs/DARWIN/osi_misc.c |   30 ++
 src/afs/DARWIN/osi_module.c   |3 +--
 src/afs/afs_call.c|   12 +++-
 src/afs/afs_pioctl.c  |   10 ++
 src/cf/osconf.m4  |2 +-
 src/config/param.x86_darwin_100.h |1 +
 src/shlibafsauthent/Makefile.in   |8 +++-
 7 files changed, 45 insertions(+), 21 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. 0dee58841f903462e1d0d3aac4030488291a93c5

2009-08-27 Thread Gerrit Code Review
The following commit has been merged in the openafs-stable-1_4_x branch:
commit f5206e245d58be7b75731bc734f6d658da40ee2e
Author: Derrick Brashear sha...@dementia.org
Date:   Wed Jul 29 22:56:08 2009 -0400

macos 10.6 package naming

call the dmg Snowleopard for 10.6.

Reviewed-on: http://gerrit.openafs.org/252
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org
(cherry picked from commit e18216b91fa7171efdf796908ce2e98e7bc42f11)
Reviewed-on: http://gerrit.openafs.org/359

 src/packaging/MacOS/buildpkg.sh.in |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. 88a13257e6cfd7c31684b5bc56d9650359043d37

2009-08-27 Thread Gerrit Code Review
The following commit has been merged in the openafs-stable-1_4_x branch:
commit 88a13257e6cfd7c31684b5bc56d9650359043d37
Author: Derrick Brashear sha...@dementia.org
Date:   Fri Aug 28 01:01:46 2009 -0400

macos 10.5 doesn't support compiler kext flag

-kext was added in later xcodes; it's safer to just assume we don't
have it.
(cherry picked from commit eefb4d83c5ee7fbf3b575773eeec2b126373557a)

Reviewed-on: http://gerrit.openafs.org/366
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 src/libafs/MakefileProto.DARWIN.in |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-2-gdffd78c

2009-08-28 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit dffd78ccb013cbda907d5c266137de94814d9c00
Author: Claudio Bisegni claudio.bise...@lnf.infn.it
Date:   Fri Aug 28 21:16:52 2009 +0200

Fixed the tokens update and update .gitignore for MacOSX packaging file

Fixed the tokens update on preference pane if operation is made with 
NSStatusItem.
Has been updated the src/packaging/MacOS/.gitingore for CellServDB file and 
src/libafs/.gitignore has been added afs.x86_darwin_100.plist.

Reviewed-on: http://gerrit.openafs.org/372
Reviewed-by: Derrick Brashear sha...@dementia.org
Tested-by: Derrick Brashear sha...@dementia.org

 src/libafs/.gitignore  |1 +
 src/packaging/MacOS/.gitignore |2 +-
 .../AFSBackgrounder/AFSBackgrounderDelegate.m  |4 +-
 .../DARWIN/AFSPreference/AFSCommanderPref.h|1 +
 .../DARWIN/AFSPreference/AFSCommanderPref.m|   27 +--
 src/platform/DARWIN/AFSPreference/global.h |2 +
 6 files changed, 25 insertions(+), 12 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-4-g616ab5c

2009-08-31 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 616ab5c9ec624fc1f852e8188b800e32a9ebe74e
Author: Matt Benjamin m...@linuxbox.com
Date:   Mon Aug 31 06:16:27 2009 -0400

Remove AFS_KERBEROS_ENV in NetBSD 30, 40 param files

This creates dependency on ktc_newpag, which has been determined to be
obsolete.

Reviewed-on: http://gerrit.openafs.org/384
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 src/config/param.nbsd30.h |1 -
 src/config/param.nbsd40.h |1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. d6fa9528385d7b5a76ea4058761766aa945adb4c

2009-08-31 Thread Gerrit Code Review
The following commit has been merged in the openafs-stable-1_4_x branch:
commit d6fa9528385d7b5a76ea4058761766aa945adb4c
Author: Michael Meffie mmef...@sinenomine.net
Date:   Fri Jul 17 11:06:34 2009 -0400

Build on linux 2.4 again

Add missing conditional to fix building on
linux 2.4.

FIXES 125120

Reviewed-on: http://gerrit.openafs.org/http://gerrit.openafs.org/148
Tested-by: Simon Wilkinson s...@inf.ed.ac.uk
Reviewed-by: Simon Wilkinson s...@inf.ed.ac.uk
Tested-by: Russ Allbery r...@stanford.edu
Reviewed-by: Russ Allbery r...@stanford.edu
(cherry picked from commit f6e46babd8e3a0d51d31ae381748516330f5b84d)
Reviewed-on: http://gerrit.openafs.org/386
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 src/afs/LINUX/osi_vnodeops.c |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-5-ge31f3f6

2009-08-31 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit e31f3f68b0a28a9fe0c95aa44828844426a557e2
Author: Matt Benjamin m...@linuxbox.com
Date:   Mon Aug 31 08:57:55 2009 -0400

Make catalog file destdir when not transarc paths

The appropriate mkdir -p was missing for this case, the patch adds it.

Reviewed-on: http://gerrit.openafs.org/387
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 Makefile.in |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-11-g04aecc9

2009-09-01 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 04aecc99e073b07fe781d65c5c274acee14d8d26
Author: Andrew Deason adea...@sinenomine.net
Date:   Thu Aug 27 12:43:03 2009 -0500

Fix cache tracking for small fragsizes

The tracked amount of disk cache used by a client can be incorrect when
afs_fsfragsize is tuned to below 1023. Since we round up to the next
nearest afs_fsfragsize+1 then round down to the kb, if afs_fsfragsize+1
 1kb, we can undershoot the cache usage.

This enforces afs_fsfragsize to always be at least 1023.

Reviewed-on: http://gerrit.openafs.org/338
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 src/afs/afs.h|8 
 src/afs/afs_dcache.c |2 +-
 src/afs/afs_init.c   |3 +++
 3 files changed, 12 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-12-g5fd700d

2009-09-01 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 5fd700d1fda856b0e16588cef0e54bc37498d375
Author: Christof Hanke christof.ha...@rzg.mpg.de
Date:   Tue Sep 1 14:33:53 2009 +0200

Uploaded patchset 9. Sorry for the mess.

Reviewed-on: http://gerrit.openafs.org/125
Reviewed-by: Derrick Brashear sha...@dementia.org
Tested-by: Derrick Brashear sha...@dementia.org

 src/afs/afs_fetchstore.c |8 +++-
 1 files changed, 3 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs



OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-15-ge86cb48

2009-09-02 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit e86cb488b3d28eea7d2a1780d578fcfee67d8e3b
Author: Andrew Deason adea...@sinenomine.net
Date:   Wed Sep 2 11:50:06 2009 -0500

SALVSYNC_com initialization typo

The size of sres_hdr is sizeof(sres_hdr), not sizeof(sres).

Reviewed-on: http://gerrit.openafs.org/393
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 src/vol/salvsync-server.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-19-g880664b

2009-09-03 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 880664bd0df8380b77cefe80379170c9c183442c
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Wed Sep 2 22:49:40 2009 -0400

Windows: The unnamed stream is a synonym

Treat a file request for name::$DATA as if it were specified as
name.  Otherwise, the inclusion of the colon in the file name
will cause it to be treated as invalid.

LICENSE MIT

Reviewed-on: http://gerrit.openafs.org/395
Reviewed-by: Jeffrey Altman jalt...@openafs.org
Tested-by: Jeffrey Altman jalt...@openafs.org

 src/WINNT/afsd/smb.c  |   46 --
 src/WINNT/afsd/smb3.c |   16 +---
 2 files changed, 49 insertions(+), 13 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-21-g24ddc90

2009-09-03 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 24ddc90e5dd3e8847d314adf9858b67b47ed7854
Author: m...@linuxbox.com m...@linuxbox.com
Date:   Fri Aug 28 11:54:41 2009 -0400

Add tracing to MCAS allocator and GC

Adds conditional trace logging to MCAS object cache and supporting GC,
using ViceLog.  While in future this should be normalized, it is correct
for both fileserver and volserver, the two programs using MCAS currently.

LICENSE BSD

Reviewed-on: http://gerrit.openafs.org/374
Reviewed-by: Derrick Brashear sha...@dementia.org
Tested-by: Derrick Brashear sha...@dementia.org

 src/mcas/gc.c |   70 -
 src/mcas/gc.h |2 +-
 src/mcas/osi_mcas_obj_cache.c |   38 +-
 src/mcas/osi_mcas_obj_cache.h |3 +-
 src/mcas/skip_cas_adt.c   |3 +-
 5 files changed, 103 insertions(+), 13 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-22-g5d9c767

2009-09-03 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 5d9c767ac55b2d1b8f5b87dc9ced63e282af7bac
Author: Andrew Deason adea...@sinenomine.net
Date:   Mon Aug 31 11:10:10 2009 -0500

Update accessDate on volume access

Right now accessDate is simply never updated, so the last access time
for a volume is never reported. Simply update the field in
VBumpVolumeUsage_r, so we track the last time the volume was accessed.

Note that this does not increase disk writes to the volume header; the
performance impact is effectively nil.

Reviewed-on: http://gerrit.openafs.org/385
Reviewed-by: Derrick Brashear sha...@dementia.org
Tested-by: Derrick Brashear sha...@dementia.org

 src/vol/volume.c |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-23-gad1e9c7

2009-09-03 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit ad1e9c7084e99a67ee7a61c255a6059ebc9190c3
Author: Derrick Brashear sha...@dementia.org
Date:   Tue Sep 1 13:00:00 2009 -0400

make afsd partition size check be large partition safe

right now the math overflows the 32 bit type for 2tb partitions.
use larger variables to avoid this.

Reviewed-on: http://gerrit.openafs.org/392
Reviewed-by: Matt Benjamin m...@linuxbox.com
Reviewed-by: Andrew Deason adea...@sinenomine.net
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 src/afsd/afsd.c |5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. e145bd987bf4f3dc5148f932a16b625af7b3437e

2009-09-03 Thread Gerrit Code Review
The following commit has been merged in the openafs-stable-1_4_x branch:
commit e145bd987bf4f3dc5148f932a16b625af7b3437e
Author: Andrew Deason adea...@sinenomine.net
Date:   Thu Sep 3 14:43:28 2009 -0500

Update accessDate on volume access

Right now accessDate is simply never updated, so the last access time
for a volume is never reported. Simply update the field in
VBumpVolumeUsage_r, so we track the last time the volume was accessed.

Note that this does not increase disk writes to the volume header; the
performance impact is effectively nil.

Reviewed-on: http://gerrit.openafs.org/385
Reviewed-by: Derrick Brashear sha...@dementia.org
Tested-by: Derrick Brashear sha...@dementia.org
(cherry picked from commit 5d9c767ac55b2d1b8f5b87dc9ced63e282af7bac)
Reviewed-on: http://gerrit.openafs.org/398

 src/vol/volume.c |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-25-gedccb90

2009-09-05 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit edccb905d4753fa5412e3212e8626e8437cbecfb
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Fri Sep 4 23:23:10 2009 -0400

Windows: Explorer Shell Invalid Parameter Errors

The attempt to follow the smb protocol specification by returning
extended responses to NTCreateAndX requests (when specified)
resulted in random invalid parameter errors from the Explorer
Shell (and common control dialogs) on Vista SP2.
As a result we won't send the extended responses.

LICENSE MIT

Reviewed-on: http://gerrit.openafs.org/399
Tested-by: Asanka Herath asa...@secure-endpoints.com
Reviewed-by: Asanka Herath asa...@secure-endpoints.com
Tested-by: Jeffrey Altman jalt...@openafs.org
Reviewed-by: Jeffrey Altman jalt...@openafs.org

 src/WINNT/afsd/smb3.c |   30 +-
 1 files changed, 21 insertions(+), 9 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-24-ga43c893

2009-09-05 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit a43c893d498effd1165bfe78179934194c34b448
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Fri Sep 4 23:13:52 2009 -0400

Windows: Freelance get callback sync and uninitialized variables

In cm_GetCallback the Freelance mode case did not properly
synchronize attempts to fake obtain a callback.

cm_GetCallback also failed to initialize the contents of afsStatus and
volSync which are used as input to cm_MergeStatus.
cm_MergeStatus special cased the freelance root.afs volume root
directory but failed to handle any other freelance volume objects.
As a result it used the contents of the uninitialzed input structures
to populate the status of the object for which the callback was
obtained.

LICENSE MIT

Reviewed-on: http://gerrit.openafs.org/401
Tested-by: Asanka Herath asa...@secure-endpoints.com
Reviewed-by: Asanka Herath asa...@secure-endpoints.com
Tested-by: Jeffrey Altman jalt...@openafs.org
Reviewed-by: Jeffrey Altman jalt...@openafs.org

 src/WINNT/afsd/cm_callback.c |   27 +++
 src/WINNT/afsd/cm_scache.c   |   17 -
 2 files changed, 31 insertions(+), 13 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-26-g3de3cb0

2009-09-05 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 3de3cb03c2c7a23bfb092f51a7715c73ef38b9bd
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Fri Sep 4 23:22:12 2009 -0400

Windows: Log RXKAD errors in cm_Analyze

RXKAD errors were not logged at the point where the errors were
handled.  As a result they were never logged.

LICENSE MIT

Reviewed-on: http://gerrit.openafs.org/400
Tested-by: Asanka Herath asa...@secure-endpoints.com
Reviewed-by: Asanka Herath asa...@secure-endpoints.com
Tested-by: Jeffrey Altman jalt...@openafs.org
Reviewed-by: Jeffrey Altman jalt...@openafs.org

 src/WINNT/afsd/cm_conn.c |   40 
 1 files changed, 24 insertions(+), 16 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-27-g8a8244d

2009-09-07 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 8a8244dd351f865af2da3b5ebb746ba57723b6a9
Author: m...@linuxbox.com m...@linuxbox.com
Date:   Thu Sep 3 10:15:18 2009 -0400

Remove struct from AFS_UCRED instantiations (opaque credential type support)

The identifier AFS_UCRED is intended as a preprocessor alias to
a possibly-opaque credential type.  A platform header will normally
rename AFS_UCRED to a platform credential type with #define.

This is not intended to change the meaning of AFS_UCRED, but removes
the assumption that it is a struct type, which may not be true, depending
on the platform and other decisions made by the AFS client port.

Reviewed-on: http://gerrit.openafs.org/397
Reviewed-by: Derrick Brashear sha...@dementia.org
Tested-by: Derrick Brashear sha...@dementia.org

 src/afs/AIX/osi_file.c|   10 +-
 src/afs/AIX/osi_machdep.h |2 +-
 src/afs/AIX/osi_vm.c  |6 +-
 src/afs/AIX/osi_vnodeops.c|2 +-
 src/afs/DARWIN/osi_file.c |   10 +-
 src/afs/DARWIN/osi_machdep.h  |2 +-
 src/afs/DARWIN/osi_vm.c   |6 +-
 src/afs/FBSD/osi_file.c   |2 +-
 src/afs/FBSD/osi_machdep.h|2 +-
 src/afs/FBSD/osi_vm.c |6 +-
 src/afs/HPUX/osi_file.c   |   10 +-
 src/afs/HPUX/osi_machdep.h|3 +-
 src/afs/HPUX/osi_vm.c |6 +-
 src/afs/HPUX/osi_vnodeops.c   |   44 +-
 src/afs/IRIX/osi_file.c   |8 +-
 src/afs/IRIX/osi_machdep.h|2 +-
 src/afs/IRIX/osi_vm.c |6 +-
 src/afs/LINUX/osi_file.c  |4 +-
 src/afs/LINUX/osi_machdep.h   |2 +-
 src/afs/LINUX/osi_misc.c  |2 +-
 src/afs/LINUX/osi_nfssrv.c|4 +-
 src/afs/LINUX/osi_pag_module.c|4 +-
 src/afs/LINUX/osi_prototypes.h|8 +-
 src/afs/LINUX/osi_vm.c|6 +-
 src/afs/NBSD/osi_file.c   |8 +-
 src/afs/NBSD/osi_machdep.h|2 +-
 src/afs/NBSD/osi_vm.c |6 +-
 src/afs/NBSD/osi_vnodeops.c   |   18 ++--
 src/afs/OBSD/osi_file.c   |2 +-
 src/afs/OBSD/osi_machdep.h|2 +-
 src/afs/OBSD/osi_vm.c |6 +-
 src/afs/OBSD/osi_vnodeops.c   |2 +-
 src/afs/SOLARIS/osi_file.c|   10 +-
 src/afs/SOLARIS/osi_inode.c   |   12 ++--
 src/afs/SOLARIS/osi_machdep.h |4 +-
 src/afs/SOLARIS/osi_prototypes.h  |2 +-
 src/afs/SOLARIS/osi_vfsops.c  |8 +-
 src/afs/SOLARIS/osi_vm.c  |8 +-
 src/afs/SOLARIS/osi_vnodeops.c|  118 
 src/afs/UKERNEL/afs_usrops.c  |2 +-
 src/afs/UKERNEL/osi_groups.c  |6 +-
 src/afs/UKERNEL/osi_machdep.h |2 +-
 src/afs/UKERNEL/osi_vm.c  |6 +-
 src/afs/UKERNEL/osi_vnodeops.c|2 +-
 src/afs/UKERNEL/sysincludes.h |   38 
 src/afs/VNOPS/afs_vnop_access.c   |6 +-
 src/afs/VNOPS/afs_vnop_attrs.c|8 +-
 src/afs/VNOPS/afs_vnop_create.c   |4 +-
 src/afs/VNOPS/afs_vnop_dirops.c   |6 +-
 src/afs/VNOPS/afs_vnop_flock.c|6 +-
 src/afs/VNOPS/afs_vnop_link.c |4 +-
 src/afs/VNOPS/afs_vnop_lookup.c   |8 +-
 src/afs/VNOPS/afs_vnop_open.c |4 +-
 src/afs/VNOPS/afs_vnop_read.c |8 +-
 src/afs/VNOPS/afs_vnop_readdir.c  |   10 +-
 src/afs/VNOPS/afs_vnop_remove.c   |6 +-
 src/afs/VNOPS/afs_vnop_rename.c   |6 +-
 src/afs/VNOPS/afs_vnop_strategy.c |4 +-
 src/afs/VNOPS/afs_vnop_symlink.c  |4 +-
 src/afs/VNOPS/afs_vnop_write.c|   22 +++---
 src/afs/afs.h |4 +-
 src/afs/afs_bypasscache.c |8 +-
 src/afs/afs_bypasscache.h |8 +-
 src/afs/afs_chunkops.h|4 +-
 src/afs/afs_daemons.c |4 +-
 src/afs/afs_dcache.c  |2 +-
 src/afs/afs_disconnected.c|   10 +-
 src/afs/afs_dynroot.c |4 +-
 src/afs/afs_nfsclnt.c |4 +-
 src/afs/afs_nfsdisp.c |  180 ++--
 src/afs/afs_osi.c |4 +-
 src/afs/afs_osi.h |2 +-
 src/afs/afs_osi_gcpags.c  |   36 
 src/afs/afs_osi_pag.c |   38 
 src/afs/afs_osi_vm.c  |4 +-
 src/afs/afs_pag_call.c|4 +-
 src/afs/afs_pag_cred.c|6 +-
 src/afs/afs_pioctl.c  |   32 
 src/afs/afs_prototypes.h  |  156 
 src/afs/afs_segments.c|4 +-
 src/afs/afs_user.c|2 +-
 src/afs/afs_vcache.c  |8 +-
 src/afs/afsincludes.h |6 ++
 src/afs/discon.h  |4 +-
 src/afs/exporter.h|2 +-
 85 files changed, 535 insertions(+), 528 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org

OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-29-g5aced2e

2009-09-07 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 5aced2e8d68e109145893a508ff61437d31a6de9
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Sat Aug 29 14:16:45 2009 -0400

Correct nvldbentry and vldbentry misuse in uss/uss_vol.c

The uss module relies on MapNetworkToHost / MapHostToNetwork from
src/volser.  These functions convert a struct nvldbentry and not
a struct vldbentry.  When src/volser was converted to struct nvldbentry
src/uss must have been forgotten.

In uss_vol.c convert GetServerAndPart() to accept a nvldbentry
instead of a vldbentry.

Add two static functions:

 * ovlentry_to_nvlentry() to convert from vldbentry to nvldbentry
   if required

 * uss_vol_GetEntryByID() which first attempts to use
   ubik_VL_GetEntryByIDN() and if that is not supported falls
   back to ubik_VL_GetEntryByID() and ovlentry_to_nvlentry().

LICENSE MIT

FIXES 125101

Reviewed-on: http://gerrit.openafs.org/377
Reviewed-by: Derrick Brashear sha...@dementia.org
Tested-by: Derrick Brashear sha...@dementia.org

 src/uss/uss_vol.c |   97 +
 1 files changed, 90 insertions(+), 7 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-30-g60caade

2009-09-08 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 60caadec3a7d6ef64744be8533205ecfa0ff4179
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Sat Sep 5 09:44:11 2009 -0400

Windows: smb_FindShareCSCPolicy uses invalid registry key

smb_FindShareCSCPolicy() ignored the error state of RegCreateKeyEx()
and would pass the uninitialized hkCSCPolicy to RegQueryValueEx()
and RegCloseKey().  While this did not produce invalid results, it
did result in unnecessary operations and exception handling within
the Win32 registry apis.

LICENSE MIT

Reviewed-on: http://gerrit.openafs.org/402
Tested-by: Asanka Herath asa...@secure-endpoints.com
Reviewed-by: Asanka Herath asa...@secure-endpoints.com
Reviewed-by: Derrick Brashear sha...@dementia.org
Tested-by: Jeffrey Altman jalt...@openafs.org
Reviewed-by: Jeffrey Altman jalt...@openafs.org

 src/WINNT/afsd/smb.c |   23 ++-
 1 files changed, 14 insertions(+), 9 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-32-g96ebb6d

2009-09-08 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 96ebb6df31ad300680d4a1dd7d04a714f54a22b5
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Sun Sep 6 15:20:58 2009 -0400

Windows: Fake scache not completely initialized

The fake scache object used for pioctl operations was not
fully initialized.  The magic value, data version, and
several locks were not initialized.  Do so.

Since the fid of the fake scache object is 0.0.0.0
remove the assert in cm_GetSCache for cell != 0.
Instead simply return CM_ERROR_INVAL.

LICENSE MIT

Reviewed-on: http://gerrit.openafs.org/406
Reviewed-by: Asanka Herath asa...@secure-endpoints.com
Tested-by: Asanka Herath asa...@secure-endpoints.com
Reviewed-by: Jeffrey Altman jalt...@openafs.org
Tested-by: Jeffrey Altman jalt...@openafs.org

 src/WINNT/afsd/cm_scache.c |9 -
 1 files changed, 8 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-37-gf7085c3

2009-09-08 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit f7085c38e15db15e2795ff33e9b54977e703a097
Author: Marc Dionne marc.c.dio...@gmail.com
Date:   Tue Sep 8 17:58:41 2009 -0400

build fix: ubik_client is a struct

Fix a build failure - ubik_client is a struct and not a type

Reviewed-on: http://gerrit.openafs.org/431
Tested-by: Jeffrey Altman jalt...@openafs.org
Reviewed-by: Jeffrey Altman jalt...@openafs.org

 src/uss/uss_vol.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-45-g754a4b6

2009-09-09 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 754a4b628a14657db2e00931926311a1c703558b
Author: Derrick Brashear sha...@dementia.org
Date:   Wed Sep 9 18:49:29 2009 -0400

macos panic decoder should handle 64 bit kernel in 32 bit mode

panic from 64 bit should be decodable in 32 bit mode. make it so. add
-k switch to allow a path to a kernel to be specified.

Reviewed-on: http://gerrit.openafs.org/438
Reviewed-by: Derrick Brashear sha...@dementia.org
Tested-by: Derrick Brashear sha...@dementia.org

 src/packaging/MacOS/decode-panic |   32 +---
 1 files changed, 21 insertions(+), 11 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-48-gd6df1a8

2009-09-09 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit d6df1a8cec39edf7c0d2598921c735ac6aca70d7
Author: Russ Allbery r...@stanford.edu
Date:   Fri Aug 21 18:12:39 2009 -0700

Move restorevol to bin from sbin

restorevol only requires access to a dump file and write access to the
directory in which the dump is being unpacked.  It doesn't require being
a superuser, so it should be installed in bin instead of sbin.  Also
move the man page to section 1 and update references accordingly.

Reviewed-on: http://gerrit.openafs.org/333
Reviewed-by: Derrick Brashear sha...@dementia.org
Tested-by: Derrick Brashear sha...@dementia.org

 doc/man-pages/pod1/restorevol.pod|  153 ++
 doc/man-pages/pod1/vos_dump.pod  |2 +-
 doc/man-pages/pod1/vos_restore.pod   |2 +-
 doc/man-pages/pod8/read_tape.pod |2 +-
 doc/man-pages/pod8/restorevol.pod|  153 --
 doc/man-pages/pod8/voldump.pod   |2 +-
 src/packaging/RedHat/openafs.spec.in |4 +-
 src/volser/Makefile.in   |2 +-
 8 files changed, 160 insertions(+), 160 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-52-g98f9b6a

2009-09-11 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 98f9b6ae2bafe69440c090443efb2f71ec15309c
Author: Derrick Brashear sha...@dementia.org
Date:   Fri Sep 11 01:28:49 2009 -0400

des crypt cope with 64 bit longs

we test for them in configure; instead of hardcoding it in yet
another place, use the information we have

Reviewed-on: http://gerrit.openafs.org/442
Tested-by: Jeffrey Altman jalt...@openafs.org
Reviewed-by: Jeffrey Altman jalt...@openafs.org
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 src/config/afsconfig-windows.h |3 +++
 src/des/crypt.c|   12 +---
 2 files changed, 4 insertions(+), 11 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-53-gcc7938e

2009-09-11 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit cc7938e8ff2a56575122066a8750e881c4d280b0
Author: Felix Frank felix.fr...@desy.de
Date:   Mon Jul 13 09:07:17 2009 +0200

Added guard against missing call and moved alength assignment in fetchInit.

The returned value of rx_NewCall is important of course and must be taken
into account before trying to start RPCs. Do assign the length output
variable ASAP.
Also fixes an overlong line and the type of the pos local var to unsigned.

More style fixes:
* Moved length64 to use proper scope, initialized code.
* Generally make more tidy

Reviewed-on: http://gerrit.openafs.org/128
Reviewed-by: Derrick Brashear sha...@dementia.org
Tested-by: Derrick Brashear sha...@dementia.org

 src/afs/afs_fetchstore.c |  131 +++--
 1 files changed, 67 insertions(+), 64 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-54-g3898524

2009-09-11 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 3898524693e7297e228ded03f34125558f225d58
Author: Derrick Brashear sha...@dementia.org
Date:   Fri Sep 11 01:59:08 2009 -0400

darwin knet avoid rx socket during shutdown

theoretically a user thread can race us during shutdown and end up
panicing us if the soclose happens at the wrong time. if we're shutting down
just return. using afs_shuttingdown would have the side effect that we'd 
lose
the ability to add any graceful behavior.

Reviewed-on: http://gerrit.openafs.org/443
Reviewed-by: Derrick Brashear sha...@dementia.org
Tested-by: Derrick Brashear sha...@dementia.org

 src/rx/DARWIN/rx_knet.c |   10 ++
 1 files changed, 10 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-55-gb961dc1

2009-09-11 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit b961dc1630baf9e6e1171c66430074fc1e7f9ef8
Author: Felix Frank felix.fr...@desy.de
Date:   Mon Jul 13 10:06:50 2009 +0200

Included proper 64bit case in fetchClose() and storeClose().

Reviewed-on: http://gerrit.openafs.org/129
Reviewed-by: Derrick Brashear sha...@dementia.org
Tested-by: Derrick Brashear sha...@dementia.org

 src/afs/afs_fetchstore.c |   28 ++--
 1 files changed, 18 insertions(+), 10 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-56-gbef4261

2009-09-11 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit bef42619ba3cf7f4b20783942c989e6d96185104
Author: Felix Frank felix.fr...@desy.de
Date:   Mon Jul 13 10:08:37 2009 +0200

fetchDestroy can end calls now too.

Reviewed-on: http://gerrit.openafs.org/130
Reviewed-by: Derrick Brashear sha...@dementia.org
Tested-by: Derrick Brashear sha...@dementia.org

 src/afs/afs_fetchstore.c |7 +++
 1 files changed, 7 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-57-gc1c8da7

2009-09-11 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit c1c8da78b680964b0259266207b2c07df54b5ef1
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Fri Sep 11 11:54:27 2009 -0400

Windows: Handle (Default) regsitry value in MountGlobalDrivesThread

In MountGlobalDrivesThread(), if the (Default) registry value
is defined that should be interpreted as a drive mapping to a
device with no name.  This is specified using NULL instead of the
nul-string.

LICENSE MIT

Reviewed-on: http://gerrit.openafs.org/446
Tested-by: Jeffrey Altman jalt...@openafs.org
Reviewed-by: Jeffrey Altman jalt...@openafs.org

 src/WINNT/afsd/afsd_service.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-64-g5b6e501

2009-09-11 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 5b6e5019453952f122523354d0001b04189271a7
Author: Derrick Brashear sha...@dementia.org
Date:   Tue Sep 8 14:31:09 2009 -0400

make fileserver avoid salvage loop on init failure

if the vlserver or prserver setup can't succeed, it doesn't indicate
a condition which salvaging is required to fix; instead, come up
and retry in the background.

Reviewed-on: http://gerrit.openafs.org/428
Reviewed-by: Jeffrey Altman jalt...@openafs.org
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 src/viced/viced.c |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-65-g60c44cc

2009-09-11 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 60c44cc6ddf101b8085f242f2c1bf85896563923
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Fri Sep 11 11:41:01 2009 -0400

Windows: changelog updates for 1.5.63

LICENSE MIT

Reviewed-on: http://gerrit.openafs.org/444
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 doc/txt/winnotes/afs-changes-since-1.2.txt |   51 
 1 files changed, 51 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-66-gd15ca10

2009-09-11 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit d15ca10da0074bd14a777a0590e7271fe28ecf01
Author: Derrick Brashear sha...@dementia.org
Date:   Fri Sep 11 13:30:29 2009 -0400

unix 1.5.63

make 1.5.63 for unix

Reviewed-on: http://gerrit.openafs.org/448
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 configure-libafs.in |6 +++---
 configure.in|6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-67-g431b54f

2009-09-11 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 431b54f642c5c34e260a1b35ecfca17d5e3dcde5
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Fri Sep 11 11:44:41 2009 -0400

Windows: Version 1.5.63

Reviewed-on: http://gerrit.openafs.org/445
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 src/config/NTMakefile.amd64_w2k |2 +-
 src/config/NTMakefile.i386_nt40 |2 +-
 src/config/NTMakefile.i386_w2k  |2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-68-g4b6fafa

2009-09-11 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 4b6fafa440fa51652d12d6522769c8f156b7bda1
Author: Derrick Brashear sha...@dementia.org
Date:   Fri Sep 11 13:26:01 2009 -0400

macos package updates

make the readme correct; allow back reving (downgrades)

Reviewed-on: http://gerrit.openafs.org/447
Reviewed-by: Derrick Brashear sha...@dementia.org
Tested-by: Derrick Brashear sha...@dementia.org

 src/packaging/MacOS/OpenAFS.Info.plist.in |2 ++
 src/packaging/MacOS/OpenAFS.info.in   |2 ++
 src/packaging/MacOS/ReadMe.rtf.10 |8 +++-
 3 files changed, 7 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository annotated tag, openafs-devel-1_5_63, created. openafs-devel-1_5_63

2009-09-11 Thread Gerrit Code Review
The annotated tag, openafs-devel-1_5_63 has been created
at  b20547898b5591b3266c5a651e4b6681cad8b2cf (tag)
   tagging  4b6fafa440fa51652d12d6522769c8f156b7bda1 (commit)
  replaces  openafs-devel-1_5_62
 tagged by  Derrick Brashear
on  Fri Sep 11 14:51:21 2009 -0400

- Shortlog 
create openafs 1.5.63
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Darwin)

iQEVAwUASqqcMagrZQAZNTvhAQLmvQf7BzHSN1bBqe1m/mChLbIHR8YllnIFinla
AnJzhWPYrwkEutV6UPnQ/jRKH8e9hcufrNP2qTdBBTKkaFUZ+4NhHStSPX6Knji6
xnUiiL+gDlpKCkdqulM7HVGRT9kwnSRiEUj89/uIwMtqaFqKQGDpy7QNDVHPWoxe
YoCrR0WRDoSpCydP/wgDLCqni8VZD+DHdYQYrEMasFE7ZsaWAjoRaRAwwYfZtg5K
t/XGnBvB9Up/7EZ4DNxLU2Gtu5jZYv7Ip9xfAyBEWnA6UTyuNKTNK6qvlJdsZOxg
SdfLXA1E/BGXFFhL8claRxzFj/ftBRnjxVHxvQau4dOfVHwoDZD0bg==
=Apm3
-END PGP SIGNATURE-

Andrew Deason (5):
  Fix cache tracking for small fragsizes
  DAFS: avoid shutdown hang during salvage
  SALVSYNC_com initialization typo
  Update accessDate on volume access
  Do not respond to SYNC_COM_CHANNEL_CLOSE requests

Christof Hanke (3):
  Remove unnecessary type ViceFid
  Uploaded patchset 9. Sorry for the mess.
  Moved CForeign check to rxfs_storeInit/storeMore.

Claudio Bisegni (1):
  Fixed the tokens update and update .gitignore for MacOSX packaging file

Derrick Brashear (10):
  make afsd partition size check be large partition safe
  fetchstore nocall argument breaks non-64bit clients
  macos panic decoder should handle 64 bit kernel in 32 bit mode
  make salvager able to cope with corrupt class index
  redhat spec dkms don't strip modules
  des crypt cope with 64 bit longs
  darwin knet avoid rx socket during shutdown
  make fileserver avoid salvage loop on init failure
  unix 1.5.63
  macos package updates

Felix Frank (9):
  Cosmetics: Rename some variables, fix types.
  Added guard against missing call and moved alength assignment in 
fetchInit.
  Included proper 64bit case in fetchClose() and storeClose().
  fetchDestroy can end calls now too.
  Locking comment in FetchProc
  Immediately abort call when not able to fetch length (fetchInit).
  Cosmetics in CacheStoreDCaches, CacheStoreVCache and storeInit.
  More cosmetics.
  Code beautifications.

Jason Edgecombe (3):
  Updated Chapter 2, Section 3.3 of the Admin Guide
  Updated Chapter 2, Section 3.2 of the Admin Guide
  Updated Chapter 2, Section 3.4 of the Admin Guide

Jeffrey Altman (22):
  Windows: integrated logon
  Windows: uninitialized variable
  Windows: Permit cygwin apps to read from AFS again
  Windows: avoid inappropriate dns searches
  Windows: rx_Write failures must be processed
  Windows: The unnamed stream is a synonym
  Windows: Freelance get callback sync and uninitialized variables
  Windows: Explorer Shell Invalid Parameter Errors
  Windows: Log RXKAD errors in cm_Analyze
  Correct nvldbentry and vldbentry misuse in uss/uss_vol.c
  Windows: smb_FindShareCSCPolicy uses invalid registry key
  Windows: Prevent simultaneous pioctls
  Windows: Fake scache not completely initialized
  Windows: Prevent pioctl races from crashing afsd_service
  Windows: Use secure ctime and strncpy in afs_ctime
  Windows: Add data validation to ktc_ functions that perform pioctls
  Windows: secure rand()
  Windows: Use secure ctime and strncpy in afs_ctime
  Windows: Add pioctl data output validation to fs and symlink command line 
tools
  Windows: Handle (Default) regsitry value in MountGlobalDrivesThread
  Windows: changelog updates for 1.5.63
  Windows: Version 1.5.63

Marc Dionne (3):
  build fix: ubik_client is a struct
  Remove extraneous + character in src/volser/common.c
  Avoid __USE_XOPEN redefinition

Matt Benjamin (3):
  Build shared afsauthent and afsrpc on *BSD
  Remove AFS_KERBEROS_ENV in NetBSD 30, 40 param files
  Make catalog file destdir when not transarc paths

Michael Meffie (1):
  doc: typo fix in asetkey man page example

Russ Allbery (6):
  Turn on --enable-bos-new-config unconditionally
  Remove old disabled code to support truncated passwords
  Only force a specific compiler where necessary
  Move restorevol to bin from sbin
  Stop using sig_t
  Windows: update build system for restorevol man page move

m...@linuxbox.com (2):
  Add tracing to MCAS allocator and GC
  Remove struct from AFS_UCRED instantiations (opaque credential type 
support)

---

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_63-2-gd190d24

2009-09-13 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit d190d2400eeef7f736338edea943ba8b93f64c69
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Sun Sep 13 01:45:48 2009 -0400

Windows Release Notes XML

Reformat the Registry and Environment Values in Appendix A
so that they are easier to identify in the table of contents.

LICENSE MIT

Reviewed-on: http://gerrit.openafs.org/453
Reviewed-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Jeffrey Altman jalt...@openafs.org
Tested-by: Jeffrey Altman jalt...@openafs.org

 doc/xml/ReleaseNotesWindows/relnotes.xml | 1577 --
 1 files changed, 637 insertions(+), 940 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_63-4-g090b61e

2009-09-13 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 090b61e9d731d1cc55707fcb9ea6dbc7bc7b5018
Author: Brant Gurganus br...@gurganus.name
Date:   Sun Sep 13 22:02:10 2009 -0400

Corrects file_CmdRef_1_fs_chgrp_html and file_CmdRef_1_fs_chown_html 
sharing short names.

Reviewed-on: http://gerrit.openafs.org/455
Tested-by: Jeffrey Altman jalt...@openafs.org
Reviewed-by: Jeffrey Altman jalt...@openafs.org

 src/WINNT/install/wix/files.wxi |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. ad54e78d3c648bede3f203f23d73dfbfc40e963c

2009-09-14 Thread Gerrit Code Review
The following commit has been merged in the openafs-stable-1_4_x branch:
commit ad54e78d3c648bede3f203f23d73dfbfc40e963c
Author: Rainer Toebbicke r...@pclella.cern.ch
Date:   Mon Sep 14 13:53:56 2009 +0100

Init the vrequest structure correctly

FIXES 125355
(1.4.x only)

afs_InitReq fails to initialize the flags field of the vrequest structure.

Consequently the logic involving (flags  O_NONBLOCK) in afs_Analyze leads 
to
unpredictable results. afs_InitReq should initialize the complete vrequest
structure.

Reviewed-on: http://gerrit.openafs.org/457
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 src/afs/afs_osi_pag.c |   10 +-
 1 files changed, 1 insertions(+), 9 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_63-5-g8af8af0

2009-09-14 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 8af8af05f0a87af154f11bc8a7a7ec3f2505291e
Author: Simon Wilkinson s...@inf.ed.ac.uk
Date:   Mon Sep 14 13:49:22 2009 +0100

Remove unecessary initialisation

We already memset av to contain all 0s, therefore we don't need to
initialise individual elements to 0 as well.

Inspired by Rainer Toebbicke's patch for RT 125355 (which is 1.4.x only)

Reviewed-on: http://gerrit.openafs.org/456
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org

 src/afs/afs_osi_pag.c |8 
 1 files changed, 0 insertions(+), 8 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. f912d849d3201b004ae7dbacf2d4848836fa986f

2009-09-14 Thread Gerrit Code Review
The following commit has been merged in the openafs-stable-1_4_x branch:
commit f912d849d3201b004ae7dbacf2d4848836fa986f
Author: Derrick Brashear sha...@dementia.org
Date:   Mon Aug 3 12:17:14 2009 -0400

fileserver should actually retry VL_RegisterAddrs on failure

currently the background daemon logic for retrying was never triggered.
easy enough fix: set FS_registered to 1 so the loop retries

Reviewed-on: http://gerrit.openafs.org/266
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org
(cherry picked from commit 160aff88be210a8141b67a54583aed7387d8bffc)
Reviewed-on: http://gerrit.openafs.org/459

 src/viced/viced.c |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. 49094ccfa62f4c0e99069423f3215544da2244d6

2009-09-15 Thread Gerrit Code Review
The following commit has been merged in the openafs-stable-1_4_x branch:
commit 49094ccfa62f4c0e99069423f3215544da2244d6
Author: Russ Allbery r...@stanford.edu
Date:   Fri Aug 21 18:37:41 2009 -0700

Add automatic sysname detection for ARM Linux

Add arm*-linux* to the case statement that attempts to automatically
determine the AFS sysname, similar to the other Linux sysname
determination cases.

Reviewed-on: http://gerrit.openafs.org/334
Tested-by: Derrick Brashear sha...@dementia.org
Reviewed-by: Derrick Brashear sha...@dementia.org
(cherry picked from commit a59df36211d6bc641eeec6d8fd8876a98ce3600a)
Reviewed-on: http://gerrit.openafs.org/462

 acinclude.m4 |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_63-6-g1ea845e

2009-09-18 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 1ea845ebc953bb49afc354afe036f7f01cd05db8
Author: Claudio Bisegni claudio.bise...@lnf.infn.it
Date:   Tue Sep 15 09:29:21 2009 +0200

Manage the login in the OSX Fast User Switch mode

AFSBackgrounder has been update to get notification for switch in/off in 
the Fast User Switch mode, and in switch in it try to get tokens.

Reviewed-on: http://gerrit.openafs.org/460
Reviewed-by: Derrick Brashear sha...@dementia.org
Tested-by: Derrick Brashear sha...@dementia.org

 .../AFSBackgrounder/AFSBackgrounderDelegate.h  |1 +
 .../AFSBackgrounder/AFSBackgrounderDelegate.m  |   83 ++--
 2 files changed, 59 insertions(+), 25 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_63-8-g1ba9e95

2009-09-19 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 1ba9e95715a5c769580adbbda2ca19aae62eef75
Author: Andrew Deason adea...@sinenomine.net
Date:   Fri Sep 18 13:23:46 2009 -0500

DAFS assert correction in GetVolume

FSSYNC_VolOpRunningUnknown is a vol op state, not a pointer to a vol op
itself.

Reviewed-on: http://gerrit.openafs.org/468
Reviewed-by: Derrick Brashear sha...@dementia.org
Tested-by: Derrick Brashear sha...@dementia.org

 src/vol/volume.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_63-10-g211a23a

2009-09-19 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 211a23a06fd762478aa2f420b9cc638320857463
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Fri Sep 18 10:25:59 2009 -0400

Windows: Trace wkssvc and srvsvc rpc calls

Add osi_Log statements identifying which RPCs are being called
from the wkssvc and srvsvc modules

LICENSE MIT

Reviewed-on: http://gerrit.openafs.org/465
Tested-by: Asanka Herath asa...@secure-endpoints.com
Reviewed-by: Asanka Herath asa...@secure-endpoints.com
Tested-by: Jeffrey Altman jalt...@openafs.org
Reviewed-by: Jeffrey Altman jalt...@openafs.org

 src/WINNT/afsd/rpc_srvsvc.c |   49 +++
 src/WINNT/afsd/rpc_wkssvc.c |   19 
 2 files changed, 68 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_63-11-g2c54ae8

2009-09-19 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 2c54ae82a49f6df7f7c76d333d3fe00a0b1cff28
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Fri Sep 18 10:41:14 2009 -0400

Windows: Improve WKSSRC and SRVSVC compatibility with Windows

This commit includes several changes to improve compatibility
with Windows (in particular Windows 2000).

1. Specify a Lan Workgroup name.  We use AFS.

2. Ensure that the server name returned does not include
   leading slash or backslash characters.  The name provided
   might include them but they are not part of the name and
   cannot be returned.

3. The NetrWkstaGetInfo and NetrServerGetInfo responses must
   be consistent.  Otherwise, the Explorer Shell will get confused and
   refuse to provide access to the server shares.

This commit also includes some minor comment changes.

LICENSE MIT

Reviewed-on: http://gerrit.openafs.org/466
Tested-by: Asanka Herath asa...@secure-endpoints.com
Reviewed-by: Asanka Herath asa...@secure-endpoints.com
Tested-by: Jeffrey Altman jalt...@openafs.org
Reviewed-by: Jeffrey Altman jalt...@openafs.org

 src/WINNT/afsd/rpc_srvsvc.c |   28 +++-
 src/WINNT/afsd/rpc_wkssvc.c |   23 ---
 2 files changed, 35 insertions(+), 16 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_63-12-g3be5d2c

2009-09-19 Thread Gerrit Code Review
The following commit has been merged in the master branch:
commit 3be5d2ca5f2a1af97502f5fd0f5b25f382b123c4
Author: Jeffrey Altman jalt...@secure-endpoints.com
Date:   Fri Sep 18 10:46:07 2009 -0400

Windows: trace logging changes for smb_ReceiveTran2QPathInfo

Add new trace log entries in smb_ReceiveTran2QPathInfo to
help track down the reason for queries in which the path and
tidPath are both the empty string.

LICENSE MIT

Reviewed-on: http://gerrit.openafs.org/467
Tested-by: Asanka Herath asa...@secure-endpoints.com
Reviewed-by: Asanka Herath asa...@secure-endpoints.com
Tested-by: Jeffrey Altman jalt...@openafs.org
Reviewed-by: Jeffrey Altman jalt...@openafs.org

 src/WINNT/afsd/smb3.c |6 +-
 1 files changed, 5 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
___
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs


  1   2   3   4   5   6   7   8   9   10   >