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