openafs.git
18 years agoman-page-rxgen-cmdebug-20051227
Russ Allbery [Tue, 27 Dec 2005 23:30:22 +0000]
man-page-rxgen-cmdebug-20051227

Add man pages for rxgen and cmdebug.  The cmdebug man page was written from
scratch based on the source code.  The rxgen man page is a conversion of an
old TeX document to POD.

18 years agowindows-ptc-rc-20051227
Jeffrey Altman [Tue, 27 Dec 2005 20:00:10 +0000]
windows-ptc-rc-20051227

for ptclient.exe

18 years agowindows-process-detach-20051227
Jeffrey Altman [Tue, 27 Dec 2005 16:17:11 +0000]
windows-process-detach-20051227

The procmgmt library replaces the C RunTime Library's signal handlers
but does not restore them on process detachment.  This leaves the
process with signal handlers pointing to invalid code that generates
an invalid access error during process termination if the library
was previously unloaded.

18 years agosolaris-uniqtime32-20051223
Chas Williams [Sat, 24 Dec 2005 01:07:43 +0000]
solaris-uniqtime32-20051223

FIXES 24445

afs really wants the 32 bit timeval/uniqtime stuff

18 years agodarwin-dnlc-cache-purge-20051223
Chaskiel M Grundman [Sat, 24 Dec 2005 00:28:10 +0000]
darwin-dnlc-cache-purge-20051223

FIXES 22644

cache_purge() to hint to darwin that we changed something instead of letting it cache invalid data

18 years agotiger-fixes-20051215
Chaskiel M Grundman [Sat, 24 Dec 2005 00:20:18 +0000]
tiger-fixes-20051215

potential reclaim in progress fix, and per Chaskiel,
"I don't remember why I put it there, but the fact that
it gets triggered means that we're leaking a vcache object lock. It looks
like the "rename to .__afsXXXX" codepath is responsible (as afsrename does
not use the fact that adp (or aodp) is locked by afs_remove, and locks it
again. I'm surprised it's not deadlocking)" so i coded up a fix

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================

chaskiel says
The RHS shouldn't be a double negative...
       There's no bug (other than the assert itself)

18 years agodarwin-lost-wakeups-20051223
Chaskiel M Grundman [Sat, 24 Dec 2005 00:08:32 +0000]
darwin-lost-wakeups-20051223

FIXES 24492

rewrite for tiger to avoid losing wakeups

18 years agoman-page-misc-improvements-20051221
Russ Allbery [Thu, 22 Dec 2005 07:34:49 +0000]
man-page-misc-improvements-20051221

Add new man pages for livesys and voldump.  Fix the man page for sys to say
what it actually does, rather than implying that it works like livesys, and
to recommend livesys instead.  Fix a path error in the NetInfo
documentation.  Update the README for the current status, including
listing all installed commands that don't have man pages.  (There may still
be some subcommands that don't have man pages but aren't listed.)

18 years agoman-page-installation-20051221
Russ Allbery [Thu, 22 Dec 2005 07:29:52 +0000]
man-page-installation-20051221

On installation, substitute the configured paths into the man pages,
replacing the Transarc paths.  Also fix a problem with the way that
pinstall was being used to install man pages.  (Silly me, I was assuming
it had the same behavior as install.)

This is just a quick first pass.  Longer term, it's probably better to
replace all paths in the man pages with unambiguous tokens and then
replace those tokens instead of assuming that the man pages use Transarc
paths and replacing those paths specifically.  The current method has a
few minor problems, such as not being able to distinguish between the
various paths that make up /usr/afs/bin.  Still, the results of this method
are good enough to start with.

18 years agoaklog-obsd-20051221
Jim Rees [Wed, 21 Dec 2005 18:41:47 +0000]
aklog-obsd-20051221

make aklog build on OpenBSD

18 years agoaklog-fix-install-Makefile-target-20051221
Ken Hornstein [Wed, 21 Dec 2005 18:22:08 +0000]
aklog-fix-install-Makefile-target-20051221

Fixed the install target so it installs asetkey instead of running it.

18 years agoman-page-whitespace-20051220
Russ Allbery [Wed, 21 Dec 2005 00:41:17 +0000]
man-page-whitespace-20051220

Remove all trailing whitespace while we have the chance and there are no
merge issues yet.

18 years agoman-page-generation-20051220
Russ Allbery [Wed, 21 Dec 2005 00:37:16 +0000]
man-page-generation-20051220

Move man page generation out into a separate script that's just invoked
from regen.sh, so that someone can run that separate script later if they
wish.  Make that script more robust against problems such as empty podN
directories.  Diagnose a missing pod2man and warn about old versions of
Pod::Man.

Also, remove the old programs used to do the initial conversion from HTML.
Enough post-conversion editing was done that they're no longer necessary
except for historical curiosity, and for that purpose they can be pulled
out of CVS.

18 years agowindows-bg-fcrypt-20051219
Jeffrey Altman [Mon, 19 Dec 2005 16:12:16 +0000]
windows-bg-fcrypt-20051219

use the faster bg-fcrypt

18 years agowindows-64-bit-type-safety-20051105
Jeffrey Altman [Mon, 19 Dec 2005 15:51:28 +0000]
windows-64-bit-type-safety-20051105

SIZE_MAX should be UINT_MAX if not defined

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================

64-bit type safety changes required for successful compilation
on Windows 64-bit systems with the VS 2005 compiler

18 years agowindows-uninit-20051219
Jeffrey Altman [Mon, 19 Dec 2005 12:36:48 +0000]
windows-uninit-20051219

initialize the variable containing the afs id in case the pts lookup
fails

18 years agowindows-rx-debug-disable-20051219
Jeffrey Altman [Mon, 19 Dec 2005 12:35:15 +0000]
windows-rx-debug-disable-20051219

Provide a method to enable/disable rx debugging along as a part
of "fs trace -on/-off"

18 years agolinux-writepage-rename-20051218
Björn Torkelsson [Mon, 19 Dec 2005 03:27:21 +0000]
linux-writepage-rename-20051218

The ocfs2 patch renames WRITEPAGE_ACTIVE to AOP_WRITEPAGE_ACTIVE, and
Ubuntu has applied that patch to their version of the kernel.  Allow for
either.

18 years agoseparate-capabilities-by-source-20051217
Jeffrey Altman [Sun, 18 Dec 2005 05:41:19 +0000]
separate-capabilities-by-source-20051217

This patch separates the client and viced capabilties;
adds a viced capabilities for 64bit files;
and modifies the Windows client to probe the viced capabilities
the first time the client discovers the server and uses the capabilities
RPC instead of the GetTime RPC to probe for Up/Down status

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================

define the capabilities constants

18 years agowindows-no-fds-20051217
Jeffrey Altman [Sat, 17 Dec 2005 17:26:57 +0000]
windows-no-fds-20051217

when collecting rx statistics in response to an RPC query, the rx library
attempts to enumerate the number file descriptors in use.  This is fine
except that file descriptors are a C Run Time Library concept on Windows
and are not related to networking.  In Visual Studio 8, the run time library
will assert() if an invalid file descriptor is passed to fstat() which is
the test used to determine if a file descriptor is valid.

This patch simply returns 0 for the number of file descriptors in use
because that is what would have been returned anyway with the existing
code.  What we probably want to return is the number of open socket
handles.

18 years agovos-restore-parent-id-patch-20051215
Jeffrey Hutzelman [Fri, 16 Dec 2005 04:25:48 +0000]
vos-restore-parent-id-patch-20051215

avoid making broken readonlies when when you restore them

18 years agolinux-dentry-multiple-mounts-20051215
Chas Williams [Fri, 16 Dec 2005 03:36:16 +0000]
linux-dentry-multiple-mounts-20051215

avoid triggering BUG() when a volume is multiply mounted

18 years agofreedatabufs-mark-free-20051215
Tom Keiser [Fri, 16 Dec 2005 03:31:18 +0000]
freedatabufs-mark-free-20051215

avoid an error with marking data packets free

18 years agomultibreak-rework-avoiding-race-20051215
Tom Keiser [Fri, 16 Dec 2005 03:27:17 +0000]
multibreak-rework-avoiding-race-20051215

avoid a potential race finding the correct connection during
MultiBreakCallBack_r

18 years agorx-osi_alloc-prototype-20051215
Rainer Toebbicke [Thu, 15 Dec 2005 15:15:30 +0000]
rx-osi_alloc-prototype-20051215

FIXES 24267

must provide prototype for osi_Alloc() on systems with 64-bit pointers
and 32-bit int

18 years agorx-osi_alloc-prototype-20051214
Rainer Toebbicke [Thu, 15 Dec 2005 05:55:10 +0000]
rx-osi_alloc-prototype-20051214

FIXES 24267

include rx.h in order to safely include rx_prototypes.h in order
to obtain a prototype for osi_Alloc() in order to prevent pointer
truncation on systems with 64-bit pointers and 32-bit int.

18 years agomultiple-local-realms-20051208
Jeffrey Altman [Thu, 15 Dec 2005 05:51:24 +0000]
multiple-local-realms-20051208

This patch extends the krb.conf file allowing the specification of
multiple realms which should be treated as equivalents to the local
cell authentication domain.  Additional realms are specified on the
first line of the krb.conf file and are separated by white space.

In addition, the patch adds a new file stored in the same directory
as the krb.conf file called krb.excl.  This file contains a list of
principal names, one per line, that must not be treated as local
identities.

The purpose of this patch is to allow organizations that are supporting
multiple realms with synchronized user principal databases to allow
their users to login with any of the realms and treat the principal
names as equivalent to the local PTS identity.   The exclusion is
to allow certain names, such as those for administrative IDs, to be
restricted to a subset of the realms.

Further optimization of the afs_krb_exclusion() should be performed to
remove the need to re-read the file.  This patch should be considered
a temporary solution until a more permanent set of extensions to the
PT database and RPCs allow for the assignment of mechanism specific
aliases for PT IDs.

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================

correction to exclusion list parsing

18 years agowindows-ansification-20051214
Jeffrey Altman [Wed, 14 Dec 2005 05:39:56 +0000]
windows-ansification-20051214

use modern function declarations

18 years agowindows-rpc-warning-20051214
Jeffrey Altman [Wed, 14 Dec 2005 05:32:55 +0000]
windows-rpc-warning-20051214

If osi_InitDebug() fails due to RPC_S_NO_PROTSEQS, log to the afsd_init.log
file a warning indicating that the registry should be examined for a
misconfiguration of Windows.

18 years agowindows-fs-setserverpref-vldb-20051214
Jeffrey Altman [Wed, 14 Dec 2005 05:29:28 +0000]
windows-fs-setserverpref-vldb-20051214

prevent a panic condition if "fs setserverprefs -vlserver" is executed
more than once before the vlserver is associated with a cell.

18 years agowindows-registry-20051214
Jeffrey Altman [Wed, 14 Dec 2005 05:27:09 +0000]
windows-registry-20051214

Change all of the daemon check interval values so they can be set
via the registry.

18 years agoretire-cat-pages-20051213
Russ Allbery [Wed, 14 Dec 2005 01:36:05 +0000]
retire-cat-pages-20051213

These can go now that we have POD versions of, in most cases, newer
versions of the same documentation.

18 years agoman5-editing-pass-20051213
Russ Allbery [Wed, 14 Dec 2005 01:30:20 +0000]
man5-editing-pass-20051213

This completes the first editing pass of the man pages.  Very little
content editing has been done, but the server and client versions of
various man pages have been combined into a single man page for the
file (affects CellServDB, ThisCell, NetInfo, and NetRestrict), the
descriptions of the various AFS cache files have been combined into one
afs_cache man page, and the descriptions of the two butc log files have
been combined into one butc_logs man page.

For man pages for databases with two files, symlinks are now created on
installation for the secondary file name.

All of the man pages should now be ready for public review, additional
editing and cleanup, and content editing.

18 years agofix-cbd-20051213
Rainer Toebbicke [Tue, 13 Dec 2005 21:58:49 +0000]
fix-cbd-20051213

The attached patch makes the cbd program (the stand-alone version of
the fileserver's callback.c) work again.

(Now I expect 99% "what's that?" and 0% "what a relief!" reactions. As
a reminder that's one of the things you might go hunting for after a
'kill -XCPU' to the fileserver - this program is probably used
infrequently but the older you get... )

18 years agoman8-editing-pass-20051213
Russ Allbery [Tue, 13 Dec 2005 19:21:13 +0000]
man8-editing-pass-20051213

This completes the initial editing pass of the section eight man pages.
Only small amounts of content editing has been done.  Some known problems
have been noted in README, but there will doubtless be others, as well as
some lingering formatting problems.  However, the quality should now be
good enough for general public review.

Some of the section eight man pages were really supposed to be section one,
the package apropros and package help commands are too useless to document,
and a few of the difficult-to-name section five man pages have now acquired
names.

18 years agonetbsd-statvfs-20051211
Tracy Di Marco White [Sun, 11 Dec 2005 18:57:15 +0000]
netbsd-statvfs-20051211

FIXES 22905

NetBSD 2.1 doesn't have statvfs, but the version numbering scheme changed
so the test was getting this wrong.

18 years agomultiple-local-realms-fix-20051210
Russ Allbery [Sat, 10 Dec 2005 18:47:40 +0000]
multiple-local-realms-fix-20051210

The krb.excl paths need to be defined for Unix as well.

18 years agolinux-srcdir-mapfile-20051210
Chas Williams [Sat, 10 Dec 2005 18:28:03 +0000]
linux-srcdir-mapfile-20051210

FIXES 23317

Look for the shared library mapfile in ${srcdir} on Linux to allow for out
of srcdir builds.

18 years agoman-page-readme-20051209
Russ Allbery [Fri, 9 Dec 2005 16:43:14 +0000]
man-page-readme-20051209

Initial documentation for the man page project, including initial notes
on conversion, a start at a formatting guide, information on how to
contribute, and an initial issues list of things I happened to notice
while editing the section one pages.

18 years agoman-page-reorg-20051209
Russ Allbery [Fri, 9 Dec 2005 14:50:02 +0000]
man-page-reorg-20051209

Generate the man pages in man1, man5, and man8 subdirectories rather than
directly in the doc/man-pages directory to reduce clutter.  Add a
.cvsignore to reduce noise.

18 years agoman1-editing-pass-20051209
Russ Allbery [Fri, 9 Dec 2005 14:48:56 +0000]
man1-editing-pass-20051209

Complete an initial editing and cleanup pass for all section one man pages.
Fix various conversion problems, formatting inconsistencies, and obvious
problems.  Please note that no editing for content has yet been done; this
is solely editing for formatting and correct conversion to POD.

Also, add some additional section five man pages that were omitted from the
first conversion run due to unusual file names, and globally replace
CAVEATS with CAUTIONS in the man pages to match the original section name.

The section one man pages should now be in reasonable shape and ready for
additional review and further updates, although there are probably still
remaining obvious problems.

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================

This file got the wrong name when it was originally committed.  Fix.

18 years agoman-page-conversion-20051208
Russ Allbery [Thu, 8 Dec 2005 12:14:33 +0000]
man-page-conversion-20051208

This is the initial conversion of the AFS Adminstrators Reference into POD
for use as man pages.  The man pages are now generated via pod2man from
regen.sh so that only those working from CVS have to have pod2man
available.  The Makefile only installs.  The pages have also been sorted
out into pod1, pod5, and pod8 directories, making conversion to the right
section of man page easier without maintaining a separate list and allowing
for names to be duplicated between pod5 and pod1 or pod8 (which will likely
be needed in a few cases).

This reconversion is done with a new script based on work by Chas Williams.
In some cases, the output is worse than the previous POD pages, but this is
a more comprehensive conversion.

This is only the first step, and this initial conversion has various
problems.  In addition, the file man pages that didn't have simple names
have not been converted in this pass and will be added later.  Some of the
man pages have syntax problems and all of them have formatting errors.  The
next editing pass, coming shortly, will clean up most of the remaining
mess.

18 years agoviced-multiple-ports-per-client-20051208
Jeffrey Altman [Thu, 8 Dec 2005 01:01:30 +0000]
viced-multiple-ports-per-client-20051208

this patch replaces the single address in the Interface structure
with an AddrPort structure.  This enables the servers to send
messages to the correct port if the port on the Interface does not
match the port stored in the client itself.

18 years agowindows-afsd-service-20051121
Jeffrey Altman [Wed, 7 Dec 2005 12:01:32 +0000]
windows-afsd-service-20051121

add logic to process VNOVNODE in cm_Analyze.  Force re-evaluation of symlink
strings and flush the stat cache entry.

force the use of new rx_connections when the server is marked down.

prevent server objects from being freed if user preferences are set.

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================

improvements to VNOVNODE fix

18 years agolinux-26-390x-update-20051201
Derrick Brashear [Thu, 1 Dec 2005 15:18:08 +0000]
linux-26-390x-update-20051201

add linux26 version for symlinks

18 years agomacos-103-20051201
Derrick Brashear [Thu, 1 Dec 2005 07:36:35 +0000]
macos-103-20051201

last fixes i swear

18 years agomacos103-20051201
Derrick Brashear [Thu, 1 Dec 2005 05:42:27 +0000]
macos103-20051201

one more fix

18 years agomacos-103-packaging-20051201
Derrick Brashear [Thu, 1 Dec 2005 05:19:00 +0000]
macos-103-packaging-20051201

fix packaging script for 10.3

18 years agovolume-callback-fix-20051201
Derrick Brashear [Thu, 1 Dec 2005 05:09:32 +0000]
volume-callback-fix-20051201

fix rainer toebbicke's callbacks vanishing issue. this was probably my fault merging

18 years agomacos10-fstrace-catalog-20051130
Derrick Brashear [Thu, 1 Dec 2005 04:13:18 +0000]
macos10-fstrace-catalog-20051130

package the fstrace catalog correctly for osx

18 years agofiles-per-subdir-math-error-20051130
Mike Garrison [Thu, 1 Dec 2005 04:02:23 +0000]
files-per-subdir-math-error-20051130

FIXES 23811

use a bitshift instead of xor(!)

18 years agofreepackets-cbuf-leak-20051130
Tom Keiser [Thu, 1 Dec 2005 03:57:49 +0000]
freepackets-cbuf-leak-20051130

FIXES 23143

at least i'm guessing it fixes that one
fix memory leak for multilevel packet queue stuff

18 years agowindows-afskfw-20051130
Jeffrey Altman [Wed, 30 Nov 2005 06:39:40 +0000]
windows-afskfw-20051130

correct the construction of the client name (with realm) when krb524
is being used.

18 years agorx-lock-leak-20051128
Jeffrey Altman [Tue, 29 Nov 2005 07:00:19 +0000]
rx-lock-leak-20051128

Fix a lock leak introduced when adding thread local packet queues.

18 years agomacos103-update-20051129
Derrick Brashear [Tue, 29 Nov 2005 06:52:03 +0000]
macos103-update-20051129

make the kernel module work too

18 years agomacos-103-update-20051128
Derrick Brashear [Tue, 29 Nov 2005 04:58:49 +0000]
macos-103-update-20051128

roll up fixes for 10.3

18 years agosolaris-sparc32-largefile-20051128
Chas Williams [Tue, 29 Nov 2005 04:12:11 +0000]
solaris-sparc32-largefile-20051128

FIXES 23296

readd largefile support for solaris sparc32

18 years agoh-enumerate-r-safety-20051128
Chaskiel M Grundman [Tue, 29 Nov 2005 03:40:58 +0000]
h-enumerate-r-safety-20051128

FIXES 23336

needs further testing, configure a low number of callbacks and hit the server.

18 years agolinux-afs-put-inode-dont-race-20051128
Chas Williams [Tue, 29 Nov 2005 03:09:24 +0000]
linux-afs-put-inode-dont-race-20051128

FIXES 23318

hold lock across refcount check. oops

18 years agowindows-locks-uninit-20051122
Jeffrey Altman [Wed, 23 Nov 2005 05:00:34 +0000]
windows-locks-uninit-20051122

Initialize 'code' to non-zero at the top of each loop to avoid
setting the last updated timestamp on skipped locks

18 years agowindows-drivemap-renewal-20051121
Jeffrey Altman [Tue, 22 Nov 2005 00:36:31 +0000]
windows-drivemap-renewal-20051121

When afscreds.exe performs a drive map renewal it should not delete
all existing drive mappings.  This undoes the efforts of the AFS
logon network provider and any persistent mappings created with the
explorer shell.   This patch extends the interface to provide a mode
in which DoMapShareChange does not remove unknown drive mappings.

18 years agowindows-date-representation-20051121
Jeffrey Altman [Tue, 22 Nov 2005 00:31:44 +0000]
windows-date-representation-20051121

change date representation to yyyy-MM-dd HH:mm:ss so that it sorts
properly

18 years agowindows-fetchstatus-logging-20051121
Jeffrey Altman [Tue, 22 Nov 2005 00:14:25 +0000]
windows-fetchstatus-logging-20051121

remove the cell and include the vnode in the FetchStatus log messages

18 years agowindows-wix-update-20051121
Jeffrey Altman [Mon, 21 Nov 2005 15:51:37 +0000]
windows-wix-update-20051121

Wix 2.0.2419.0 changes the way that RadioButton values are specified.

18 years agodeadvnode-locking-update-20051118
Chaskiel M Grundman [Sat, 19 Nov 2005 04:32:47 +0000]
deadvnode-locking-update-20051118

FIXES 22870

change how we do vnode locking to avoid locking on ourselves

18 years agomacos-allow-cached-stat-access-20051118
Chaskiel M Grundman [Sat, 19 Nov 2005 03:57:54 +0000]
macos-allow-cached-stat-access-20051118

FIXES 23257

allow cached stat info to be accessed for directories where a user has only "l"

18 years agoprint-64-20051117
Jim Rees [Thu, 17 Nov 2005 21:03:38 +0000]
print-64-20051117

On non-Windows use %llu for 64 bit printf.
Thanks to Brent Graveland for pointing this out.

18 years agoobsd-glock-decl-20051115
Jim Rees [Tue, 15 Nov 2005 18:43:15 +0000]
obsd-glock-decl-20051115

Fix decl of afs_global_lock so you can build with global lock disabled

18 years agoaudit-locking-20051113
Jeffrey Altman [Mon, 14 Nov 2005 06:04:23 +0000]
audit-locking-20051113

Add locks around writes to the audit log.  This ensures two writes
do not interleave.

18 years agonetwork-distance-server-prefs-20051113
Jeffrey Altman [Mon, 14 Nov 2005 06:00:34 +0000]
network-distance-server-prefs-20051113

Use network distance based server preferences for all server types
not just file servers.

18 years agofbsd-build-path-20051111
Jim Rees [Fri, 11 Nov 2005 20:32:22 +0000]
fbsd-build-path-20051111

set default BSD_KERNEL_BUILD for FreeBSD >= 5.0.

18 years agopod2man-update-20051109
Rainer Toebbicke [Wed, 9 Nov 2005 14:58:29 +0000]
pod2man-update-20051109

build when there's no pod utils installed

18 years agowindows-release-locks-at-shutdown-20051108
Jeffrey Altman [Wed, 9 Nov 2005 03:00:07 +0000]
windows-release-locks-at-shutdown-20051108

remember to release all of the locks we obtained from the file server
at shutdown.

18 years agohpux-store-fd-sooner-in-iopen-20051107
Derrick Brashear [Mon, 7 Nov 2005 23:42:02 +0000]
hpux-store-fd-sooner-in-iopen-20051107

do this a little differently, it may change out from under us

18 years agocellconfig-make-nkeys-littleendian-20051107
Rainer Toebbicke [Mon, 7 Nov 2005 19:48:07 +0000]
cellconfig-make-nkeys-littleendian-20051107

cellconfig-check-for-corrupt-keyfile-20051007 should convert at least nkeys
to host byte order before checking anything - fails on little endians
otherwise.

18 years agowindows-64-bit-type-safety-20051105
Jeffrey Altman [Sun, 6 Nov 2005 09:29:36 +0000]
windows-64-bit-type-safety-20051105

64-bit type safety changes required for successful compilation
on Windows 64-bit systems with the VS 2005 compiler

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================

more corrections for use of 64-bit types on Windows

====================

64-bit type safety changes required for successful compilation
on Windows 64-bit systems with the VS 2005 compiler

====================

64-bit type safety changes required for successful compilation
on Windows 64-bit systems with the VS 2005 compiler

====================

64-bit type safety changes required for successful compilation
on Windows 64-bit systems with the VS 2005 compiler

====================

64-bit type safety changes required for successful compilation
on Windows 64-bit systems with the VS 2005 compiler

====================

64-bit type safety changes required for successful compilation
on Windows 64-bit systems with the VS 2005 compiler

====================

64-bit type safety changes required for successful compilation
on Windows 64-bit systems with the VS 2005 compiler

====================

64-bit type safety changes required for successful compilation
on Windows 64-bit systems with the VS 2005 compiler

====================

64-bit type safety changes required for successful compilation
on Windows 64-bit systems with the VS 2005 compiler

18 years agocvsignore-updates-20051102
Niklas Edmundsson [Thu, 3 Nov 2005 04:10:05 +0000]
cvsignore-updates-20051102

FIXES 22861

add generated files to cvsignores

18 years agoaix5-warning-error-cleanup-20051102
Niklas Edmundsson [Thu, 3 Nov 2005 04:05:46 +0000]
aix5-warning-error-cleanup-20051102

FIXES 22855

aix 5.1 and 5.2 should also build

18 years agocmdebug-obsd-ce32-20051102
Jim Rees [Wed, 2 Nov 2005 17:54:44 +0000]
cmdebug-obsd-ce32-20051102

OpenBSD has no easy way to printf a 64 bit int so just use PrintCacheEntries32

18 years agohpux11i-64bit-iops-20051102
Derrick Brashear [Wed, 2 Nov 2005 05:30:47 +0000]
hpux11i-64bit-iops-20051102

hpux 11i has 64 bit inodes

18 years agofpq-bulk-free-math-error-20051101
Tom Keiser [Wed, 2 Nov 2005 05:22:39 +0000]
fpq-bulk-free-math-error-20051101

fix a math error here

18 years agolinux-ia32-offsets-include-change-20051101
Jeffrey Hutzelman [Wed, 2 Nov 2005 00:27:30 +0000]
linux-ia32-offsets-include-change-20051101

include these correctly

18 years agolibafssetpag-bsd-20051101
Jim Rees [Tue, 1 Nov 2005 18:44:38 +0000]
libafssetpag-bsd-20051101

bsd only:
make a real syscall.o (but with no code)
build libafssetpag

18 years agohpux-vol-package-cleanup-20051101
Derrick Brashear [Tue, 1 Nov 2005 16:42:47 +0000]
hpux-vol-package-cleanup-20051101

make inode salvager large partition compliant
make namei compile cleanly again

18 years agowindows-tests-winflock-20051031
Asanka Herath [Mon, 31 Oct 2005 22:12:03 +0000]
windows-tests-winflock-20051031

A windows specific file locking test app for exercising the byte range
locking code.

18 years agowindows-checkserver-fix-20051029
Jeffrey Altman [Sun, 30 Oct 2005 01:59:57 +0000]
windows-checkserver-fix-20051029

the windows client was not treating Verror responses from the server
as indicating the server as up if they were positive

18 years agowindows-daemon-timers-20051028
Jeffrey Altman [Sat, 29 Oct 2005 21:13:43 +0000]
windows-daemon-timers-20051028

the daemon up server check was set for 1 hour and not ten minutes.

turned all interval constants into variables so that they can be
set via registry entries at a future time.

18 years agoubik-trans-decl-20051027
Jim Rees [Thu, 27 Oct 2005 19:34:44 +0000]
ubik-trans-decl-20051027

add missing decl for struct ubik_trans

18 years agointegrate-asetkey-20051029
Ken Hornstein [Tue, 25 Oct 2005 20:08:02 +0000]
integrate-asetkey-20051029

Add asetkey to the OpenAFS tree.

18 years agotbutc-solaris-and-vos-api-fixes-20051024
Derrick Brashear [Tue, 25 Oct 2005 07:30:52 +0000]
tbutc-solaris-and-vos-api-fixes-20051024

FIXES 22063

as tested for this and 22316

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================
FIXES 22316

the rest of this, since i forgot to apply the other file earlier
oops

18 years agowindows-rap-debug-20051024
Jeffrey Altman [Tue, 25 Oct 2005 03:07:50 +0000]
windows-rap-debug-20051024

some more debugging messages

18 years agowindows-afsd-makefile-fixup-20051024
Jeffrey Altman [Tue, 25 Oct 2005 03:02:27 +0000]
windows-afsd-makefile-fixup-20051024

put back the ifs rules accidently deleted by

  cmdebug-merge-20051024

18 years agocmdebug-merge-20051024
Jeffrey Altman [Tue, 25 Oct 2005 02:51:17 +0000]
cmdebug-merge-20051024

Merge src/WINNT/cmdebug.c into src/venus/cmdebug.c

18 years agoadd-volupdate-counter-20051015
Ervin Fenyak [Sun, 23 Oct 2005 20:05:40 +0000]
add-volupdate-counter-20051015

FIXES 18349

add a volume update counter. danger will robinson. see ticket for details.

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================

add configure gunk

====================

add configure gunk

====================

make this happy in libadmin on e.g. solaris

====================

make this work on Windows

18 years agovnop-attrs-fix-20051023
Jeffrey Altman [Sun, 23 Oct 2005 07:27:03 +0000]
vnop-attrs-fix-20051023

FIXES 22568

fix code broken in mac merge

18 years agowindows-mkdir-root-exists-20051021
Jeffrey Altman [Sun, 23 Oct 2005 01:31:28 +0000]
windows-mkdir-root-exists-20051021

If a request is received to create the root directory of a device,
return CM_ERROR_EXISTS instead of CM_ERROR_NOTFOUND for the nul-string
file name.

18 years agomacos-build-dmg-20051021
Derrick Brashear [Sat, 22 Oct 2005 07:43:09 +0000]
macos-build-dmg-20051021

probably this script should take an argument which is the version string to use, and use it in the volume name and dmg name

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================

probably this script should take an argument which is the version string to use,
 and use it in the volume name and dmg name

18 years agoviced-audit-createfile-20051020
Jeffrey Altman [Fri, 21 Oct 2005 00:32:40 +0000]
viced-audit-createfile-20051020

add the FID of the created file to the audit output for CreateFileEvent

18 years agowindows-notes-20051019
Jeffrey Altman [Thu, 20 Oct 2005 06:09:08 +0000]
windows-notes-20051019

updates

18 years agowindow-largeint-20051019
Jeffrey Altman [Wed, 19 Oct 2005 21:10:52 +0000]
window-largeint-20051019

The large integer support was applying a <<32 to a 32-bit value.
This is an undefined operation.