2003-04-11 13:50  shadow

	* src/util/pthread_nosigs.h: DELTA
	STABLE12-softsig-dont-block-critical-signals-20030411 AUTHOR
	shadow@dementia.org FIXES
	
	blocking these seems to prevent all threads from dying when the
	kernel gives e.g. SIGSEGV to one of the processes. since softsig is
	to protect us from what signals we handle might do in the handler,
	this should be fine

2003-04-11 01:11  zacheiss

	* doc/txt/RELNOTES-1.2.9: file RELNOTES-1.2.9 was initially added
	on branch openafs-stable-1_2_x.

2003-04-11 01:11  zacheiss

	* doc/txt/RELNOTES-1.2.9: DELTA
	STABLE12-add-1_2_9-release-notes-20030411 AUTHOR zacheiss@mit.edu
	
	Add 1.2.9 release notes.

2003-04-10 21:01  zacheiss

	* NEWS: DELTA STABLE12-update-news-20030410 AUTHOR zacheiss@mit.edu
	
	Update NEWS file with important changes going into 1.2.9.

2003-04-10 18:36  zacheiss

	* configure-libafs.in, configure.in: DELTA
	STABLE12-create-openafs-1_2_9-20030410 AUTHOR zacheiss@mit.edu
	
	Begin 1.2.9 release cycle.

2003-04-10 15:57  shadow

	* acinclude.m4: DELTA STABLE12-linux-try-more-kernel-paths-20030410
	AUTHOR shadow@dementia.org FIXES 1364
	
	try /usr/src/linux-2.4 in addition to /usr/src/linux

2003-04-10 15:25  zacheiss

	* acinclude.m4: DELTA STABLE12-darwin-map-more-versions-20030410
	AUTHOR zacheiss@mit.edu
	
	Recognize MacOS X 10.2.5 as ppc_darwin_60.

2003-04-10 14:55  shadow

	* src/rxkad/rxkad_server.c: DELTA
	STABLE12-rxkad-2b-deal-with-expiry-20030410 AUTHOR
	lha@stacken.kth.se FIXES 1369
	
	return the actual error and not RXKADBADTICKET always

2003-04-09 12:33  shadow

	* src/config/Makefile.alpha_dux51.in: file Makefile.alpha_dux51.in
	was initially added on branch openafs-stable-1_2_x.

2003-04-09 12:33  shadow

	* acinclude.m4, src/config/Makefile.alpha_dux51.in,
	src/config/afs_sysnames.h, src/config/param.alpha_dux51.h,
	src/config/param.alpha_dux51_usr.h, src/venus/test/owntest.c: DELTA
	dux51-basic-build-support-20030409 AUTHOR mattiasa@e.kth.se FIXES
	
	so servers can be built from 1.2.9-release

2003-04-07 16:16  shadow

	* src/viced/host.c: DELTA STABLE12-h-gethost-r-race-20030401 AUTHOR
	shadow@dementia.org FIXES 1308
	
	avoid deref of identP when code is -1

2003-04-07 13:54  shadow

	* src/vol/vol-salvage.c: DELTA salvager-aix-update-20030407 AUTHOR
	nik@zurich.ibm.com FIXES
	
	make it work with namei

2003-04-07 13:39  shadow

	* src/viced/host.c: DELTA STABLE12-flushhostcps-20030407 AUTHOR
	shadow@dementia.org FIXES
	
	make it so flushhostcps can't try to Release when no host was
	found, which was apparently the problem dlc@cs really observed.

2003-04-04 03:29  shadow

	* src/volser/dumpstuff.c: DELTA
	STABLE12-volser-dump-vnode-include-volid-in-error-20030213 AUTHOR
	shadow@dementia.org FIXES
	
	include a volume number in the error message

2003-04-03 12:33  shadow

	* src/volser/dumpstuff.c: DELTA
	STABLE12-volser-dump-vnode-include-volid-in-error-20030213 AUTHOR
	shadow@dementia.org FIXES
	
	include a volume number in the error message

2003-04-01 19:23  shadow

	* src/viced/host.c: DELTA STABLE12-h-gethost-r-race-20030401 AUTHOR
	shadow@dementia.org FIXES 1308
	
	Thanks to Chaskiel Grundman for explaining what was happening: -
	the connection is old and pre-existing, but has no host structure. 
	- 2 calls come in - the first one enters h_GetHost_r, and
	h_Lookup_r returns null (but identP is non-null, since rx keeps it
	around until it gc's the connection)   The first thread calls
	WhoAreYou, which succeeds, it then calls InitCallBackState3 (after
	H_UNLOCK) note that the host has been inserted into the hashtable -
	the second thread enters h_GetHost_r, and calls rx_GetSpecific. it
	then calls h_Lookup_r. h_Lookup_r will block (new host is locked),
	but eventually returns the new host - InitCallBackState3 returns,
	and the frees the old identP, replaces it, and unlocks the host.  -
	the first thread returns from h_Lookup_r. boom.
	
	the changes: -call rx_GetSpecific after h_Lookup_r returns (and
	potentially slept) -removes an if wrapping which always is true
	(since !interfValid is always  true) -don't realloc identP if it
	exists -don't free an old one by calling rx_SetSpecific either

2003-03-31 13:23  zacheiss

	* acinclude.m4: DELTA STABLE12-darwin-map-more-version-20030331
	AUTHOR zacheiss@mit.edu
	
	Recognize MacOS X 10.2.3 and 10.2.4.

2003-03-30 02:44  shadow

	* src/ubik/beacon.c: DELTA
	
	if you really want to mask the IP address from
	gethostbyname(gethostname()) there's not really any reason to stand
	in your way
	STABLE12-ubik-allow-netinfo-netrestrict-to-mask-address-pointed-to-
	by-hostname-20020417 AUTHOR shadow@dementia.org

2003-03-28 16:27  shadow

	* acconfig.h, acinclude.m4, src/vfsck/setup.c,
	src/cf/solaris-fs-rolled.m4: DELTA
	STABLE12-solaris-fs-rolled-20030328 AUTHOR shadow@dementia.org
	FIXES
	
	for solaris 9 u2

2003-03-28 16:26  shadow

	* src/cf/solaris-fs-rolled.m4: DELTA solaris-fs-rolled-20030328
	AUTHOR shadow@dementia.org FIXES
	
	for solaris 9 u2

2003-03-28 04:21  shadow

	* src/viced/host.c: DELTA STABLE12-flushhostcps-init-held-20030328
	AUTHOR dlc@cs.cmu.edu FIXES
	
	init held so flushhostcps is more useful.

2003-03-28 04:17  shadow

	* src/viced/: afsfileprocs.c, viced.c, viced.h: DELTA
	
	For sites with only new (>3.4) clients (or who decide to not care
	about older clients) and want to force VRESTARTING instead of
	VBUSY.
	STABLE12-viced-allow-hinting-of-all-new-clients-for-vbusy-vrestarti
	ng-handling-20030215 AUTHOR shadow@dementia.org FIXES

2003-03-26 12:23  shadow

	* src/shlibafsrpc/mapfile: DELTA
	STABLE12-shlibafsrpc-export-missing-des-symbols-20030326 AUTHOR
	shadow@dementia.org FIXES
	
	symbols libafsauthent wants but we don't have

2003-03-26 04:11  shadow

	* src/rx/LINUX/rx_knet.c: DELTA
	STABLE12-linux-rxk-listener-shutdown-cleanup-20030323 AUTHOR
	shadow@dementia.org FIXES
	
	get rid of need for sys_kill

2003-03-25 16:11  shadow

	* src/rxkad/ticket5.c: DELTA
	STABLE12-rxkad2b-allow-no-kvno-20030325 AUTHOR nneul@umr.edu FIXES
	
	allow a missing kvno field to work usefully

2003-03-23 14:47  shadow

	* src/: afs/afs_call.c, afsd/afsd.c: DELTA
	STABLE12-move-up-cell-initialization-in-cachemgr-20030323 AUTHOR
	shadow@dementia.org FIXES
	
	to potentially avoid an oops at startup

2003-03-23 12:15  shadow

	* src/rx/LINUX/rx_knet.c: DELTA
	STABLE12-linux-rxk-listener-shutdown-cleanup-20030323 AUTHOR
	shadow@dementia.org FIXES
	
	get rid of need for sys_kill

2003-03-23 01:46  shadow

	* src/: afs/afs_osi.c, afs/LINUX/osi_machdep.h,
	afs/LINUX/osi_misc.c, afs/LINUX/osi_module.c, rx/LINUX/rx_knet.c:
	DELTA STABLE12-linux-rxk-listener-shutdown-cleanup-20030323 AUTHOR
	shadow@dementia.org FIXES
	
	avoid need for sys_kill

2003-03-23 01:45  shadow

	* src/afs/afs_call.c: DELTA
	STABLE12-linux-kthreads-reparent-20030323 AUTHOR
	cg2v@andrew.cmu.edu FIXES
	
	reparent kernel threads to avoid zombies at shutdown

2003-03-21 13:36  shadow

	* src/rx/xdr_mem.c: DELTA STABLE12-xdrmem-getbytes-20030321 AUTHOR
	rees@umich.edu FIXES
	
	See, for example:
	http://web.mit.edu/kerberos/www/advisories/MITKRB5-SA-2003-003-xdr.
	txt This source is unused but it seems like a good idea to patch it
	anyway.

2003-03-21 13:28  shadow

	* src/afs/LINUX/osi_module.c: DELTA
	STABLE12-linux-hold-tasklist-lock-in-get-page-offset-20030321
	AUTHOR cg2v@andrew.cmu.edu FIXES
	
	tasklist_lock must be held to traverse list

2003-03-21 09:01  shadow

	* acconfig.h, acinclude.m4, src/cf/linux-test4.m4: DELTA
	STABLE12-linux-one-more-stupid-configure-test-20030321 AUTHOR
	shadow@dementia.org FIXES
	
	pointed out by zacheiss@mit.edu that i missed this. oops

2003-03-19 17:22  shadow

	* acconfig.h, acinclude.m4, src/afs/LINUX/osi_machdep.h,
	src/cf/linux-test4.m4: DELTA
	STABLE12-redhat-81-support-again-20030319 AUTHOR
	shadow@dementia.org FIXES
	
	once more. maybe this time they'll release something that looks
	like this

2003-03-19 07:52  shadow

	* src/kauth/kaserver.h: DELTA
	STABLE12-kaserver-disable-krb4-crossrealm-20030317 AUTHOR
	kolya@mit.edu FIXES
	
	to deal with krb4 security advisory type mismatch for krb4_cross
	pointed out by Jack Neely <slack@quackmaster.net>

2003-03-18 18:18  shadow

	* src/config/param.sunx86_59_usr.h: file param.sunx86_59_usr.h was
	initially added on branch openafs-stable-1_2_x.

2003-03-18 18:18  shadow

	* src/config/: Makefile.sunx86_59.in, param.sunx86_59.h,
	param.sunx86_59_usr.h: DELTA STABLE12-sunx86-update-20030318 AUTHOR
	fallsjo@isk.kth.se FIXES
	
	make client useful on solaris x86 again

2003-03-18 18:18  shadow

	* src/config/Makefile.sunx86_59.in: file Makefile.sunx86_59.in was
	initially added on branch openafs-stable-1_2_x.

2003-03-18 18:18  shadow

	* src/config/param.sunx86_59.h: file param.sunx86_59.h was
	initially added on branch openafs-stable-1_2_x.

2003-03-18 18:03  shadow

	* src/: lwp/Makefile.in, config/afs_sysnames.h,
	config/param.sunx86_57_usr.h, config/param.sunx86_58_usr.h,
	inetd/Makefile.in: DELTA STABLE12-sunx86-update-20030318 AUTHOR
	fallsjo@isk.kth.se FIXES
	
	make client useful on solaris x86 again

2003-03-17 22:56  shadow

	* src/kauth/: kaprocs.c, kaserver.c, kaserver.h, krb_udp.c: DELTA
	STABLE12-kaserver-disable-krb4-crossrealm-20030317 AUTHOR
	shadow@dementia.org FIXES
	
	to deal with krb4 security advisory

2003-03-17 22:55  shadow

	* src/viced/host.c: DELTA
	STABLE12-viced-vbusy-when-getclient-fails-20030317 AUTHOR
	lha@stacken.kth.se FIXES
	
	more paranoia to not crash if GetClient fails, since there's
	apparently a race we haven't found yet

2003-03-14 15:31  shadow

	* src/viced/viced.c: DELTA winnt-no-softsig-20030314 AUTHOR
	cg2v@andrew.cmu.edu FIXES 1333
	
	the softsig stuff messed up the windows signal stuff. MSVC doesn't
	recognize #elsif. if #elif isn't standard, then it needs to be
	split into #else and another #if/#endif block.

2003-03-14 15:30  shadow

	* src/rxkad/v5der.c: DELTA winnt-rxkad5-20030314 AUTHOR
	cg2v@andrew.cmu.edu FIXES 1333
	
	stddef.h needed for NULL

2003-03-14 15:30  shadow

	* src/libafsrpc/afsrpc.def: DELTA winnt-afsrpc-assert-20030314
	AUTHOR cg2v@andrew.cmu.edu FIXES 1333
	
	something in the fileserver started using osi_Assert, instead of
	whatever assert comes from util, so we need osi_AssertFailU in
	addition to AssertionFailed.

2003-03-14 15:30  shadow

	* src/WINNT/client_creds/shortcut.cpp: DELTA
	winnt-client-shortcut-20030314 AUTHOR cg2v@andrew.cmu.edu FIXES
	1333
	
	leaving the #include <initguid.h> in caused Bad Things to happen
	when I did a build. I'm pretty sure initguid.h is only supposed to
	be used by things that *impliment* COM objects.

2003-03-14 15:29  shadow

	* src/WINNT/afsd/afsd.c: DELTA winnt-afsd-initialize-rect-20030314
	AUTHOR cg2v@andrew.cmu.edu FIXES 1333
	
	rect is used uninitialized, I'm pretty sure they really meant to
	refer to main_rect.top, not rect.top

2003-03-14 15:17  shadow

	* src/WINNT/client_exp/gui2fs.cpp: DELTA
	STABLE12-winnt-fix-duplication-20030314 AUTHOR cg2v@andrew.cmu.edu
	FIXES
	
	get rid of duplication

2003-03-14 15:00  shadow

	* src/WINNT/afsd/cm_ioctl.c: DELTA
	STABLE12-winnt-client-config-submount-fix-20030314 AUTHOR
	james@abrakus.com FIXES
	
	"Atempts to add a new drive, to the root, with a sub mount name,
	will sometimes return error #35"

2003-03-14 14:49  shadow

	* src/: WINNT/afsd/cm_conn.c, WINNT/afsd/cm_ioctl.c,
	WINNT/afsd/cm_rpc.c, libacl/aclprocs.c, libacl/netprocs.c,
	util/secutil_nt.c, rx/rx.c, rx/rx_pthread.c: DELTA
	STABLE12-winnt-include-sanity-20030314 AUTHOR cg2v@andrew.cmu.edu
	FIXES 1332
	
	include headers by their usual name instead of trying to be special

2003-03-14 14:45  shadow

	* src/WINNT/afsd/smb3.c: DELTA
	STABLE12-winnt-give-nosuchpath-if-thats-what-we-mean-20030314
	AUTHOR lantzer@umr.edu FIXES 1329
	
	"The Windows AFS client returns the error ERROR_NOSUCHFILE, where
	the same request on a local NTFS volume returns the error
	ERROR_NOSUCHPATH."

2003-03-14 14:39  shadow

	* src/WINNT/afsd/cm_callback.c: DELTA
	STABLE12-winnt-stat-cache-ref-leak-fix-20030314 AUTHOR
	lantzer@umr.edu FIXES 1327
	
	avoid leaking stat cache entries

2003-03-14 14:25  shadow

	* src/rx/rx.c: DELTA STABLE12-rx-init-stats-mutex-20030314 AUTHOR
	cg2v@andrew.cmu.edu FIXES
	
	instead of what rx-init-mutex-before-calling-getudpsocket-20030313,
	just init the mutex earlier where others are done

2003-03-13 15:37  shadow

	* src/WINNT/afsd/cm_ioctl.c: DELTA
	STABLE12-winnt-client-config-submount-fix-20030313 AUTHOR
	james@abrakus.com FIXES
	
	"Atempts to add a new drive, to the root, with a sub mount name,
	will sometimes return error #35"

2003-03-13 14:02  shadow

	* src/rx/rx.c: DELTA
	STABLE12-rx-init-mutex-before-calling-getudpsocket-20030313 AUTHOR
	shadow@dementia.org FIXES
	
	pointed out by cg2v@andrew.cmu.edu

2003-03-10 21:22  shadow

	* src/viced/callback.c: DELTA
	STABLE12-cbd-all-flag-in-usage-20030310 AUTHOR shadow@dementia.org
	FIXES
	
	cbd supports -all; put it in usage.

2003-03-10 18:29  zacheiss

	* src/afs/afs_prototypes.h: DELTA
	STABLE12-add-useful-string-functions-20020822 AUTHOR kolya@mit.edu
	
	Add two useful functions for string operations: afs_strdup() and
	afs_osi_FreeStr().  Will be used by an upcoming patch.

2003-03-10 17:51  shadow

	* src/afs/afs_call.c: DELTA
	STABLE12-new-and-maybe-improved-cell-code-20020822 AUTHOR
	kolya@mit.edu FIXES
	
	correct a code block so patch is correct

2003-03-06 10:39  shadow

	* src/afs/: afs_callback.c, afs_osi.c, afs_util.c,
	UKERNEL/afs_usrops.c: DELTA
	STABLE12-add-useful-string-functions-20020822 AUTHOR kolya@mit.edu
	
	Add two useful functions for string operations: afs_strdup() and
	afs_osi_FreeStr().  Will be used by an upcoming patch.

2003-03-06 10:25  shadow

	* src/afs/: afs.h, afs_dynroot.c, afs_prototypes.h: DELTA
	STABLE12-new-and-maybe-improved-cell-code-20020822 AUTHOR
	kolya@mit.edu FIXES
	
	This is mostly a rewrite of src/afs/afs_cell.c, and associated
	changes to other things.  Features of the new cell code:
	
	 * Persistent name-to-cell-number mapping across reboots, to ensure
	the
	   cell numbers in the dcache are meaningful.  Stored in the new
	cache
	   file, /usr/vice/cache/CellInfo.
	 * Allow cmdebug to query the cell number to cell name mapping.
	 * Allow clients to have an empty CellServDB as long as AFSDB is
	enabled
	   and ThisCell has AFSDB records.
	 * The home cell retains the setuid bit even if looked up via
	AFSDB.
	 * Dynroot gets its own cell, rather than piggybacking on cell 1.
	 * Cell 1 is no longer special; cell numbers are now semi-opaque.
	 * Convert cell traversal code to using GetCellByIndex rather than
	   directly poking at CellLRU / afs_xcell.
	 * Separate cells from aliases, which shouldn't have been the same
	   in the first place.
	 * Cleaner code (IMHO).

2003-03-06 10:04  shadow

	* src/viced/afsfileprocs.c: DELTA STABLE12-misc-build-fix-20030306
	AUTHOR shadow@dementia.org FIXES
	
	fix error logging code

2003-03-06 09:53  shadow

	* src/: afs/afs.h, afs/afs_analyze.c, afs/afs_call.c,
	afs/afs_callback.c, afs/afs_cell.c, afs/afs_daemons.c,
	afs/afs_dcache.c, afs/afs_dynroot.c, afs/afs_init.c,
	afs/afs_osi_vget.c, afs/afs_pioctl.c, afs/afs_prototypes.h,
	afs/afs_server.c, afs/afs_stats.h, afs/afs_vcache.c,
	afs/afs_volume.c, afs/IRIX/osi_vfsops.c,
	afs/VNOPS/afs_vnop_lookup.c, afsd/afsd.c, config/afs_args.h,
	fsint/afscbint.xg, fsprobe/fsprobe_callback.c, venus/cmdebug.c,
	venus/kdump.c, vol/vnode.c, xstat/xstat_fs_callback.c: DELTA
	STABLE12-new-and-maybe-improved-cell-code-20020822 AUTHOR
	kolya@mit.edu FIXES
	
	This is mostly a rewrite of src/afs/afs_cell.c, and associated
	changes to other things.  Features of the new cell code:
	
	 * Persistent name-to-cell-number mapping across reboots, to ensure
	the
	   cell numbers in the dcache are meaningful.  Stored in the new
	cache
	   file, /usr/vice/cache/CellInfo.
	 * Allow cmdebug to query the cell number to cell name mapping.
	 * Allow clients to have an empty CellServDB as long as AFSDB is
	enabled
	   and ThisCell has AFSDB records.
	 * The home cell retains the setuid bit even if looked up via
	AFSDB.
	 * Dynroot gets its own cell, rather than piggybacking on cell 1.
	 * Cell 1 is no longer special; cell numbers are now semi-opaque.
	 * Convert cell traversal code to using GetCellByIndex rather than
	   directly poking at CellLRU / afs_xcell.
	 * Separate cells from aliases, which shouldn't have been the same
	   in the first place.
	 * Cleaner code (IMHO).

2003-03-06 03:50  shadow

	* src/WINNT/afsd/cm_callback.c: DELTA
	STABLE12-windows-cm-getcellbynum-rpc-20030306 AUTHOR
	shadow@dementia.org FIXES
	
	missing stub

2003-03-03 10:58  shadow

	* src/rx/: rx.c, rx_globals.h, rx_pthread.c: DELTA
	STABLE12-rx-thread-id-startup-20030303 AUTHOR rtb@pclella.cern.ch
	FIXES 1304
	
	avoid using rxi_availProcs to allocate thread ids as it may
	decrement from under us

2003-03-03 10:19  shadow

	* src/WINNT/afsd/smb3.c: DELTA
	STABLE12-winnt-cleanup-memory-leak-20030303 AUTHOR
	james@abrakus.com FIXES 1322
	
	due to a change in the smb protocol we leaked memory. fix it.

2003-02-28 20:22  shadow

	* src/vol/nuke.c: DELTA
	
	don't construct a windows path on unix
	STABLE12-nuke-create-windows-pathnames-only-on-windows-thanks-20030
	228 AUTHOR haba@pdc.kth.se FIXES

2003-02-24 11:37  shadow

	* src/vol/vol-salvage.c: DELTA
	
	pointed out by Hartmut Reuter
	STABLE12-salvager-create-larger-buffer-for-inodes-tmpfile-and-avoid
	-overrun-20030224 AUTHOR shadow@dementia.org FIXES 1318

2003-02-18 21:37  shadow

	* src/viced/: afsfileprocs.c, callback.c, host.c: DELTA
	STABLE12-viced-fix-port-logging-20030218 AUTHOR lha@stacken.kth.se
	FIXES 1307
	
	put port in correct byte order when logging

2003-02-18 03:14  shadow

	* src/viced/host.c: DELTA
	STABLE12-viced-host-logging-update-20030218 AUTHOR
	shadow@dementia.org FIXES 1308
	
	print info before letting host get gc'd

2003-02-08 01:44  shadow

	* src/viced/callback.c: DELTA
	STABLE12-callback-interfaces-check-malloc-result-for-error-20030208
	AUTHOR shadow@dementia.org FIXES
	
	if we run out of memory, maybe we should assert. we should probably
	log.  this is just so i remember to deal better.

2003-02-06 18:03  shadow

	* src/WINNT/afsd/cm_rpc.c: DELTA
	STABLE12-winnt-find-token-event-missing-braces-20030206 AUTHOR
	Andrei.Keis@morganstanley.com FIXES 1288
	
	add missing {} braces

2003-02-03 18:36  shadow

	* src/butc/Makefile.in: DELTA STABLE12-butc-xbsa-cflags-20030203
	AUTHOR mbacchi@gmavt.net FIXES 1283
	
	still need to link in libs but this should at least get us further

2003-02-03 18:33  shadow

	* src/lwp/test/: selclient.c, selserver.c, selsubs.c: DELTA
	STABLE12-lwp-tests-20030203 AUTHOR cg2v@andrew.cmu.edu FIXES 1280
	
	make the tests work

2003-02-03 18:16  shadow

	* src/cmd/cmd.c: DELTA
	STABLE12-cmd-print-help-in-cases-without-subcommands-20030203
	AUTHOR mbacchi@gmavt.net FIXES 1277
	
	so libcmd supports help for e.g. pt_util

2003-02-03 18:06  shadow

	* src/config/: param.i386_linux24.h, param.ia64_linux24.h,
	param.parisc_linux24.h, param.ppc_linux24.h, param.s390_linux24.h,
	param.sparc64_linux24.h, param.sparc_linux24.h: DELTA
	
	allow variable cpu numbers
	STABLE12-linux-include-thread-h-to-allow-variable-num-of-cpus-20030
	203 AUTHOR blade@debian.org FIXES 1275

2003-02-03 15:56  shadow

	* src/config/: param.i386_linux22.h, param.i386_linux24.h,
	param.s390_linux22.h, param.s390_linux24.h: DELTA
	STABLE12-linux-config-defines-need-1-20030203 AUTHOR
	warlord@mit.edu FIXES 1265
	
	have to define to a value, not just define, local APIC stuff

2003-02-03 15:46  shadow

	* src/: rx/rx_pthread.c, vol/fssync.c: DELTA
	STABLE12-rx-thread-id-assignment-fixes-20030203 AUTHOR
	rtb@pclella.cern.ch
	
	in rx_pthread.c the ++rxi_pthread_hinum; has to be protected by the
	rx_stats_mutex in all three cases. In the file I attached in the
	openafs-devel article the last one was accidentally unprotected.
	
	the FSYNC_sync thread (fssync.c) needs needs to be handled as well.

2003-01-31 17:36  shadow

	* src/afs/LINUX/osi_machdep.h: DELTA
	STABLE12-more-redhate-beta-fun-20030131 AUTHOR shadow@dementia.org
	
	apparently having recalc_sigpending stay the same was just as hard
	as continuing to export the same level of functionality, so we get
	neither.

2003-01-31 16:30  zacheiss

	* src/rx/: rx.c, rx_globals.h: DELTA
	STABLE12-rx-avoid-deadlock-in-attaching-call-20030122 AUTHOR
	kolya@mit.edu
	
	Avoid a subtle cycle in the locking order hierarchy involving the
	rxi_ServerThreadSelectingCall flag, and instead rely on call->lock
	to make sure we don't attach the same call twice.  Also some
	miscellaneous cleanup and code unification.

2003-01-31 16:20  shadow

	* src/rx/: DARWIN/rx_knet.c, FBSD/rx_knet.c: DELTA
	STABLE12-fix-netreceive-memleak-20030130 AUTHOR rees@umich.edu
	
	for darwin and freebsd, simplified for pullup

2003-01-31 16:11  zacheiss

	* src/: util/assert.h, vol/vol-salvage.c, volser/dumpstuff.c: DELTA
	STABLE12-better-assert-macro-20030113 AUTHOR kolya@mit.edu
	
	Wrap our assert() macro in do{..}while(0) to make it look just like
	a real function.  Fix instances of use of this macro that lacked a
	trailing semicolon of their own.

2003-01-31 16:08  zacheiss

	* src/: util/Makefile.in, util/softsig.c, util/softsig.h,
	viced/viced.c, tviced/Makefile.in: DELTA
	STABLE12-better-signal-thread-support-for-fileserver-20030113
	AUTHOR kolya@mit.edu
	
	Improved signal-thread support for the pthread fileserver, which
	avoids blocking signals in any thread, to appease Linux's thread
	signaling semantics.

2003-01-31 16:05  zacheiss

	* src/viced/viced.c: DELTA
	STABLE12-pthread-fileserver-create-signal-thread-20030103 AUTHOR
	kolya@mit.edu
	
	Create a special thread to receive signals in the pthread
	fileserver, in order to avoid deadlock (we have signal handlers
	that unsafely grab locks).

2003-01-25 19:02  shadow

	* src/afs/DARWIN/osi_vnodeops.c: DELTA
	STABLE12-darwin-creds-update-20030125 AUTHOR shadow@dementia.org
	
	pullup from head

2003-01-25 13:41  shadow

	* src/afs/DARWIN/osi_vnodeops.c: DELTA
	STABLE12-darwin-deal-with-unclean-pages-from-vm-20020107 AUTHOR
	cg2v@andrew.cmu.edu
	
	based on report from lha@stacken.kth.se

2003-01-22 12:12  zacheiss

	* src/pam/Makefile.in: DELTA
	STABLE12-pam-no-system-include-path-20021210 AUTHOR nneul@umr.edu
	
	breaks modern gcc.  also, wrong.

2003-01-17 13:18  shadow

	* src/: rx/rx_globals.h, rx/rx_pthread.c, viced/viced.c: DELTA
	STABLE12-rx-assign-thread-id-key-to-periodic-helpers-20030117
	AUTHOR Rainer.Toebbicke@cern.ch
	
	so each gets own holdbits

2003-01-17 02:39  shadow

	* src/viced/host.c: DELTA
	STABLE12-viced-getclient-assert-logging-20030117 AUTHOR
	shadow@dementia.org
	
	log some more info before asserting

2003-01-17 01:47  shadow

	* src/vol/clone.c: DELTA
	STABLE12-vol-clone-inc-failure-logging-20030117 AUTHOR
	shadow@dementia.org
	
	log more info on asserts

2003-01-17 01:24  shadow

	* src/viced/host.c: DELTA
	STABLE12-viced-improved-host-logging-20030117 AUTHOR
	shadow@dementia.org
	
	to deal with condition reported by lha@stacken.kth.se

2003-01-17 01:12  shadow

	* src/libafs/MakefileProto.SOLARIS.in: DELTA
	STABLE12-solaris-deal-with-gmake-stupidity-20030117 AUTHOR
	jhutz@cmu.edu
	
	make gmake not try to link libafs.o and libafs.nonfs.o into another
	object

2003-01-17 01:02  shadow

	* src/viced/host.c: DELTA
	STABLE12-viced-alloc-hosts-held-and-locked-20030114 AUTHOR
	shadow@dementia.org
	
	to avoid potential race as we chain in while allocating then try to
	lock after returning to h_GetHost_r

2003-01-17 00:43  shadow

	* src/afs/afs_osi_pag.c: DELTA
	STABLE12-linux-ifdef-stupidity-cleanup-20030117 AUTHOR
	shadow@dementia.org
	
	as pointed out by zacheiss@mit.edu

2003-01-17 00:42  shadow

	* src/rx/: rx.c, rx_packet.c: DELTA
	STABLE12-linux-fast-netdown-20020107 AUTHOR warlord@mit.edu
	
	notice the NETUNREACH quickly and mark a host down

2003-01-16 20:30  shadow

	* src/afs/LINUX/osi_vnodeops.c: DELTA
	STABLE12-linux-lock64-fix-20030116 AUTHOR
	semerad@ss1000.ms.mff.cuni.cz
	
	fix 64bit lock functions

2003-01-14 02:48  shadow

	* src/rx/rx_rdwr.c: DELTA STABLE12-undo-unintended-change-20020817
	AUTHOR lha@stacken.kth.se
	
	An unintentional change accidentally leaked out when the
	rx-avoid-using-newproc-on-solaris-20020812 delta was checked in. 
	Undo it, since it breaks things.

2003-01-13 20:20  kolya

	* src/util/: softsig.c, softsig.h: 
	DELTA better-signal-thread-support-for-fileserver-20030113 AUTHOR
	kolya@mit.edu
	
	Improved signal-thread support for the pthread fileserver, which
	avoids blocking signals in any thread, to appease Linux's thread
	signaling semantics.

2003-01-13 18:47  shadow

	* Makefile.in, src/afsd/Makefile.in, src/butc/Makefile.in,
	src/libafs/MakefileProto.SOLARIS.in, src/shlibafsrpc/Makefile.in,
	src/sys/Makefile.in, src/viced/Makefile.in: DELTA
	STABLE12-solaris-x86-58-support-20030113 AUTHOR fallsjo@isk.kth.se
	
	make 1.2.x work on solaris 8 x86

2003-01-13 17:57  shadow

	* src/config/Makefile.sunx86_58.in: DELTA
	solaris-x86-58-support-20030113 AUTHOR fallsjo@isk.kth.se
	
	needed for patch

2003-01-11 02:53  shadow

	* acconfig.h, acinclude.m4, src/afs/afs_osi.c,
	src/afs/LINUX/osi_groups.c, src/afs/LINUX/osi_machdep.h,
	src/afs/LINUX/osi_misc.c, src/afs/LINUX/osi_module.c,
	src/afs/LINUX/osi_sleep.c, src/cf/linux-test4.m4,
	src/ptserver/pt_util.c, src/rx/LINUX/rx_kmutex.h,
	src/sys/rmtsyss.c, src/venus/test/owntest.c: DELTA
	STABLE12-linux-redhat-81-beta-support-20020107 AUTHOR
	shadow@dementia.org
	
	thanks to Sean McDermott for the errno.h fixes.  the rest is my
	fault, the configure tests as well as the kernel changes

2003-01-11 02:48  shadow

	* src/rx/: rx_kcommon.c, rx_kcommon.h, rx_pthread.c, rx_rdwr.c,
	SOLARIS/rx_knet.c: DELTA
	STABLE12-rx-avoid-using-newproc-on-solaris-20020812 AUTHOR
	kolya@mit.edu
	
	Second attempt at avoiding the use of newproc() on Solaris.  This
	time, use thread_create to spawn a kernel thread, and use a dummy
	packet to wake up the listener during shutdown.

2003-01-11 02:44  shadow

	* src/rxkad/ticket5.c: DELTA
	STABLE12-rxkad-2b-principal-translation-20021223 AUTHOR
	hartmans@mit.edu
	
	Do v5/v4 principal name translation.

2003-01-11 02:44  shadow

	* src/vol/: vnode.c, volume.c: DELTA
	
	thanks to whichever of jhutz@cmu.edu or cg2v@andrew.cmu.edu (or
	both) noticed the race; also deal with wrap problem in
	VolumeCacheCheck that i noticed
	STABLE12-vol-package-avoid-race-on-invalidating-hashed-vnode-200301
	11 AUTHOR shadow@dementia.org

2003-01-11 02:42  shadow

	* src/: afsmonitor/afsmonitor.c, butm/butm_test.c, export/cfgafs.c,
	export/cfgexport.c, gtx/curseswindows.c, gtx/dumbwindows.c,
	gtx/object_test.c, gtx/screen_test.c, package/fileops.c,
	package/messages.c, pinstall/install.c, ptserver/db_verify.c,
	ptserver/pt_util.c, scout/scout.c, sys/afssyscalls.c,
	sys/rmtsysd.c, sys/rmtsyss.c, uss/uss_fs.c, uss/uss_kauth.c,
	uss/uss_procs.c, uss/uss_ptserver.c, uss/uss_vol.c, venus/fs.c,
	venus/fstrace.c, venus/kdump.c, venus/twiddle.c, vlserver/cnvldb.c,
	vlserver/sascnvldb.c, vol/fs_conv_411.c, vol/partition.c: DELTA
	STABLE12-include-errno-dont-declare-it-20030111 AUTHOR
	hartmans@mit.edu
	
	include errno.h instead of extern int errno ourselves

2003-01-11 02:35  shadow

	* src/rxkad/ticket.c: DELTA
	STABLE12-rxkad-be-openssl-keyschedule-safe-20030111 AUTHOR
	jhutz@cmu.edu
	
	openssl has larger keyschedules than we do
	
	crypto api is all so unfortunate

2003-01-10 14:49  shadow

	* src/afs/LINUX/osi_module.c: DELTA
	STABLE12-linux-placate-whiny-gcc-20020110 AUTHOR
	shadow@dementia.org
	
	debian unstable gcc gets bitter and cries to mom over newlines in
	strings.

2003-01-10 04:35  shadow

	* src/afs/afs_nfsdisp.c: DELTA
	STABLE12-nfstrans-solaris-pre-7-support-20021210 AUTHOR
	shadow@dementia.org
	
	pullup
2002-12-10 18:17  shadow

	* src/afs/afs_nfsdisp.c: DELTA
	STABLE12-nfstrans-solaris-pre-7-support-20021210 AUTHOR
	shadow@dementia.org
	
	make it work for 2.6 and earlier

2002-12-10 17:55  shadow

	* src/WINNT/client_exp/shell_ext.cpp: DELTA
	STABLE12-windows-wide-char-fix-20021210 AUTHOR leg@andrew.cmu.edu
	
	include afxpriv.h so we get macros call GetSize() and not
	GetCount()

2002-12-10 14:11  shadow

	* src/afs/: UKERNEL/afs_usrops.c, VNOPS/afs_vnop_lookup.c: DELTA
	STABLE12-use-afs-strchr-instead-of-strchr-20021210 AUTHOR
	mattiasa@e.kth.se
	
	make dux happy

2002-12-10 11:41  shadow

	* src/WINNT/afsd/smb.c: DELTA
	STABLE12-windows-loopback-adapter-support-20021126 AUTHOR
	sdw@email.unc.edu
	
	try to bind to loopback on windows

2002-12-09 23:32  shadow

	* src/afs/LINUX/: osi_module.c, osi_vnodeops.c: DELTA
	STABLE12-linux-ia64-updates-20021209 AUTHOR jmoss@ichips.intel.com
	
	deal with *LK64 not defined deal with ia64 sys_call_table

2002-12-09 22:42  zacheiss

	* doc/txt/RELNOTES-1.2.8: file RELNOTES-1.2.8 was initially added
	on branch openafs-stable-1_2_x.

2002-12-09 22:42  zacheiss

	* doc/txt/RELNOTES-1.2.8: 
	DELTA STABLE12-add-1_2_8-release-notes-20021209 AUTHOR
	zacheiss@mit.edu
	
	Add 1.2.8 release notes.

2002-12-09 18:13  zacheiss

	* NEWS: 
	DELTA STABLE12-update-news-20021209 AUTHOR zacheiss@mit.edu
	
	Update NEWS file with user visible changes and other noteworthy
	things about OpenAFS 1.2.8.

2002-12-09 17:54  zacheiss

	* configure-libafs.in, configure.in: 
	DELTA STABLE12-create-openafs-1_2_8-20021209 AUTHOR
	zacheiss@mit.edu
	
	Begin release cycle.

2002-12-05 00:59  shadow

	* src/: WINNT/client_creds/NTMakefile,
	WINNT/install/InstallShield5/NTMakefile,
	config/NTMakefile.i386_nt40, config/util_cr.c: DELTA
	STABLE12-windows-versioning-updates-20021205 AUTHOR
	james@abrakus.com
	
	conditionalize parts of windows build process on what platform the
	build is on

2002-12-04 19:45  shadow

	* acinclude.m4: DELTA
	
	fix broken test
	STABLE12-deal-with-non-modversioned-non-exported-sys-call-table-200
	21204 AUTHOR nneul@umr.edu

2002-12-04 09:27  shadow

	* src/config/NTMakefile.version-NOCML: DELTA
	STABLE12-windows-fake-cml-info-20021126 AUTHOR sdw@email.unc.edu
	
	fake up cml info for windows

2002-12-04 09:26  shadow

	* src/WINNT/afsd/smb.c: DELTA
	STABLE12-windows-rename-warning-20021126 AUTHOR james@abrakus.com
	
	Currently AFS doesn't handle Explorer operations 'rename' and
	'move' correctly.  Normal operation of 'rename' and 'move' is to
	warn the operator when the destination file name already exist.

2002-12-04 09:25  shadow

	* src/WINNT/client_exp/: afs_shl_ext.cpp, gui2fs.cpp, gui2fs.h,
	resource.h, shell_ext.cpp, shell_ext.h, lang/en_US/afs_shl_ext.rc,
	lang/es_ES/afs_shl_ext.rc, lang/ja_JP/afs_shl_ext.rc,
	lang/ko_KR/afs_shl_ext.rc, lang/pt_BR/afs_shl_ext.rc,
	lang/zh_CN/afs_shl_ext.rc, lang/zh_TW/afs_shl_ext.rc: DELTA
	STABLE12-windows-rename-20021126 AUTHOR james@abrakus.com
	
	fix rename on windows client

2002-12-04 09:24  shadow

	* src/WINNT/afsd/smb.c: DELTA
	STABLE12-windows-loopback-adapter-support-20021126 AUTHOR
	sdw@email.unc.edu
	
	try to bind to loopback on windows

2002-12-04 09:20  shadow

	* src/: WINNT/afsapplib/NTMakefile, WINNT/afsd/cm_config.c,
	WINNT/afsd/cm_conn.c, WINNT/afsd/smb3.c,
	WINNT/client_config/NTMakefile, WINNT/client_creds/NTMakefile,
	WINNT/client_creds/shortcut.cpp, WINNT/eventlog/lang/NTMakefile,
	WINNT/install/InstallShield5/NTMakefile,
	config/NTMakefile.i386_nt40, config/NTMakefile.i386_win95,
	config/util_cr.c, libafsrpc/NTMakefile, rxkad/NTMakefile: DELTA
	STABLE12-windows-build-cleanup-20021204 AUTHOR james@abrakus.com
	
	makefile changes.  initialize variables to NULL before use clean up
	CellServDB parsing make sure files do not get timestamp of -1
	(1969) update product version

2002-11-26 18:54  shadow

	* src/cf/linux-test4.m4: DELTA
	disable-new-afs-thread-model-in-old-kernels-20021126 AUTHOR
	shadow@dementia.org
	
	so COMPLETION_H_EXISTS doesn't happen with 2.4.7-10

2002-11-26 18:40  shadow

	* src/afs/HPUX/osi_machdep.h, README: DELTA
	STABLE12-hpux-readme-and-comments-on-header-20021126 AUTHOR
	shadow@dementia.org
	
	Thanks to Carl Davidson for making it happen.

2002-11-22 20:27  shadow

	* README: DELTA
	STABLE12-update-README-with-current-systems-20021122 AUTHOR
	shadow@dementia.org
	
	note that logging ufs on solaris can be bad

2002-11-22 16:01  zacheiss

	* src/afs/LINUX/osi_vnodeops.c: 
	DELTA STABLE12-linux-flock-downmap-64-ops-20021120 AUTHOR
	kvanhees@sinenomine.net
	
	downmap F_*LK64 to F_*LK if they're different. we have no large
	files for now.

2002-11-22 14:14  shadow

	* src/afs/VNOPS/afs_vnop_readdir.c: DELTA
	address-operator-cant-be-applied-to-register-vars-on-hpux-20021122
	AUTHOR nneul@umr.edu
	
	so we have a working hpux port

2002-11-19 22:24  shadow

	* src/afs/afs_dynroot.c: DELTA
	STABLE12-misc-dynroot-cleanup-20021119 AUTHOR kolya@mit.edu
	
	Fix a memory leak in the dynroot directory creation process and
	factor out common code to compute directory size.

2002-11-19 22:18  zacheiss

	* src/afs/afs_vcache.c: 
	DELTA STABLE12-linux-dcache-flushing-fix-22-kernels-20021119 AUTHOR
	zacheiss@mit.edu
	
	Make this work with Linux 2.2 kernels again.  In particular,
	
	- Use the DCOUNT() macro from afs.h instead of atomic_read, because
	  the d_count member of a struct dentry is an int in the 2.2
	series,   not an atomic_t.
	
	- Use list_del() + INIT_LIST_HEAD() on 2.2, which doesn't have
	list_del_init().
	
	- BUG() only exists on 2.4 kernels.  Just don't use it on 2.2.

2002-11-19 22:05  shadow

	* src/afs/afs_dynroot.c: DELTA
	STABLE12-dynamic-root-allocate-space-for-dot-and-dotdot-20011102
	AUTHOR kolya@mit.edu
	
	reserve space for . and .. in dynroot/freelance fix my
	(shadow@dementia.org) screwup

2002-11-17 23:35  zacheiss

	* src/: rxkad/Makefile.in, libafs/Makefile.common,
	libuafs/Makefile.common, libafsrpc/Makefile.in,
	shlibafsrpc/Makefile.in: 
	DELTA STABLE12-revert-bg-fcrypt-20021117 AUTHOR zacheiss@mit.edu
	
	Revert to previous fcrypt implementation until the new one actually
	works.

2002-11-16 14:28  shadow

	* src/rxkad/test/Makefile.in: DELTA
	STABLE12-rxkad-make-stress-compile-again-20020119 AUTHOR
	lha@e.kth.se
	
	Make stress compile again.

2002-11-15 08:45  shadow

	* src/rxkad/bg-fcrypt.c: DELTA STABLE12-bg-fcrypt-cleanup-20021030
	AUTHOR shadow@dementia.org
	
	and readd rx/rx.h so private_data's struct clock ref is resolved

2002-11-15 08:40  shadow

	* src/rxkad/bg-fcrypt.c: DELTA STABLE12-bg-fcrypt-cleanup-20021030
	AUTHOR shadow@dementia.org
	
	un-nocopy bg-fcrypt

2002-11-15 08:29  shadow

	* src/afs/afs_trace.et: DELTA
	STABLE12-linux-dcache-flushing-experimental-20020819 AUTHOR
	chas@cmf.nrl.navy.mil
	
	shadow@dementia.org at least partly to blame.
	
	hold the dcache lock only briefly; instead put dcache entries to be
	junked onto a free list, by unhashing them, then grab the dcache
	lock, junk them, and release it.

2002-11-15 08:28  shadow

	* src/afs/afs_init.c: DELTA STABLE12-linux-init-rwlocks-20020926
	AUTHOR dhowells@warthog.cambridge.redhat.com
	
	init linux rwlocks we missed before

2002-11-15 08:17  shadow

	* src/vol/fssync.c: DELTA
	
	not ready yet, needs work
	STABLE12-REVERT-volserver-dont-deal-poorly-with-fssync-blockage-200
	21016 AUTHOR cg2v@andrew.cmu.edu

2002-11-15 01:05  zacheiss

	* src/afs/afs_init.c: 
	DELTA STABLE12-linux-init-rwlocks-20020926 AUTHOR zacheiss@mit.edu
	
	Need to declare new lock extern.

2002-11-15 00:50  shadow

	* src/libafsrpc/Makefile.in: DELTA
	STABLE12-bg-fcrypt-cleanup-20021030 AUTHOR shadow@dementia.org
	
	add missing include path

2002-11-15 00:43  shadow

	* src/rxkad/Makefile.in: DELTA STABLE12-rxkad-new-fcrypt-20021028
	AUTHOR lha@it.su.se
	
	rxkad fcrypt from bg@pdc.kth.se. we should also add autoconf test
	for what to use for EFF_NTOHL

2002-11-15 00:04  shadow

	* src/rxkad/ticket5.c: DELTA
	STABLE12-rxkad5-dont-allow-dot-in-aname-20021114 AUTHOR
	lha@e.kth.se
	
	otherwise we need to deal with the fact that we're using . as a
	separator

2002-11-14 23:08  zacheiss

	* src/rx/rx_kernel.h: 
	DELTA fix-typo-20021114 AUTHOR zacheiss@mit.edu
	
	Fix typo introduced during merge.

2002-11-14 23:07  zacheiss

	* src/viced/callback.c: 
	DELTA fix-typo-20021114 AUTHOR zacheiss@mit.edu
	
	fix typo introduced during merge.

2002-11-14 18:02  zacheiss

	* src/: libafs/Makefile.common, libafsrpc/Makefile.in,
	libuafs/Makefile.common, rxkad/bg-fcrypt.c,
	shlibafsrpc/Makefile.in: 
	DELTA STABLE12-bg-fcrypt-cleanup-20021030 AUTHOR
	shadow@dementia.org
	
	readd missing statistics make cm and ukernel compile with new stuff

2002-11-14 17:51  zacheiss

	* src/rxkad/: Makefile.in, bg-fcrypt.c: 
	DELTA STABLE12-rxkad-new-fcrypt-20021028 AUTHOR lha@it.su.se
	
	rxkad fcrypt from bg@pdc.kth.se. we should also add autoconf test
	for what to use for EFF_NTOHL

2002-11-14 17:46  zacheiss

	* src/rxkad/: der.h, v5gen.c: 
	DELTA STABLE12-rxkad-krb5-windows-fix-20021028 AUTHOR
	shadow@dementia.org
	
	based on report from leg@andrew.cmu.edu

2002-11-14 17:44  zacheiss

	* src/: libafsrpc/Makefile.in, shlibafsrpc/Makefile.in,
	rxkad/Makefile.in, rxkad/README.v5, rxkad/asn1-common.h,
	rxkad/asn1_err.h, rxkad/crc.c, rxkad/der.h, rxkad/rxkad.p.h,
	rxkad/rxkad_server.c, rxkad/ticket5.c, rxkad/v5der.c,
	rxkad/v5gen-rewrite.h, rxkad/v5gen.c, rxkad/v5gen.h,
	rxkad/test/Makefile.in, rxkad/test/stress.c, rxkad/test/stress_c.c,
	rxkad/test/stress_internal.h, rxkad/test/stress_s.c: 
	DELTA STABLE12-rxkad-krb5-20021027 AUTHOR lha@it.su.se
	
	Added support to rxkad for servers accepting Kerberos V5 tickets
	and truncated "proposal 2b" tickets.  When used with an appropriate
	aklog or krb524d (such as shipped with Heimdal and MIT Kerberos),
	this allows the use of Kerberos V5 tickets (with DES session keys)
	to authenticate connections to OpenAFS servers.

2002-11-14 17:27  zacheiss

	* src/: util/afs_lhash.c, rx/rx_kcommon.h: 
	DELTA STABLE12-hpux-20021106 AUTHOR deengert@anl.gov
	
	Minor fixes for HPUX110.

2002-11-14 17:23  zacheiss

	* src/afs/afs_nfsdisp.c: 
	DELTA STABLE12-nfs-translator-nfsv2-fixup-20021112 AUTHOR
	shadow@dementia.org
	
	rewrite so we treat the ptr args as such

2002-11-14 17:21  zacheiss

	* acinclude.m4: 
	DELTA STABLE12-darwin-map-more-versions-20021112 AUTHOR
	zacheiss@mit.edu
	
	Recognize MacOS X 10.2.2 as ppc_darwin_60.  It's compatible.

2002-11-14 17:19  zacheiss

	* src/rx/rx.c: 
	DELTA STABLE12-rx-cleanup-20021112 AUTHOR kolya@mit.edu
	
	Clean up code in rxi_FindConnection.

2002-11-14 17:17  zacheiss

	* acconfig.h, acinclude.m4, src/afs/LINUX/osi_module.c,
	src/cf/linux-test4.m4, src/cf/linux-test5.m4,
	src/libafs/MakefileProto.LINUX.in: 
	DELTA STABLE12-handle-unexported-sys_call_table-20021112 AUTHOR
	cg2v@andrew.cmu.edu
	
	Handle Linux kernels that don't export sys_call_table.

2002-11-14 16:58  zacheiss

	* src/afs/SOLARIS/osi_vnodeops.c: 
	DELTA
	STABLE12-solaris-fakestat-fix-open-count-for-volume-roots-20021104
	AUTHOR kolya@mit.edu
	
	Under Solaris, only clean up the open count in VOP_INACTIVE when
	the vcache is mvstat 0 (necessary because executables don't get
	VOP_CLOSE'd).  Volume roots (mvstat 2) need to keep their open
	counts, because under fakestat, the mountpoint above it is still
	considered open by the kernel.

2002-11-14 16:56  zacheiss

	* src/viced/: callback.c, host.c: 
	DELTA STABLE12-dynamic-interface-addr-array-sizing-20021030 AUTHOR
	kolya@mit.edu
	
	Allocate memory for the interface addr arrays dynamically to avoid
	potential overruns.

2002-11-14 16:51  zacheiss

	* src/des/read_pssword.c: 
	DELTA STABLE12-darwin-restore-terminal-after-read-password-20021028
	AUTHOR ses@unc.edu
	
	turn echo back on

2002-11-14 16:45  zacheiss

	* acinclude.m4: 
	DELTA STABLE12-acinclude-updates-20021027 AUTHOR lha@it.su.se
	
	so AC_DEFINE() specifies 3 arguments for everything defined

2002-11-14 16:40  zacheiss

	* src/: butc/read_tape.c, butc/recoverDb.c, kauth/klogin.c,
	login/login.c, lwp/waitkey.c, volser/vos.c, volser/vsprocs.c: 
	DELTA STABLE12-getchar-returns-int-20021026 AUTHOR hartmans@mit.edu
	
	don't assume it returns char

2002-11-14 16:38  zacheiss

	* src/rx/rx.c: 
	DELTA STABLE12-rx-improved-rtt-computation-20021020 AUTHOR
	kolya@mit.edu
	
	Slight change to the semantics of the serial number field in the
	ack packet, which results in more reliable RTT computation.

2002-11-14 16:37  zacheiss

	* src/viced/afsfileprocs.c: 
	DELTA STABLE12-fix-quota-calcs-with-unsigned-20021018 AUTHOR
	ksatish@in.ibm.com
	
	Change some ints to unsigned for correct quota calculation.  From
	Gregory via Satish Kumar.

2002-11-14 16:35  zacheiss

	* src/vol/fssync.c: 
	DELTA
	STABLE12-volserver-dont-deal-poorly-with-fssync-blockage-20021016
	AUTHOR cg2v@andrew.cmu.edu
	
	The attached patch attempts to deal with the issue that the
	volserver blocks if the fileserver's fssync interface isn't
	responsive by doing a select (IOMGR_Select) before trying to read
	the server's response.

2002-11-14 16:34  zacheiss

	* src/libafs/MakefileProto.SOLARIS.in: 
	DELTA STABLE12-solaris-build-translator-kernel-module-20021015
	AUTHOR shadow@dementia.org
	
	make libafs.o get built on solaris

2002-11-14 16:32  zacheiss

	* src/rx/rx.c: 
	DELTA STABLE12-rx-force-send-delayack-upon-endcall-20021013 AUTHOR
	kolya@mit.edu
	
	If the user calls rx_EndCall and we still have an outstanding
	delayack, force-send it now, to be nice to the server (otherwise
	the server will keep retransmitting to us for a while).

2002-11-14 16:31  zacheiss

	* src/afs/afs_nfsdisp.c: 
	DELTA
	STABLE12-solaris-nfs-translator-expand-macros-and-cleanup-20021011
	AUTHOR shadow@dementia.org
	
	Working NFS translator on Solaris.

2002-11-14 16:24  zacheiss

	* src/afs/: LINUX/osi_vnodeops.c, VNOPS/afs_vnop_lookup.c: 
	DELTA STABLE12-fakestat-for-crosscell-mountpoints-only-20021009
	AUTHOR kolya@mit.edu
	
	A better way to do cross-cell-only fakestat, which should also
	avoid problems with Linux's attribute validation.

2002-11-14 16:03  zacheiss

	* src/: afs/afs_prototypes.h, afs/afs_util.c,
	afs/LINUX/osi_vnodeops.c, afs/VNOPS/afs_vnop_lookup.c, afsd/afsd.c:
	
	DELTA STABLE12-fakestat-for-crosscell-mountpoints-only-20021006
	AUTHOR kolya@mit.edu
	
	Change the meaning of the -fakestat switch to only enable fakestat
	for cross-cell mountpoints.  The -fakestat-all switch can now be
	used to enable fakestat for all mountpoints (old behavior).

2002-11-14 15:41  zacheiss

	* src/vol/: ihandle.c, volume.c: 
	DELTA
	
	also avoid potential null deref in ih_open but with the
	ReadVolumeHeader patch we should never get there.
	
	thanks to Kris Van Hees for discovering this
	STABLE12-fileserver-may-not-have-valid-diskDataHandle-if-volume-was
	-offlined-20021003 AUTHOR shadow@dementia.org

2002-11-14 15:39  zacheiss

	* src/afs/: LINUX/osi_vfs.hin, VNOPS/afs_vnop_create.c: 
	DELTA STABLE12-dont-allow-creating-a-fifo-under-afs-20021001 AUTHOR
	kolya@mit.edu
	
	Return EINVAL when the user tries to create a FIFO under afs,
	instead of silently creating a regular file.

2002-11-14 15:37  zacheiss

	* acinclude.m4: 
	DELTA STABLE12-configure-check-for-timegm-20021001 AUTHOR
	lha@stacken.kth.se
	
	check for timegm. lha needs it for rxkad but it's "safe"

2002-11-14 15:36  zacheiss

	* src/afs/SOLARIS/osi_file.c: 
	DELTA STABLE12-solaris-dont-truncate-inode-number-20020930 AUTHOR
	shadow@dementia.org
	
	if ino_t is a larger type than afs_int32, we lose bits, then treat
	it as if nothing happened...

2002-11-14 15:30  zacheiss

	* src/rx/: rx_kernel.h, xdr.h, xdr_rx.c: 
	DELTA STABLE12-hpux-rx-cleanup-20020930 AUTHOR nneul@umr.edu
	
	make the hpux client work

2002-11-14 15:20  zacheiss

	* src/afs/sysincludes.h: 
	DELTA STABLE12-completion-deal-with-redhat-patch-20020930 AUTHOR
	shadow@dementia.org
	
	just include the header directly if we caN

2002-11-14 15:18  zacheiss

	* src/viced/afsfileprocs.c: 
	DELTA
	STABLE12-handle-cow-differently-if-volume-wont-be-salvaged-20020930
	AUTHOR nneul@umr.edu
	
	as edited by shadow@dementia.org

2002-11-14 15:12  zacheiss

	* src/rx/HPUX/rx_kmutex.h: 
	DELTA STABLE12-hpux-updated-rx-kmutex-from-ibm-20020926 AUTHOR
	shadow@dementia.org
	
	as provided by Srikanth Vishwanathan

2002-11-14 15:10  zacheiss

	* src/rx/HPUX/rx_kmutex.h: 
	DELTA STABLE12-hpux-kmutex-cleanup-20020926 AUTHOR nneul@umr.edu
	
	clean up missed and won't-compile stuff

2002-11-14 15:09  zacheiss

	* src/rx/HPUX/rx_kmutex.h: 
	DELTA STABLE12-hpux-rx-kmutex-h-20020926 AUTHOR shadow@dementia.org
	
	basically verbatim import from ibm afs, per laura stentz: Derrick,
	
	I have gotten approval to allow you to publish this header in
	OpenAFS.  Enjoy!
	
	Laura

2002-11-14 15:08  zacheiss

	* src/: rx/rx_kcommon.c, rx/HPUX/rx_kmutex.h,
	afs/HPUX/osi_machdep.h, afs/HPUX/osi_vnodeops.c,
	config/param.hp_ux110.h, libafs/MakefileProto.HPUX.in: 
	DELTA STABLE12-hpux-updates-20020716 AUTHOR shadow@dementia.org
	
	get us closer to building

2002-11-14 15:01  zacheiss

	* src/: config/Makefile.hp_ux110.in, rx/Makefile.in,
	libafsrpc/Makefile.in: 
	DELTA STABLE12-xdr-build-ours-entirely-20020926 AUTHOR
	nneul@umr.edu
	
	If we're doing our own xdr, we should be doing ALL of of own xdr,
	not piecemeal.	This impacted on HP w/ duplicate symbols if -lnsl,
	and missing symbols if no -lnsl.

2002-11-14 14:53  zacheiss

	* src/afs/: afs_init.c, LINUX/osi_module.c, LINUX/osi_prototypes.h:
	
	DELTA STABLE12-linux-init-rwlocks-20020926 AUTHOR
	dhowells@warthog.cambridge.redhat.com
	
	init linux rwlocks we missed before

2002-11-14 14:47  zacheiss

	* src/afs/LINUX/osi_groups.c: 
	DELTA STABLE12-linux-pag-deal-with-no-groups-20020926 AUTHOR
	ingolia@mit.edu
	
	If ngroups in the parent is 0, but the first two elements of the
	groups array represent a valid PAG (perhaps because they weren't
	zeroed), then set_pag_in_parent won't add 2 to ngroups and the
	parent process won't join the PAG.

2002-11-14 10:12  shadow

	* src/afs/afs_vcache.c: DELTA
	STABLE12-linux-dcache-flushing-experimental-20020819 AUTHOR
	chas@cmf.nrl.navy.mil
	
	shadow@dementia.org at least partly to blame.
	
	hold the dcache lock only briefly; instead put dcache entries to be
	junked onto a free list, by unhashing them, then grab the dcache
	lock, junk them, and release it.

2002-11-12 16:17  zacheiss

	* src/cf/linux-test5.m4: 
	DELTA handle-unexported-sys_call_table-20021112 AUTHOR
	cg2v@andrew.cmu.edu
	
	Handle Linux kernels that don't export sys_call_table.

2002-11-02 12:25  shadow

	* src/shlibafsauthent/mapfile: DELTA
	STABLE12-shlibafsauthent-extra-functions-20021102 AUTHOR
	shadow@dementia.org
	
	export more on solaris

2002-10-30 19:19  shadow

	* src/rxkad/bg-fcrypt.c: DELTA bg-fcrypt-cleanup-20021030 AUTHOR
	shadow@dementia.org
	
	make it work with ukernel macros

2002-10-30 19:10  shadow

	* src/rxkad/bg-fcrypt.c: DELTA bg-fcrypt-cleanup-20021030 AUTHOR
	shadow@dementia.org
	
	readd missing statistics make cm and ukernel compile with new stuff

2002-10-30 17:58  shadow

	* src/rxkad/bg-fcrypt.c: DELTA bg-fcrypt-cleanup-20021030 AUTHOR
	shadow@dementia.org
	
	readd missing statistics make cm and ukernel compile with new stuff

2002-10-28 19:05  shadow

	* src/rxkad/bg-fcrypt.c: DELTA rxkad-new-fcrypt-20021028 AUTHOR
	lha@it.su.se
	
	rxkad fcrypt from bg@pdc.kth.se. we should also add autoconf test
	for what to use for EFF_NTOHL

2002-10-28 17:51  shadow

	* src/rxkad/: der.h, v5gen.c: DELTA rxkad-krb5-windows-fix-20021028
	AUTHOR shadow@dementia.org
	
	based on report from leg@andrew.cmu.edu

2002-10-27 20:18  jhutz

	* src/rxkad/: README.v5, asn1-common.h, asn1_err.h, crc.c, der.h,
	ticket5.c, v5der.c, v5gen-rewrite.h, v5gen.c, v5gen.h: DELTA
	rxkad-krb5-20021027 AUTHOR lha@it.su.se
	
	Added support to rxkad for servers accepting Kerberos V5 tickets
	and truncated "proposal 2b" tickets.  When used with an appropriate
	aklog or krb524d (such as shipped with Heimdal and MIT Kerberos),
	this allows the use of Kerberos V5 tickets (with DES session keys)
	to authenticate connections to OpenAFS servers.

2002-10-16 00:16  shadow

	* src/rxkad/README.v5: file README.v5 was initially added on branch
	openafs-rxkad-krb5-lha.
2002-09-25 18:14  zacheiss

	* configure-libafs.in, configure.in: 
	DELTA STABLE12-create-openafs-1_2_7-20020925 AUTHOR
	zacheiss@mit.edu
	
	Begin release cycle.

2002-09-19 18:33  shadow

	* src/afs/LINUX/osi_misc.c: DELTA
	linux-correct-fragsize-to-be-as-expected-20020919 AUTHOR
	shadow@dementia.org
	
	consider it a partial pullup of 
	client-64bit-file-size-support-20011031
	
	in order for the bit operations we do in afs_AdjustSize to work,
	this must be (what it is) minus 1

2002-09-17 19:11  shadow

	* src/afsd/afs.rc.fbsd: DELTA
	STABLE12-freebsd-finish-pullup-20020917 AUTHOR shadow@dementia.org
	
	sigh.

2002-09-17 19:00  shadow

	* src/libuafs/MakefileProto.FBSD.in: DELTA
	STABLE12-freebsd-finish-pullup-20020917 AUTHOR shadow@dementia.org
	
	sigh.

2002-09-17 18:32  shadow

	* src/config/Makefile.i386_fbsd_43.in: file
	Makefile.i386_fbsd_43.in was initially added on branch
	openafs-stable-1_2_x.

2002-09-17 18:32  shadow

	* src/config/Makefile.i386_fbsd_44.in: file
	Makefile.i386_fbsd_44.in was initially added on branch
	openafs-stable-1_2_x.

2002-09-17 18:32  shadow

	* src/config/Makefile.i386_fbsd_45.in: file
	Makefile.i386_fbsd_45.in was initially added on branch
	openafs-stable-1_2_x.

2002-09-17 18:32  shadow

	* src/config/param.i386_fbsd_43.h~: file param.i386_fbsd_43.h~ was
	initially added on branch openafs-stable-1_2_x.

2002-09-17 18:32  shadow

	* src/config/Makefile.i386_fbsd_46.in: file
	Makefile.i386_fbsd_46.in was initially added on branch
	openafs-stable-1_2_x.

2002-09-17 18:32  shadow

	* src/: afs/FBSD/osi_module.c, config/Makefile.i386_fbsd_42.in,
	config/Makefile.i386_fbsd_43.in, config/Makefile.i386_fbsd_44.in,
	config/Makefile.i386_fbsd_45.in, config/Makefile.i386_fbsd_46.in,
	config/param.i386_fbsd_43.h, config/param.i386_fbsd_43.h~,
	config/param.i386_fbsd_43_usr.h, config/param.i386_fbsd_44.h,
	config/param.i386_fbsd_44_usr.h, config/param.i386_fbsd_45.h,
	config/param.i386_fbsd_45_usr.h, config/param.i386_fbsd_46.h,
	config/param.i386_fbsd_46_usr.h, config/param.i386_fbsd_43.h~:
	DELTA STABLE12-freebsd-finish-pullup-20020917 AUTHOR
	shadow@dementia.org
	
	sigh.

2002-09-13 19:53  shadow

	* src/afs/afs_nfsclnt.c: DELTA
	STABLE12-nfs-trans-comment-unused-variables-20020913 AUTHOR
	shadow@dementia.org
	
	make solaris xlator module load

2002-09-13 01:06  shadow

	* src/afs/FBSD/osi_prototypes.h: DELTA
	STABLE12-freebsd-almost-working-client-20020216 AUTHOR
	tardis@ece.cmu.edu
	
	missed file

2002-09-13 00:15  shadow

	* README: DELTA STABLE12-update-README-20020913 AUTHOR
	shadow@dementia.org
	
	platform list update

2002-09-13 00:10  shadow

	* src/libafs/MakefileProto.FBSD.in: DELTA
	STABLE12-freebsd-almost-working-client-20020216 AUTHOR
	tardis@ece.cmu.edu
	
	no really, we need to include...

2002-09-12 23:53  shadow

	* src/config/: Makefile.alpha_dux40.in, Makefile.alpha_dux50.in:
	DELTA STABLE12-alpha-dux-rm-missing-20020912 AUTHOR
	shadow@dementia.org
	
	define RM

2002-09-12 22:53  shadow

	* src/: afs/afs_pioctl.c, rxkad/rxkad_client.c: DELTA
	STABLE12-rxkad-client-offer-better-bad-token-warnings-20020912
	AUTHOR shadow@dementia.org
	
	if it's too large to be a valid token, offer a useful error.

2002-09-11 17:33  shadow

	* src/config/: Makefile.rs_aix42.in, Makefile.sgi_62.in,
	Makefile.sgi_63.in, Makefile.sgi_64.in, Makefile.sgi_65.in: DELTA
	STABLE12-shared-library-builds-20020910 AUTHOR shadow@dementia.org
	
	pullup from head

2002-09-11 17:25  shadow

	* src/config/: Makefile.alpha_dux40.in, Makefile.alpha_dux50.in:
	DELTA STABLE12-shared-library-builds-20020910 AUTHOR
	shadow@dementia.org
	
	pullup from head

2002-09-11 12:17  shadow

	* src/afs/afs_call.c: DELTA
	
	no sys_exit in stock kernels
	STABLE12-linux-use-kernel-threads-and-completions-if-possible-20020
	911 AUTHOR shadow@dementia.org

2002-09-11 04:18  shadow

	* src/: config/param.rs_aix42.h, vol/partition.c,
	vol/vol-salvage.c: DELTA STABLE12-aix-namei-fileserver-fix-20020911
	AUTHOR nik@zurich.ibm.com
	
	make namei fileserver work on aix

2002-09-11 03:21  shadow

	* src/afs/VNOPS/afs_vnop_lookup.c: DELTA
	STABLE12-evalmountpoint-save-stack-20020909 AUTHOR
	shadow@dementia.org
	
	use "small" memory pool instead of 128 bytes off the stack

2002-09-11 03:20  shadow

	* src/ptserver/ptprocs.c: DELTA
	
	tighten up acl enforcement
	STABLE12-ptserver-acl-dumpentry-to-disallow-access-based-on-record-
	20020911 AUTHOR shadow@dementia.org

2002-09-11 03:02  shadow

	* src/cf/linux-test4.m4: DELTA
	
	rest of the configure glue
	STABLE12-linux-use-kernel-threads-and-completions-if-possible-20020
	911 AUTHOR shadow@dementia.org

2002-09-11 03:02  shadow

	* src/afs/afs_call.c: DELTA
	
	with some rewriting by shadow@dementia.org
	STABLE12-linux-use-kernel-threads-and-completions-if-possible-20020
	911 AUTHOR cg2v@andrew.cmu.edu

2002-09-11 03:02  shadow

	* acconfig.h, acinclude.m4: DELTA
	
	configure glue
	STABLE12-linux-use-kernel-threads-and-completions-if-possible-20020
	911 AUTHOR shadow@dementia.org

2002-09-10 18:33  zacheiss

	* Makefile.in, acconfig.h, acinclude.m4, src/afs/afs.h,
	src/afs/afs_buffer.c, src/afs/afs_call.c, src/afs/afs_init.c,
	src/afs/afs_mariner.c, src/afs/afs_osi.c, src/afs/afs_pioctl.c,
	src/afs/afs_vcache.c, src/afs/lock.h, src/afs/sysincludes.h,
	src/afs/FBSD/osi_file.c, src/afs/FBSD/osi_groups.c,
	src/afs/FBSD/osi_inode.c, src/afs/FBSD/osi_machdep.h,
	src/afs/FBSD/osi_misc.c, src/afs/FBSD/osi_sleep.c,
	src/afs/FBSD/osi_vfsops.c, src/afs/FBSD/osi_vm.c,
	src/afs/FBSD/osi_vnodeops.c, src/afs/FBSD/vnode_if.h,
	src/afs/VNOPS/afs_vnop_attrs.c, src/afs/VNOPS/afs_vnop_flock.c,
	src/afs/VNOPS/afs_vnop_read.c, src/afs/VNOPS/afs_vnop_readdir.c,
	src/afs/VNOPS/afs_vnop_strategy.c, src/afs/VNOPS/afs_vnop_write.c,
	src/afsmonitor/afsmonitor.c, src/auth/cellconfig.c,
	src/bucoord/commands.c, src/bucoord/config.c, src/bucoord/dsvs.c,
	src/bucoord/tape_hosts.c, src/butc/dump.c,
	src/config/afs_sysnames.h, src/config/param.i386_fbsd_42.h,
	src/config/param.i386_fbsd_42_usr.h, src/fsint/afsaux.c,
	src/kauth/authclient.c, src/kauth/krb_udp.c,
	src/libafs/MakefileProto.FBSD.in, src/ptserver/testpt.c,
	src/rx/rx.c, src/rx/rx_kcommon.c, src/rx/rx_kcommon.h,
	src/rx/rx_packet.c, src/rx/rx_user.c, src/rx/rxdebug.c,
	src/rx/FBSD/rx_kmutex.h, src/rx/FBSD/rx_knet.c,
	src/rxdebug/rxdebug.c, src/util/assert.c, src/viced/fsprobe.c,
	src/vol/fssync.c: 
	DELTA STABLE12-freebsd-almost-working-client-20020216 AUTHOR
	tardis@ece.cmu.edu
	
	a) a freebsd client that compiles, and to a certain extent, works.
	Should not be used except by people doing freebsd client
	development b) configure glue for freebsd 4.3, 4.4, and 4.5 c)
	freebsd tfileserver support. Note that, by default, this isn't very
	interesting, as the supported freebsd pthreads are just as
	cooperative as LWP. if you install the linuxthreads port and swap
	the MT_* variables in osconf.m4, you will get a more traditional
	tfileserver though. configure glue for that will be forthcoming at
	some point.  d) a maybe-fix that sets sin_len in sockaddrs on
	platforms that have them.
	
	(and also a fix for the AC_PROG_CC issue which affects autoconf
	2.13 and 2.5x  on same conf files issue)

2002-09-10 01:41  shadow

	* src/config/: Makefile.alpha_linux_22.in,
	Makefile.alpha_linux_24.in, Makefile.hp_ux110.in,
	Makefile.i386_linux22.in, Makefile.i386_linux24.in,
	Makefile.ia64_linux24.in, Makefile.ppc_linux22.in,
	Makefile.ppc_linux24.in, Makefile.s390_linux22.in,
	Makefile.s390_linux24.in, Makefile.sparc64_linux22.in,
	Makefile.sparc64_linux24.in, Makefile.sparc_linux22.in,
	Makefile.sparc_linux24.in, Makefile.sun4x_55.in,
	Makefile.sun4x_56.in, Makefile.sun4x_57.in, Makefile.sun4x_58.in,
	Makefile.sunx86_54.in, Makefile.sunx86_57.in: DELTA
	STABLE12-shared-library-builds-20020910 AUTHOR shadow@dementia.org
	
	pullup from head

2002-09-10 01:34  shadow

	* src/shlibafsrpc/Makefile.in: DELTA
	STABLE12-shared-library-builds-20020910 AUTHOR shadow@dementia.org
	
	pullup from head

2002-09-10 01:29  shadow

	* src/: shlibafsauthent/Makefile.in, shlibafsrpc/Makefile.in,
	shlibafsauthent/Makefile.in, shlibafsrpc/Makefile.in: DELTA
	STABLE12-shared-library-builds-20020910 AUTHOR shadow@dementia.org
	
	pullup from head

2002-09-10 01:23  shadow

	* configure.in, src/shlibafsauthent/Makefile.in,
	src/shlibafsrpc/Makefile.in: DELTA
	STABLE12-shared-library-builds-20020910 AUTHOR shadow@dementia.org
	
	pullup from head

2002-09-10 01:03  shadow

	* Makefile.in, src/config/Makefile.alpha_linux_22.in,
	src/config/Makefile.alpha_linux_24.in,
	src/config/Makefile.hp_ux102.in, src/config/Makefile.hp_ux110.in,
	src/config/Makefile.i386_djgpp,
	src/config/Makefile.i386_fbsd_42.in,
	src/config/Makefile.i386_linux22.in,
	src/config/Makefile.i386_linux24.in,
	src/config/Makefile.i386_obsd29.in,
	src/config/Makefile.ia64_linux24.in,
	src/config/Makefile.parisc_linux24.in,
	src/config/Makefile.ppc_darwin_12.in,
	src/config/Makefile.ppc_darwin_13.in,
	src/config/Makefile.ppc_darwin_14.in,
	src/config/Makefile.ppc_darwin_60.in,
	src/config/Makefile.ppc_linux22.in,
	src/config/Makefile.ppc_linux24.in,
	src/config/Makefile.s390_linux22.in,
	src/config/Makefile.s390_linux24.in,
	src/config/Makefile.sparc64_linux22.in,
	src/config/Makefile.sparc64_linux24.in,
	src/config/Makefile.sparc_linux22.in,
	src/config/Makefile.sparc_linux24.in,
	src/config/Makefile.sun4x_55.in, src/config/Makefile.sun4x_56.in,
	src/config/Makefile.sun4x_57.in, src/config/Makefile.sun4x_58.in,
	src/config/Makefile.sun4x_59.in, src/config/Makefile.sunx86_54.in,
	src/config/Makefile.sunx86_57.in, src/pam/Makefile.in,
	src/shlibafsauthent/Makefile.in, src/shlibafsauthent/NTMakefile,
	src/shlibafsauthent/README, src/shlibafsauthent/afsauthent.def,
	src/shlibafsauthent/afsauthent.exp,
	src/shlibafsauthent/afsauthent.rc, src/shlibafsauthent/mapfile,
	src/shlibafsrpc/Makefile.in, src/shlibafsrpc/NTMakefile,
	src/shlibafsrpc/afsrpc.def, src/shlibafsrpc/afsrpc.exp,
	src/shlibafsrpc/afsrpc.rc, src/shlibafsrpc/mapfile: DELTA
	STABLE12-shared-library-builds-20020910 AUTHOR shadow@dementia.org
	
	pullup from head

2002-09-09 13:01  shadow

	* src/uss/uss_vol.c: DELTA STABLE12-uss-fix-typo-20020909 AUTHOR
	shadow@dementia.org
	
	reported anonymously

2002-08-28 03:20  zacheiss

	* src/vol/vol-salvage.c: 
	DELTA STABLE12-fix-irix-build-20020828 AUTHOR shadow@dementia.org
	
	Irix needs this.  Put it back.
	
	Note:  This was part of the delta prototypes-fixes-20020821 on the
	mainline, but this chunk is needed on the 1.2.x branch, and it
	would be appropriate to pull in the entire delta in which it
	appeared.

2002-08-28 02:13  shadow

	* src/cf/linux-test4.m4: DELTA
	STABLE12-linux-symbol-export-test-20020810 AUTHOR
	shadow@dementia.org
	
	test for tasklist_lock being exported

2002-08-28 02:05  shadow

	* src/: shlibafsauthent/Makefile.in, shlibafsauthent/NTMakefile,
	shlibafsauthent/README, shlibafsauthent/afsauthent.def,
	shlibafsauthent/afsauthent.exp, shlibafsauthent/afsauthent.rc,
	shlibafsauthent/mapfile, shlibafsrpc/Makefile.in,
	shlibafsrpc/NTMakefile, shlibafsrpc/afsrpc.def,
	shlibafsrpc/afsrpc.exp, shlibafsrpc/afsrpc.rc, shlibafsrpc/mapfile:
	DELTA shared-libafsrpc-and-libafsauthent-20020828 AUTHOR
	shadow@dementia.org
	
	shared library versions of libafsrpc and libafsauthent

2002-08-28 00:49  zacheiss

	* src/afs/VNOPS/afs_vnop_lookup.c: 
	DELTA STABLE12-fakestat-macosx-finder-workaround-20020722 AUTHOR
	kolya@mit.edu
	
	Work around MacOSX Finder's behavior by returning ENOENT when the
	user tries to look up Contents or .DS_Store in an uncached volume
	root.

2002-08-28 00:30  shadow

	* acconfig.h: DELTA
	STABLE12-linux-tasklist-lock-export-detection-20020829 AUTHOR
	shadow@dementia.org
	
	if you don't have a versioned kernel, so sorry.

2002-08-28 00:14  shadow

	* acinclude.m4, src/afs/afs_osi.c: DELTA
	STABLE12-linux-tasklist-lock-export-detection-20020829 AUTHOR
	shadow@dementia.org
	
	if you don't have a versioned kernel, so sorry.

2002-08-27 23:57  zacheiss

	* src/vol/namei_ops.c: 
	DELTA STABLE12-namei-close-directory-behind-us-always-20020827
	AUTHOR shadow@dementia.org
	
	more or less verbatim as suggested by kolya@mit.edu
	
	avoid leaking directory fds if we get an error

2002-08-27 23:56  zacheiss

	* src/libafsrpc/Makefile.in: 
	DELTA STABLE12-libafsrpc-use-our-xdr-for-consistency-20020826
	AUTHOR shadow@dementia.org
	
	suggested by Srikanth Vishwanathan

2002-08-27 23:54  zacheiss

	* src/afs/DUX/osi_vnodeops.c: 
	DELTA STABLE12-dux-call-flushpages-with-cred-20020823 AUTHOR
	shadow@dementia.org
	
	we weren't passing in creds before.  do so.

2002-08-27 23:53  zacheiss

	* src/venus/fs.c: 
	DELTA STABLE12-allow-fs-newcell-even-when-no-cells-exist-20020822
	AUTHOR kolya@mit.edu
	
	Make "fs newcell" work even when there are no pre-existing cells in
	the kernel yet.  Previously, newcell tried to issue a GetCell
	pioctl to figure out what version of the pioctl interface the
	kernel is using.  Lacking such information (if the pioctl returns
	an error), we now assume the newer interface.

2002-08-27 23:47  zacheiss

	* src/bozo/bosserver.c: 
	DELTA STABLE12-bosserver-dont-create-unused-directories-20020821
	AUTHOR shadow@dementia.org
	
	in a build with alternate dirpaths we shouldn't create directories
	we don't use

2002-08-27 23:39  zacheiss

	* src/util/uuid.c: 
	DELTA STABLE12-uuid-update-copyright-info-20020821 AUTHOR
	shadow@dementia.org
	
	apply copyright info from arla.

2002-08-27 23:37  zacheiss

	* src/afs/VNOPS/afs_vnop_lookup.c: 
	DELTA STABLE12-eval-mountpoint-dont-return-eloop-20020819 AUTHOR
	zacheiss@mit.edu
	
	Don't return ELOOP when crossing a mountpoint boundary from a BK
	volume to a BK volume.	find treats it as a fatal error, and it's
	annoying not to be able to naively use find to recurse through a
	volume with its backup volume mounted.	Never noticed this before
	because we used to ignore this return value.  Return ENODEV
	instead.

2002-08-27 23:35  zacheiss

	* src/afs/afs_pioctl.c: 
	DELTA STABLE12-pioctl-write-null-before-copyout-20020814 AUTHOR
	shadow@dementia.org
	
	suggested by lha@stacken.kth.se.

2002-08-27 23:34  zacheiss

	* src/afs/afs_pioctl.c: 
	DELTA STABLE12-pioctl-always-null-terminate-after-copy-20020612
	AUTHOR shadow@dementia.org
	
	based on report from lha@e.kth.se
	
	note that this works because PIGGYSIZE is always less than
	AFS_LRALLOCSIZ

2002-08-27 23:32  shadow

	* src/util/netutils.c: DELTA
	STABLE12-netinfo-support-fake-ips-for-nat-20020808 AUTHOR
	shadow@dementia.org
	
	basically verbatim from Todd DeSantis, cleared for release by IBM

2002-08-27 23:28  shadow

	* src/: util/readdir_nt.c, WINNT/afsapplib/dialog.cpp: DELTA
	STABLE12-windows-build-fixes-20020806 AUTHOR kolya@mit.edu
	
	fix windows build items

2002-08-27 23:27  zacheiss

	* src/afs/afs_osi.c: 
	DELTA STABLE12-linux-gcpags-smp-safeness-20020810 AUTHOR
	shadow@dementia.org
	
	hold tasklist_lock in the right place. doesn't yet address versions
	which don't export it.

2002-08-26 00:34  shadow

	* src/: config/param.ia64_linux24.h,
	config/param.ia64_linux24_usr.h, lwp/lwp.h, lwp/preempt.c,
	lwp/process.c: DELTA STABLE12-sunos-support-cleanup-20020822 AUTHOR
	shadow@dementia.org
	
	some things want ucontext.h. leave it there

2002-08-22 13:54  shadow

	* src/volser/vsprocs.c: DELTA
	STABLE12-vsprocs-checkvolume-bug-20020822 AUTHOR
	shadow@dementia.org
	
	if we're going to make a string we should make it where we expect
	it

2002-08-22 12:15  shadow

	* acinclude.m4: DELTA STABLE12-sunos-support-cleanup-20020822
	AUTHOR shadow@dementia.org
	
	some things want ucontext.h. leave it there

2002-08-21 22:03  zacheiss

	* src/rx/rx.c: 
	DELTA STABLE12-clear-attachwait-flag-20020403 AUTHOR kolya@mit.edu
	
	Clear the RX_CONN_ATTACHWAIT flag when an asymmetric client's calls
	time out; otherwise, the client could be locked out until the conn
	is recycled.

2002-08-21 22:02  zacheiss

	* src/rx/: rx.c, rx_pthread.h: 
	DELTA STABLE12-minor-rx-lock-cleanup-20020330 AUTHOR kolya@mit.edu
	
	Add osi_Assert()'s around pthread_{cond,mutex}_* calls to make sure
	we aren't getting errors anywhere.
	
	Update the documentation/comments about Rx lock ordering.
	
	Fix possible deadlock in asymmetric client detection code.

2002-08-21 22:00  zacheiss

	* src/rx/rx.c: 
	DELTA STABLE12-rx-cleanup-deadlock-and-refcnt-leak-20020121 AUTHOR
	kolya@mit.edu
	
	The first part of the patch fixes a likely deadlock in the case
	when we're destroying a client connection with active calls.
	
	The second part fixes a minor connection refcount leak in my recent
	modification to protect against half-reachable clients.
	
	(Note: the first part of this was pulled up a while ago.  The
	second	part wasn't, and is being pulled up now.)

2002-08-21 21:47  zacheiss

	* src/: rx/rx.c, rx/rx.h, viced/viced.c: 
	DELTA
	STABLE12-better-protection-against-asymmetric-clients-20020222
	AUTHOR kolya@mit.edu
	
	Always verify that the client is fully reachable before talking to
	it, in the fileserver.	This prevents some additional lossage cases
	with poorly-connected clients.
	
	Disable same feature for other Rx services, since they don't need
	to incur extra RTT delay.

2002-08-21 21:43  zacheiss

	* src/rx/: rx.c, rx.h: 
	DELTA
	STABLE12-rx-protect-servers-from-half-reachable-clients-20020119
	AUTHOR kolya@mit.edu
	
	This patch should protect Rx-based servers from half-reachable
	clients, which issue requests but don't acknowledge the server's
	response, thereby eventually tying up all of the server threads,
	and denying service to all other clients.  Such clients can arise
	in case of uni-directional routing failures, whereby all packets
	from the server to client are lost but not the other way around.
	
	The idea it to ping clients (using Rx ack ping) before attaching
	them to a thread, if (a) we're running low on threads, and (b) the
	client hasn't responsed to a ping recently.

2002-08-21 18:08  shadow

	* src/: config/Makefile.ppc_darwin_60.in,
	config/param.ppc_darwin_60.h, config/param.ppc_darwin_60_usr.h,
	libafs/afs.ppc_darwin_60.plist.in: DELTA
	STABLE12-darwin-updates-20020821 AUTHOR cg2v@andrew.cmu.edu
	
	should be correct support for 10.2. also updates for 10.1

2002-08-21 17:13  shadow

	* src/ptserver/ptprocs.c: DELTA
	STABLE12-ptserver-catch-empty-idlist-20020831 AUTHOR
	shadow@dementia.org
	
	based on report from joda+openafs@pdc.kth.se consistent with what
	the opposite transform does

2002-08-21 17:01  shadow

	* src/viced/: callback.c, host.c: DELTA
	STABLE12-viced-provide-way-to-not-retraverse-hostlist-20020821
	AUTHOR thomas.mueller@hrz.tu-chemnitz.de
	
	avoid retraversing the host list and gewtting stucvk in a loop

2002-08-21 16:59  shadow

	* src/config/stds.h: DELTA STABLE12-int64-operator-updates-20020821
	AUTHOR reuter@rzg.mpg.de
	
	Changing the length and offset fields from afs_int64 to afs_uint64
	gave strange results for CompareInt64 and SubtractInt64. Therefore
	it's better to cast the values as signed in these macros.

2002-08-21 16:53  shadow

	* acinclude.m4, src/afs/afs.h, src/afs/afs_analyze.c,
	src/afs/afs_call.c, src/afs/afs_cell.c, src/afs/afs_conn.c,
	src/afs/afs_server.c, src/afs/afs_user.c, src/afs/afs_util.c,
	src/afs/afs_vcache.c, src/afs/afs_volume.c,
	src/afs/DARWIN/osi_machdep.h, src/afs/DARWIN/osi_module.c,
	src/afs/DARWIN/osi_prototypes.h, src/afs/DARWIN/osi_vm.c,
	src/afs/DARWIN/osi_vnodeops.c, src/afs/VNOPS/afs_vnop_attrs.c,
	src/afsd/afs.rc.darwin, src/butc/dump.c, src/config/afs_sysnames.h,
	src/dir/dir.c, src/gtx/curseswindows.c,
	src/libafs/MakefileProto.DARWIN.in, src/pinstall/install.c,
	src/rx/rx_kcommon.c, src/rx/rx_kcommon.h,
	src/rx/DARWIN/rx_kmutex.h, src/rxgen/rpc_main.c,
	src/rxkad/rxkad_common.c: DELTA STABLE12-darwin-updates-20020821
	AUTHOR cg2v@andrew.cmu.edu
	
	should be correct support for 10.2. also updates for 10.1

2002-08-21 15:58  shadow

	* src/rx/LINUX/rx_kmutex.h: DELTA
	STABLE12-linux-22-kernel-support-for-current-state-20020821 AUTHOR
	shadow@dementia.org
	
	based on report from alfw@SLAC.Stanford.EDU

2002-08-21 15:33  shadow

	* src/bozo/bosoprocs.c: DELTA
	STABLE12-print-cause-of-bosserver-whining-20020821 AUTHOR
	lha@stacken.kth.se
	
	instead of a vague error be slightly more useful

2002-08-21 15:29  shadow

	* src/afs/: LINUX/osi_misc.c, SOLARIS/osi_file.c: DELTA
	STABLE12-ignore-max-file-size-ulimit-internally-20020809 AUTHOR
	kolya@mit.edu
	
	Set the maxfilesize rlimit to infinity while writing to cache files
	to avoid potential truncation if the user's rlimit is too low. 
	This bug likely also exists in AIX, DARWIN, DUX, FBSD, HPUX and
	NBSD, but surprisingly IRIX got this right.

2002-08-21 15:27  shadow

	* src/volser/vsprocs.c: DELTA
	STABLE12-volser-vsprocs-call-enumerateentry-correctly-20020821
	AUTHOR nneul@umr.edu
	
	prototyping caught this

2002-08-21 15:24  shadow

	* Makefile.in, acconfig.h, acinclude.m4, src/afs/Makefile.in,
	src/afs/SUNOS/osi_inode.h, src/afsd/afsd.c, src/auth/cellconfig.c,
	src/bozo/bnode.c, src/butc/dump.c, src/config/Makefile.sun4_413.in,
	src/config/param.sun4_413.h, src/config/param.sun4_413_usr.h,
	src/config/venus.h, src/lwp/preempt.c, src/pinstall/install.c,
	src/rx/rx_user.h, src/rx/SUNOS/rx_kmutex.h, src/rx/SUNOS/rx_knet.c,
	src/usd/usd_file.c, src/util/snprintf.c, src/util/vice.h,
	src/venus/Makefile.in, src/viced/viced.c, src/vol/listinodes.c,
	src/vol/partition.c, src/vol/vol-salvage.c, src/vol/volume.c: DELTA
	STABLE12-sunos4-port-20020821 AUTHOR jhutz@cmu.edu
	
	This patch adds support for building OpenAFS user-mode code on
	SunOS 4.  It does not include libafs, ulibafs, or any code that
	needs to understand the filesystem layout (so, no vfsck, and while
	the salvager will be built, it won't work).

2002-08-21 11:54  shadow

	* src/viced/afsfileprocs.c: DELTA
	STABLE12-allow-chown-on-storedata-20020820 AUTHOR kolya@mit.edu
	
	Allow users with admin bits to store different user/group IDs along
	with a StoreData call; they can already do so anyway by using
	StoreStatus.  Fixes a spurious permission denied error with arla
	clients.

2002-08-21 11:45  shadow

	* src/bozo/bos.c: DELTA
	STABLE12-bos-fix-restart-usage-message-20020821 AUTHOR
	shadow@dementia.org
	
	as suggested by Turbo Fredriksson
	
	restart does not default to all

2002-08-21 01:53  shadow

	* src/afs/afs_cell.c: DELTA
	STABLE12-realcellindex-fix-allocation-20020821 AUTHOR
	shadow@dementia.org
	
	fix comparison and the double allocation it uncovers

2002-08-19 16:40  shadow

	* src/afs/afs_vcache.c: DELTA
	
	try to become less invasive about dcache child flushing
	STABLE12-linux-try-to-reduce-invasiveness-of-flushdcachechildren-20
	020725 AUTHOR chas@cmf.nrl.navy.mil

2002-08-06 14:58  shadow

	* src/pam/pam_afs.5: DELTA STABLE12-pam-afs-man-page-20020806
	AUTHOR security@xauth.net
	
	our first real man page. now, we just need a few hundred others.

2002-08-05 18:08  shadow

	* src/volser/vos.c: DELTA
	STABLE12-vos-listaddrs-avoid-holes-in-index-20020805 AUTHOR
	shadow@dementia.org
	
	index may have holes in it, so make sure we actually walk over the
	number of entries we expect
2002-08-01 23:51  zacheiss

	* configure-libafs.in, configure.in: 
	DELTA STABLE12-create-openafs-1_2_6-20020801 AUTHOR
	zacheiss@mit.edu
	
	Begin release cycle.

2002-08-01 23:11  shadow

	* src/vol/fssync.c: DELTA
	STABLE12-vol-fssync-ack-before-breaking-callbacks-20020612 AUTHOR
	shadow@dementia.org
	
	given that we don't bother to do anything to return value, we can
	ack the fssync op earlier and not tie up the volserver
	unnecessarily
	
	found due to comments from brent.johnson@jpl.nasa.gov

2002-08-01 22:45  zacheiss

	* src/rx/Makefile.in: 
	DELTA STABLE12-include-all-xdr-object-in-librx-20020801 AUTHOR
	zacheiss@mit.edu
	
	Include xdr.o and xdr_array.o in librx, to pick up xdr fix.

2002-08-01 15:12  shadow

	* src/afs/: LINUX/osi_vnodeops.c, VNOPS/afs_vnop_write.c: DELTA
	STABLE12-linux-cleanup-partial-writes-20020801 AUTHOR
	chas@cmf.nrl.navy.mil
	
	Clean up partial write support on Linux by calling
	afs_DoPartialWrite from afs_linux_writepage_sync.

2002-08-01 12:13  shadow

	* src/afs/LINUX/osi_alloc.c: DELTA
	STABLE12-linux-alloc-dont-drop-what-you-dont-have-20020801 AUTHOR
	chas@cmf.nrl.navy.mil
	
	avoid trying to drop a glock we don't have

2002-07-31 23:35  zacheiss

	* src/afs/afs_prototypes.h: 
	DELTA STABLE12-prototype-to-fix-irix-build-20020731 AUTHOR
	zacheiss@mit.edu
	
	Add a prototype of afs_GetRealCellByIndex to fix Irix build.

2002-07-31 22:46  zacheiss

	* src/kauth/krb_udp.c: 
	DELTA STABLE12-include-errno-h-to-fix-compile-errors-20020731
	AUTHOR zacheiss@mit.edu
	
	Include errno.h so this compiles again.

2002-07-31 19:13  shadow

	* src/rx/: xdr.c, xdr_array.c, xdr_arrayn.c: DELTA
	STABLE12-xdr-updates-20020731 AUTHOR jhutz@cmu.edu
	
	update xdr so internal variables match what's being passed in

2002-07-31 18:41  shadow

	* src/afsd/afs.rc.linux: DELTA
	STABLE12-linux-start-if-dynroot-even-if-no-network-20020731 AUTHOR
	warlord@mit.edu
	
	if we start with dynroot, dont worry if we have net or not

2002-07-31 18:36  shadow

	* src/: rx/rx_lwp.c, rx/rx_pthread.c, kauth/krb_udp.c: DELTA
	STABLE12-deal-with-linux-EAGAIN-returns-when-receiving-20020731
	AUTHOR jhutz@cmu.edu
	
	sometimes you get EAGAIN from recvfrom, apparently if a packet
	comes in with a bad checksum for instance. we should deal better.

2002-07-31 18:31  shadow

	* src/afs/: afs_osi.c, LINUX/osi_alloc.c, LINUX/osi_prototypes.h,
	LINUX/osi_sleep.c: DELTA
	STABLE12-linux-alloc-drop-glock-if-we-can-20020731 AUTHOR
	chas@cmf.nrl.navy.mil
	
	if we can drop the glock, do so. allocate up to PAGE_SIZE with
	kmalloc before switching to vmalloc

2002-07-31 18:19  shadow

	* src/: afs/afs.h, afs/afs_cell.c, afs/afs_pioctl.c,
	afs/afs_stats.h, venus/kdump.c, xstat/xstat_cm_test.c: DELTA
	
	don't use the LRUq since it can make us miss cells. don't use the
	existant index because it includes cell aliases
	STABLE12-afs-getcell-pioctl-should-be-able-to-provide-complete-list
	-20020731 AUTHOR shadow@dementia.org

2002-07-31 18:00  shadow

	* src/: afs/LINUX/osi_sleep.c, rx/LINUX/rx_kmutex.h: DELTA
	
	based on discussion with David Howells of RedHat
	STABLE12-linux-note-we-use-interruptible-sleeps-in-non-compliant-ma
	nner-20020731 AUTHOR shadow@dementia.org

2002-07-31 14:55  zacheiss

	* src/afs/VNOPS/afs_vnop_link.c: 
	DELTA STABLE12-fix-compile-on-solaris-20020731 AUTHOR kolya@mit.edu
	
	fix-fakestat-support-for-hardlinks-20020731 made afs_vnop_link.c
	not compile under Sun's cc, since it tried to take the address of a
	register variable.  Don't declare the arguments as register.

2002-07-31 12:42  shadow

	* src/afs/VNOPS/afs_vnop_link.c: DELTA
	STABLE12-fix-fakestat-support-for-hardlinks-20020731 AUTHOR
	kolya@mit.edu
	
	Support afs_link() in volume roots when using fakestat.

2002-07-30 23:42  shadow

	* src/rx/LINUX/rx_kmutex.h: DELTA
	STABLE12-make-mutex-tryenter-consistent-with-head-20020730 AUTHOR
	kolya@mit.edu
	
	pullup change from head to MUTEX_TRYENTER

2002-07-30 17:35  shadow

	* src/afs/VNOPS/afs_vnop_write.c: DELTA
	STABLE12-linux-enable-partial-writes-20020730 AUTHOR
	chas@cmf.nrl.navy.mil
	
	backport of linux-enable-partial-writes-and-prefetch-20020730 which
	does not include prefetch and dcache locking changes (dcache
	locking isn't in 1.2 but prefetch should be pulled up for 1.2.7)

2002-07-30 17:27  shadow

	* src/afs/LINUX/osi_vnodeops.c: DELTA
	STABLE12-return-correct-values-for-fcntl-FGETLK-20020727 AUTHOR
	kolya@mit.edu
	
	Re-encode struct fcntl back into Linux's struct file_lock so that
	fcntl(F_GETLK) returns proper values to the user.

2002-07-30 03:04  zacheiss

	* src/rx/LINUX/rx_kmutex.h: 
	DELTA STABLE12-fix-compile-on-linux-22-20020729 AUTHOR
	kolya@mit.edu
	
	Remove two unnecessary casts that prevented compilation on Linux
	2.2.

2002-07-26 16:56  shadow

	* src/: afs/afs_nfsdisp.c, libafs/Makefile.common: DELTA
	STABLE12-solaris-nfs-module-updates-20020726 AUTHOR
	shadow@dementia.org
	
	make it compile again

2002-07-26 16:41  shadow

	* src/afs/afs_dynroot.c: DELTA
	STABLE12-verify-getcellbyindex-return-value-20020726 AUTHOR
	kolya@mit.edu
	
	Verify that afs_GetCellByIndex() returns a valid cell -- it might
	be NULL if afs_NewCell() aborted partway through, which could be
	the case of the CellServDB file has a typo.

2002-07-26 16:39  shadow

	* src/afs/afs_pioctl.c: DELTA
	
	fix operator precedence bug
	STABLE12-cleanup-pioctl-avoid-inadvertantly-setting-new-pags-due-to
	-gcc-20020726 AUTHOR tino.schwarze@informatik.tu-chemnitz.de

2002-07-26 01:14  shadow

	* src/WINNT/afsd/: smb.c, smb3.c: DELTA
	STABLE12-windows-no-more-files-workaround-20020725 AUTHOR
	lantzer@umr.edu
	
	work around erroneous "no more files" error in winnt client

2002-07-26 01:00  shadow

	* src/tbutc/Makefile.in: DELTA
	STABLE12-tbutc-uses-not-thread-safe-status-20020725 AUTHOR
	rtb@pclella.cern.ch
	
	"The multithreaded butc (src/tbutc/butc) includes bucoord/status.o,
	which is compiled together with the other bucoord stuff without
	MT_CFLAGS and hence without AFS_PTHREAD_ENV defined. Alas, it uses
	ObtainWriteLock and other macros out of lock.h which *are*
	sensitive to AFS_PTHREAD_ENV. Consequently, butc can hang trying to
	acquire the statusQueueLock when dumping volumes, in particular if
	'backup status' commands are issued frequently.
	
	A proper fix would probably be to push some of those macros out of
	lock.h and make them subroutines in lock.c.
	
	A quick fix is ensuring status.c gets recompiled in
	tbutc/Makefile.in"

2002-07-26 00:36  shadow

	* src/afs/LINUX/osi_vnodeops.c: DELTA
	
	this is actually rather scary
	STABLE12-linux-hold-glock-across-dentry-trace-entries-while-tracing
	-20020725 AUTHOR chas@cmf.nrl.navy.mil

2002-07-26 00:35  shadow

	* src/rx/LINUX/rx_kmutex.h: DELTA
	STABLE12-linux-cleanup-rx-cv-locking-20020725 AUTHOR
	chas@cmf.nrl.navy.mil
	
	cleanup wait queue usage grab glock before mutex (like all other
	ports)

2002-07-22 19:53  zacheiss

	* src/afsd/afsd.c: 
	DELTA STABLE12-afsd-rest-of-fakestat-support-20020722 AUTHOR
	zacheiss@mit.edu
	
	Oops, missed a portion of diff.

2002-07-22 19:47  zacheiss

	* src/afs/VNOPS/afs_vnop_remove.c: 
	DELTA STABLE12-fix-typo-in-fakestat-merge-20020722 AUTHOR
	zacheiss@mit.edu
	
	Fix typo introduced while merging in fakestat support.

2002-07-22 19:14  zacheiss

	* src/: afs/afs.h, afs/afs_call.c, afs/afs_pioctl.c,
	afs/afs_vcache.c, afs/LINUX/osi_vfsops.c, afs/LINUX/osi_vnodeops.c,
	afs/VNOPS/afs_vnop_access.c, afs/VNOPS/afs_vnop_attrs.c,
	afs/VNOPS/afs_vnop_create.c, afs/VNOPS/afs_vnop_dirops.c,
	afs/VNOPS/afs_vnop_flock.c, afs/VNOPS/afs_vnop_lookup.c,
	afs/VNOPS/afs_vnop_open.c, afs/VNOPS/afs_vnop_readdir.c,
	afs/VNOPS/afs_vnop_remove.c, afs/VNOPS/afs_vnop_rename.c,
	afs/VNOPS/afs_vnop_symlink.c, afs/VNOPS/afs_vnop_write.c,
	afsd/afsd.c, config/afs_args.h: 
	DELTA STABLE12-fakestat-support-20020722 AUTHOR kolya@mit.edu
	
	Pullup all fakestat support to 1.2 branch.  This includes all of
	the following deltas:
	
	- initial-fakestat-support-20020402 -
	fakestat-fix-eval-args-ordering-20020409 -
	fix-evalfakestat-argument-ordering-20020409 -
	minor-fakestat-cleanup-20020720 -
	update-volume-root-attributes-on-linux-fakestat-20020720

2002-07-22 18:19  zacheiss

	* src/afs/SOLARIS/osi_vnodeops.c: 
	DELTA STABLE12-solaris-translate-faultcode-return-values-20020722
	AUTHOR kolya@mit.edu
	
	Translate faultcode_t return values from vm routines into errno
	codes.

2002-07-22 18:17  zacheiss

	* src/afs/SOLARIS/osi_machdep.h: 
	DELTA STABLE12-fix-solaris-32bit-file-size-check-20020722 AUTHOR
	kolya@mit.edu
	
	Correctly check for 32-bit file size limitations on Solaris; the
	MAXOFF_T value changed from 32-bit to 64-bit in Solaris 7.

2002-07-22 18:14  zacheiss

	* src/afs/: afs_trace.et, LINUX/osi_vnodeops.c: 
	DELTA
	
	make it work for 2.2 kernels also also some debugging
	STABLE12-linux-dentry-deletion-for-unlinked-files-22-version-200207
	21 AUTHOR chas@cmf.nrl.navy.mil

2002-07-22 18:05  zacheiss

	* src/afs/: afs_trace.et, LINUX/osi_misc.c, LINUX/osi_vnodeops.c: 
	DELTA
	STABLE12-linux-dentry-delete-so-unlinked-files-die-nicely-20020718
	AUTHOR chas@cmf.nrl.navy.mil
	
	"d_delete: needs to call iput() to decrement i_count, which you get
	by returning 1 instead of 0.
	
	looking at the other fs schemes (actually its pretty clear in the
	nfs code too) i see that they return 1 for 'is_bad_inode()'."

2002-07-11 18:12  shadow

	* src/util/uuid.c: DELTA
	STABLE12-uuid-dont-require-snprintf-in-ukernel-20020711 AUTHOR
	shadow@dementia.org
	
	because obviously not everything has it

2002-07-10 22:34  shadow

	* src/afs/DARWIN/osi_vm.c: DELTA
	STABLE12-darwin-vm-bugfix-for-running-apps-out-of-afs-20020710
	AUTHOR cg2v@andrew.cmu.edu
	
	this "fixes a problem that causes the afs kernel code to spew into
	syslog if a long running application is run out of /afs"

2002-07-10 17:27  shadow

	* acconfig.h: DELTA
	
	based on report that new redhat kernels need this
	STABLE12-inux-kernel-detect-gfp-mask-in-struct-address-space-200206
	24 AUTHOR shadow@dementia.org

2002-07-10 17:04  shadow

	* src/afs/LINUX/osi_sleep.c: DELTA
	STABLE12-linux-sleep-wakeup-cleanup-20020624 AUTHOR
	chas@cmf.nrl.navy.mil
	
	"cleanup osi_sleep.c to remove some additional races.  this patches
	removes AFS_GLOBAL_SUNLOCK and just uses that case to handle both
	smp and non smp cases.	osi_TimedSleep always sleeps atleast 1 hz. 
	(it also always sleeps interruptibly -- you might get some extra
	loops but this is better than the load average running away)
	sleep_on's are replaced with the more appropriate
	add_waitq/schedule sequence.  getevent is called after addevent
	since there is no danger of GLOCK dropping.  getevent/addevent isnt
	re-merged since osi_Wakeup doesnt create entries in the event
	table."

2002-07-10 16:43  shadow

	* src/tools/: openafs-tools-cmd.README, install/.afs_state,
	install/K5_README, install/RPM.README, install/afs_uninstall,
	install/install_afs, install/make_rpm_source,
	install/openafs-tools-cmd-1.2.5-1.spec, install/unpack_cmd: DELTA
	STABLE12-openafs-tools-update-20020630 AUTHOR
	strib@uclink4.berkeley.edu
	
	updates for openafs-tools command suite

2002-07-10 16:42  shadow

	* src/: afs/afs_osi.c, afs/LINUX/osi_machdep.h,
	afs/LINUX/osi_sysctl.c, config/param.alpha_linux_22.h,
	config/param.alpha_linux_24.h, config/param.i386_linux22.h,
	config/param.i386_linux24.h, config/param.ia64_linux24.h,
	config/param.parisc_linux24.h, config/param.ppc_linux22.h,
	config/param.ppc_linux24.h, config/param.s390_linux22.h,
	config/param.s390_linux24.h, config/param.sparc_linux22.h,
	config/param.sparc_linux24.h: DELTA
	STABLE12-linux-gcpags-support-20020625 AUTHOR shadow@dementia.org
	
	might even work

2002-07-10 16:41  shadow

	* src/vol/: partition.c, partition.h: DELTA
	
	otherwise long device paths can screw you
	STABLE12-vol-allocate-partition-names-dynamically-to-avoid-problems
	-with-vx-stuff-20020624 AUTHOR aedil@sinenomine.net

2002-07-10 16:41  shadow

	* acinclude.m4, src/afs/afs_vcache.c, src/cf/linux-test2.m4: DELTA
	
	based on report that new redhat kernels need this
	STABLE12-linux-kernel-detect-gfp-mask-in-struct-address-space-20020
	624 AUTHOR shadow@dementia.org

2002-07-10 16:05  shadow

	* src/afs/LINUX/osi_alloc.c: DELTA
	STABLE12-linux-more-osi-sleep-wakeup-fun-20020624 AUTHOR
	chas@cmf.nrl.navy.mil
	
	"the attached patch 'fixes', in my opinion, in osi_alloc.  objects
	<= AFS_SMALLOCSIZ are alloced with kmalloc, other vmalloc.  if
	kmalloc fails it doesnt fail over to vmalloc.  TASK_RUNNING is set
	after schedule.  it doesnt drop the GLOCK.  i moved the allocator
	init later so that it doesnt need to toggle the semaphore just
	before going to linux_alloc."

2002-07-10 16:04  shadow

	* src/afs/VNOPS/afs_vnop_read.c: DELTA
	STABLE12-ufsread-save-the-oops-for-where-we-expect-it-20020624
	AUTHOR shadow@dementia.org
	
	based on comment from matt@slackers.net

2002-07-10 16:03  shadow

	* src/util/uuid.c: DELTA
	STABLE12-add-uuid-utility-functions-20020622 AUTHOR
	shadow@dementia.org
	
	Add afsUUID_to_string() and afsUUID_from_string() utility
	functions, from arla.

2002-07-10 16:03  shadow

	* src/config/: param.alpha_linux_22.h, param.alpha_linux_24.h,
	param.i386_linux22.h, param.i386_linux24.h, param.ia64_linux24.h,
	param.parisc_linux24.h, param.ppc_linux22.h, param.ppc_linux24.h,
	param.s390_linux22.h, param.s390_linux24.h,
	param.sparc64_linux22.h, param.sparc64_linux24.h,
	param.sparc_linux22.h, param.sparc_linux24.h: DELTA
	STABLE12-define-config_smp-to-some-value-not-empty-string-20020622
	AUTHOR zacheiss@mit.edu
	
	Use:
	
	#define CONFIG_SMP 1
	
	instead of:
	
	#define CONFIG_SMP
	
	to fix recent Redhat kernel which used #if CONFIG_SMP instead of
	#ifdef CONFIG_SMP in some kernel headers.

2002-07-10 16:02  shadow

	* src/afs/afs_vcache.c: DELTA
	
	based on report from wilder@us.ibm.com not clear this is sufficient
	STABLE12-linux-newvcache-make-sure-we-dont-try-to-iterate-null-poin
	ter-20020615 AUTHOR shadow@dementia.org

2002-07-10 16:02  shadow

	* src/afsd/afsd.c: DELTA
	STABLE12-afsd-dont-print-garbage-on-bad-cacheinfo-file-20020615
	AUTHOR shadow@dementia.org
	
	based on report from matt@slackers.net
	
	don't bother printing anything we parsed, since we're guaranteed at
	least one item is trash anyhow

2002-07-10 16:01  shadow

	* src/afs/DUX/osi_vfsops.c: DELTA
	STABLE12-dux-sysent-update-20020614 AUTHOR mattiasa@e.kth.se cast
	this to deal with changes in sysent in later tru64

2002-07-10 16:00  shadow

	* src/volser/vos.c: DELTA
	
	lha@stacken.kth.se complained that we sometimes printed garbage, so
	i took the opportunity to both fix it and update ours to support
	the options the arla vos listaddrs does
	STABLE12-vos-listaddrs-cleanup-and-allow-printing-of-ip-or-uuid-or-
	both-20020613 AUTHOR shadow@dementia.org

2002-07-10 15:58  shadow

	* src/util/dirpath_nt.h: DELTA
	STABLE12-windows-update-dirpath-header-20020612 AUTHOR
	dionne@cs.wisc.edu
	
	add missing definitions

2002-07-10 15:58  shadow

	* src/afs/afs_pioctl.c: DELTA
	STABLE12-arla-pioctls-now-bogus-20020612 AUTHOR shadow@dementia.org
	
	as reported by lha@stacken.kth.se

2002-07-10 15:57  shadow

	* Makefile.in, acinclude.m4, doc/txt/RELNOTES-1.2.5,
	src/config/Makefile.sunx86_57.in, src/config/param.sunx86_57.h,
	src/config/param.sunx86_57_usr.h, src/config/param.sunx86_58.h,
	src/config/param.sunx86_58_usr.h, src/libafsrpc/Makefile.in,
	src/login/Makefile.in, src/venus/Makefile.in: DELTA
	STABLE12-solaris-x86-20020611 AUTHOR fallsjo@sanchin.se
	
	solaris 7 and 8 for x86

2002-07-10 15:43  shadow

	* src/: rx/rx_clock.c, rx/rx_event.c, rxkad/rxkad_common.c,
	afs/SOLARIS/osi_machdep.h: DELTA
	STABLE12-solaris-9-support-20020611 AUTHOR quanah@stanford.edu
	
	update hrestime interface

2002-07-10 15:40  shadow

	* src/afs/Makefile.in: DELTA
	
	the rest of the patch
	STABLE12-linux-dont-install-osi-vfs-h-when-no-kernel-module-2002061
	1 AUTHOR shadow@dementia.org

2002-07-10 15:38  shadow

	* src/WINNT/afsd/cm_callback.c: DELTA
	STABLE12-windows-callback-interface-updates-20020611 AUTHOR
	shadow@dementia.org
	
	make callback interface like unix

2002-06-30 03:43  shadow

	* src/tools/install/: .afs_state, K5_README,
	openafs-tools-cmd-1.2.5-1.spec: DELTA openafs-tools-update-20020630
	AUTHOR strib@uclink4.berkeley.edu
	
	updates for openafs-tools command suite

2002-06-11 20:26  shadow

	* src/config/: Makefile.sunx86_57.in, param.sunx86_57.h,
	param.sunx86_57_usr.h, param.sunx86_58.h, param.sunx86_58_usr.h:
	DELTA solaris-x86-20020611 AUTHOR fallsjo@sanchin.se
	
	solaris 7 and 8 for x86

2002-06-11 20:16  shadow

	* src/pam/Makefile.in: DELTA
	STABLE12-pam-update-for-correct-krb-aware-module-20011102 AUTHOR
	thomas.mueller@hrz.tu-chemnitz.de
	
	this still missed being pulled up
2002-06-08 20:46  shadow

	* src/rx/rx_kcommon.c: DELTA
	STABLE12-revert-dont-spawn-kernel-thread-for-rxk-listener-20020426
	AUTHOR shadow@dementia.org
	
	in some cases this causes shutdowns to hang forever. notably
	shutdown -i0 -g6 -y works while reboot does not

2002-06-08 16:29  shadow

	* src/afs/afs_call.c: DELTA
	STABLE12-warn-of-but-allow-bogus-shutdown-20020608 AUTHOR
	shadow@dementia.org
	
	despite the danger of it, allow shutdown without umount, to prevent
	hanging

2002-06-08 07:34  zacheiss

	* doc/txt/RELNOTES-1.2.5: 
	DELTA STABLE12-add-1_2_5-release-notes-20020608 AUTHOR
	zacheiss@mit.edu
	
	Add OpenAFS 1.2.5 Release Notes.

2002-06-08 07:34  zacheiss

	* doc/txt/RELNOTES-1.2.5: file RELNOTES-1.2.5 was initially added
	on branch openafs-stable-1_2_x.

2002-06-08 07:00  shadow

	* src/: afs/afs_callback.c, vlserver/vldbint.xg: DELTA
	STABLE12-getcellservdb-cleanup-20020608 AUTHOR shadow@dementia.org
	
	based on comments and suggestion from Srikanth Vishwanathan
	<vsrikanth@in.ibm.com> avoid deadlock. send back variable length
	list. allocate what we need to, and be care to clean up after
	ourselves if there's an error. whether this should be variable
	length is arguable but it's pretty clear no one was using this
	before.

2002-06-08 06:23  shadow

	* src/: afs/afs_callback.c, fsint/common.xg: DELTA
	STABLE12-getcellservdb-cleanup-20020608 AUTHOR shadow@dementia.org
	
	based on comments and suggestion from Srikanth Vishwanathan
	<vsrikanth@in.ibm.com> avoid deadlock. send back variable length
	list. allocate what we need to, and be care to clean up after
	ourselves if there's an error. whether this should be variable
	length is arguable but it's pretty clear no one was using this
	before.

2002-06-08 03:45  shadow

	* src/fsint/afsint.xg: DELTA
	
	allocating memory from a pool and then having it be freed out from
	under you is unwise
	STABLE12-use-private-xdr-in-kernel-to-avoid-conflicts-over-memory-o
	wnership-20020608 AUTHOR shadow@dementia.org

2002-06-08 00:56  zacheiss

	* NEWS: 
	DELTA STABLE12-update-news-file-20020608 AUTHOR zacheiss@mit.edu
	
	Update NEWS file with important changes in 1.2.5 release.

2002-06-08 00:50  shadow

	* configure-libafs.in, configure.in: DELTA
	STABLE12-create-openafs-1_2_5-20020608 AUTHOR shadow@dementia.org
	
	new release cycle

2002-06-08 00:47  shadow

	* src/: afs/afs_callback.c, afs/sysincludes.h, fsint/afsaux.c,
	libafs/Makefile.common, libafs/MakefileProto.AIX.in,
	libafs/MakefileProto.DARWIN.in, libafs/MakefileProto.FBSD.in,
	libafs/MakefileProto.HPUX.in, libafs/MakefileProto.IRIX.in,
	libafs/MakefileProto.LINUX.in, libafs/MakefileProto.OBSD.in,
	libafs/MakefileProto.SOLARIS.in, rx/rx_kcommon.h, rx/xdr.c,
	rx/xdr.h, rx/xdr_rx.c, rxgen/rpc_main.c, rxkad/rxkad_client.c,
	rxkad/rxkad_common.c: DELTA
	
	allocating memory from a pool and then having it be freed out from
	under you is unwise
	STABLE12-use-private-xdr-in-kernel-to-avoid-conflicts-over-memory-o
	wnership-20020608 AUTHOR shadow@dementia.org

2002-06-07 21:34  zacheiss

	* src/: afs/afs_call.c, afsd/afsd.c: 
	DELTA STABLE12-afs-dont-allow-shutdown-before-umount-20020523
	AUTHOR shadow@dementia.org
	
	fix afs to enforce that /afs must be unmounted, and afsd to report
	it

2002-06-07 21:31  zacheiss

	* acinclude.m4: 
	DELTA STABLE12-darwin-map-more-versions-20020607 AUTHOR
	zacheiss@mit.edu
	
	Recognize MacOS X 10.1.5 as ppc_darwin_14.  It's compatible.

2002-06-07 20:31  shadow

	* src/afs/afs_segments.c: DELTA
	STABLE12-avoid-deadlock-while-upgrading-vcache-lock-20020605 AUTHOR
	kolya@mit.edu
	
	Delay calling afs_ProcessFS() and upgrading the shared vcache lock
	until after the dcache locks have been released, to obey lock
	ordering and avoid deadlock.

2002-06-07 20:23  shadow

	* src/des/crypt.c: DELTA
	STABLE12-des-fix-linux-64bit-problems-more-usefully-20020607 AUTHOR
	chas@cmf.nrl.navy.mil
	
	with a minor fix from shadow@dementia.org
	
	long isn't 32bit on ia64 or alpha

2002-06-07 20:20  shadow

	* src/util/: NTMakefile, dirpath_nt.h: DELTA
	STABLE12-NT-dirpath-copy-in-useful-file-20020516 AUTHOR
	shadow@dementia.org
	
	basically until NT port has been properly set up to deal with
	dirpath, make it work as before

2002-06-07 20:19  shadow

	* src/afs/VNOPS/afs_vnop_attrs.c: DELTA
	
	cheap hack to avoid negative date problem which occasionally
	plagues solaris
	STABLE12-afs-attrs-cast-date-to-int-to-avoid-negative-dates-2002051
	6 AUTHOR shadow@dementia.org

2002-06-07 20:18  shadow

	* src/afs/afs_pioctl.c: DELTA
	
	some versions of gcc compile the if used to decide whether to
	allocate a pag badly. make life easier.
	STABLE12-pioctl-avoid-inadvertantly-setting-new-pags-due-to-gcc-200
	20516 AUTHOR nneul@umr.edu

2002-06-07 20:17  shadow

	* src/viced/host.c: DELTA
	
	based on report from lha@stacken.kth.se "identP = (struct Identity
	*)malloc(1);
	
	This can't be right, there should not be an assumption how the
	c-compiler will lay out code. I find it acceptable to do something
	like this
	
		   /* sizeof valid + offset of valid. */
		   i.. = malloc(sizeof(identP->valid) + (int)&(((struct
	Identity *)0)->valid));
	
	But then, why not just allocate a whole identP and be happy. A
	afsUUID is not that bloted (16 bytes) so I can't see why way this
	is chosen. 20 bytes will probably be allocated on 32 bit platforms
	for the whole struct Identity."
	STABLE12-viced-malloc-dont-make-assumptions-about-the-compiler-2002
	0524 AUTHOR shadow@dementia.org

2002-06-07 20:16  shadow

	* src/dir/buffer.c: DELTA
	
	liberal debugging code and hammering produced a failure where
	newslot was actually walking on another call to newslot because the
	bufferlock was being dropped before newslot incremented lockers on
	the buffer it was allocating, allowing someone else to come along
	and also think they could allocate it.
	
	by holding the bufferlock just a little longer we avoid this
	STABLE12-dir-hold-afs-bufferlock-across-increment-of-buffer-lockers
	-to-prevent-newslot-from-walking-on-stuff-20020514 AUTHOR
	shadow@dementia.org

2002-06-07 20:16  shadow

	* src/viced/afsfileprocs.c: DELTA
	
	doesn't fix any problem that i can find, but results in ihandles
	not having thousands of bogus references (and may fix problems if
	refcnt were to wrap)
	STABLE12-viced-cleanup-dirhandle-references-after-ourselves-2002050
	9 AUTHOR shadow@dementia.org

2002-06-07 20:15  shadow

	* src/vol/ihandle.c: DELTA STABLE12-vol-ihandle-cleanup-20020429
	AUTHOR vsrikanth@in.ibm.com
	
	this does fix some potential problems, even if none of them are the
	CopyOnWrite problem. basically, ih_reallyclose() could reinsert a
	now-unref'd fd handle into the wrong list when cleaning up, and
	this cleans up the code considerably.

2002-06-07 20:15  shadow

	* src/viced/host.c: DELTA
	STABLE12-fix-pointer-argument-type-in-hLookup-20020422 AUTHOR
	kolya@mit.edu
	
	The heldp argument to h_Lookup should be an int* rather than int,
	as pointed out by amu@alum.mit.edu.

2002-06-07 20:14  shadow

	* src/viced/host.c: DELTA
	STABLE12-prevent-host-deletion-race-20020415 AUTHOR kolya@mit.edu
	
	Make h_Lookup_r return the host held, and ensure that it's not
	deleted at that point; otherwise, the host may be deleted by
	another thread between a call to h_Lookup_r and the time when we
	actually get around to h_Hold'ing it.

2002-06-07 20:13  shadow

	* src/afs/VNOPS/afs_vnop_remove.c: DELTA
	STABLE12-fix-__afs-file-creation-20020411 AUTHOR kolya@mit.edu
	
	Pass &treq to afsrename() when preserving a currently-open file.
2002-05-15 16:07  zacheiss

        * src/: afs/LINUX/osi_misc.c, rx/LINUX/rx_knet.c: 
        DELTA STABLE12-linux-really-fix-shutdown-hang-20020515 AUTHOR
        warlord@mit.edu
        
        osi_linux_unmask() needs to explicitly flush_signals() before
        calling recalc_sigpending(), otherwise recent kernels don't appear
        to deliver new instances of any signals already received.
        
        Revert back to using SIGKILL at shutdown time, but use SIGKILL
        instead of explicitly using signal 9, because abstraction is your
        friend.

2002-05-14 19:09  zacheiss

        * src/rx/LINUX/rx_knet.c: 
        DELTA STABLE12-linux-use-sigterm-at-shutdown-time-20020514 AUTHOR
        warlord@mit.edu
        
        Seems to fix a hang at shutdown time seen on Redhat 7.3 kernels;
        doesn't appear to affect older kernels.

2002-05-14 18:53  zacheiss

        * src/libafs/MakefileProto.LINUX.in: 
        DELTA STABLE12-build-support-for-bigmem-kernels-20020514 AUTHOR
        warlord@mit.edu
        
        Allows us to build modules for the bigmem kernels redhat started
        shipping.

2002-05-12 21:17  zacheiss

        * NEWS: 
        DELTA STABLE12-update-news-file-20020512 AUTHOR zacheiss@mit.edu
        
        Update NEWS file for user visible changes in 1.2.4.

2002-05-12 21:15  zacheiss

        * doc/txt/RELNOTES-1.2.4: 
        DELTA STABLE12-add-1_2_4-release-notes-20020512 AUTHOR
        zacheiss@mit.edu
        
        Add 1.2.4 release notes.

2002-05-10 15:02  zacheiss

	* configure-libafs.in, configure.in: 
	DELTA STABLE12-create-openafs-1_2_4-20020510 AUTHOR
	zacheiss@mit.edu
	
	begin release cycle.

2002-05-09 18:07  zacheiss

	* src/afs/afs_dcache.c: 
	DELTA STABLE12-fix-dynroot-support-with-memcache-20020509 AUTHOR
	kolya@mit.edu
	
	Avoid kernel panic when dynroot and memcache are used
	simultaneously.

2002-05-06 12:21  shadow

	* src/afs/LINUX/osi_vnodeops.c: DELTA
	STABLE12-need-prototype-for-osi-dnlc-lookup-20020503 AUTHOR
	chas@cmf.nrl.navy.mil
	
	Include afs_osidnlc.h for osi_dnlc_lookup() prototype.	Apparently
	fixes a panic on ia64.

2002-05-03 15:06  zacheiss

	* src/afs/LINUX/osi_vnodeops.c: 
	DELTA STABLE12-need-prototype-for-osi-dnlc-lookup-20020503 AUTHOR
	chas@cmf.nrl.navy.mil
	
	Include afs_osidnlc.h for osi_dnlc_lookup() prototype.	Apparently
	fixes a panic on ia64.

2002-05-02 11:59  zacheiss

	* Makefile.in, src/config/Makefile.ia64_linux24.in: 
	DELTA STABLE12-linux-ia64-build-pam-module-20020502 AUTHOR
	chas@cmf.nrl.navy.mil
	
	keep small globals from being gprel

2002-05-02 11:38  zacheiss

	* src/afs/LINUX/osi_module.c: 
	DELTA STABLE12-linux-ia64-no-asm-syscall-stubs-20020502 AUTHOR
	chas@cmf.nrl.navy.mil
	
	rewrite syscall stubs not in machine code

2002-05-02 11:36  zacheiss

	* src/afs/LINUX/osi_vnodeops.c: 
	DELTA STABLE12-linux-revalidate-root-always-good-20020502 AUTHOR
	kwc@citi.umich.edu
	
	avoid ESTALE in 2.4.19-pre7

2002-04-29 15:17  zacheiss

	* src/rx/rx_kcommon.c: 
	DELTA STABLE12-dont-spawn-kernel-thread-for-rxk-listener-20020426
	AUTHOR kolya@mit.edu
	
	Don't spawn a separate kernel thread for rx kernel listener under
	Solaris, but instead just use the afsd fork for the listener. Use
	of newproc() is deprecated, according to Frank.Batschulat@Sun.COM.

2002-04-29 15:13  zacheiss

	* src/afs/SOLARIS/osi_inode.c: 
	DELTA STABLE12-dont-bother-updating-free-inodes-20020426 AUTHOR
	kolya@mit.edu
	
	If the inode is not allocated, don't bother updating timestamps. 
	Pointed out by Frank.Batschulat@Sun.COM.

2002-04-29 11:33  shadow

	* src/config/param.ppc_darwin_14.h: DELTA
	STABLE12-darwin-use-namei-fileserver-20020429 AUTHOR
	cg2v@andrew.cmu.edu
	
	build namei fileserver for darwin

2002-04-29 11:27  shadow

	* .cvsignore, src/rxkad/.cvsignore, src/venus/.cvsignore: DELTA
	STABLE12-cvsignore-updates-20020429 AUTHOR cg2v@andrew.cmu.edu
	
	stuff missed in the stable branch

2002-04-25 17:47  shadow

	* acinclude.m4: DELTA STABLE12-darwin-map-more-versions-20020425
	AUTHOR cg2v@andrew.cmu.edu
	
	5.3 and 5.4 are "Same" enough

2002-04-25 17:22  shadow

	* src/afs/DARWIN/osi_vnodeops.c: DELTA
	STABLE12-darwin-fix-build-20020401 AUTHOR shadow@dementia.org
	
	add missing )

2002-04-25 17:19  shadow

	* src/rxkad/rxkad_common.c: DELTA
	STABLE12-rxkad-stats-initialize-to-placate-darwin-compiler-20020425
	AUTHOR cg2v@andrew.cmu.edu
	
	because it deals badly with common symbols

2002-04-23 21:49  zacheiss

	* src/afs/: afs.h, afs_vcache.c, LINUX/osi_misc.c,
	LINUX/osi_vfsops.c, LINUX/osi_vm.c, LINUX/osi_vnodeops.c: 
	DELTA
	STABLE12-convert-linux-macros-for-inodes-appropriately-20020325
	AUTHOR shadow@dementia.org
	
	even though right now a vnode and an inode are basically but not
	exactly the same, part of the usefulness of this change is the
	ability to convert to inodes linked from vcaches later. make the
	macros fit with this view of the fture

2002-04-23 21:41  zacheiss

	* src/afs/: afs.h, afs_daemons.c, afs_nfsdisp.c, afs_osi.c,
	afs_pioctl.c, afs_vcache.c, AIX/osi_vfsops.c, AIX/osi_vm.c,
	AIX/osi_vnodeops.c, DARWIN/osi_vfsops.c, DARWIN/osi_vm.c,
	DARWIN/osi_vnodeops.c, DUX/osi_machdep.h, DUX/osi_vfsops.c,
	DUX/osi_vm.c, DUX/osi_vnodeops.c, FBSD/osi_vfsops.c, FBSD/osi_vm.c,
	HPUX/osi_machdep.h, HPUX/osi_vfsops.c, HPUX/osi_vm.c,
	HPUX/osi_vnodeops.c, IRIX/osi_machdep.h, IRIX/osi_vfsops.c,
	IRIX/osi_vm.c, IRIX/osi_vnodeops.c, LINUX/osi_misc.c,
	LINUX/osi_vfsops.c, LINUX/osi_vm.c, LINUX/osi_vnodeops.c,
	SOLARIS/osi_machdep.h, SOLARIS/osi_vfsops.c, SOLARIS/osi_vm.c,
	SOLARIS/osi_vnodeops.c, UKERNEL/afs_usrops.c,
	UKERNEL/osi_machdep.h, UKERNEL/osi_vfsops.c,
	UKERNEL/osi_vnodeops.c, VNOPS/afs_vnop_attrs.c,
	VNOPS/afs_vnop_create.c, VNOPS/afs_vnop_dirops.c,
	VNOPS/afs_vnop_fid.c, VNOPS/afs_vnop_flock.c,
	VNOPS/afs_vnop_link.c, VNOPS/afs_vnop_lookup.c,
	VNOPS/afs_vnop_open.c, VNOPS/afs_vnop_remove.c,
	VNOPS/afs_vnop_rename.c, VNOPS/afs_vnop_strategy.c,
	VNOPS/afs_vnop_symlink.c, VNOPS/afs_vnop_write.c: 
	DELTA STABLE12-convert-vcache-casts-to-macros-20020325 AUTHOR
	joda@pdc.kth.se
	
	convert vcache casting in cache manager to macros
	
	should ease further changes later

2002-04-23 18:22  zacheiss

	* src/libafs/MakefileProto.LINUX.in: 
	DELTA STABLE12-linux-provide-sysctl-interface-20020206 AUTHOR
	aedil@sinenomine.net
	
	provide sysctl interface for toggling module state. provide hooks
	for all currently known tweakable items
	
	(complete earlier incomplete pullup)

2002-04-23 09:46  shadow

	* src/afs/LINUX/osi_module.c: DELTA
	STABLE12-linux-ia64-cleanup-casting-20020423 AUTHOR
	chas@cmf.nrl.navy.mil
	
	so we don't need the SYSCALL2POINTER change

2002-04-22 23:32  zacheiss

	* src/afs/: afs_call.c, LINUX/osi_alloc.c, LINUX/osi_groups.c: 
	DELTA STABLE12-sparc64-linux-and-setgroups32-cleanup-20020422
	AUTHOR cg2v@andrew.cmu.edu
	
	update setgroups32 for 2.4 and make sparc64 linux2.4 work again

2002-04-22 23:22  shadow

	* src/config/Makefile.ia64_linux24.in: file
	Makefile.ia64_linux24.in was initially added on branch
	openafs-stable-1_2_x.

2002-04-22 23:22  shadow

	* Makefile.in, src/afs/LINUX/osi_module.c,
	src/config/Makefile.ia64_linux24.in, src/kauth/client.c,
	src/libafs/MakefileProto.LINUX.in: DELTA
	STABLE12-linux-ia64-updates-20020422 AUTHOR chas@cmf.nrl.navy.mil
	
	updates to make it work with later 2.4
	
	SYSCALL2POINTER change may be unnecessary (sparc64 way should work)
	but without any way to test...

2002-04-22 12:06  shadow

	* src/afs/VNOPS/afs_vnop_remove.c: DELTA
	STABLE12-darwin-vnops-make-unlink-fix-fake-references-20020422
	AUTHOR cg2v@andrew.cmu.edu
	
	so unlink doesn't panic us

2002-04-22 11:43  shadow

	* src/libadmin/pts/: afs_ptsAdmin.c, afs_ptsAdmin.h: DELTA
	STABLE12-libadmin-pts-allow-listing-all-users-and-groups-20020422
	AUTHOR strib@uclink4.berkeley.edu
	
	so the java api can take advantage of this

2002-04-21 23:25  zacheiss

	* src/afs/afs_nfsdisp.c: 
	DELTA STABLE12-solaris-nfstrans-make-it-compile-20020404 AUTHOR
	shadow@dementia.org
	
	it compiles. it's not pretty, but it does compile

2002-04-21 17:16  zacheiss

	* src/afs/VNOPS/afs_vnop_write.c: 
	DELTA STABLE12-fix-aix-build-20020402 AUTHOR kolya@mit.edu
	
	Don't make tvc a register, since we want to dereference it later
	on.  Pointed out by nneul@umr.edu.

2002-04-21 17:11  zacheiss

	* src/WINNT/afssvrmgr/cmdline.cpp: 
	DELTA STABLE12-winnt-servermgr-use-existing-creds-option-20020401
	AUTHOR D.Bailey@Bristol.ac.uk
	
	This adds /useexisting to use current AFS creds, bypassing the
	initial authentication dialog box. It's useful if you're not
	running kaserver (i.e. if you've moved over to kerberos 5) and
	can't authenticate again by the normal AFS means.

2002-04-21 17:08  zacheiss

	* src/afs/VNOPS/afs_vnop_lookup.c: 
	DELTA STABLE12-afs-dont-mask-rights-granted-by-lookup-20020328
	AUTHOR shadow@dementia.org
	
	lookup is sufficient for this, fix the client not to bogusly
	enforce extra restrictions

2002-04-21 17:05  zacheiss

	* src/venus/fstrace.c: 
	DELTA STABLE12-fstrace-fix-memory-leak-20020325 AUTHOR
	nneul@umr.edu
	
	avoid leaking catalog reference on failure

2002-04-21 17:04  zacheiss

	* .cvsignore: 
	DELTA STABLE12-cvsignore-update-for-autoconf-25-20020325 AUTHOR
	nneul@umr.edu
	
	autoconf 2.5x turds to ignore

2002-04-21 17:01  zacheiss

	* src/afs/VNOPS/: afs_vnop_create.c, afs_vnop_dirops.c,
	afs_vnop_link.c, afs_vnop_remove.c, afs_vnop_rename.c,
	afs_vnop_symlink.c: 
	DELTA STABLE12-verify-name-lengths-in-vnops-20020324 AUTHOR
	kolya@mit.edu
	
	Verify that name lengths are at most AFSNAMEMAX and symlink
	contents are at most AFSPATHMAX (notably, the Linux kernel doesn't
	check this for us); bug report by nneul@umr.edu.

2002-04-21 16:58  zacheiss

	* src/afs/VNOPS/afs_vnop_remove.c: 
	DELTA STABLE12-initialize-tvc-on-osf-20020324 AUTHOR kolya@mit.edu
	
	Initialize tvc in afs_remove so that we don't call afs_PutVCache on
	stack garbage in case of some failure.

2002-04-21 16:54  zacheiss

	* src/viced/host.c: 
	DELTA
	STABLE12-be-more-consistent-about-host-format-in-logfiles-20020324
	AUTHOR kolya@mit.edu
	
	Clean up some more ViceLog calls to consistently refer to hosts in
	a format like 18.239.2.102:7001, rather than memory address or hex
	IP.

2002-04-21 16:53  zacheiss

	* src/afs/VNOPS/afs_vnop_write.c: 
	DELTA
	
	prototyping caught this; the usage is inconsistent with other cases
	and i believe this is the correct fix. it's not clear to me why we
	weren't seeing problems from this, though
	STABLE12-afs-memcachetruncate-takes-memcacheentry-not-inode-2002032
	1 AUTHOR shadow@dementia.org

2002-04-21 16:50  zacheiss

	* src/afs/afs_server.c: 
	DELTA
	STABLE12-afs-checkservers-call-getuser-with-cell-index-20020321
	AUTHOR nneul@umr.edu
	
	this means to be calling afs_GetUser with a cell index, not with
	the cell structure itself

2002-04-21 16:45  zacheiss

	* src/afs/VNOPS/: afs_vnop_create.c, afs_vnop_dirops.c,
	afs_vnop_link.c, afs_vnop_remove.c, afs_vnop_symlink.c: 
	DELTA STABLE12-tru64-avoid-leaking-vnodes-when-failure-20020320
	AUTHOR mattiasa@e.kth.se
	
	tru64 needs vrele when an error happens, rather than just
	returning. make sure we do so

2002-04-21 16:27  zacheiss

	* src/vol/ihandle.c: 
	DELTA STABLE12-nbsd-fileserver-dont-leak-fds-20020317 AUTHOR
	lha@stacken.kth.se
	
	file server now works usefully on netbsd

2002-04-21 16:23  zacheiss

	* src/afs/afs_callback.c: 
	DELTA STABLE12-do-afs-putcell-after-getcellbyindex-20020317 AUTHOR
	kolya@mit.edu
	
	Call afs_PutCell after afs_GetCellByIndex, even though right now it
	doesn't do anything.

2002-04-21 16:12  zacheiss

	* src/afs/afs_callback.c: 
	DELTA STABLE12-callback-function-fixes-20020317 AUTHOR
	shadow@dementia.org
	
	suggested by lha@stacken.kth.se
	
	drop locks when rxi_Alloc fails, and rework SRXAFSCB_GetCellServDB
	to use afs_GetCellByIndex. He suggested same for GetLocalCell, and
	as long as cell 1 and not CPrimary is the local cell indicator that
	works, but I left that part of the code as is for now.

2002-04-21 15:54  zacheiss

	* src/afs/LINUX/osi_vnodeops.c: 
	DELTA STABLE12-avoid-double-freeing-20020314 AUTHOR nneul@umr.edu
	
	Zero out the "allocated" flag so that we don't accidentally free
	something that wasn't allocated.

2002-04-21 15:51  zacheiss

	* src/WINNT/afsd/smb3.h: 
	DELTA STABLE12-winnt-deal-with-compiler-packing-20020310 AUTHOR
	yeejiun@yahoo.com
	
	use pragmas to hit compiler into packing smb_tran2QFSInfo usefully

2002-04-21 15:48  zacheiss

	* src/libafs/MakefileProto.LINUX.in: 
	DELTA STABLE12-fix-fomit-frame-pointer-typo-20020314 AUTHOR
	nneul@umr.edu
	
	Fix typo: OMIT_FRAME_POINTER not FOMIT_FRAME_POINTER

2002-04-21 15:46  zacheiss

	* acinclude.m4, src/libafs/MakefileProto.LINUX.in: 
	DELTA STABLE12-configure-allow-kernel-debugging-support-20020310
	AUTHOR warlord@mit.edu
	
	currently for linux only, but allow it for others in the future

2002-04-21 01:13  zacheiss

	* src/afs/LINUX/osi_misc.c: 
	DELTA STABLE12-linux24-fix-memcache-20020307 AUTHOR warlord@mit.edu
	
	The problem is that on 2.4 the 'code' variable is over-written
	during the path walk, such that by the time it's checking if the
	inode exists, code is already '0'.  But if the inode does not
	exist, code should be ENOENT to show that the file does not exist.

2002-04-21 01:04  zacheiss

	* src/: config/param.alpha_dux50.h, vol/partition.c: 
	DELTA STABLE12-dux-make-namei-fileserver-work-20020304 AUTHOR
	mattiasa@e.kth.se
	
	namei should now work on tru64 (tested on 5.0a)

2002-04-21 00:38  zacheiss

	* src/afs/afs_server.c: 
	DELTA STABLE12-use-afs-rxdeadtime-constant-20020228 AUTHOR
	kolya@mit.edu
	
	Use AFS_RXDEADTIME instead of hardcoding a value of 50

2002-04-21 00:31  zacheiss

	* src/rxkad/: Makefile.in, fc_test.c: 
	DELTA STABLE12-rxkad-regression-test-20020228 AUTHOR lha@e.kth.se
	
	regression test for rxkad

2002-04-21 00:14  zacheiss

	* src/: bozo/bosserver.c, budb/server.c, kauth/kaserver.c,
	ptserver/ptserver.c, vlserver/vlserver.c, volser/volmain.c: 
	DELTA STABLE12-afs-servers-use-rx-setnojumbo-interface-20020228
	AUTHOR mattiasa@e.kth.se
	
	use rx library interface instead of tweaking in each program

2002-04-21 00:09  zacheiss

	* src/ubik/ubik.p.h: 
	DELTA STABLE12-dont-doubly-declare-ubik-tid-etc-20020226 AUTHOR
	kolya@mit.edu
	
	ubik_tid and ubik_version now come from ubik-int.h

2002-04-21 00:01  zacheiss

	* src/: kauth/kaprocs.c, kauth/kauth.rg, ptserver/ptint.xg,
	ptserver/ptprocs.c, ubik/ubik_int.xg, ubik/utst_server.c,
	vlserver/vldbint.xg, vlserver/vlprocs.c: 
	DELTA STABLE12-fix-linux-build-with-prototypes-20020225 AUTHOR
	kolya@mit.edu
	
	Fix some of the fallout from having rxgen-fabricated prototypes.

2002-04-20 23:56  zacheiss

	* src/ptserver/ptprocs.c: 
	DELTA STABLE12-check-malloc-return-value-in-ptserver-20020223
	AUTHOR kolya@mit.edu
	
	Make sure we have enough memory to allocate the return list.

2002-04-20 23:55  zacheiss

	* src/afs/afs_callback.c: 
	DELTA STABLE12-fix-build-without-instrument-locks-20020222 AUTHOR
	kolya@mit.edu
	
	Fix build when INSTRUMENT_LOCKS isn't defined

2002-04-20 23:52  zacheiss

	* src/: bubasics/butc.xg, fsprobe/fsprobe_callback.c,
	libadmin/bos/afs_bosAdmin.c, xstat/xstat_fs_callback.c: 
	DELTA STABLE12-fix-build-errors-20020222 AUTHOR kolya@mit.edu
	
	Fix minor build errors, and rename the dumpId argument of butc's
	DeleteDump to avoid collision with budb's #define dumpId.

2002-04-20 14:53  zacheiss

	* src/tests/: build-openafs, run-tests.in: 
	DELTA STABLE12-test-suite-updates-20020221 AUTHOR
	shadow@dementia.org
	
	minor tweaks found making solaris work

2002-04-20 14:49  zacheiss

	* src/tests/: run-suite.pl, run-tests.in: 
	DELTA STABLE12-test-suite-run-tests-export-shell-20020221 AUTHOR
	shadow@dementia.org
	
	set $SHELL to override whatever your shell sets

2002-04-20 14:45  zacheiss

	* src/tests/run-suite.pl: 
	DELTA
	
	was a case where we could end up testing "localcell" by accident
	STABLE12-test-suite-run-script-make-setup-not-use-localcell-inadver
	tantly-20020221 AUTHOR shadow@dementia.org

2002-04-20 14:43  zacheiss

	* src/tests/Makefile.in: 
	DELTA test-suite-make-sure-test-script-is-executable-20020221
	AUTHOR shadow@dementia.org
	
	since configure creates the script, just chmod it

2002-04-20 14:38  zacheiss

	* acinclude.m4, src/tests/KeyFile, src/tests/Makefile.in,
	src/tests/fs_lib.c, src/tests/fsx.c, src/tests/kaserver.DB0,
	src/tests/kaserver.DBSYS1, src/tests/make-page.c,
	src/tests/run-suite.pl, src/tests/snprintf.c, src/tests/verr.c,
	src/tests/verrx.c, src/tests/vwarn.c, src/tests/vwarnx.c,
	src/tests/warnerr.c, src/tests/write-rand.c,
	src/tests/OpenAFS/Auth-Kaserver.pm: 
	DELTA
	STABLE12-test-suite-solaris-fixes-plus-some-kaserver-glue-20020216
	AUTHOR shadow@dementia.org
	
	make it all build on solaris. provide necessary files to set up a
	kaserver and authenticate against it (albeit with "known" keys)

2002-04-19 01:57  zacheiss

	* src/tests/boslistkeys.pl: 
	DELTA STABLE12-bos-listkeys-fix-test-20020221 AUTHOR
	shadow@dementia.org
	
	cksum can be either number

2002-04-19 01:37  zacheiss

	* src/pam/Makefile.in: 
	DELTA STABLE12-pam-makefile-fix-dependancies-20020219 AUTHOR
	Jaroslaw.Polok@cern.ch

2002-04-19 00:47  zacheiss

	* acinclude.m4, src/cf/solaris-pcorefile.m4, src/rx/rx_kcommon.c: 
	DELTA STABLE12-check-for-p_corefile-using-autoconf-20020215 AUTHOR
	kolya@mit.edu
	
	Use autoconf to check for p_corefile in struct proc, rather than
	assuming it exists in Solaris 7 and above; nneul@umr.edu reports
	that it doesn't for some kernel revision.

2002-04-19 00:42  zacheiss

	* src/rx/rx_event.c: 
	DELTA
	STABLE12-rx-event-deal-with-gcc-296-this-time-for-sure-20020214
	AUTHOR shadow@dementia.org
	
	somehow i suspect one of our platforms doesn't do volatile and i'll
	regret this, but this stops linux i386 when afs_int32 is an int
	from going off into la-la land when an Rx retransmit is needed

2002-04-19 00:39  zacheiss

	* src/vol/vol-salvage.c: 
	DELTA
	STABLE12-vol-salvage-add-missing-parameter-to-logging-20020213
	AUTHOR ota@transarc.com
	
	bad trace statement due to missing parameter; added

2002-04-19 00:34  zacheiss

	* src/afsweb/: Makefile.in, afswsNetscape_config.sh: 
	DELTA STABLE12-afsweb-add-netscape-config-script-20020213 AUTHOR
	stentz@us.ibm.com
	
	this was omitted from the original release and now can be included

2002-04-19 00:15  zacheiss

	* src/viced/: afsfileprocs.c, physio.c: 
	DELTA STABLE12-viced-printinode-returns-string-not-number-20020212
	AUTHOR nneul@umr.edu
	
	based on feedback from ota@transarc.com
	
	PrintInode returns a string, use it

2002-04-19 00:10  zacheiss

	* src/afs/SOLARIS/osi_vfsops.c: 
	DELTA STABLE12-solaris-release-glock-when-returning-20020208 AUTHOR
	kolya@mit.edu
	
	Properly AFS_GUNLOCK() when returning an error after having
	previously AFS_GLOCK()'ed, in afs_mount() and afs_unmount().

2002-04-18 23:55  zacheiss

	* src/: afs/SOLARIS/osi_vfsops.c, rx/rx_kcommon.c,
	rx/SOLARIS/rx_knet.c: 
	DELTA STABLE12-allow-solaris-kernel-module-reloading-20020208
	AUTHOR kolya@mit.edu
	
	Allow AFS to shutdown on Solaris (and subsequently be reloaded and
	restarted).  Still leaks memory, unlike the Linux module.

2002-04-18 23:50  zacheiss

	* src/viced/callback.c: 
	DELTA
	STABLE12-viced-callback-avoid-potential-looping-problem-20020201
	AUTHOR reuter@rzg.mpg.de
	
	avoid case where we never come out of loop attempting to clear host
	callbacks

2002-04-18 22:22  zacheiss

	* src/bozo/bosoprocs.c: 
	DELTA
	STABLE12-back-out-bosserver-dont-enforce-world-readability-on-serve
	r-etcdir-20011126 AUTHOR shadow@dementia.org

2002-04-05 23:57  shadow

	* src/afs/afs_vcache.c: DELTA
	STABLE12-linux-newvcache-more-simplification-20020405 AUTHOR
	shadow@dementia.org
	
	based on suggestion from vsrikanth@in.ibm.com
	
	eliminate extra for loop, flatten function to drop dentries, fix
	locking error i introduced

2002-04-01 21:13  shadow

	* src/afs/afs_vcache.c: DELTA
	
	based on patch by Srikanth Vishwanathan and modifications based on
	suggestions from Ted Anderson applicable to this part of the code.
	
	the original theory we operated under, namely that negative
	dentries could be banished entirely, causes file creation to stop
	working under linux 2.2 kernels. reverting that change means we
	have to deal with these negative dentries, and Srikanth's original
	suggested patch does so.
	STABLE12-linux-dcache-create-negative-dentries-22-needs-while-still
	-avoiding-vlru-cycle-20020328 AUTHOR shadow@dementia.org

2002-04-01 21:12  shadow

	* src/afs/LINUX/osi_vnodeops.c: DELTA
	STABLE12-revert-part-of-linux-dcache-inconsistency-fix-20020115
	AUTHOR shadow@dementia.org
	
	may revisit this before release; however, open_namei on 2.2 wants a
	dentry returned to it and so without this change, creating files in
	afs breaks

2002-04-01 21:11  shadow

	* src/afs/LINUX/osi_alloc.c: DELTA
	
	Based on report from David Howells of RedHat (via Guy Streeter)
	STABLE12-linux-osi-alloc-up-alloc-sem-while-alloc-to-avoid-deadlock
	-against-glock-20020215 AUTHOR shadow@dementia.org

2002-04-01 21:10  shadow

	* src/vfsck/pass1.c: DELTA
	
	if running with -y report old inodes and continue anyway
	STABLE12-solaris-vfsck-allow-force-runs-when-old-inodes-exist-20020
	310 AUTHOR shadow@dementia.org

2002-04-01 21:10  shadow

	* src/afs/LINUX/osi_sysctl.c: DELTA
	STABLE12-linux-sysctl-fix-includes-20020206 AUTHOR kolya@mit.edu
	
	Include linux/sysctl.h after afsconfig.h, since we need the
	modversion stuff first.

2002-04-01 21:07  shadow

	* src/afs/LINUX/: osi_module.c, osi_sysctl.c: DELTA
	STABLE12-linux-provide-sysctl-interface-20020206 AUTHOR
	aedil@sinenomine.net
	
	provide sysctl interface for toggling module state. provide hooks
	for all currently known tweakable items

2002-04-01 21:06  shadow

	* src/afs/: afs_call.c, SOLARIS/osi_groups.c: DELTA
	
	crset() expects p_crlock to not be held when it's called; deal
	accordingly
	STABLE12-solaris-p-crlock-not-safe-to-hold-across-call-to-crset-200
	20206 AUTHOR kolya@mit.edu

2002-04-01 21:05  shadow

	* src/afs/afs_volume.c: DELTA
	
	it's ok to support a null request being passed in, but if a real
	one is passed in we shouldn't analyze it when it's not the one we
	used when making calls.
	STABLE12-newvolumebyname-analyze-the-vrequest-actually-used-2002020
	5 AUTHOR shadow@dementia.org

2002-03-17 22:24  kolya

	* src/afs/VNOPS/afs_vnop_symlink.c: 
	DELTA STABLE12-allocate-correct-size-string-for-symlinks-20020317
	AUTHOR kolya@mit.edu
	
	Allocate the exact string length needed for the string in symlink
	contents, rather than assuming that symlink data never contains
	nulls (or that it's of the length we expect).
2001-10-13 05:28  shadow

	* src/afs/VNOPS/afs_vnop_lookup.c:
	
	DELTA disable-client-inlinebulk-20011013 AUTHOR shadow@dementia.org
	
	until we can remember which servers support it

2001-10-13 05:27  shadow

	* NEWS:
	
	DELTA update-news-file-20011013 AUTHOR shadow@dementia.org
	
	update news file for new advances

2001-10-13 05:24  shadow

	* src/afs/VNOPS/afs_vnop_lookup.c:
	
	DELTA disable-client-inlinebulk-20011013 AUTHOR shadow@dementia.org
	
	until we can remember which servers support it

2001-10-13 05:22  shadow

	* doc/txt/RELNOTES-1.2.2:
	
	DELTA add-relnotes-for-122-20011013 AUTHOR shadow@dementia.org
	
	1.2.2 release notes

2001-10-12 17:55  shadow

	* src/afs/LINUX/osi_vfsops.c:
	
	DELTA linux-no-umount-begin-20011012 AUTHOR shadow@dementia.org
	
	to fix problem reported by rtm@cert.org
	
	this code needs to be reworked before it can be reactivated

2001-10-12 13:55  shadow

	* src/libafs/MakefileProto.FBSD.in:
	
	DELTA fbsd-makefile-typo-20011012 AUTHOR zik@msu.edu
	
	add missing =

2001-10-12 00:24  shadow

	* src/bozo/bnode.c:
	
	DELTA make-logging-enhancements-aix-friendly-20011011 AUTHOR
	shadow@dementia.org
	
	AIX lacks WCOREDUMP so we work around it

2001-10-11 21:51  shadow

	* src/volser/volprocs.c:
	
	DELTA
	fix-attach-directories-code-to-properly-use-vgetpartition-20011011
	AUTHOR shadow@dementia.org
	
	irix hates us when we misuse functions

2001-10-11 21:41  shadow

	* src/rx/IRIX/rx_knet.c:
	
	DELTA irix-adapt-mtu-correctly-in-multi-interface-case-20011011
	AUTHOR kolya@mit.edu
	
	undo chas's earlier patch fix another flub

2001-10-11 21:33  shadow

	* src/util/assert.c:
	
	DELTA logging-enhancements-need-ctime-decl-20011011 AUTHOR
	shadow@dementia.org
	
	make irix happy

2001-10-11 21:14  shadow

	* src/rx/IRIX/rx_knet.c:
	
	DELTA irix-adapt-mtu-correctly-in-multi-interface-case-20011011
	AUTHOR kolya@mit.edu
	
	let hash_enum iterate so we get the right interface

2001-10-11 20:43  shadow

	* src/tbutc/Makefile.in:
	
	DELTA tbutc-make-tsm-a-configure-option-20011009 AUTHOR
	shadow@dementia.org
	
	gmake wasn't part of the deal

2001-10-11 20:34  shadow

	* acinclude.m4:
	
	DELTA support-nested-variables-20011009 AUTHOR jhutz@cmu.edu
	
	bash 1.14.7 can't deal with backslash-quoting for this

2001-10-11 18:39  shadow

	* src/rx/IRIX/rx_knet.c:
	
	DELTA irix-adapt-mtu-correctly-20011011 AUTHOR
	chas@cmf.nrl.navy.mil
	
	rxi_MatchIfnet() always returns 0 (i.e. not a match).  so
	rxi_FindIfnet() will always return 0 and the ADAPT_MTU code can
	never determine the interface (and its mtu)
	
	fix by returning 1 if we have a match_value

2001-10-11 17:39  shadow

	* configure-libafs.in, configure.in:
	
	DELTA
	check-for-makefile-fragments-for-systype-at-configure-time-20011011
	AUTHOR nneul@umr.edu
	
	don't look at the generated files

2001-10-11 16:41  shadow

	* src/config/: param.sgi_62.h, param.sgi_63.h, param.sgi_64.h,
	param.sgi_65.h:
	
	DELTA
	
	same as how we fix solaris
	irix-lacks-mem-functions-in-kernel-so-revert-to-b-functions-2001101
	1 AUTHOR chas@cmf.nrl.navy.mil

2001-10-11 07:55  shadow

	* configure-libafs.in, configure.in:
	
	DELTA
	check-for-makefile-fragments-for-systype-at-configure-time-20011011
	AUTHOR raeburn@raeburn.org
	
	don't succeed configuring if we can't build for them

2001-10-11 07:50  shadow

	* src/config/: Makefile.alpha_linux_24.in, param.alpha_linux_24.h,
	param.alpha_linux_24_usr.h:
	
	DELTA alpha-linux-24-base-support-20011011 AUTHOR
	raeburn@raeburn.org
	
	openafs works on alpha linux 2.4

2001-10-11 07:43  shadow

	* acinclude.m4:
	
	DELTA merged-configure-support-solaris9-20011011 AUTHOR
	kolya@mit.edu
	
	this slipped through the cracks when configure and configure-libafs
	were merged

2001-10-11 07:41  shadow

	* src/afs/VNOPS/afs_vnop_lookup.c:
	
	DELTA bulkstat-correctly-return-fetchstatus-error-20011011 AUTHOR
	kolya@mit.edu
	
	actually fall back to fetchstatus's error

2001-10-11 07:36  shadow

	* src/afs/afs_nfsdisp.c:
	
	DELTA solaris-afs-nfs-translator-not-a-prayer-20011011 AUTHOR
	shadow@dementia.org
	
	first pass at afs-nfs translator for solaris. it has not a prayer
	of working. i don't really have time to work on it, hopefully
	someone will see it and care.

2001-10-11 03:15  shadow

	* src/afs/LINUX/osi_vfsops.c:
	
	DELTA
	
	afs_put_super calls afs_shutdown, which expects to be called with
	afs_shuttingdown equal to 0, not 1
	linux-umount-begin-dont-preclude-afs-put-super-from-usefully-callin
	g-afs-shutdown-20011010 AUTHOR shadow@dementia.org

2001-10-10 19:32  shadow

	* src/afs/afs_cell.c:
	
	DELTA cell-alias-support-fix-memory-leak-20011010 AUTHOR
	kolya@mit.edu
	
	be careful to clean up after ourselves

2001-10-10 14:00  shadow

	* src/viced/host.c:
	
	DELTA h-release-r-should-try-harder-to-reap-deleted-hosts-20011008
	AUTHOR jimmy@e.kth.se
	
	mask holdbit in case i missed

2001-10-10 03:16  shadow

	* src/afsd/afs.rc.linux:
	
	DELTA linux-rc-file-cleanup-20011008 AUTHOR warlord@mit.edu
	
	fix silly typo

2001-10-10 00:10  shadow

	* NEWS, README, src/afs/afs.h, src/afs/afs_call.c,
	src/afs/afs_daemons.c, src/afs/afs_dcache.c, src/afs/afs_dynroot.c,
	src/afs/afs_vcache.c, src/afs/afs_volume.c,
	src/afs/VNOPS/afs_vnop_lookup.c, src/afsd/afsd.c,
	src/config/afs_args.h, src/dir/dir.h, src/libafs/Makefile.common,
	src/libuafs/Makefile.common:
	
	DELTA unix-dynroot-support-20011009 AUTHOR kolya@mit.edu
	
	  The result is that if afsd is started with "-dynroot", /afs
	  will be a locally-generated directory, with mountpoints for every
	  cell in CellServDB (and /afs/.cellname as the rw mountpoint).  If
	  AFSDB support is also enabled, attempting to access /afs/foo will
	  cause the cache manager to do an AFSDB lookup on foo, similar to
	  an automounter.  Cell aliases become symlinks to the real cell
	  names under /afs.

2001-10-10 00:05  shadow

	* src/: afs/afs.h, afs/afs_call.c, afs/afs_cell.c,
	afs/afs_pioctl.c, afsd/afsd.c, auth/cellconfig.c:
	
	DELTA support-cell-aliases-20011009 AUTHOR kolya@mit.edu This patch
	adds support for "cell aliases": a cell alias allows a	 single
	cell to be known by multiple names (one of them the primary).	
	This is useful in conjunction with AFSDB support, where you want
	all    the possible names for the same cell to share the same
	tokens, etc.
	
	  For instance, if the local resolver has "mit.edu" in its search
	  domain, an AFSDB lookup on cell "athena" will cause the primary
	  cell "athena.mit.edu" to be created, and "athena" made an alias
	  for it.

2001-10-09 23:59  shadow

	* src/rx/rx_trace.c:
	
	DELTA
	rx-trace-check-correctly-for-file-descriptor-validity-20011009
	AUTHOR kolya@mit.edu
	
	file descriptor numbered 0 is valid

2001-10-09 23:58  shadow

	* src/afs/afs_buffer.c:
	
	DELTA release-buffer-cache-lock-before-opening-file-20011009 AUTHOR
	kolya@mit.edu	make the buffer cache release	the buffer hash
	lock before trying to open the corresponding file.    Since we're
	already holding a buffer cache entry, we can lock it	instead and
	let other threads obtain the big hash lock.
	
2001-10-09 23:57  shadow

	* acinclude.m4, src/config/Makefile.rs_aix42.in,
	src/config/Makefile.sun4x_56.in, src/config/Makefile.sun4x_57.in,
	src/config/Makefile.sun4x_58.in, src/config/Makefile.sun4x_59.in,
	src/tbutc/Makefile.in:
	
	DELTA tbutc-make-tsm-a-configure-option-20011009 AUTHOR
	nneul@umr.edu
	
	not tsm support can be configure'd on

2001-10-09 23:45  shadow

	* acinclude.m4, src/util/Makefile.in:
	
	DELTA support-nested-variables-20011009 AUTHOR katzj@redhat.com
	
	necessary changes to nest variables so build directories can be
	changed when installing by overriding fewer variables

2001-10-09 14:48  shadow

	* acinclude.m4, configure-libafs.in:
	
	DELTA
	
	except don't require autoconf 2.50
	configure-and-configure-libafs-use-acinclude-as-common-ground-20011
	008 AUTHOR jhutz@cmu.edu

2001-10-09 06:32  shadow

	* src/venus/livesys.c:
	
	DELTA add-live-sys-cmd-20011008 AUTHOR jhutz@cmu.edu
	
	The attached patch adds a program named 'livesys' to the venus
	directory.    This program has exactly the same interface as 'sys',
	but actually does a    pioctl to find out the current sysname
	instead of printing a value    compiled into it.  It is intended
	for sites who want 'sys' to report the	  active, locally-assigned
	sysname of the machine on which it is run.

2001-10-09 06:16  shadow

	* acinclude.m4:
	
	DELTA configure-and-configure-libafs-use-acinclude-as-common-ground
	-20011008 AUTHOR jhutz@cmu.edu
	
	use a single file for most of both configure scripts

2001-10-09 05:56  shadow

	* src/afs/afs_server.c:
	
	DELTA avoid-losing-when-sorting-server-prefs-if-a-server-has-left-out
	-from-under-us-while-we-were-playing-20011009 AUTHOR
	shadow@dementia.org

	
	but it would be better to figure out how we're losing a server out
	from under us.

2001-10-09 05:29  shadow

	* src/volser/volprocs.c:
	
	DELTA volser-update-backup-times-20011009 AUTHOR jhutz@cmu.edu
	
	update backup time when the backup is recloned

2001-10-09 05:27  shadow

	* src/util/assert.c:
	
	DELTA logging-enhancements-20011009 AUTHOR jhutz@cmu.edu
	
	Messages generated as the result of assertion failures now include
	timestamps.

2001-10-09 05:27  shadow

	* src/bozo/bnode.c:
	
	DELTA logging-enhancements-20011009 AUTHOR jhutz@cmu.edu
	
	The bosserver now logs the exit status of processes under its
	control.

2001-10-09 05:18  shadow

	* src/config/afs_sysnames.h:
	
	DELTA parisc-linux-initial-support-20011008 AUTHOR nneul@umr.edu
	
	initial support for the pa risc linux port

2001-10-09 05:14  shadow

	* Makefile.in, config.sub, src/afs/LINUX/osi_module.c,
	src/config/Makefile.parisc_linux24.in,
	src/config/param.parisc_linux24.h,
	src/config/param.parisc_linux24_usr.h, src/des/andrew-conf.h,
	src/des/conf-parisc-linux.h, src/libafs/MakefileProto.LINUX.in:
	
	DELTA parisc-linux-initial-support-20011008 AUTHOR nneul@umr.edu
	
	initial support for the pa risc linux port

2001-10-09 04:57  shadow

	* src/WINNT/afsd/cm_freelance.c:
	
	DELTA freelance-compute-dirsize-correctly-20011009 AUTHOR
	kolya@mit.edu
	
	compute directory size properly

2001-10-09 04:56  shadow

	* src/WINNT/afsd/: cm_dns.c, cm_dns.h, cm_dns_private.h,
	cm_freelance.c, cm_freelance.h:
	
	DELTA windows-afsdb-and-freelance-afs-root-support-20011005 AUTHOR
	riegel@almaden.ibm.com
	
	afsdb record support for windows freelance /afs (make up an afs
	root instead of using root.afs from some cell) support for windows

2001-10-09 00:07  shadow

	* src/afs/afs_vcache.c:
	
	DELTA linux-dcache-cleanup-aggressively-to-avoid-having-too-many-
	vcache-entries-locked-down-20011008 AUTHOR cg2v@andrew.cmu.edu
	
	less aggressive, though, than the "don't use the dcache at all"
	d_drop solution i proposed.

2001-10-08 22:58  shadow

	* src/venus/Makefile.in:
	
	DELTA add-live-sys-cmd-20011008 AUTHOR jhutz@cmu.edu
	
	The attached patch adds a program named 'livesys' to the venus
	directory.    This program has exactly the same interface as 'sys',
	but actually does a    pioctl to find out the current sysname
	instead of printing a value    compiled into it.  It is intended
	for sites who want 'sys' to report the	  active, locally-assigned
	sysname of the machine on which it is run.

2001-10-08 22:55  shadow

	* src/volser/: volser.p.h, vos.c, vsprocs.c, vsutils.c:
	
	DELTA vos-command-enhancements-20011008 AUTHOR jhutz@cmu.edu
	
	- Adds the -crypt option, which causes rx connections to be
	encrypted
	
	  - Adds the 'vos setfields' command, which allows volume info
	fields to
	    be set.  Currently, this command allows a volume's quota to be
	set,
	    and allows its dayuse counter to be manually cleared.  At
	present,
	    no other changes are supported by the volserver RPC interface.
	
	  - Adds the 'vos changeloc' command, which allows the VLDB's idea
	of the
	    location of an RW volume to be explicitly changed without
	actually
	    moving the volume.	This can be used in cases where the VLDB
	has the
	    wrong idea of the location of a volume for some reason.  It is
	    somewhat more predictable and easy to understand than the
	syncserv
	    and syncvldb commands.
	
	  - Adds the -offline option to 'vos restore'.	This option causes
	the
	    restored volume to be left offline.  This functionality was
	already
	    present in the code but previously had no user interface.
	
	  - Adds the -readonly option to 'vos restore'.  This option causes
	the
	    restored volume to be an RO volume.  It is not permitted to
	restore
	    an RO volume when the associated RW volume already exists. 
	While
	    it is possible to restore an RW volume where an RO volume
	exists,
	    caution should be used to avoid doing this with VLDB entries
	created
	    by 'vos restore -readonly', since such entries have their ROVOL
	and
	    RWVOL ID's set to the same thing.

2001-10-08 22:47  shadow

	* src/auth/cellconfig.c:
	
	DELTA fix-uafs-build-20011008 AUTHOR kolya@mit.edu
	
	apply until intent of change is clear

2001-10-08 22:42  shadow

	* src/viced/host.c:
	
	DELTA h-release-r-should-try-harder-to-reap-deleted-hosts-20011008
	AUTHOR shadow@dementia.org
	
	based on complaint from and work with jimmy@e.kth.se
	
	h_OtherHolds_r will never return 0 if we mask our own hold bit
	before calling it. however we must be careful to mask before
	h_TossStuff_r so we aren't still "holding" then
	
	otherwise just release our hold

2001-10-08 22:34  shadow

	* src/: config/.cvsignore, libafs/.cvsignore, venus/.cvsignore:
	
	DELTA more-cvsignore-updates-20011008 AUTHOR nneul@umr.edu
	
	fix some cases where versions were hardcoded

2001-10-08 22:29  shadow

	* src/afsd/: afs.conf.linux, afs.rc.linux:
	
	DELTA linux-rc-file-cleanup-20011008 AUTHOR warlord@mit.edu
	
	Modularize the Linux RC file(s) a bit.	In particular, add more
	options for larger caches, allow autogeneration of the cacheinfo
	file, make sure AFS only starts if the network is running, add SuSE
	header information, and cope with the Red Hat initscripts better
	(on Red Hat only, but should work on all systems).

2001-10-08 22:22  shadow

	* configure-libafs.in, configure.in:
	
	DELTA configure-and-configure-libafs-use-acinclude-as-common
	-ground-20011008 AUTHOR jhutz@cmu.edu

	
	use a single file for most of both configure scripts

2001-10-08 22:19  shadow

	* src/: afs/SOLARIS/osi_file.c, afs/SOLARIS/osi_vfsops.c,
	afs/SOLARIS/osi_vnodeops.c, afs/VNOPS/afs_vnop_strategy.c,
	afsd/Makefile.in, afsd/afs.rc.solaris.2.9,
	config/Makefile.sun4x_59.in, config/afs_sysnames.h,
	config/param.sun4x_59.h, config/param.sun4x_59_usr.h,
	libafs/MakefileProto.SOLARIS.in:
	
	DELTA solaris-9-support-20011008 AUTHOR kolya@mit.edu
	
	support solaris 9

2001-10-08 22:15  shadow

	* src/afs/: afs.h, afs_callback.c, afs_pioctl.c, afs_util.c,
	afs_vcache.c, LINUX/osi_vfs.hin, LINUX/osi_vm.c,
	VNOPS/afs_vnop_lookup.c, VNOPS/afs_vnop_remove.c,
	VNOPS/afs_vnop_write.c:
	
	DELTA
	fix-linux-atomic-t-lossage-by-macroizing-vnode-refcounts-20011008
	AUTHOR kolya@mit.edu
	
	convert to macros for dealing with vnode refcounts deal with linux
	2.4 atomic_t in the process

2001-10-05 21:40  shadow

	* src/: Makefile.djgpp, NTMake9x, NTMakefile,
	WINNT/afsd/Makefile.djgpp, WINNT/afsd/NTMakefile,
	WINNT/afsd/afsd.h, WINNT/afsd/afsd95.c, WINNT/afsd/afsd_init.c,
	WINNT/afsd/afsd_init95.c, WINNT/afsd/cm_callback.c,
	WINNT/afsd/cm_cell.c, WINNT/afsd/cm_cell.h, WINNT/afsd/cm_config.c,
	WINNT/afsd/cm_config.h, WINNT/afsd/cm_dcache.c,
	WINNT/afsd/cm_ioctl.c, WINNT/afsd/cm_ioctl.h,
	WINNT/afsd/cm_scache.c, WINNT/afsd/cm_vnodeops.c,
	WINNT/afsd/libafsconf.def, WINNT/client_osi/osisleep.h,
	auth/NTMakefile, auth/cellconfig.c, config/Makefile.i386_djgpp,
	config/NTMakefile.i386_nt40, config/NTMakefile.i386_win95,
	config/afsconfig-windows.h, kauth/NTMakefile, kauth/kpasswd.c,
	kauth/user_nt.c, libafsauthent/NTMakefile, ptserver/NTMakefile,
	ptserver/pts.c:
	
	DELTA windows-afsdb-and-freelance-afs-root-support-20011005 AUTHOR
	riegel@almaden.ibm.com
	
	afsdb record support for windows freelance /afs (make up an afs
	root instead of using root.afs from some cell) support for windows

2001-10-05 21:31  shadow

	* src/vol/: ihandle.c, ihandle.h:
	
	DELTA vol-warnings-cleanup-20011005 AUTHOR nneul@umr.edu
	
	make stream_open take const arguments

2001-10-05 21:30  shadow

	* src/sys/rmtsysnet.c:
	
	DELTA sys-warnings-cleanup-20011005 AUTHOR nneul@umr.edu
	
	add headers

2001-10-05 21:30  shadow

	* src/rx/: rx_clock.c, rx_packet.c:
	
	DELTA rx-warnings-cleanup-20011005 AUTHOR nneul@umr.edu
	
	add header, pull ++ out of ntohl

2001-10-05 21:28  shadow

	* src/util/Makefile.in:
	
	DELTA util-makefile-suppress-multiple-install-target-20011005
	AUTHOR nneul@umr.edu
	
	extra install target unneeded

2001-10-05 21:25  shadow

	* src/viced/host.c:
	
	DELTA viced-server-shutdown-diagnostics-20011005 AUTHOR
	nneul@umr.edu
	
	print some debugging if we shutdown due to failure

2001-10-05 21:24  shadow

	* src/util/: assert.c, casestrcpy.c, fileutil.c, kreltime.c,
	ktime.c, uuid.c:
	
	DELTA util-warning-cleanup-20011005 AUTHOR nneul@umr.edu
	
	add headers, parens, and braces ifdef notdef unused routines

2001-10-05 21:23  shadow

	* src/auth/: cellconfig.c, ktc.c, writeconfig.c:
	
	DELTA auth-warning-cleanup-20011005 AUTHOR nneul@umr.edu
	
	add headers, parens, and braces

2001-10-05 21:22  shadow

	* src/pinstall/install.c:
	
	DELTA pinstall-warning-cleanup-20011005 AUTHOR nneul@umr.edu
	
	add header to suppress warning

2001-10-05 21:19  shadow

	* src/des/: main.c, make_ip.c:
	
	DELTA des-warning-cleanup-20011005 AUTHOR nneul@umr.edu
	
	cleanup warnings from des (add headers)

2001-10-05 21:18  shadow

	* src/rxkad/: rxkad_client.c, rxkad_common.c, rxkad_server.c,
	ticket.c:
	
	DELTA rxkad-warning-cleanup-20011005 AUTHOR nneul@umr.edu
	
	cleanup warnings from rxkad (add headers, move a ++ outside a
	htonl)

2001-10-05 21:17  shadow

	* src/kauth/: authclient.c, client.c, kaauxdb.c, kadatabase.c,
	kalocalcell.c, kalog.c, kas.c, kaserver.c, kautils.c, klog.c,
	kpasswd.c, kpwvalid.c, krb_tf.c, krb_udp.c, rebuild.c, token.c,
	user.c:
	
	DELTA kauth-warning-cleanup-20011005 AUTHOR nneul@umr.edu
	
	cleanup warnings from kauth (add headers)

2001-10-05 21:13  shadow

	* src/update/client.c:
	
	DELTA make-upclient-clean-up-after-itself-20011005 AUTHOR
	nneul@umr.edu to preclude lots of turds being left in /tmp from
	failures

2001-10-05 21:10  shadow

	* src/viced/host.c:
	
	DELTA viced-hosts-dump-make-output-more-useful-for-holds-20011005
	AUTHOR lha@e.kth.se
	
	don't just print pointer to holds array

2001-10-05 21:07  shadow

	* src/ptserver/: db_verify.c, ptprocs.c, ptserver.c, ptuser.c,
	ptutils.c, readgroup.c, readpwd.c, testpt.c, utils.c:
	
	DELTA ptserver-warning-cleanup-20011005 AUTHOR nneul@umr.edu
	
	clean up warnings in ptserver dir

2001-10-05 21:05  shadow

	* src/ubik/: beacon.c, disk.c, phys.c, recovery.c, remote.c,
	ubik.c, ubikcmd.c, utst_client.c, utst_server.c, vote.c:
	
	DELTA ubik-warning-cleanup-20011005 AUTHOR nneul@umr.edu
	
	clean up warnings (mostly new headers or added parens) in ubik

2001-10-05 21:03  shadow

	* src/afsd/: afsd.c, vsys.c:
	
	DELTA afsd-warning-cleanup-20011005 AUTHOR nneul@umr.edu
	
	clean up warnings in afsd directory

2001-10-05 20:58  shadow

	* src/ptserver/ptclient.c:
	
	DELTA ptclient-add-lh-command-20011005 AUTHOR jhutz@cmu.edu
	
	The attached patch adds a new 'lh' command to the ptclient utility.
	   Analogous to 'l', this command lists the hostCPS for a specified
	host.

2001-10-05 20:45  shadow

	* src/rxdebug/rxdebug.c:
	
	DELTA rxdebug-add-verbosity-20011005 AUTHOR kolya@mit.edu
	
	This patch adds a "-long" option to rxdebug, to print out more
	verbose output, and makes rxdebug print out more information about
	the Rx peers when ran with "-long".

2001-10-05 20:44  shadow

	* src/: afs/afs_server.c, rx/rx_kcommon.c, rx/rx_kcommon.h,
	rx/rx_misc.h, rx/SOLARIS/rx_knet.c:
	
	DELTA solaris-mtu-cleanup-20011005 AUTHOR kolya@mit.edu
	
	This patch provides better MTU selection on Solaris, by   actually
	going through the list of interfaces and picking   the correct MTU,
	rather than assuming 1500.
	
	  It also fixes a small bug in the server preference code,
	  which wasn't checking for IPv6 interfaces, and if there
	  were any IPv6 interface, it would believe all servers
	  were on the local subnet.

2001-10-05 20:41  shadow

	* src/: config/.cvsignore, libafs/.cvsignore, ntp/.cvsignore,
	ptserver/.cvsignore, venus/.cvsignore, vfsck/.cvsignore,
	vol/.cvsignore:
	
	DELTA cvsignore-updates-kolya-20011005 AUTHOR kolya@mit.edu ignore
	more things since we missed them before

2001-10-05 20:41  shadow

	* src/: config/mkvers.c, kauth/admin_tools.c:
	
	DELTA
	fix-prototype-warnings-and-eliminate-unused-variables-20011005
	AUTHOR kolya@mit.edu
	
	minor cleanup in mkvers and kauth/admin_tools

2001-10-05 20:38  shadow

	* src/: afs/afs_call.c, afsd/afsd.c, rx/rx_getaddr.c:
	
	DELTA linux-compute-mtu-correctly-20011005 AUTHOR kolya@mit.edu
	
	This patch fixes two bugs:
	
	  (1) pass more than 4 parameters to AFSCALL syscalls on Linux,
	      allowing the ADVISEADDR op to pass the MTU array pointer.
	
	  (2) properly convert MTU's to network byte order, since that's
	      what the rest of the code expects them to be.

2001-10-05 20:36  shadow

	* src/: afs/afs_call.c, afs/afs_cell.c, afs/afs_dcache.c,
	afsd/afsd.c, config/afs_args.h:
	
	DELTA afsd-afsdb-shutdown-cleanly-20011005 AUTHOR kolya@mit.edu
	
	make userspace afsdb handler shut down cleanly

2001-10-01 22:58  shadow

	* Makefile.in, NEWS, acconfig.h, configure-libafs.in, configure.in,
	src/afs/LINUX/osi_vfs.h, src/afs/LINUX/osi_vfs.hin,
	src/cf/linux-test2.m4, src/config/make_vnode.pl:
	
	DELTA
	linux-generate-struct-vnode-dyanmically-from-kernel-headers-instead
	-of-by-perverting-configure-to-test-for-every-one-of-alan-coxs-addi
	tions-some-of-which-will-doubtless-never-make-it-into-mainline-kern
	els-20011001 AUTHOR warlord@mit.edu
	
	hopefully this will be the end (at least for a while) of problems
	where every linux version requires a new openafs release. the
	struct vnode is now dynamically generated by parsing the linux/fs.h
	file and pulling out the struct inode, then rewriting osi_vfs.h

2001-10-01 19:20  shadow

	* configure.in:
	
	DELTA allow-configure-time-override-of-DEST-20011001 AUTHOR
	shadow@dementia.org
	
	so DEST=foo ./configure will work

2001-10-01 17:51  shadow

	* src/viced/callback.c:
	
	DELTA
	be-more-careful-about-references-when-adding-and-deleting-callbacks
	-20011001 AUTHOR shadow@dementia.org
	
	remove extra ) which snuck in

2001-10-01 17:38  shadow

	* src/viced/callback.c:
	
	DELTA
	be-more-careful-about-references-when-adding-and-deleting-callbacks
	-20011001 AUTHOR shadow@dementia.org
	
	perhaps too careful. to fix potential crash in TDel and TAdd

2001-10-01 17:35  shadow

	* src/viced/afsfileprocs.c:
	
	DELTA
	require-administer-permission-for-mount-point-creation-harder-20010
	926 AUTHOR kolya@mit.edu
	
	make sure a mount point isn't being created if the user isn't
	allowed to do that

2001-10-01 17:31  shadow

	* acconfig.h, configure-libafs.in, configure.in,
	src/afs/LINUX/osi_vfs.h, src/cf/linux-test4.m4:
	
	DELTA linux24-another-new-inode-field-sigh-20011001 AUTHOR
	eichin-oa@boxedpenguin.com
	
	with configure glue by shadow@dementia.org
	
	one of these days we really need to implement a better solution

2001-10-01 17:20  shadow

	* src/login/Makefile.in:
	
	DELTA login-makefile-needs-new-build-system-update-20011001 AUTHOR
	nneul@umr.edu
	
	fixed missed case of afs/ in libdir

2001-10-01 17:19  shadow

	* src/pam/afs_util.c:
	
	DELTA pam-build-on-hpux11-20011001 AUTHOR nneul@umr.edu
	
	so pam now builds on hpux 11

2001-10-01 17:17  shadow

	* src/venus/: Makefile.in, kdump.sh.linux:
	
	DELTA linux-kdump-wrapper-20011001 AUTHOR nneul@umr.edu
	
	install a kdump wrapper for linux. (with mod to use $0 instead of
	kdump)

2001-10-01 17:11  shadow

	* src/vol/Makefile.in:
	
	DELTA fix-destdir-support-for-fsconv-and-xfs-binaries-20011001
	AUTHOR jhutz@cmu.edu
	
	properly support DESTDIR case in vol makefile for certain files
	which were broken before

2001-09-28 13:09  shadow

	* src/rx/rx.h:
	
	DELTA rx-ignore-vab-harder-20010928 AUTHOR shadow@dementia.org
	
	if the other side suggests we use the vab security class, ignore
	them harder than we did before

2001-09-27 17:37  shadow

	* src/afs/VNOPS/afs_vnop_lookup.c:
	
	DELTA
	afs-lookup-put-back-vcache-entry-on-failed-evalmountpoint-20010927
	AUTHOR shadow@dementia.org
	
	based on observations of effects related to
	afs-lookup-check-evalmountpoint-return-20010221 and affirmed based
	on mail from Todd_DeSantis@transarc.com
	
	this should reduce but perhaps not eliminate the VLRU cycle:
	increase -stat parameter problem on Linux as it's not yet clear
	that this is the only problem and circumstantially it is probably
	not.

2001-09-27 02:16  shadow

	* src/afs/VNOPS/afs_vnop_flock.c:
	
	DELTA afs-client-inline-bulkstatus-rpc-support-20010926 AUTHOR
	shadow@dementia.org
	
	rename spare2

2001-09-27 00:32  shadow

	* src/audit/audit.h:
	
	DELTA afs-client-inline-bulkstatus-rpc-support-20010926 AUTHOR
	shadow@dementia.org
	
	create audit event for inlinebulk

2001-09-26 21:49  rees

	* src/: afs/lock.h, config/param.i386_obsd29.h:
	
	DELTA fix-locks-for-openbsd-20010926 AUTHOR rees@umich.edu
	
	don't confuse direct with dirent use curproc instead of cur_proc()

2001-09-26 15:28  shadow

	* src/bozo/bos.c:
	
	DELTA bos-avoid-false-errors-when-salvaging-20010926 AUTHOR
	shadow@dementia.org
	
	there were some cases where we falsely reported the BZNOENT from
	salvage-tmp being cleanup up as "bos: failed to start 'salvager'
	(no such entity)"..  despite having just reported: bos: salvage
	completed
	
	this should no longer happen.

2001-09-26 13:07  shadow

	* src/afs/VNOPS/afs_vnop_lookup.c:
	
	DELTA afs-client-inline-bulkstatus-rpc-support-20010926 AUTHOR
	shadow@dementia.org
	
	this cuts rpc traffic in half for directories on which you have no
	permissions and is capable of doing more if a useful way can be
	conceived of caching errors.
	
	currently bulkstat works thus: say a directory has 100 files.
	bulkstat will on the first hit stat the first 30 files, integrating
	the information if successful, and when you hit file 31, repeat.
	meaning if you can read that 100 files is 4 bulkstatus rpcs
	(3*30+10). if you can't, you do bulkstatus, get an abort, then do
	fetchstatus on the file and find out why you lost. you go on and
	try bulkstatus again this time for files 2-31 instead of 1-30. same
	failure, meaning you do 2N rpcs for the N files. inlinebulk doesn't
	abort but instead fills in stat info for any of the up to 30 files
	it can, and errors for any it can't.
	
	currently the client will pull out any stat info filled in, and
	then return the error from the first file, meaning if you can't
	read the directory we do N inlinebulk rpcs instead of N bulkstatus
	+ N fetchstatus rpcs. if the errors for the other 29 could be
	meaningfully cached (and you have to be careful not to pollute
	information such that it's not useful for someone in a different
	auth context) then we could get down to the same 4 rpcs we have for
	success, but that's an exercise for later give how the cache
	manager works.

2001-09-26 00:02  shadow

	* src/vol/partition.c:
	
	DELTA
	allow-namei-fileservers-to-use-directories-instead-of-partitions-fo
	r-vicep-20010924 AUTHOR kolya@mit.edu
	
	more carefully avoid non-vicepX partitions

2001-09-25 15:44  shadow

	* src/: fsint/afsint.xg, viced/afsfileprocs.c:
	
	DELTA create-inline-bulkstatus-rpc-and-server-stub-20010925 AUTHOR
	shadow@dementia.org
	
	this way it's possible to do a bulkstatus where some items succeed
	and fill in that stat info, instead of just getting an error.

2001-09-25 15:42  shadow

	* src/vol/partition.c:
	
	DELTA
	allow-namei-fileservers-to-use-directories-instead-of-partitions-fo
	r-vicep-20010924 AUTHOR kolya@mit.edu
	
	carefully avoid non vicep directories and/or partitions as it may
	get upset at automounters or running cachemanagers!

2001-09-24 22:19  shadow

	* src/: viced/afsfileprocs.c, rx/rx.h:
	
	DELTA fileserver-remove-delay-on-stat-errors-20010925 AUTHOR
	shadow@dementia.org
	
	previously and since 3.5 rx enhancements fileserver would delay 3
	seconds on sending an rx abort when the abort was the 11th or more
	occurance of the same error on the same call. the problem was
	fetchstatus/bulkstatus on a directory on which you have "l" but not
	"r" would take forever after the first 5 files (bulkstatus and then
	fetchstatus on each file, 2*5=10)
	
	so in FetchStatus and BulkStatus stubs we suppress repeated errors
	from Check_PermissionRights *only*, which has the effect of
	suppressing the problem without removing the theoretical benefit of
	avoiding letting any one client throw requests at as as fast as we
	can abort them unless those requests happen to be fetch/bulkstat
	requests which fail a permission check, but in order to avoid that
	we'd also need to cache what they last tried to stat, and then
	things would get ugly.

2001-09-24 16:11  shadow

	* src/comerr/compile_et.c:
	
	DELTA comerr-include-proper-old-compat-glue-20010924 AUTHOR
	shadow@dementia.org
	
	so old initialize function works correctly

2001-09-24 12:17  shadow

	* src/vlserver/vlserver.p.h:
	
	DELTA export-vlops-in-vldbint-xg-file-20010924 AUTHOR
	shadow@dementia.org
	
	based on report from lha@stacken.kth.se
	
	remove from vlserver.p.h

2001-09-24 11:16  shadow

	* src/vlserver/vldbint.xg:
	
	DELTA export-vlops-in-vldbint-xg-file-20010924 AUTHOR
	shadow@dementia.org
	
	based on report from lha@stacken.kth.se
	
	include vlops in the "published" interface

2001-09-24 10:51  shadow

	* NEWS:
	
	DELTA NEWS-updates-20010924 AUTHOR shadow@dementia.org
	
	update NEWS for stuff in 1.2.1 and stuff to go into 1.2.2 DELTA
	some-name-yyyymmdd AUTHOR contributor@some.site

2001-09-24 10:49  shadow

	* src/: vol/namei_ops.c, vol/partition.c, vol/partition.h,
	volser/volprocs.c:
	
	DELTA
	allow-namei-fileservers-to-use-directories-instead-of-partitions-fo
	r-vicep-20010924 AUTHOR kolya@mit.edu
	
	 -- /vicepX/AFSIDat/README is created the first time the fileserver
	    is started, rather than the second time.
	
	 -- For the namei fileserver, /vicepa/Lock/vicepa is created as
	    the lockfile.  Previously, on Solaris, the raw device was
	    was being used for LockPartition(), and that breaks when
	    there isn't a corresponding device.
	
	 -- The VolPartitions and XVolPartitions volserver calls now return
	    the list of attached (rather than mounted) partitions.  This is
	    consistent with the NT fileserver and removes duplicate code.
	
	The actual magic for allowing the fileserver to attach non-mounted
	partitions is to create /vicepX/AlwaysAttach.

2001-09-24 10:48  shadow

	* src/viced/viced.c:
	
	DELTA viced-deal-gracefully-with-afsconf-failure-20010924 AUTHOR
	kolya@mit.edu
	
	-- Fileserver will complain if afsconf_Open() fails, rather than   
	 mysteriously segfault'ing later on.

2001-09-24 10:44  shadow

	* src/rx/: rx.c, rx_packet.c:
	
	DELTA rx-cleanup-20010924 AUTHOR kolya@mit.edu
	
	The rxi_ReceiveAckPacket() change makes sure we have two extra
	fields (the max and recommended packet sizes) hanging off the
	packet, rather than just one.
	
	The PKTFLAG_FREE stuff in rx_packet.c just initialized flags in
	case PKTFLAG_ACKED somehow didn't get cleared there.
	
	The wirevec changes are off-by-1 errors: there's p->niovecs iovecs
	in a packet, from 0 (header) to p->niovecs-1, so p->niovecs doesn't
	refer to a meaningful iovec.

2001-09-20 05:10  shadow

	* configure-libafs.in, configure.in, doc/txt/RELNOTES-1.2.1,
	src/afs/LINUX/osi_vnodeops.c, src/afs/VNOPS/afs_vnop_write.c: DELTA
	undo-linux-call-afs-dopartialwrite-20010920 AUTHOR
	shadow@dementia.org
	
	scrap this approach

2001-09-20 04:02  shadow

	* doc/txt/RELNOTES-1.2.1: DELTA openafs-relnotes-1_2_1-20010920
	AUTHOR shadow@dementia.org
	
	add release notes for 1.2.1

2001-09-20 04:02  shadow

	* doc/txt/RELNOTES-1.2.1: file RELNOTES-1.2.1 was initially added
	on branch openafs-stable-1_2_x.

2001-09-20 03:58  shadow

	* src/ubik/vote.c: DELTA ubik-fix-typo-20010919 AUTHOR
	shadow@dementia.org
	
	somehow this crept in

2001-09-20 03:02  shadow

	* src/vfsck/setup.c: DELTA
	dux-vfsck-check-for-mounted-filesystem-20010919 AUTHOR
	mattiasa@e.kth.se
	
	modified by shadow@dementia.org for dux 4.0a (ifndef UID_NO_CHANGE
	case)

2001-09-19 23:19  shadow

	* src/WINNT/afssvrcfg/afscfg.cpp: DELTA
	winnt-dont-do-unneeded-version-check-20010918 AUTHOR
	jimpeter@us.ibm.com
	
	make afs config wizard not complain about version < 3.5

2001-09-19 23:16  shadow

	* NEWS: DELTA news-include-windows-updates-20010918 AUTHOR
	luan@almaden.ibm.com
	
	list windows client user-visible changes

2001-09-19 22:59  shadow

	* src/: config/param.i386_obsd29.h, config/param.i386_obsd29_usr.h,
	des/conf-i386-obsd.h, libafs/MakefileProto.OBSD.in: DELTA
	OpenBSD-initial-commit-20010913 AUTHOR rees@umich.edu
	
	openbsd config files, from devel branch

2001-09-19 22:47  shadow

	* README.CVS: DELTA automake-comment-20010918 AUTHOR rees@umich.edu
	
	reflect need for automake

2001-09-19 22:46  shadow

	* Makefile.in, src/config/Makefile.i386_obsd29.in: DELTA
	openbsd-nits-20010919 AUTHOR rees@umich.edu
	
	arrange for "make" to complete on openbsd (from devel branch)

2001-09-19 22:40  shadow

	* src/: WINNT/afs_setup_utils/afsrm.c, WINNT/afsd/cm_utils.h,
	WINNT/afsreg/test/regman.c, afs/afs_analyze.c, afs/afs_trace.et,
	afs/afs_volume.c, auth/acfg_errors.et, auth/ktc_errors.et,
	bozo/bos.c, bozo/boserr.et, bubasics/butc_errs.et,
	bubasics/butm_errs.et, bubasics/butx_errs.et,
	bucoord/bucoord_errs.et, bucoord/main.c, budb/budb_errs.et,
	budb/server.c, butc/tcmain.c, butm/butm_test.c, butm/test_ftm.c,
	cmd/cmd_errors.et, cmd/test/itest.c, comerr/compile_et.c,
	comerr/error_table.y, comerr/error_table_nt.c, comerr/test/test.c,
	comerr/test/test1.et, comerr/test/test2.et, dauth/dlog.c,
	finale/translate_et.c, kauth/client.c, kauth/decode_ticket.c,
	kauth/kaerrors.et, kauth/kas.c, kauth/kautils.p.h,
	kauth/test/test_getticket.c, kauth/test/test_interim_ktc.c,
	kauth/test/test_rxkad_free.c,
	libadmin/adminutil/afs_AdminBosErrors.et,
	libadmin/adminutil/afs_AdminCfgErrors.et,
	libadmin/adminutil/afs_AdminClientErrors.et,
	libadmin/adminutil/afs_AdminCommonErrors.et,
	libadmin/adminutil/afs_AdminKasErrors.et,
	libadmin/adminutil/afs_AdminMiscErrors.et,
	libadmin/adminutil/afs_AdminPtsErrors.et,
	libadmin/adminutil/afs_AdminUtilErrors.et,
	libadmin/adminutil/afs_AdminVosErrors.et,
	libadmin/adminutil/afs_utilAdmin.c, package/package.c,
	ptserver/Makefile.in, ptserver/NTMakefile, ptserver/db_verify.c,
	ptserver/pt_util.c, ptserver/ptclient.c, ptserver/pterror.et,
	ptserver/ptuser.c, ptserver/testpt.c, rx/test/generator.c,
	rxkad/rxkad_errs.et, rxkad/test/stress.c,
	rxkad/test/stress_errs.et, ubik/ubik.c, ubik/ubikclient.c,
	ubik/uerrors.et, uss/uss.c, vlserver/vl_errors.et, volser/common.c,
	volser/volerr.et, volser/vsprocs.c: DELTA
	comerr-behave-like-the-rest-of-the-world-20010918 AUTHOR
	shadow@dementia.org
	
	make afs's comerr implementation behave like every other one (don't
	monkey with the case of table names as provided)
	
	change all source to work properly in light of these changes

2001-09-19 22:36  shadow

	* src/: WINNT/afsd/cm_config.c, auth/authcon.c, auth/cellconfig.c,
	auth/userok.c, bozo/bos.c, bozo/bosoprocs.c, bozo/bosserver.c,
	bozo/cronbnodeops.c, bozo/fsbnodeops.c, cmd/cmd.c, dir/buffer.c,
	dir/salvage.c, kauth/admin_tools.c, kauth/authclient.c,
	kauth/kaauxdb.c, kauth/kaprocs.c, kauth/krb_udp.c, kauth/rebuild.c,
	kauth/token.c, libacl/aclprocs.c, ptserver/db_verify.c,
	ptserver/display.c, ptserver/ptprocs.c, ptserver/ptserver.c,
	ptserver/readgroup.c, ptserver/utils.c, rx/rx_pthread.c,
	rxgen/rpc_main.c, rxgen/rpc_parse.c, rxkad/rxkad_server.c,
	sys/pioctl_nt.c, ubik/beacon.c, ubik/disk.c, ubik/lock.c,
	ubik/remote.c, ubik/vote.c, vlserver/vlclient.c,
	vlserver/vldb_check.c, vlserver/vlprocs.c, vlserver/vlutils.c,
	vol/clone.c, vol/partition.c, vol/vnode.c, vol/vol-salvage.c,
	vol/vutil.c, volser/common.c, volser/dumpstuff.c,
	volser/lockprocs.c, volser/volprocs.c, volser/vos.c,
	volser/vsprocs.c, volser/vsutils.c: DELTA
	misc-build-cleanup-20010917 AUTHOR wcw@cmu.edu
	
	get rid of build warnings from unused variables, especially for
	winnt

2001-09-19 22:32  shadow

	* src/: WINNT/afsadmsvr/NTMakefile, WINNT/license/lang/NTMakefile,
	auth/NTMakefile, bozo/NTMakefile, bucoord/NTMakefile,
	budb/NTMakefile, cmd/NTMakefile, des/NTMakefile, kauth/NTMakefile,
	rxstat/NTMakefile, tbutc/NTMakefile, ubik/NTMakefile,
	update/NTMakefile, volser/NTMakefile: DELTA
	nt-makefile-clean-targets-20010917 AUTHOR wcw@cmu.edu
	
	provide more useful "make clean" support for winnt

2001-09-19 22:30  shadow

	* README.CVS: DELTA readme-cvs-update-with-instructions-20010917
	AUTHOR wcw@cmu.edu
	
	more verbose readme for cvs users

2001-09-19 22:29  shadow

	* src/config/Makefile.ppc_linux22.in: DELTA
	ppc-linux-needs-install-path-20010917 AUTHOR hartmans@mit.edu
	
	specify path to install like all the other makefile fragments

2001-09-19 22:25  shadow

	* Makefile.in, configure-libafs.in, configure.in,
	src/afs/sysincludes.h, src/afsd/afsd.c, src/des/andrew-conf.h,
	src/des/read_pssword.c, src/kauth/kaserver.c, src/kauth/klogin.c,
	src/kauth/user.c, src/lwp/Makefile.in, src/lwp/preempt.c,
	src/lwp/process.s, src/lwp/waitkey.c, src/pinstall/install.c,
	src/rx/rx_getaddr.c, src/rx/rx_kcommon.c, src/rx/rx_kcommon.h,
	src/rx/rx_packet.h, src/rx/rx_rdwr.c, src/rxgen/rpc_main.c,
	src/sys/Makefile.in, src/ubik/Makefile.in, src/usd/usd_file.c,
	src/viced/afsfileprocs.c, src/vol/devname.c, src/vol/listinodes.c,
	src/vol/partition.c, src/vol/vol-salvage.c, src/vol/volume.c: DELTA
	OpenBSD-initial-commit-20010913 AUTHOR rees@umich.edu
	
	pull into stable branch base openbsd support

2001-09-19 22:18  shadow

	* src/afs/VNOPS/afs_vnop_write.c: DELTA
	
	fix erroneous ifdef to not change fakeopen codepath
	linux-call-afs-dopartialwrite-from-afs-memwrite-and-afs-ufswrite-no
	t-afs-linux-write-20010919 AUTHOR shadow@dementia.org

2001-09-19 17:59  rees

	* src/config/Makefile.i386_obsd29.in: DELTA openbsd-nits-20010919
	AUTHOR rees@umich.edu
	
	With these small changes, "make" on OpenBSD actually completes!

2001-09-13 23:19  rees

	* src/: config/Makefile.i386_obsd29.in, config/param.i386_obsd29.h,
	config/param.i386_obsd29_usr.h, des/conf-i386-obsd.h,
	libafs/MakefileProto.OBSD.in: Initial OpenBSD support. Most of user
	space builds. No kernel module yet.
	
	DELTA OpenBSD-initial-commit-20010913 AUTHOR rees@umich.edu

2001-09-11 15:28  shadow

	* openafs/src/afs/afs_callback.c (1.7): DELTA
	afs-callback-kill-bcopy-again-20010911 AUTHOR shadow@dementia.org
	
	this slipped in with the memory leak fix

2001-09-11 02:56  shadow

	* openafs/: NEWS (1.4), README (1.4): DELTA
	update-top-level-docs-for-new-install-targets-20010911 AUTHOR
	shadow@dementia.org
	
	make top level files indicate current build instructions

2001-09-11 02:25  shadow

	* openafs/src/libafs/MakefileProto.AIX.in (1.10): DELTA
	aix-makefileproto-cleanup-dest-building-20010911 AUTHOR
	shadow@dementia.org
	
	readd missing /es

2001-09-11 00:46  shadow

	* openafs/src/libafs/MakefileProto.SOLARIS.in (1.10): DELTA
	makefileproto-solaris-install-modules-in-modlad-dir-20010911 AUTHOR
	shadow@dementia.org
	
	get rid of another bogosity

2001-09-11 00:00  shadow

	* openafs/configure-libafs.in (1.4): DELTA
	configure-libafs-fix-paths-20010910 AUTHOR shadow@dementia.org
	
	update paths for building submodule

2001-09-10 23:37  shadow

	* openafs/src/ftpd43+/Makefile.in (1.6): DELTA
	make-install-support-for-transarc-and-prefix-style-universes-200109
	07 AUTHOR jhutz@cmu.edu
	
	convert LIBDIR to TOP_LIBDIR

2001-09-10 23:30  shadow

	* openafs/src/libafs/MakefileProto.IRIX.in (1.11): DELTA
	irix-makefileproto-fix-dest-target-20010910 AUTHOR
	shadow@dementia.org
	
	rely on DEST not DESTDIR also install instead of cp to implicitly
	create needed directory

2001-09-10 19:49  shadow

	* openafs/Makefile.in (1.20): DELTA
	make-install-support-for-transarc-and-prefix-style-universes-200109
	07 AUTHOR jhutz@cmu.edu
	
	except it's helpful to actually include makefile.@sys

2001-09-10 19:48  shadow

	* openafs/Makefile.in (1.19): DELTA
	make-install-support-for-transarc-and-prefix-style-universes-200109
	07 AUTHOR jhutz@cmu.edu
	
	remove explicit INSTALL and use makefile.@sys value instead

2001-09-10 16:52  shadow

	* openafs/: configure-libafs.in (1.3), configure.in (1.45),
	acconfig.h (1.12): DELTA
	linux-configure-check-for-more-inode-struct-members-20010910 AUTHOR
	shadow@dementia.org
	
	for redhat enterprise kernel

2001-09-10 16:50  shadow

	* openafs/configure-libafs.in (1.2): DELTA
	update-libafs-configure-20010910 AUTHOR shadow@dementia.org
	
	so the kernel module subconfigure will work usefully

2001-09-10 16:21  shadow

	* openafs/src/: auth/Makefile.in (1.5), cmd/test/Makefile.in (1.5),
	config/Makefile.version-NOCML.in (1.3), dir/Makefile.in (1.5),
	gtx/Makefile.in (1.5), kauth/Makefile.in (1.5),
	kauth/test/Makefile.in (1.5), libacl/Makefile.in (1.5),
	libadmin/adminutil/Makefile.in (1.4), libadmin/bos/Makefile.in
	(1.4), libadmin/cfg/Makefile.in (1.4), libadmin/client/Makefile.in
	(1.4), libadmin/kas/Makefile.in (1.4), libadmin/pts/Makefile.in
	(1.4), libadmin/vos/Makefile.in (1.4), libafs/Makefile.common
	(1.14), libafs/MakefileProto.AIX.in (1.9),
	libafs/MakefileProto.DARWIN.in (1.8), libafs/MakefileProto.IRIX.in
	(1.10), libafs/MakefileProto.LINUX.in (1.11),
	libafs/MakefileProto.SOLARIS.in (1.9), libafsrpc/Makefile.in (1.5),
	login/Makefile.in (1.5), null/Makefile.in (1.5),
	rlogind/Makefile.in (1.5), rxkad/test/Makefile.in (1.4),
	tbutc/Makefile.in (1.5), usd/test/Makefile.in (1.3),
	volser/Makefile.in (1.5): DELTA
	makefile-cleanup-remove-extraneous-semicolons-and-other-unused-bits
	-20010910 AUTHOR nneul@umr.edu
	
	rationalize away some more crap

2001-09-10 16:14  shadow

	* openafs/: .cvsignore (1.1), src/afs/.cvsignore (1.1),
	src/afsd/.cvsignore (1.1), src/afsmonitor/.cvsignore (1.1),
	src/afsweb/.cvsignore (1.1), src/audit/.cvsignore (1.1),
	src/auth/.cvsignore (1.1), src/auth/test/.cvsignore (1.1),
	src/bozo/.cvsignore (1.1), src/bozo/test/.cvsignore (1.1),
	src/bu_utils/.cvsignore (1.1), src/bubasics/.cvsignore (1.1),
	src/bucoord/.cvsignore (1.1), src/budb/.cvsignore (1.1),
	src/butc/.cvsignore (1.1), src/butm/.cvsignore (1.1),
	src/cmd/.cvsignore (1.1), src/cmd/test/.cvsignore (1.1),
	src/comerr/.cvsignore (1.1), src/comerr/test/.cvsignore (1.1),
	src/config/.cvsignore (1.1), src/dauth/.cvsignore (1.1),
	src/des/.cvsignore (1.1), src/des/test/.cvsignore (1.1),
	src/des_stub/.cvsignore (1.1), src/dir/.cvsignore (1.1),
	src/dir/test/.cvsignore (1.1), src/export/.cvsignore (1.1),
	src/finale/.cvsignore (1.1), src/fsint/.cvsignore (1.1),
	src/fsprobe/.cvsignore (1.1), src/ftpd43+/.cvsignore (1.1),
	src/gtx/.cvsignore (1.1), src/inetd/.cvsignore (1.1),
	src/kauth/.cvsignore (1.1), src/kauth/test/.cvsignore (1.1),
	src/libacl/.cvsignore (1.1), src/libacl/test/.cvsignore (1.1),
	src/libadmin/.cvsignore (1.1), src/libadmin/adminutil/.cvsignore
	(1.1), src/libadmin/bos/.cvsignore (1.1),
	src/libadmin/cfg/.cvsignore (1.1), src/libadmin/cfg/test/.cvsignore
	(1.1), src/libadmin/client/.cvsignore (1.1),
	src/libadmin/kas/.cvsignore (1.1), src/libadmin/pts/.cvsignore
	(1.1), src/libadmin/samples/.cvsignore (1.1),
	src/libadmin/test/.cvsignore (1.1), src/libadmin/vos/.cvsignore
	(1.1), src/libafs/.cvsignore (1.1), src/libafsauthent/.cvsignore
	(1.1), src/libafsrpc/.cvsignore (1.1), src/libuafs/.cvsignore
	(1.1), src/log/.cvsignore (1.1), src/log/test/.cvsignore (1.1),
	src/login/.cvsignore (1.1), src/lwp/.cvsignore (1.1),
	src/lwp/test/.cvsignore (1.1), src/mpp/.cvsignore (1.1),
	src/ntp/.cvsignore (1.1), src/null/.cvsignore (1.1),
	src/package/.cvsignore (1.1), src/pam/.cvsignore (1.1),
	src/pinstall/.cvsignore (1.1), src/pinstall/test/.cvsignore (1.1),
	src/procmgmt/.cvsignore (1.1), src/procmgmt/test/.cvsignore (1.1),
	src/ptserver/.cvsignore (1.1), src/rcp/.cvsignore (1.1),
	src/rlogind/.cvsignore (1.1), src/rsh/.cvsignore (1.1),
	src/rx/.cvsignore (1.1), src/rx/bulk.example/.cvsignore (1.1),
	src/rx/bulktest/.cvsignore (1.1), src/rx/multi.example/.cvsignore
	(1.1), src/rx/simple.example/.cvsignore (1.1),
	src/rx/test/.cvsignore (1.1), src/rxdebug/.cvsignore (1.1),
	src/rxgen/.cvsignore (1.1), src/rxkad/.cvsignore (1.1),
	src/rxkad/test/.cvsignore (1.1), src/rxstat/.cvsignore (1.1),
	src/scout/.cvsignore (1.1), src/sgistuff/.cvsignore (1.1),
	src/sia/.cvsignore (1.1), src/sys/.cvsignore (1.1),
	src/tbutc/.cvsignore (1.1), src/tsm41/.cvsignore (1.1),
	src/tviced/.cvsignore (1.1), src/ubik/.cvsignore (1.1),
	src/update/.cvsignore (1.1), src/usd/.cvsignore (1.1),
	src/usd/test/.cvsignore (1.1), src/uss/.cvsignore (1.1),
	src/util/.cvsignore (1.1), src/util/test/.cvsignore (1.1),
	src/venus/.cvsignore (1.1), src/venus/test/.cvsignore (1.1),
	src/vfsck/.cvsignore (1.1), src/viced/.cvsignore (1.1),
	src/vlserver/.cvsignore (1.1), src/vol/.cvsignore (1.1),
	src/vol/test/.cvsignore (1.1), src/volser/.cvsignore (1.1),
	src/wsadmin.src/.cvsignore (1.1), src/xstat/.cvsignore (1.1): DELTA
	add-cvsignores-to-project-20010910 AUTHOR nneul@umr.edu
	
	start at cvsignores

2001-09-10 16:08  shadow

	* openafs/src/README-NT (1.4): DELTA winnt-readme-update-20010910
	AUTHOR wcw@cmu.edu
	
	update winnt build instructions

2001-09-10 16:07  shadow

	* openafs/: configure.in (1.44),
	doc/html/QuickStartUnix/auqbg007.htm (1.3), src/afsd/Makefile.in
	(1.6), src/afsd/afs.ppc_darwin_12.plist (1.1),
	src/afsd/afs.ppc_darwin_13.plist (1.1),
	src/afsd/afs.rc.darwin.plist (1.2): DELTA
	darwin-build-updates-20010910 AUTHOR cg2v@andrew.cmu.edu
	
	separate plist on per-version basis
	
	1.4 is not yet supported

2001-09-10 15:54  shadow

	* openafs/src/WINNT/afsclass/NTMakefile (1.3): DELTA
	winnt-create-missing-clean-target-20010910 AUTHOR wcw@cmu.edu
	
	get winnt make clean closer to working

2001-09-10 15:15  shadow

	* openafs/src/ftpd43+/Makefile.in (1.5): DELTA
	make-install-support-for-transarc-and-prefix-style-universes-200109
	07 AUTHOR jhutz@cmu.edu
	
	convert missed LIBDIR to TOP_LIBDIR

2001-09-10 12:37  shadow

	* openafs/src/bucoord/bc_status.c (1.5): DELTA
	bucoord-cvs-bogosity-20010910 AUTHOR shadow@dementia.org
	
	correct bogosity which crept into CVS (rtruct instead of struct)

2001-09-10 11:39  shadow

	* openafs/src/: NTMake9x (1.4), NTMakefile (1.4),
	WINNT/afs_setup_utils/NTMakefile (1.6),
	WINNT/afs_setup_utils/_isuser/ntmakefile (1.3): DELTA
	windows-install-updates-20010910 AUTHOR jimpeter@us.ibm.com
	
	more corrections for windows packaging

2001-09-10 00:41  shadow

	* openafs/src/: vfsck/Makefile.in (1.6), ntp/Makefile.in (1.5):
	DELTA
	make-install-support-for-transarc-and-prefix-style-universes-200109
	07 AUTHOR jhutz@cmu.edu
	
	kill refs to afssrvdir

2001-09-10 00:34  shadow

	* openafs/src/vfsck/Makefile.in (1.5): DELTA
	make-install-support-for-transarc-and-prefix-style-universes-200109
	07 AUTHOR jhutz@cmu.edu
	
	update ref to libexecdir

2001-09-10 00:27  shadow

	* openafs/src/libafs/MakefileProto.SOLARIS.in (1.8): DELTA
	make-install-support-for-transarc-and-prefix-style-universes-200109
	07 AUTHOR jhutz@cmu.edu
	
	update dest version of output

2001-09-09 23:30  shadow

	* openafs/Makefile.in (1.18): DELTA
	make-install-support-for-transarc-and-prefix-style-universes-200109
	07 AUTHOR jhutz@cmu.edu
	
	remove bogus afssrvdir reference

2001-09-09 10:58  shadow

	* openafs/src/sys/Makefile.in (1.5): DELTA
	make-install-support-for-transarc-and-prefix-style-universes-200109
	07 AUTHOR jhutz@cmu.edu
	
	put afs.exp in the right place

2001-09-08 00:31  shadow

	* openafs/src/: WINNT/afsd/cm_utils.c (1.5),
	WINNT/pthread/NTMakefile (1.5), tbutc/NTMakefile (1.6),
	util/NTMakefile (1.4), util/dirpath.c (1.10): DELTA
	winnt-makefile-fixes-20010908 AUTHOR wcw@cmu.edu
	
	clean up makefile problems which got introduced by other changes

2001-09-07 23:05  shadow

	* openafs/: src/vol/Makefile.in (1.5), Makefile.in (1.17): DELTA
	make-install-support-for-transarc-and-prefix-style-universes-200109
	07 AUTHOR jhutz@cmu.edu
	
	fix up some problems for make compatibility and missing trailing /

2001-09-07 20:40  shadow

	* openafs/src/afsmonitor/Makefile.in (1.5): DELTA
	make-install-support-for-transarc-and-prefix-style-universes-200109
	07 AUTHOR jhutz@cmu.edu
	
	remove unused incdir

2001-09-07 20:36  shadow

	* openafs/src/venus/test/Makefile.in (1.5): DELTA
	make-install-support-for-transarc-and-prefix-style-universes-200109
	07 AUTHOR jhutz@cmu.edu
	
	get rid of no longer used libdir

2001-09-07 20:30  shadow

	* openafs/src/scout/Makefile.in (1.5): DELTA
	make-install-support-for-transarc-and-prefix-style-universes-200109
	07 AUTHOR jhutz@cmu.edu
	
	remove unused include directory

2001-09-07 20:25  shadow

	* openafs/src/libuafs/Makefile.common (1.13): DELTA
	make-install-support-for-transarc-and-prefix-style-universes-200109
	07 AUTHOR jhutz@cmu.edu
	
	get rid of another bogus escape

2001-09-07 20:14  shadow

	* openafs/src/vlserver/Makefile.in (1.5): DELTA
	make-install-support-for-transarc-and-prefix-style-universes-200109
	07 AUTHOR jhutz@cmu.edu
	
	eliminate bogus escaping

2001-09-07 20:12  shadow

	* openafs/src/sgistuff/Makefile.in (1.5): DELTA
	make-install-support-for-transarc-and-prefix-style-universes-200109
	07 AUTHOR jhutz@cmu.edu
	
	update another missed file

2001-09-07 20:08  shadow

	* openafs/src/inetd/Makefile.in (1.5): DELTA
	make-install-support-for-transarc-and-prefix-style-universes-200109
	07 AUTHOR jhutz@cmu.edu
	
	fix missed makefile

2001-09-07 19:34  shadow

	* openafs/: Makefile.in (1.16), configure.in (1.43),
	src/afs/Makefile.in (1.4), src/afsd/Makefile.in (1.5),
	src/afsmonitor/Makefile.in (1.4), src/afsweb/Makefile.in (1.4),
	src/audit/Makefile.in (1.4), src/auth/Makefile.in (1.4),
	src/auth/test/Makefile.in (1.4), src/bozo/Makefile.in (1.4),
	src/bozo/test/Makefile.in (1.4), src/bu_utils/Makefile.in (1.4),
	src/bubasics/Makefile.in (1.4), src/bucoord/Makefile.in (1.4),
	src/budb/Makefile.in (1.4), src/butc/Makefile.in (1.4),
	src/butm/Makefile.in (1.4), src/cmd/Makefile.in (1.4),
	src/cmd/test/Makefile.in (1.4), src/comerr/Makefile.in (1.4),
	src/comerr/test/Makefile.in (1.4),
	src/config/Makefile.alpha_dux40.in (1.5),
	src/config/Makefile.alpha_dux50.in (1.4),
	src/config/Makefile.alpha_linux_22.in (1.5),
	src/config/Makefile.hp_ux102.in (1.4),
	src/config/Makefile.hp_ux110.in (1.5),
	src/config/Makefile.i386_fbsd_42.in (1.5),
	src/config/Makefile.i386_linux22.in (1.7),
	src/config/Makefile.i386_linux24.in (1.5), src/config/Makefile.in
	(1.6), src/config/Makefile.ppc_darwin_12.in (1.4),
	src/config/Makefile.ppc_darwin_13.in (1.4),
	src/config/Makefile.ppc_linux24.in (1.5),
	src/config/Makefile.rs_aix42.in (1.4),
	src/config/Makefile.s390_linux22.in (1.5),
	src/config/Makefile.s390_linux24.in (1.5),
	src/config/Makefile.sgi_62.in (1.4), src/config/Makefile.sgi_63.in
	(1.4), src/config/Makefile.sgi_64.in (1.4),
	src/config/Makefile.sgi_65.in (1.4),
	src/config/Makefile.sparc64_linux22.in (1.5),
	src/config/Makefile.sparc64_linux24.in (1.5),
	src/config/Makefile.sparc_linux22.in (1.5),
	src/config/Makefile.sun4x_55.in (1.4),
	src/config/Makefile.sun4x_56.in (1.4),
	src/config/Makefile.sun4x_57.in (1.4),
	src/config/Makefile.sun4x_58.in (1.4),
	src/config/Makefile.sunx86_54.in (1.4),
	src/config/Makefile.version-CML (1.3), src/dauth/Makefile.in (1.4),
	src/des/Makefile.in (1.4), src/des/test/Makefile.in (1.4),
	src/dir/Makefile.in (1.4), src/dir/test/Makefile.in (1.4),
	src/export/Makefile.in (1.4), src/finale/Makefile.in (1.4),
	src/fsint/Makefile.in (1.4), src/fsprobe/Makefile.in (1.4),
	src/ftpd43+/Makefile.in (1.4), src/gtx/Makefile.in (1.4),
	src/inetd/Makefile.in (1.4), src/kauth/Makefile.in (1.4),
	src/kauth/test/Makefile.in (1.4), src/libacl/Makefile.in (1.4),
	src/libacl/test/Makefile.in (1.4), src/libadmin/Makefile.in (1.3),
	src/libadmin/adminutil/Makefile.in (1.3),
	src/libadmin/bos/Makefile.in (1.3), src/libadmin/cfg/Makefile.in
	(1.3), src/libadmin/client/Makefile.in (1.3),
	src/libadmin/kas/Makefile.in (1.3), src/libadmin/pts/Makefile.in
	(1.3), src/libadmin/samples/Makefile.in (1.3),
	src/libadmin/test/Makefile.in (1.3), src/libadmin/vos/Makefile.in
	(1.3), src/libafs/Makefile.common (1.13),
	src/libafs/MakefileProto.AIX.in (1.8),
	src/libafs/MakefileProto.DARWIN.in (1.7),
	src/libafs/MakefileProto.DUX.in (1.10),
	src/libafs/MakefileProto.FBSD.in (1.7),
	src/libafs/MakefileProto.HPUX.in (1.7),
	src/libafs/MakefileProto.IRIX.in (1.9),
	src/libafs/MakefileProto.LINUX.in (1.10),
	src/libafs/MakefileProto.SOLARIS.in (1.7),
	src/libafsauthent/Makefile.in (1.4), src/libafsrpc/Makefile.in
	(1.4), src/libuafs/Makefile.common (1.12),
	src/libuafs/MakefileProto.AIX.in (1.3),
	src/libuafs/MakefileProto.DARWIN.in (1.3),
	src/libuafs/MakefileProto.DUX.in (1.3),
	src/libuafs/MakefileProto.FBSD.in (1.3),
	src/libuafs/MakefileProto.HPUX.in (1.3),
	src/libuafs/MakefileProto.IRIX.in (1.3),
	src/libuafs/MakefileProto.LINUX.in (1.3),
	src/libuafs/MakefileProto.SOLARIS.in (1.3), src/log/Makefile.in
	(1.4), src/log/test/Makefile.in (1.4), src/login/Makefile.in (1.4),
	src/lwp/Makefile.in (1.4), src/mpp/Makefile.in (1.3),
	src/ntp/Makefile.in (1.4), src/null/Makefile.in (1.4),
	src/package/Makefile.in (1.4), src/pam/Makefile.in (1.5),
	src/pinstall/Makefile.in (1.4), src/pinstall/test/Makefile.in
	(1.3), src/procmgmt/Makefile.in (1.4), src/ptserver/Makefile.in
	(1.4), src/rcp/Makefile.in (1.4), src/rlogind/Makefile.in (1.4),
	src/rsh/Makefile.in (1.4), src/rx/Makefile.in (1.4),
	src/rx/test/Makefile.in (1.4), src/rxdebug/Makefile.in (1.1),
	src/rxdebug/rxdebug.c (1.1), src/rxdebug/rxdebug.rc (1.1),
	src/rxgen/Makefile.in (1.4), src/rxkad/Makefile.in (1.4),
	src/rxstat/Makefile.in (1.4), src/scout/Makefile.in (1.4),
	src/sgistuff/Makefile.in (1.4), src/sia/Makefile.in (1.3),
	src/sys/Makefile.in (1.4), src/tbutc/Makefile.in (1.4),
	src/tsm41/Makefile.in (1.4), src/tviced/Makefile.in (1.4),
	src/ubik/Makefile.in (1.4), src/update/Makefile.in (1.4),
	src/usd/Makefile.in (1.4), src/uss/Makefile.in (1.4),
	src/util/Makefile.in (1.6), src/util/dirpath.hin (1.2),
	src/venus/Makefile.in (1.6), src/venus/test/Makefile.in (1.4),
	src/vfsck/Makefile.in (1.4), src/viced/Makefile.in (1.4),
	src/vlserver/Makefile.in (1.4), src/vol/Makefile.in (1.4),
	src/vol/test/Makefile.in (1.4), src/volser/Makefile.in (1.4),
	src/wsadmin.src/Makefile.in (1.3), src/xstat/Makefile.in (1.4):
	DELTA
	make-install-support-for-transarc-and-prefix-style-universes-200109
	07 AUTHOR jhutz@cmu.edu
	
	according to jeff: - Renames the top-level 'install' target to
	'build'.  This should be     transparent, since no one should be
	using that.
	
	  - Improves on Sam's dirpath patches, by splitting out server
	binaries
	    into separate bin, sbin, and libexec directories in GCS mode
	(these
	    are all /usr/afs/bin in Transarc mode).
	
	  - Updates the top-level 'all' target so that it builds the
	software
	    but does not generate a dest tree.	Top-level 'lib' and
	'include'
	    directories are generated to hold the intermediate libraries
	and headers
	    used during the build.
	
	  - Adds a new top-level 'install' target, which installs things in
	the
	    appropriate directories under ${DESTDIR}, based on configure's
	install
	    directories plus the extras added by Sam's patch.
	
	  - Adds a new top-level 'dest' target, which creates an old-style
	dest
	    directory under ${DEST}.  The ${DEST} variable defaults to the
	    traditional value of ${SRCDIR_PARENT}/${SYS_NAME}/dest.  Note
	that
	    this variable used to be called ${DESTDIR}; it was renamed to
	avoid
	    conflicts with the de facto standard usage of ${DESTDIR}.

2001-09-07 16:47  shadow

	* openafs/src/rx/: rx.c (1.22), rx_packet.c (1.14), rx_packet.h
	(1.7): DELTA rx-do-housekeeping-on-packets-with-new-flags-20010907
	AUTHOR kolya@mit.edu
	
	keep better track of packet state using flags in packet header
	indicating which packets are in acked state and which are free

2001-09-07 16:12  shadow

	* openafs/src/afs/afs_callback.c (1.6): DELTA
	afs-callback-plug-small-memory-leaks-20010907 AUTHOR kolya@mit.edu
	
	2 RPC stubs have small memory leaks since the actual string length
	is being freed and not the whole allocated chunk

2001-09-07 14:59  shadow

	* openafs/src/afsd/afs.rc.darwin (1.2): DELTA
	darwin-make-afsd-script-exit-for-failure-20010907 AUTHOR
	cg2v@andrew.cmu.edu
	
	script failed to exit for one of the failure cases before

2001-09-07 00:36  shadow

	* openafs/: doc/html/QuickStartUnix/auqbg007.htm (1.2),
	src/pam/afs_auth.c (1.7), src/pam/afs_message.c (1.7),
	src/pam/afs_message.h (1.5), src/pam/afs_password.c (1.7),
	src/pam/afs_session.c (1.5), src/pam/afs_setcred.c (1.7),
	src/pam/afs_util.c (1.5), src/pam/afs_util.h (1.3),
	src/pam/test_pam.c (1.6): DELTA pam-afs-new-features-20010907
	AUTHOR jacobi@de.ibm.com
	
	add ignore_uid (like ignore_root) plus set_token (set token in auth
	step instead of setcred), refresh_token (no new pag), use_klog
	(fork a klog child), no_unlog, remainlifetime (sleep before
	deleting creds at logout)

2001-09-07 00:00  shadow

	* openafs/src/afs/DARWIN/osi_module.c (1.6): DELTA
	macosx-dont-interfere-with-cd-audio-20010906 AUTHOR
	cg2v@andrew.cmu.edu
	
	don't use constant VT_AFS for our vfs type

2001-09-06 23:49  shadow

	* openafs/src/config/: param.sun4x_55.h (1.6), param.sun4x_56.h
	(1.6), param.sun4x_57.h (1.6), param.sun4x_58.h (1.7),
	param.sunx86_54.h (1.5): DELTA
	param-remove-nested-commenting-20010906 AUTHOR shadow@dementia.org
	
	based on comment from rjs3@andrew.cmu.edu

2001-09-06 23:38  shadow

	* openafs/src/: des/NTMakefile (1.3),
	WINNT/afs_setup_utils/NTMakefile (1.5), config/NTMakefile (1.8):
	DELTA winnt-more-makefile-fixes-for-cvs-head-20010906 AUTHOR
	wcw@cmu.edu
	
	take care of some places where we got out of sync between unix and
	windows, add media target in afs_setup_utils

2001-09-06 23:32  shadow

	* openafs/src/WINNT/: afsclass/afsclassfn.cpp (1.4),
	afsd/cm_utils.c (1.4), afsd/smb_ioctl.c (1.6): DELTA
	winnt-initialize-variables-and-memory-before-use-20010906 AUTHOR
	wcw@cmu.edu
	
	initialize a variable false when assumed; also some memset(...,0

2001-09-06 23:18  shadow

	* openafs/: NEWS (1.3), README (1.3), configure.in (1.42),
	src/util/Makefile.in (1.5), src/util/dirpath.c (1.9),
	src/util/dirpath.h (1.7), src/util/dirpath.hin (1.1): DELTA
	dirpath-support-configure-path-options-and-decanonicalization-20010
	906 AUTHOR hartmans@mit.edu
	
	Sam's notes: "Here is a patch that supports directory paths,
	documentation for the	above and decanonicalization of of supplied
	paths.	Here are tests I   have run:
	
	  * Build with	both transarc and non-transarc paths and examined
	    dirpath.o
	  * Build with roughly FHS-style paths and tested on Debian
	  * confirmed that bos salvage	works even when salvager not in
	    /usr/afs/bin
	  (it gets the log correctly too)
	  * confirms that bos getlog can get logs from /usr/afs/logs even
	when
	    /ur/afs/logs
	  is /var/lib/openafs/logs
	  * confirmed that bos getlog can get /etc/motd
	"

2001-09-06 23:05  shadow

	* openafs/src/config/afs_sysnames.h (1.14): DELTA
	afs-sysnames-add-sunx86-57-and-58-20010906 AUTHOR
	shadow@dementia.org
	
	allocate ids for sunx86 57 and 58

2001-09-06 22:54  shadow

	* openafs/src/: WINNT/afs_setup_utils/NTMakefile (1.4),
	WINNT/afs_setup_utils/afs_setup_utils.cpp (1.4),
	WINNT/afs_setup_utils/GetWebDll/GetWebDll.dep (1.2),
	WINNT/afs_setup_utils/GetWebDll/ntmakefile (1.2),
	WINNT/afs_setup_utils/_isuser/_IsUser.RC (1.2),
	WINNT/afs_setup_utils/_isuser/_IsUser.dep (1.2),
	WINNT/afs_setup_utils/_isuser/ntmakefile (1.2),
	WINNT/install/InstallShield5/Default.txt (1.2),
	WINNT/install/InstallShield5/GenFileGroups.bat (1.5),
	WINNT/install/InstallShield5/NTMakefile (1.6),
	WINNT/install/InstallShield5/PackageWeb.pfw (1.1),
	WINNT/install/InstallShield5/setup.rul (1.5), config/NTMakefile
	(1.7): DELTA windows-build-environment-cleanup-20010906 AUTHOR
	jimpeter@us.ibm.com
	
	clean up previous problems in the win2k build env

2001-09-06 21:12  shadow

	* openafs/src/: cf/linux-test4.m4 (1.6), afs/LINUX/osi_vfs.h
	(1.11): DELTA
	linux22-redhat-enterprise-kernels-add-inode-fields-20010906 AUTHOR
	shadow@dementia.org
	
	struct vm_area_struct	*i_mmap_shared; added in a patch to the
	redhat enterprise kernel

2001-09-06 15:07  shadow

	* openafs/src/afs/LINUX/osi_misc.c (1.12): DELTA
	linux24-fix-path-leak-20010906 AUTHOR cg2v@andrew.cmuj.edu
	
	based on suggestion from Srikanth and Chas Williams

2001-09-04 18:28  shadow

	* openafs/README (1.2): DELTA update-top-readme-20010904 AUTHOR
	hartmans@mit.edu
	
	add ppc linux stuff and update alpha linux

2001-08-30 02:14  shadow

	* openafs/src/libafs/MakefileProto.LINUX.in (1.9): DELTA
	libafs-linux-makefileproto-shouldnt-default-to-kgcc-20010830 AUTHOR
	shadow@dementia.org
	
	nuke kgcc crock *again*

2001-08-30 02:07  shadow

	* openafs/src/config/Makefile.in (1.5): DELTA
	config-makefile-further-cleanup-20010830 AUTHOR shadow@dementia.org
	
	get missing backquote

2001-08-30 02:05  shadow

	* openafs/src/config/Makefile.in (1.4): DELTA
	config-makefile-further-cleanup-20010830 AUTHOR shadow@dementia.org
	
	ordering of dependancies caused ${DESTDIR}/include/afs to not exist
	in time, masked if you built into an existing destdir. so let's
	make the makefile simpler and more logically paraallel.

2001-08-29 19:22  shadow

	* openafs/src/config/Makefile.in (1.3): DELTA
	more-makefiles-cleanup-20010829 AUTHOR nneul@umr.edu
	
	get rid of another case of bogus trailing quoting

2001-08-29 19:13  shadow

	* openafs/: Makefile.in (1.15), configure.in (1.41),
	src/Makefile.djgpp (1.2), src/afs/Makefile.in (1.3),
	src/afsd/Makefile.in (1.4), src/afsmonitor/Makefile.in (1.3),
	src/afsweb/Makefile.in (1.3), src/audit/Makefile.in (1.3),
	src/auth/Makefile.in (1.3), src/auth/test/Makefile.in (1.3),
	src/bozo/Makefile.in (1.3), src/bozo/test/Makefile.in (1.3),
	src/bu_utils/Makefile.in (1.3), src/bubasics/Makefile.in (1.3),
	src/bucoord/Makefile.in (1.3), src/budb/Makefile.in (1.3),
	src/butc/Makefile.in (1.3), src/butm/Makefile.in (1.3),
	src/cmd/Makefile.in (1.3), src/cmd/test/Makefile.in (1.3),
	src/comerr/Makefile.in (1.3), src/comerr/test/Makefile.in (1.3),
	src/config/Makefile.alpha_dux40.in (1.4),
	src/config/Makefile.alpha_dux50.in (1.3),
	src/config/Makefile.alpha_linux_22.in (1.4),
	src/config/Makefile.djgpp.common (1.2),
	src/config/Makefile.hp_ux102.in (1.3),
	src/config/Makefile.hp_ux110.in (1.4),
	src/config/Makefile.i386_djgpp (1.5),
	src/config/Makefile.i386_fbsd_42.in (1.4),
	src/config/Makefile.i386_linux22.in (1.6),
	src/config/Makefile.i386_linux24.in (1.4), src/config/Makefile.in
	(1.2), src/config/Makefile.ppc_darwin_12.in (1.3),
	src/config/Makefile.ppc_darwin_13.in (1.3),
	src/config/Makefile.ppc_linux24.in (1.4),
	src/config/Makefile.rs_aix42.in (1.3),
	src/config/Makefile.s390_linux22.in (1.4),
	src/config/Makefile.s390_linux24.in (1.4),
	src/config/Makefile.sgi_62.in (1.3), src/config/Makefile.sgi_63.in
	(1.3), src/config/Makefile.sgi_64.in (1.3),
	src/config/Makefile.sgi_65.in (1.3),
	src/config/Makefile.sparc64_linux22.in (1.4),
	src/config/Makefile.sparc64_linux24.in (1.4),
	src/config/Makefile.sparc_linux22.in (1.4),
	src/config/Makefile.sun4x_55.in (1.3),
	src/config/Makefile.sun4x_56.in (1.3),
	src/config/Makefile.sun4x_57.in (1.3),
	src/config/Makefile.sun4x_58.in (1.3),
	src/config/Makefile.sunx86_54.in (1.3), src/dauth/Makefile.in
	(1.3), src/des/Makefile.in (1.3), src/des/test/Makefile.in (1.3),
	src/des_stub/Makefile.in (1.3), src/dir/Makefile.in (1.3),
	src/dir/test/Makefile.in (1.3), src/export/Makefile.in (1.3),
	src/finale/Makefile.in (1.3), src/fsint/Makefile.in (1.3),
	src/fsprobe/Makefile.in (1.3), src/ftpd43+/Makefile.in (1.3),
	src/gtx/Makefile.in (1.3), src/inetd/Makefile.in (1.3),
	src/kauth/Makefile.in (1.3), src/kauth/test/Makefile.in (1.3),
	src/libacl/Makefile.in (1.3), src/libacl/test/Makefile.in (1.3),
	src/libadmin/adminutil/Makefile.in (1.2),
	src/libadmin/bos/Makefile.in (1.2), src/libadmin/cfg/Makefile.in
	(1.2), src/libadmin/cfg/test/Makefile.in (1.2),
	src/libadmin/client/Makefile.in (1.2), src/libadmin/kas/Makefile.in
	(1.2), src/libadmin/pts/Makefile.in (1.2),
	src/libadmin/samples/Makefile.in (1.2),
	src/libadmin/test/Makefile.in (1.2), src/libadmin/vos/Makefile.in
	(1.2), src/libafs/Makefile.common (1.12),
	src/libafs/MakefileProto.AIX.in (1.7),
	src/libafs/MakefileProto.DARWIN.in (1.6),
	src/libafs/MakefileProto.DUX.in (1.9),
	src/libafs/MakefileProto.FBSD.in (1.6),
	src/libafs/MakefileProto.HPUX.in (1.6),
	src/libafs/MakefileProto.IRIX.in (1.8),
	src/libafs/MakefileProto.LINUX.in (1.8),
	src/libafs/MakefileProto.SOLARIS.in (1.6),
	src/libafsauthent/Makefile.in (1.3), src/libafsrpc/Makefile.in
	(1.3), src/libuafs/Makefile.common (1.11),
	src/libuafs/MakefileProto.AIX.in (1.2),
	src/libuafs/MakefileProto.DARWIN.in (1.2),
	src/libuafs/MakefileProto.DUX.in (1.2),
	src/libuafs/MakefileProto.FBSD.in (1.2),
	src/libuafs/MakefileProto.HPUX.in (1.2),
	src/libuafs/MakefileProto.IRIX.in (1.2),
	src/libuafs/MakefileProto.LINUX.in (1.2),
	src/libuafs/MakefileProto.SOLARIS.in (1.2), src/log/Makefile.in
	(1.3), src/log/test/Makefile.in (1.3), src/login/Makefile.in (1.3),
	src/lwp/Makefile.in (1.3), src/lwp/test/Makefile.in (1.2),
	src/mpp/Makefile.in (1.2), src/ntp/Makefile.in (1.3),
	src/null/Makefile.in (1.3), src/package/Makefile.in (1.3),
	src/pam/Makefile.in (1.4), src/pinstall/Makefile.in (1.3),
	src/pinstall/test/Makefile.in (1.2), src/procmgmt/Makefile.in
	(1.3), src/procmgmt/test/Makefile.in (1.2),
	src/ptserver/Makefile.in (1.3), src/rcp/Makefile.in (1.3),
	src/rlogind/Makefile.in (1.3), src/rsh/Makefile.in (1.3),
	src/rx/Makefile.in (1.3), src/rx/test/Makefile.in (1.3),
	src/rxgen/Makefile.in (1.3), src/rxkad/Makefile.in (1.3),
	src/rxkad/test/Makefile.in (1.3), src/rxstat/Makefile.in (1.3),
	src/scout/Makefile.in (1.3), src/sgistuff/Makefile.in (1.3),
	src/sia/Makefile.in (1.2), src/sys/Makefile.in (1.3),
	src/tbutc/Makefile.in (1.3), src/tsm41/Makefile.in (1.3),
	src/tviced/Makefile.in (1.3), src/ubik/Makefile.in (1.3),
	src/update/Makefile.in (1.3), src/usd/Makefile.in (1.3),
	src/usd/test/Makefile.in (1.2), src/uss/Makefile.in (1.3),
	src/util/Makefile.in (1.4), src/util/test/Makefile.in (1.2),
	src/venus/Makefile.in (1.5), src/venus/test/Makefile.in (1.3),
	src/vfsck/Makefile.in (1.3), src/viced/Makefile.in (1.3),
	src/vlserver/Makefile.in (1.3), src/vol/Makefile.in (1.3),
	src/vol/test/Makefile.in (1.3), src/volser/Makefile.in (1.3),
	src/wsadmin.src/Makefile.in (1.2), src/xstat/Makefile.in (1.3):
	DELTA more-makefiles-cleanup-20010829 AUTHOR nneul@umr.edu
	
	get rid of cases where we'd end up with two / because of DESTDIR
	pasting
	
	macroize calls to rm

2001-08-29 18:10  shadow

	* openafs/Makefile.in (1.14): DELTA
	libafs-make-subtree-during-build-for-later-use-20010829 AUTHOR
	jhutz@cs.cmu.edu
	
	make the subdir buildable

2001-08-29 17:52  shadow

	* openafs/src/libafs/MakefileProto.IRIX.in (1.7): DELTA
	libafs-make-subtree-during-build-for-later-use-20010829 AUTHOR
	jhutz@cs.cmu.edu
	
	get rid of bogus ..'s

2001-08-29 17:31  shadow

	* openafs/src/libafs/MakefileProto.IRIX.in (1.6): DELTA
	libafs-irix-makefile-cleanup-20010829 AUTHOR shadow@dementia.org
	
	clean up typo so we build correct module

2001-08-29 15:17  shadow

	* openafs/: Makefile.in (1.13), configure-libafs.in (1.1), regen.sh
	(1.4), src/libafs/Makefile.common (1.11),
	src/libafs/MakefileProto.AIX.in (1.6),
	src/libafs/MakefileProto.DARWIN.in (1.5),
	src/libafs/MakefileProto.DUX.in (1.8),
	src/libafs/MakefileProto.FBSD.in (1.5),
	src/libafs/MakefileProto.HPUX.in (1.5),
	src/libafs/MakefileProto.IRIX.in (1.5),
	src/libafs/MakefileProto.LINUX.in (1.7),
	src/libafs/MakefileProto.SOLARIS.in (1.5): DELTA
	libafs-make-subtree-during-build-for-later-use-20010829 AUTHOR
	jhutz@cs.cmu.edu
	
	at build time, create a subtree for use later which can be used to
	build *only* kernel modules, but only for the afs sysname you were
	building for in the first place currently.

2001-08-29 15:04  shadow

	* openafs/: acconfig.h (1.11), configure.in (1.40),
	src/afs/LINUX/osi_vfs.h (1.10), src/cf/linux-test4.m4 (1.5): DELTA
	linux-support-kernel-patches-used-by-suse-20010829 AUTHOR
	shadow@dementia.org
	
	check for added fields in struct inode

2001-08-29 14:45  shadow

	* openafs/README.CVS (1.1): DELTA cvs-needs-readme-20010829 AUTHOR
	shadow@dementia.org
	
	warn of the dangers of cvs snapshots explain how to use one

2001-08-29 13:40  shadow

	* openafs/src/venus/Makefile.in (1.4): DELTA
	venus-makefile-cleanup-20010829 AUTHOR nneul@umr.edu
	
	cleanup and remove now unused for/do constructs

2001-08-29 13:37  shadow

	* openafs/src/afsd/Makefile.in (1.3): DELTA
	afsd-makefile-cleanup-20010829 AUTHOR nneul@umr.edu
	
	cleanup for afsd makefile

2001-08-29 13:36  shadow

	* openafs/src/venus/kdump.c (1.14): DELTA
	linux24-make-kdump-build-20010829 AUTHOR nneul@umr.edu
	
	make kdump at least buildable, not particularly pretty

2001-08-29 13:12  shadow

	* openafs/doc/html/QuickStartUnix/: auqbg002.htm (1.2),
	auqbg005.htm (1.2): DELTA dux-documentation-update-20010829 AUTHOR
	shadow@dementia.org
	
	based on information from joda@pdc.kth.se

2001-08-29 12:55  shadow

	* openafs/src/libafs/MakefileProto.DUX.in (1.7): DELTA
	configurable-dux-kernel-header-path-20010710 AUTHOR
	shadow@dementia.org
	
	fix typo

2001-08-29 12:39  shadow

	* openafs/src/libafs/MakefileProto.DUX.in (1.6): DELTA
	configurable-dux-kernel-header-path-20010710 AUTHOR joda@pdc.kth.se
	
	actually build afs.mod

2001-08-29 12:14  shadow

	* openafs/src/libafs/: Makefile.common (1.10), MakefileProto.AIX.in
	(1.5), MakefileProto.DARWIN.in (1.4), MakefileProto.FBSD.in (1.4),
	MakefileProto.HPUX.in (1.4), MakefileProto.IRIX.in (1.4),
	MakefileProto.LINUX.in (1.6), MakefileProto.SOLARIS.in (1.4): DELTA
	xdr-int64-dont-build-on-dux-ever-20010829 AUTHOR
	shadow@dementia.org
	
	some form of xdr_int64 is always available on dux, so don't build
	it.

2001-08-29 12:05  shadow

	* openafs/src/libafs/MakefileProto.DUX.in (1.5): DELTA
	dux-create-loadable-kernel-module-20010829 AUTHOR joda@pdc.kth.se
	
	with minor correction by shadow@dementia.org to install the module,
	but we now create a loadable kernel module for dux

2001-08-28 23:59  shadow

	* openafs/src/mpp/mpp.c (1.3): DELTA
	mpp-needs-unistd-for-protos-on-irix-20010828 AUTHOR
	shadow@dementia.org
	
	so we don't get the implicit int return type and upset the irix
	compiler

2001-08-28 21:19  shadow

	* openafs/src/util/Makefile.in (1.3): DELTA
	makefile-updates-20010828 AUTHOR nneul@umr.edu
	
	remove bogus quoting

2001-08-28 20:46  shadow

	* openafs/src/afs/: LINUX/osi_vnodeops.c (1.29),
	VNOPS/afs_vnop_write.c (1.8): DELTA
	linux-call-afs-dopartialwrite-from-afs-memwrite-and-afs-ufswrite-no
	t-afs-linux-write-20010828 AUTHOR shadow@dementia.org
	
	attempt to deal with case where data not being flushed from cache

2001-08-28 19:12  shadow

	* openafs/: Makefile.in (1.12), configure.in (1.39),
	src/afs/Makefile.in (1.2), src/afsd/Makefile.in (1.2),
	src/afsmonitor/Makefile.in (1.2), src/afsweb/Makefile.in (1.2),
	src/audit/Makefile.in (1.2), src/auth/Makefile.in (1.2),
	src/auth/test/Makefile.in (1.2), src/bozo/Makefile.in (1.2),
	src/bozo/test/Makefile.in (1.2), src/bu_utils/Makefile.in (1.2),
	src/bubasics/Makefile.in (1.2), src/bucoord/Makefile.in (1.2),
	src/budb/Makefile.in (1.2), src/butc/Makefile.in (1.2),
	src/butm/Makefile.in (1.2), src/cmd/Makefile.in (1.2),
	src/cmd/test/Makefile.in (1.2), src/comerr/Makefile.in (1.2),
	src/comerr/test/Makefile.in (1.2),
	src/config/Makefile.alpha_linux_22.in (1.3),
	src/config/Makefile.i386_djgpp (1.4),
	src/config/Makefile.i386_fbsd_42.in (1.3),
	src/config/Makefile.i386_linux22.in (1.5),
	src/config/Makefile.i386_linux24.in (1.3),
	src/config/Makefile.ppc_linux22.in (1.3),
	src/config/Makefile.ppc_linux24.in (1.3),
	src/config/Makefile.s390_linux22.in (1.3),
	src/config/Makefile.s390_linux24.in (1.3),
	src/config/Makefile.sparc64_linux22.in (1.3),
	src/config/Makefile.sparc64_linux24.in (1.3),
	src/config/Makefile.sparc_linux22.in (1.3),
	src/config/Makefile.version-NOCML.in (1.2), src/dauth/Makefile.in
	(1.2), src/des/Makefile.in (1.2), src/des/main.c (1.1),
	src/des/misc.c (1.5), src/des/test/Makefile.in (1.2),
	src/des_stub/Makefile.in (1.2), src/dir/Makefile.in (1.2),
	src/dir/test/Makefile.in (1.2), src/export/Makefile.in (1.2),
	src/finale/Makefile.in (1.2), src/fsint/Makefile.in (1.2),
	src/fsprobe/Makefile.in (1.2), src/ftpd43+/Makefile.in (1.2),
	src/gtx/Makefile.in (1.2), src/inetd/Makefile.in (1.2),
	src/kauth/Makefile.in (1.2), src/kauth/test/Makefile.in (1.2),
	src/libacl/Makefile.in (1.2), src/libacl/test/Makefile.in (1.2),
	src/libadmin/Makefile.in (1.2), src/libafs/MakefileProto.AIX.in
	(1.4), src/libafsauthent/Makefile.in (1.2),
	src/libafsrpc/Makefile.in (1.2), src/log/Makefile.in (1.2),
	src/log/test/Makefile.in (1.2), src/login/Makefile.in (1.2),
	src/lwp/Makefile.in (1.2), src/ntp/Makefile.in (1.2),
	src/null/Makefile.in (1.2), src/package/Makefile.in (1.2),
	src/pam/Makefile.in (1.3), src/pinstall/Makefile.in (1.2),
	src/procmgmt/Makefile.in (1.2), src/ptserver/Makefile.in (1.2),
	src/rcp/Makefile.in (1.2), src/rlogind/Makefile.in (1.2),
	src/rsh/Makefile.in (1.2), src/rx/Makefile.in (1.2),
	src/rx/bulk.example/Makefile.in (1.2), src/rx/bulktest/Makefile.in
	(1.2), src/rx/multi.example/Makefile.in (1.2),
	src/rx/simple.example/Makefile.in (1.2), src/rx/test/Makefile.in
	(1.2), src/rxgen/Makefile.in (1.2), src/rxkad/Makefile.in (1.2),
	src/rxkad/test/Makefile.in (1.2), src/rxstat/Makefile.in (1.2),
	src/scout/Makefile.in (1.2), src/sgistuff/Makefile.in (1.2),
	src/sys/Makefile.in (1.2), src/tbutc/Makefile.in (1.2),
	src/tsm41/Makefile.in (1.2), src/tviced/Makefile.in (1.2),
	src/ubik/Makefile.in (1.2), src/update/Makefile.in (1.2),
	src/usd/Makefile.in (1.2), src/uss/Makefile.in (1.2),
	src/util/Makefile.in (1.2), src/venus/Makefile.in (1.3),
	src/venus/test/Makefile.in (1.2), src/vfsck/Makefile.in (1.2),
	src/viced/Makefile.in (1.2), src/vlserver/Makefile.in (1.2),
	src/vol/Makefile.in (1.2), src/vol/test/Makefile.in (1.2),
	src/volser/Makefile.in (1.2), src/xstat/Makefile.in (1.2): DELTA
	makefile-updates-20010828 AUTHOR nneul@umr.edu
	
	clean up all the makefiles to remove bogus targets, eliminate
	trailing / requirement from DESTDIR, avoid needing to pass things
	like DESTDIR around between makefiles

2001-08-28 14:03  shadow

	* openafs/src/afs/LINUX/osi_vfsops.c (1.11): DELTA
	linux-attempt-to-support-forcible-umount-20010828 AUTHOR
	shadow@dementia.org
	
	not well tested, likely neither complete nor 100% correct.

2001-08-28 10:05  shadow

	* openafs/src/config/: param.sun4x_55.h (1.5), param.sun4x_56.h
	(1.5), param.sun4x_57.h (1.5), param.sun4x_58.h (1.6): DELTA
	solaris-kernel-lacks-mem-functions-20010828 AUTHOR
	shadow@dementia.org
	
	this is a band-aid, since it maps all memsets to bzero; a
	replacement memset is actually needed for the non zero case

2001-08-26 23:35  shadow

	* openafs/src/afs/VNOPS/afs_vnop_lookup.c (1.14): DELTA
	afs-evalmountpoint-return-code-resync-20010826 AUTHOR kolya@mit.edu
	
	resync error codes so they work like they did before
	afs-lookup-check-evalmountpoint-return-20010221

2001-08-23 13:46  shadow

	* openafs/src/kauth/user_nt.c (1.6): DELTA
	windows-authentication-recognize-time-out-of-bounds-error-20010823
	AUTHOR shadow@dementia.org
	
	so people don't get "unknown" error 37

2001-08-23 13:26  shadow

	* openafs/src/: afs/afs_server.c (1.11), rxkad/rxkad_common.c
	(1.8): DELTA
	linux-kernel-headers-have-conflicting-min-max-defs-20010823 AUTHOR
	shadow@dementia.org
	
	so we cheat and call our macros something else.  based on report by
	Owen LeBlanc <LeBlanc@mcc.ac.uk>

2001-08-23 13:17  shadow

	* openafs/src/: WINNT/install/InstallShield5/BuildSetup.bat (1.3),
	WINNT/install/InstallShield5/CreateGeneratedFiles.bat (1.3),
	WINNT/install/InstallShield5/CreateISDirTree.bat (1.4),
	WINNT/install/InstallShield5/GatherFiles.bat (1.4),
	WINNT/install/InstallShield5/GenDefault.mda.bat (1.3),
	WINNT/install/InstallShield5/GenIS5.ipr.bat (1.3),
	WINNT/install/InstallShield5/ScatterFiles.bat (1.4),
	WINNT/install/InstallShield5/lang/en_US/value.txt (1.2),
	config/NTVersioninfo.rc (1.3): DELTA
	windows-installer-updates-20010823 AUTHOR chas@cmf.nrl.navy.mil
	
	change references to be to openafs and not afs

2001-08-23 13:07  shadow

	* openafs/configure.in (1.38): DELTA hpux10-may-be-hppa-2-20010823
	AUTHOR nneul@umr.edu
	
	deal with more uname output

2001-08-19 10:44  shadow

	* openafs/src/: WINNT/afs_setup_utils/NTMakefile (1.3),
	WINNT/afs_setup_utils/afs_setup_utils.cpp (1.3),
	WINNT/afs_setup_utils/GetWebDll/GetWebDll.cpp (1.1),
	WINNT/afs_setup_utils/GetWebDll/GetWebDll.def (1.1),
	WINNT/afs_setup_utils/GetWebDll/GetWebDll.dep (1.1),
	WINNT/afs_setup_utils/GetWebDll/GetWebDll.h (1.1),
	WINNT/afs_setup_utils/GetWebDll/GetWebDll.rc (1.1),
	WINNT/afs_setup_utils/GetWebDll/GetWebDllFun.h (1.1),
	WINNT/afs_setup_utils/GetWebDll/Resource.h (1.1),
	WINNT/afs_setup_utils/GetWebDll/StdAfx.h (1.1),
	WINNT/afs_setup_utils/GetWebDll/ntmakefile (1.1),
	WINNT/afs_setup_utils/_isuser/_IsUser.RC (1.1),
	WINNT/afs_setup_utils/_isuser/_IsUser.dep (1.1),
	WINNT/afs_setup_utils/_isuser/_isuser.c (1.1),
	WINNT/afs_setup_utils/_isuser/ntmakefile (1.1),
	WINNT/afs_setup_utils/_isuser/resource.h (1.1),
	WINNT/install/InstallShield5/Default.rge (1.4),
	WINNT/install/InstallShield5/Default.shl (1.2),
	WINNT/install/InstallShield5/Default.txt (1.1),
	WINNT/install/InstallShield5/GatherFiles.bat (1.3),
	WINNT/install/InstallShield5/HowToSetTheVersion.txt (1.3),
	WINNT/install/InstallShield5/NTMakefile (1.5),
	WINNT/install/InstallShield5/ScatterFiles.bat (1.3),
	WINNT/install/InstallShield5/setup.rul (1.4),
	WINNT/install/InstallShield5/lang/en_US/value.shl (1.3),
	WINNT/install/InstallShield5/lang/en_US/value.txt (1.1),
	WINNT/install/Win9x/NTMakeFile (1.3), WINNT/install/Win9x/setup.iss
	(1.1), WINNT/win9xpanel/CAfs.cpp (1.2), WINNT/win9xpanel/Change.cpp
	(1.2), WINNT/win9xpanel/NTMakefile (1.3),
	WINNT/win9xpanel/WinAfsLoad.cpp (1.2),
	WINNT/win9xpanel/WinAfsLoad.h (1.2), WINNT/win9xpanel/WinAfsLoad.rc
	(1.2), WINNT/win9xpanel/WinAfsLoadDlg.cpp (1.2),
	WINNT/win9xpanel/WinAfsLoadDlg.h (1.2), WINNT/win9xpanel/cafs.h
	(1.2), config/NTMakefile (1.6), config/NTMakefile.i386_nt40 (1.6),
	config/NTMakefile.i386_win95 (1.3), config/afsconfig-windows.h
	(1.1), config/util_cr.c (1.4), tviced/NTMakefile (1.4): DELTA
	windows-updates-20010819 AUTHOR jimpeter@us.ibm.com
	
	complete list in first message

2001-08-19 10:43  shadow

	* openafs/src/: NTMake9x (1.3), README-NT (1.3), README-WIN9X
	(1.2): DELTA windows-updates-20010819 AUTHOR jimpeter@us.ibm.com
	
	1. Version control (Win9x & Windows NT/2000)  NTMakefile.i386_win95
	and NTMakefile.i386_nt40 added AFSPRODUCT_VERSION  variable,
	setting this will propagate through the software by setting  the
	product version for the installation and client dialog boxes.  In 
	particular it will provide correct notification if Win2K
	installation is  being upgraded, reinstall or downgraded.
	
	 Version information shows up in the following ways:
	   Welcome dialog during installation
	   Properities page for Install.exe (Windows Installation routine)
	   Windows Add/Remove Dialogs application list
	   AFS Control Center and Client dialog boxes
	
	 See README-WIN9X.TXT or README-NT.TXT for further information on
	how to set thi
	s   variable.
	
	2. CellServDB  (Win9x & Windows NT/2000)  The installer can choose
	between various sources for CellServDB:  a) Previous installed
	file, afsdcell.ini(WinNT/2000) or CellServDB(Win9x).   b) File that
	comes with the installation package (recent copy from grand.centra 
	l.org)	c) Download a the file from the Web (default
	http://grand.central.org/dl/cellse rvdb/CellServDB).   d) Browse
	for a file
	
	3. Drive Mapping (Win9x & Windows NT/2000)  The installer can
	choose up to two drive mappings during the installation  process. 
	Default is map Z: to AFS root and U: to user home directory
	
	4. Silent Running (Win9x & Windows NT/2000)  Setup.exe is capable
	of running silently (-s option); that is, it will use a pr e-made 
	response script to drive its responses.  You can also do a normal
	installation with  the record option (-r) to build a sample
	response file.
	
	 The installation routine has been improved to accept a modified
	response file s
	o the  administrator can setup up additional drive mappings
	including substituting the  user's  loggin name into the path.	By
	using a text editor an administrator can setup a  variable  path
	name that includes %LOGINNAME% in a path statement.  This variable
	will be
	
	 substituted for the current user's login name.  (Only at
	installation time.)
	
	 For example: if an administrator wanted to install AFS client on a
	machine that
	 had the
	 following mappings:
	 Z:=/
	 U:=/afs/afscell.org/u/username
	 Q:=/afs/afscell.org/general
	
	 Then follow these steps:
	 a) run setup with -r option and specify install to record
	responses into file s
	etup.iss   setup.exe -r -f1setup.iss  b) Follow normal installation
	responses  c) Edit the setup.iss response file by modifying the
	"DRIVEPATH section".
	
	 This response file could start off looking like this:
	
	 [DLG_DRIVEPATH-1]
	 Result=1
	 Drive_0=Z:
	 Path_0=/
	 Share_0=all
	 Drive_1=U:
	 Path_1=/afs/afscell.org/u/administrator
	 Share_1=home
	 Count=2
	
	 This section map would be changed to look like this:
	
	 [DLG_DRIVEPATH-1]
	 Result=1
	 Drive_0=Z:
	 Path_0=/
	 Share_0=all
	 Drive_1=U:
	 Path_1=/afs/afscell.org/u/%LOGINNAME%
	 Share_1=home
	 Drive_2=Q:
	 Path_2=/afs/afscell.org/general
	 Share_2=genrl
	 Count=3
	
	 d) Use the silent mode to install AFS (must log to windows as your
	user name e.
	g. Frank)   setup.exe -s -f1setup.iss
	
	HINT: Share name should be limited to 12 characters.	  The
	response file terminate if the installation is in any way
	different; for	 example,      the response is recorded on a clean
	machine and it is run on a system where  AFS	 is already
	installed.	The execution is truly silent, except for a log
	file.	   The last response is BootOption and if set to 1 it will
	reboot your machine!
	
	 Refer to additional documentation on silent/record in you Install
	Shield User's
	 Guide.
	
	5. Fixed the Un-Installation bug that damaged the NetBT parameter
	registration. (Win2k/NT only)
	
	6. Change Default selection for Win2000 to Client and Documentation
	only.  (Win2 K/NT only)  The default installation is with Server
	and Control Center NOT selected.
	
	7. Win9x Client Operation (Win9x only)
	
	 Win9x client has been changed to allow "connection" with out
	forcing
	 authentication.  Previous implementation of the Win9x client had
	three steps to
	 the
	 connection process: 1) start client 2) obtain tokens 3) Map drives
	
	 The updated Win9x client can leave the username blank and select
	to Connect.  T
	herefore, only	the client will be started (without obtaining
	tokens).  The user can still map drives  (those that don't require
	authentication).  This is particularity useful if you  want to	use
	a different routine to obtain authentication tokens or additional
	drive map pings.
	
	 A command line option has also been added (-noid).  This option
	Prevent selecti
	on of  (Gray out) username/password. This will cause the client to
	start up without au thentication.   By using both -noid and
	-connect allows the user to run the AFS client in login   script  
	that could provide Kerbos 5 authentication and addition drive
	mapping.
	
	8. Installation (Win9x only)  Fix installation into paths that have
	space, e.g. \Program Files\Afscli

2001-08-16 03:56  shadow

	* openafs/src/libadmin/bos/afs_bosAdmin.c (1.7): DELTA
	bosadmin-setrestarttime-should-take-a-structure-20010816 AUTHOR
	jstribl@us.ibm.com bos_ExecutableRestartTimeSet called
	BOZO_SetRestartTime incorrectly

2001-08-16 03:54  shadow

	* openafs/configure.in (1.37): DELTA
	configure-simplify-hp-detection-for-sysname-20010816 AUTHOR
	nneul@umr.edu
	
	cut from 2 rules to one

2001-08-15 21:01  shadow

	* openafs/src/afs/LINUX/: osi_misc.c (1.11), osi_vfsops.c (1.10):
	DELTA linux-osi-clear-inode-locking-fix-20010816 AUTHOR
	chas@cmf.nrl.navy.mil
	
	"i think this was missed from a patch i sent a while back to
	cleanup   the iput() of afs inodes.  i think the lock(vc->lock)
	needs to be in	 osi_clear_inode() since osi_clear_inode is called
	a bit more often   than afs_delete_inode().  however, this like
	just might be uneeded	since no one has seen any problems
	apparently."

2001-08-15 20:50  shadow

	* openafs/src/rx/rx_event.c (1.7): DELTA
	clear-xfreemallocs-in-shutdown-rxevent-20010816 AUTHOR
	reuter@rzg.mpg.de
	
	only likely to matter to mr-afs

2001-08-15 20:48  shadow

	* openafs/src/: rx/rx.c (1.21), rx/rx_event.c (1.6),
	rxgen/rpc_main.c (1.12): DELTA
	fix-afsconfig-ordering-for-rx-20010816 AUTHOR warlord@mit.edu
	
	to fix symbol versioning problems
	
	change to rxgen ok on the basis that nothing other than AFS is in
	any danger of using rx kernel code

2001-08-08 20:20  shadow

	* openafs/src/: afsinstall/lib/patch.pl (1.4), budb/procs.c (1.6):
	DELTA
	convert-from-bsd-to-posix-string-and-memory-functions-20010807
	AUTHOR shadow@dementia.org
	
	fix two errors found by chas williams

2001-08-08 02:28  shadow

	* openafs/src/rx/: DARWIN/rx_knet.c (1.5), DUX/rx_knet.c (1.6),
	FBSD/rx_knet.c (1.5), IRIX/rx_knet.c (1.6): DELTA
	convert-from-bsd-to-posix-string-and-memory-functions-20010807
	AUTHOR shadow@dementia.org
	
	fix up more inadvertant turds

2001-08-08 02:08  shadow

	* openafs/src/cf/linux-test4.m4 (1.4): DELTA
	linux-ext3-adds-items-to-struct-inode-and-so-do-we-20010807 AUTHOR
	shadow@dementia.org
	
	fix maxcro defn

2001-08-08 00:42  shadow

	* openafs/src/rx/rx_kcommon.c (1.9): DELTA
	convert-from-bsd-to-posix-string-and-memory-functions-20010807
	AUTHOR shadow@dementia.org
	
	correct another bad memcpy coversion

2001-08-07 22:41  shadow

	* openafs/src/rx/AIX/rx_knet.c (1.6): DELTA
	convert-from-bsd-to-posix-string-and-memory-functions-20010807
	AUTHOR shadow@dementia.org
	
	fix a minor flub in how this was done

2001-08-07 22:38  shadow

	* openafs/src/libacl/aclprocs.c (1.9): DELTA
	aix-needs-string-h-in-aclproc-20010807 AUTHOR shadow@dementia.org
	
	and we get back to the crux of the issue

2001-08-07 22:37  shadow

	* openafs/src/libacl/aclprocs.c (1.8): DELTA
	linux-ext3-adds-items-to-struct-inode-and-so-do-we-20010807 AUTHOR
	shadow@dementia.org
	
	this leaked in, separate delta

2001-08-07 22:36  shadow

	* openafs/: acconfig.h (1.10), configure.in (1.36),
	src/afs/LINUX/osi_vfs.h (1.9), src/cf/linux-test4.m4 (1.3),
	src/libacl/aclprocs.c (1.7): DELTA
	linux-ext3-adds-items-to-struct-inode-and-so-do-we-20010807 AUTHOR
	shadow@dementia.org
	
	Thanks to shirsch@adelphia.net for mentioning something was added.

2001-08-07 22:05  shadow

	* openafs/src/afsmonitor/afsmonitor.c (1.9): DELTA
	convert-from-bsd-to-posix-string-and-memory-functions-20010807
	AUTHOR shadow@dementia.org
	
	make change to arguments globally and not just for e.g.
	linux/darwin/fbsd

2001-08-07 20:57  shadow

	* openafs/src/fsprobe/fsprobe.c (1.6): DELTA
	convert-from-bsd-to-posix-string-and-memory-functions-20010807
	AUTHOR shadow@dementia.org
	
	fix reference to memset the right thing

2001-08-07 20:34  shadow

	* openafs/src/cf/linux-test4.m4 (1.2): DELTA
	linux-fs-h-struct-inode-test-for-i-cdev-20010807 AUTHOR
	shadow@dementia.org
	
	remove extra tests

2001-08-07 20:03  shadow

	* openafs/src/: WINNT/afsd/cm_callback.c (1.4), WINNT/afsd/fs.c
	(1.4), WINNT/afsd/krb.h (1.3), afs/afs_buffer.c (1.5),
	afs/afs_call.c (1.14), afs/afs_callback.c (1.5), afs/afs_cbqueue.c
	(1.5), afs/afs_cell.c (1.7), afs/afs_conn.c (1.7),
	afs/afs_daemons.c (1.7), afs/afs_dcache.c (1.10),
	afs/afs_exporter.c (1.5), afs/afs_init.c (1.11), afs/afs_memcache.c
	(1.5), afs/afs_nfsclnt.c (1.5), afs/afs_osi.c (1.8),
	afs/afs_osi_uio.c (1.5), afs/afs_osi_vget.c (1.5),
	afs/afs_osidnlc.c (1.5), afs/afs_pioctl.c (1.22),
	afs/afs_segments.c (1.5), afs/afs_server.c (1.10), afs/afs_stat.c
	(1.5), afs/afs_user.c (1.8), afs/afs_vcache.c (1.9),
	afs/afs_volume.c (1.6), afs/AIX/osi_file.c (1.5),
	afs/AIX/osi_timeout.c (1.5), afs/AIX/osi_vnodeops.c (1.5),
	afs/DARWIN/osi_file.c (1.5), afs/DARWIN/osi_module.c (1.5),
	afs/DARWIN/osi_vfsops.c (1.4), afs/DARWIN/osi_vnodeops.c (1.4),
	afs/DUX/osi_file.c (1.6), afs/DUX/osi_vfsops.c (1.7),
	afs/FBSD/osi_file.c (1.4), afs/FBSD/osi_vfsops.c (1.4),
	afs/HPUX/osi_file.c (1.5), afs/HPUX/osi_vnodeops.c (1.5),
	afs/IRIX/osi_file.c (1.6), afs/IRIX/osi_groups.c (1.5),
	afs/IRIX/osi_inode.c (1.8), afs/IRIX/osi_vnodeops.c (1.6),
	afs/LINUX/osi_file.c (1.11), afs/LINUX/osi_machdep.h (1.5),
	afs/SOLARIS/osi_file.c (1.6), afs/UKERNEL/afs_usrops.c (1.9),
	afs/VNOPS/afs_vnop_fid.c (1.6), afs/VNOPS/afs_vnop_lookup.c (1.13),
	afs/VNOPS/afs_vnop_strategy.c (1.7), afsinstall/lib/patch.pl (1.3),
	afsmonitor/afsmonitor.c (1.8), afsweb/apache_afs_cache.c (1.5),
	afsweb/apache_afs_client.c (1.3), afsweb/apache_afs_utils.c (1.3),
	afsweb/weblog.c (1.6), afsweb/apache_includes/conf.h (1.2),
	afsweb/apache_includes/1.2/conf.h (1.2),
	afsweb/apache_includes/1.3.1/ap_config.h (1.2),
	afsweb/apache_includes/1.3.6/ap_config.h (1.2), audit/audit.c
	(1.6), auth/cellconfig.c (1.14), auth/ktc.c (1.7), auth/setkey.c
	(1.7), auth/writeconfig.c (1.6), auth/test/testcellconf.c (1.5),
	bozo/bnode.c (1.7), bozo/bos.c (1.10), bozo/bosoprocs.c (1.6),
	bozo/bosserver.c (1.12), bozo/cronbnodeops.c (1.5),
	bozo/ezbnodeops.c (1.5), bozo/fsbnodeops.c (1.7), bu_utils/fms.c
	(1.5), bucoord/commands.c (1.6), bucoord/config.c (1.5),
	bucoord/dsstub.c (1.5), bucoord/dsvs.c (1.5), bucoord/dump.c (1.5),
	bucoord/dump_sched.c (1.5), bucoord/expire.c (1.5), bucoord/main.c
	(1.6), bucoord/restore.c (1.5), bucoord/status.c (1.5),
	bucoord/tape_hosts.c (1.5), bucoord/ttest.c (1.3),
	bucoord/ubik_db_if.c (1.6), bucoord/vol_sets.c (1.7),
	budb/database.c (1.5), budb/db_alloc.c (1.5), budb/db_dump.c (1.5),
	budb/db_hash.c (1.5), budb/db_text.c (1.6), budb/dbs_dump.c (1.5),
	budb/ol_verify.c (1.5), budb/procs.c (1.5), budb/server.c (1.6),
	budb/struct_ops.c (1.5), butc/dbentries.c (1.5), butc/dump.c (1.6),
	butc/list.c (1.5), butc/lwps.c (1.5), butc/recoverDb.c (1.5),
	butc/tcmain.c (1.5), butc/tcprocs.c (1.5), butc/tcudbprocs.c (1.6),
	butc/tdump.c (1.3), butc/test.c (1.3), butm/butm_test.c (1.5),
	butm/file_tm.c (1.5), butm/test_ftm.c (1.5),
	config/param.i386_nt40.h (1.5), config/param.i386_win95.h (1.3),
	config/stds.h (1.7), dauth/dlog.c (1.6), des/cbc_encrypt.c (1.7),
	des/cksum.c (1.9), des/des.c (1.7), des/enc.c (1.4),
	des/new_rnd_key.c (1.10), des/pcbc_encrypt.c (1.7),
	des/read_pssword.c (1.12), des/strng_to_key.c (1.9), des/weak_key.c
	(1.7), dir/salvage.c (1.5), dir/test/dtest.c (1.5),
	export/cfgexport.c (1.5), export/symtab.c (1.5), fsprobe/fsprobe.c
	(1.5), fsprobe/fsprobe_test.c (1.5), ftpd43+/ftpcmd.y (1.3),
	ftpd43+/ftpd.c (1.5), ftpd43+/logwtmp.c (1.3), ftpd43+/popen.c
	(1.3), gtx/frame.c (1.5), gtx/keymap.c (1.5), gtx/textcb.c (1.5),
	inetd/inetd.c (1.5), inetd/setenv.c (1.4), inetd/ta-rauth.c (1.5),
	kauth/admin_tools.c (1.8), kauth/authclient.c (1.7), kauth/client.c
	(1.7), kauth/kadatabase.c (1.6), kauth/kaprocs.c (1.8),
	kauth/kaserver.c (1.9), kauth/kautils.c (1.7), kauth/kdb.c (1.5),
	kauth/kkids.c (1.5), kauth/klog.c (1.5), kauth/klogin.c (1.7),
	kauth/knfs.c (1.6), kauth/kpasswd.c (1.7), kauth/krb_udp.c (1.14),
	kauth/manyklog.c (1.5), kauth/read_passwd.c (1.4), kauth/rebuild.c
	(1.7), kauth/user.c (1.7), kauth/test/multiklog.c (1.5),
	kauth/test/test_badtix.c (1.5), kauth/test/test_getticket.c (1.5),
	kauth/test/test_interim_ktc.c (1.5), kauth/test/test_rxkad_free.c
	(1.5), libacl/aclprocs.c (1.6), libadmin/client/afs_clientAdmin.c
	(1.7), libadmin/test/bos.c (1.5), libadmin/vos/vosutils.c (1.8),
	libadmin/vos/vsprocs.c (1.8), log/kseal.c (1.5), log/test/testlog.c
	(1.5), login/login.c (1.5), login/setenv.c (1.4),
	login/util_logout.c (1.4), lwp/iomgr.c (1.7), lwp/lwp.c (1.15),
	lwp/preempt.c (1.10), lwp/test/selsubs.c (1.5), lwp/test/testlwp.c
	(1.5), mpp/mpp.c (1.2), ntp/mkntpconf.c (1.5), ntp/ntp.c (1.5),
	ntp/ntp.h (1.4), ntp/ntp_adjust.c (1.5), ntp/ntpd.c (1.5),
	ntp/ntpdc.c (1.5), ntp/read_psti.c (1.5), ntp/runntp.c (1.5),
	ntp/test.c (1.4), package/check.c (1.2), package/conftree.c (1.3),
	pinstall/install.c (1.9), ptserver/db_verify.c (1.6),
	ptserver/ptclient.c (1.5), ptserver/ptprocs.c (1.7),
	ptserver/ptserver.c (1.9), ptserver/ptuser.c (1.6),
	ptserver/ptutils.c (1.9), ptserver/readgroup.c (1.5),
	ptserver/readpwd.c (1.5), ptserver/testpt.c (1.6), ptserver/utils.c
	(1.7), rcp/rcp.c (1.6), rlogind/rexecd.c (1.4), rlogind/rlogind.c
	(1.4), rsh/rcmd.c (1.7), rsh/rlogin.c (1.4), rsh/rsh.c (1.4),
	rx/rx.c (1.20), rx/rx_kcommon.c (1.8), rx/rx_packet.c (1.13),
	rx/rx_packet.h (1.6), rx/rx_rdwr.c (1.12), rx/rx_stream.c (1.5),
	rx/rx_stream.h (1.3), rx/rx_trace.c (1.9), rx/rx_user.c (1.11),
	rx/rxdebug.c (1.10), rx/xdr_afsuuid.c (1.4), rx/xdr_array.c (1.4),
	rx/xdr_arrayn.c (1.4), rx/xdr_int64.c (1.4), rx/xdr_mem.c (1.4),
	rx/xdr_rec.c (1.4), rx/xdr_refernce.c (1.4), rx/AIX/rx_knet.c
	(1.5), rx/DARWIN/rx_knet.c (1.4), rx/DUX/rx_knet.c (1.5),
	rx/FBSD/rx_knet.c (1.4), rx/HPUX/rx_knet.c (1.8), rx/IRIX/rx_knet.c
	(1.5), rx/SOLARIS/rx_knet.c (1.6), rx/bulk.example/bulk_client.c
	(1.5), rx/bulktest/bulk_client.c (1.5),
	rx/multi.example/sample_client.c (1.5),
	rx/simple.example/sample_client.c (1.5), rx/test/kctest.c (1.4),
	rx/test/testclient.c (1.5), rxgen/rpc_clntout.c (1.5),
	rxgen/rpc_main.c (1.11), rxgen/rpc_parse.c (1.10),
	rxgen/rpc_svcout.c (1.7), rxgen/rpc_util.c (1.7),
	rxkad/rxkad_client.c (1.7), rxkad/rxkad_common.c (1.7),
	rxkad/rxkad_server.c (1.7), rxkad/ticket.c (1.6),
	rxkad/domestic/crypt_conn.c (1.8), rxkad/domestic/fcrypt.c (1.7),
	rxkad/domestic/tcrypt.c (1.5), rxkad/test/stress.c (1.5),
	rxkad/test/stress_c.c (1.6), rxkad/test/stress_s.c (1.5),
	scout/scout.c (1.5), sys/rmtsysc.c (1.8), sys/rmtsyss.c (1.6),
	tsm41/aix41_auth.c (1.5), ubik/beacon.c (1.9), ubik/disk.c (1.5),
	ubik/recovery.c (1.7), ubik/remote.c (1.6), ubik/ubik.c (1.7),
	ubik/ubikcmd.c (1.5), ubik/udebug.c (1.11), ubik/vote.c (1.7),
	update/client.c (1.8), usd/usd_file.c (1.7), usd/usd_nt.c (1.5),
	uss/lex.c (1.5), uss/uss_fs.c (1.5), uss/uss_kauth.c (1.5),
	uss/uss_procs.c (1.5), uss/uss_ptserver.c (1.5), uss/uss_vol.c
	(1.5), util/hostparse.c (1.10), util/kreltime.c (1.5), util/ktime.c
	(1.5), util/uuid.c (1.7), util/volparse.c (1.9), venus/cacheout.c
	(1.5), venus/cmdebug.c (1.5), venus/fs.c (1.12), venus/fstrace.c
	(1.7), venus/kdump.c (1.13), venus/up.c (1.10), vfsck/dir.c (1.4),
	vfsck/inode.c (1.4), vfsck/main.c (1.5), vfsck/pass1.c (1.4),
	vfsck/pass1b.c (1.4), vfsck/pass2.c (1.4), vfsck/pass3.c (1.4),
	vfsck/pass4.c (1.4), vfsck/pass5.c (1.4), vfsck/proplist.c (1.5),
	vfsck/setup.c (1.4), vfsck/utilities.c (1.4), viced/afsfileprocs.c
	(1.10), viced/callback.c (1.6), viced/fsprobe.c (1.6), viced/host.c
	(1.7), viced/physio.c (1.5), viced/profile.c (1.5), viced/viced.c
	(1.11), vlserver/cnvldb.c (1.5), vlserver/sascnvldb.c (1.5),
	vlserver/vlclient.c (1.7), vlserver/vldb_check.c (1.5),
	vlserver/vlprocs.c (1.5), vlserver/vlserver.c (1.12),
	vlserver/vlutils.c (1.5), vol/clone.c (1.5), vol/devname.c (1.7),
	vol/fs_conv_411.c (1.5), vol/fssync.c (1.5), vol/nuke.c (1.5),
	vol/physio.c (1.5), vol/purge.c (1.5), vol/vnode.c (1.5),
	vol/vol-info.c (1.7), vol/vol-salvage.c (1.10), vol/volume.c
	(1.12), vol/vutil.c (1.6), vol/test/listVicepx.c (1.5),
	volser/dumpstuff.c (1.6), volser/physio.c (1.5),
	volser/restorevol.c (1.6), volser/volmain.c (1.8),
	volser/volprocs.c (1.6), volser/voltrans.c (1.5), volser/vos.c
	(1.8), volser/vsprocs.c (1.6), volser/vsutils.c (1.7),
	xstat/xstat_cm.c (1.5), xstat/xstat_cm_test.c (1.5),
	xstat/xstat_fs.c (1.5), xstat/xstat_fs_test.c (1.5): DELTA
	convert-from-bsd-to-posix-string-and-memory-functions-20010807
	AUTHOR shadow@dementia.org
	
	bcopy, bcmp, bzero, index, rindex, you're all cut.  memcpy, memcmp,
	memset, strchr, strrchr, show us how it's done

2001-08-07 15:21  shadow

	* openafs/: acconfig.h (1.9), configure.in (1.35),
	src/afs/LINUX/osi_vfs.h (1.8), src/cf/linux-test4.m4 (1.1): DELTA
	linux-fs-h-struct-inode-test-for-i-cdev-20010807 AUTHOR
	shadow@dementia.org
	
	doesn't look like it should matter but we might as well try to stay
	consistent

2001-08-07 12:14  shadow

	* openafs/src/venus/Makefile.in (1.2): DELTA
	solaris8-build-64bit-kdump-20010807 AUTHOR jflemer@zoo.uvm.edu
	
	some solaris 8 machines are 64 bit so build kdump64

2001-08-06 20:11  shadow

	* openafs/src/afs/LINUX/osi_module.c (1.16): DELTA
	introduce-linux-ia64-port-20010806 AUTHOR chas@cmf.nrl.navy.mil
	
	don't leak into not ia64 port

2001-08-06 20:04  shadow

	* openafs/: configure.in (1.34), src/afs/afs_call.c (1.13),
	src/afs/afs_pioctl.c (1.21), src/afs/LINUX/osi_alloc.c (1.9),
	src/afs/LINUX/osi_groups.c (1.10), src/afs/LINUX/osi_machdep.h
	(1.4), src/afs/LINUX/osi_module.c (1.15), src/config/afs_sysnames.h
	(1.13), src/config/param.ia64_linux24.h (1.1),
	src/config/param.ia64_linux24_usr.h (1.1), src/des/andrew-conf.h
	(1.10), src/des/conf-ia64-linux.h (1.1), src/des/crypt.c (1.7),
	src/dir/buffer.c (1.5), src/libafs/MakefileProto.LINUX.in (1.5),
	src/lwp/lwp.h (1.9), src/lwp/process.c (1.12), src/rx/rx.h (1.7):
	DELTA introduce-linux-ia64-port-20010806 AUTHOR
	chas@cmf.nrl.navy.mil
	
	"no special instructions this time other than you need a rather
	recent glibc (turbolinux beta5 or redhat 7.1) since the afs
	userland utilities use ucontext() instead of setjmp()/longjmp(). 
	this is probably the weakest part of the port since lwp is somewhat
	difficult to test rigorously.
	
	you can insmod the afs module now (and rmmod if you like)  why so
	difficult? function pointers are really pointers to a function
	descriptor that contains the function pointer and global pointer. 
	the syscall table (being written in assembler) only contains
	function pointers.  it doesnt setup the gp.  modules and kernels do
	not share the same gp.	so if you want the syscall to go to a
	module, you need to setup the gp and then call your module's
	routine.  be sure to restore the gp after returning from your
	routine :) i also converted to the 'new style' module_init() --
	only used on kernel versions 2.4.0 and up.  this does the right
	thing if you happen to be linked directly with the kernel.
	
	klog has been fixed (afs's crypt() function is sensitive to
	sizeof(long) -- des/crypt.c should probably use 'afs_int32', not
	'long' or 'int')
	
	in case it matters, my platform is a b3-stepping running beta5 of
	turbolinux."

2001-08-06 19:50  shadow

	* openafs/src/: auth/setkey.c (1.6), des/cksum.c (1.8), des/crypt.c
	(1.6), des/new_rnd_key.c (1.9), des/read_pssword.c (1.11),
	des/strng_to_key.c (1.8), des/weak_key.c (1.6), kauth/knfs.c (1.5),
	libadmin/vos/afs_vosAdmin.c (1.7), libadmin/vos/lockprocs.c (1.7),
	libadmin/vos/vosutils.c (1.7), libadmin/vos/vsprocs.c (1.7),
	lwp/threadname.c (1.7), rx/rx.c (1.19), rx/rx_misc.c (1.9),
	rx/rx_packet.c (1.12), rx/rx_rdwr.c (1.11), rx/rx_trace.c (1.8),
	rx/rx_user.c (1.10), rx/rxdebug.c (1.9), rxgen/rpc_cout.c (1.6),
	rxgen/rpc_main.c (1.10), rxgen/rpc_parse.c (1.9), rxgen/rpc_scan.c
	(1.6), rxgen/rpc_svcout.c (1.6), rxgen/rpc_util.c (1.6),
	ubik/recovery.c (1.6), ubik/udebug.c (1.10), update/client.c (1.7),
	update/server.c (1.8), update/utils.c (1.7), util/hostparse.c
	(1.9), util/netutils.c (1.9), util/serverLog.c (1.16),
	util/volparse.c (1.8): DELTA
	invert-sense-of-strings-string-header-inclusion-20010806 AUTHOR
	chas@cmf.nrl.navy.mil
	
	this will be obsolete in current form once b* and *index are dead
	but apply for now

2001-08-06 19:43  shadow

	* openafs/src/config/Makefile.version (1.2): DELTA
	junk-src-config-makefile-version-as-its-generated-20010806 AUTHOR
	nneul@umr.edu
	
	currently being generated on every build; might as well junk it

2001-08-06 19:41  shadow

	* openafs/src/afs/afs.h (1.9): DELTA
	afs-vcache-state-flag-fix-and-cleanup-20010806 AUTHOR kolya@mit.edu
	
	"There appears to be a conflict between two vcache state flags:
	CWritingUFS and CDCLock are both 0x200000.  This patch moves
	CDCLock to 0x2000000 (which I'm guessing was the intended value
	from the position of that #define).  It also reformats the block of
	#define's to be consistent in number format and indentation, to
	make it somewhat more readable, and to make such conflicts less
	likely to reappear."

2001-08-06 19:39  shadow

	* openafs/src/afs/: afs_dcache.c (1.9), SOLARIS/osi_vnodeops.c
	(1.7): DELTA solaris-locking-cleanup-20010806 AUTHOR kolya@mit.edu
	
	reduce afs vnode lock contention, also implements async page
	requests
	
	"(In afs_GetDCache, the hints in the vnode are only updated if we
	can grab the write lock without blocking.  In afs_GetOnePage, we
	only grab the read lock, rather than the shared lock -- as far as I
	can tell, there's nothing that needs the write lock.)
	
	FWIW, the particular case where I was being bitten by this lock
	contention was playing an mp3 from AFS space and at the same time
	copying it to local disk.  The copy kept fetching chunks while
	holding the read lock, so the mp3 player couldn't grab a write lock
	in the page fault, even though the data was already in cache.
	
	While I'm not fully familiar with the semantics of afs vnode locks
	[do they even exist? :-)], I believe changing from shared to read
	locks in afs_GetOnePage should be safe."

2001-08-06 19:24  shadow

	* openafs/configure.in (1.33): DELTA
	configure-sysname-updates-20010806 AUTHOR shadow@dementia.org
	
	add omitted s390 linux port add alternate hpux11 port info from
	nneul@umr.edu

2001-08-06 19:21  shadow

	* openafs/src/config/Makefile.hp_ux110.in (1.3): DELTA
	hpux11-force-system-ranlib-20010806 AUTHOR nneul@umr.edu
	
	so binutils ranlib isn't found first

2001-08-06 19:09  shadow

	* openafs/src/kauth/krb_udp.c (1.13): DELTA
	kaserver-log-krb-udp-authentications-also-20010806 AUTHOR
	shadow@dementia.org
	
	currently krb udp auth requests don't get logged while ka requests
	do
	
	fix it.

2001-08-06 19:08  shadow

	* openafs/src/kauth/krb_udp.c (1.12): DELTA
	kaserver-krb-udp-construct-well-formed-tickets-20010806 AUTHOR
	shadow@dementia.org
	
	certain things really want the realm to be set correctly and not
	just left blank in tickets; existing krb4 kdcs get this correct.
	now so do we.

2001-08-03 13:47  shadow

	* openafs/src/WINNT/install/InstallShield5/setup.rul (1.3): DELTA
	allow-winnt-client-to-be-upgraded-20010803 AUTHOR
	jimpeter@us.ibm.com
	
	to allow for change in version numbering

2001-08-02 12:20  shadow

	* openafs/src/: config/param.sun4x_58_usr.h (1.5), vol/gi.c (1.5):
	DELTA solaris8-namei-cleanup-20010802 AUTHOR kolya@mit.edu
	
	note gi is useless for namei case
	
	The AFS_64BIT_ENV define is needed for afsutil.h which makes use of
	some 64-bit types (and if AFS_64BIT_ENV isn't set, defaults to the
	non-existant u_int64_t).

2001-08-02 12:17  shadow

	* openafs/NEWS (1.2): DELTA
	use-multiple-cache-directories-for-large-caches-20010802 AUTHOR
	warlord@mit.edu
	
	news entry for large cache patch

2001-08-02 12:16  shadow

	* openafs/src/afsd/afsd.c (1.13): DELTA
	use-multiple-cache-directories-for-large-caches-20010802 AUTHOR
	warlord@mit.edu
	
	- support for large caches in afsd.  Cachefiles are stored in  
	subdirectories.  The default is 2048 files per subdirectory, which 
	 should work fine in most situations.  You can use the new afsd  
	option -files_per_subdir to change this number.  Note that the
	first	time you run afsd with this patch, your cachefiles will get
	moved	into subdirectories.  If you subsequently run an older
	version of   afsd, you will lose all your cached files.

2001-08-02 12:12  shadow

	* openafs/src/WINNT/install/InstallShield5/: Default.rge (1.3),
	NTMakefile (1.4): DELTA winnt-port-updates-20010802 AUTHOR
	jimpeter@us.ibm.com
	
	These patches solve the following problem:
	
	   During Un-Install of AFS for Windows, it removed the following
	key:
	  
	HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\NetBT\\Par
	ameters
	   Instead it should have removed only the SMBDeviceEnable=0 item
	within
	   the above key.
	   This damaged the NetBT (NetBios over TCP/IP) interface, and
	required
	   re-installing of TCP/IP.  The users found their ability to share
	files
	   and printers damaged.

2001-08-02 11:45  shadow

	* openafs/: Makefile.in (1.11), configure.in (1.32),
	src/afs/Makefile (1.7), src/afs/Makefile.in (1.1),
	src/afsd/Makefile (1.8), src/afsd/Makefile.in (1.1),
	src/afsmonitor/Makefile (1.5), src/afsmonitor/Makefile.in (1.1),
	src/afsweb/Makefile (1.4), src/afsweb/Makefile.in (1.1),
	src/audit/Makefile (1.6), src/audit/Makefile.in (1.1),
	src/auth/Makefile (1.7), src/auth/Makefile.in (1.1),
	src/auth/test/Makefile (1.3), src/auth/test/Makefile.in (1.1),
	src/bozo/Makefile (1.6), src/bozo/Makefile.in (1.1),
	src/bozo/test/Makefile (1.3), src/bozo/test/Makefile.in (1.1),
	src/bu_utils/Makefile (1.5), src/bu_utils/Makefile.in (1.1),
	src/bubasics/Makefile (1.5), src/bubasics/Makefile.in (1.1),
	src/bucoord/Makefile (1.6), src/bucoord/Makefile.in (1.1),
	src/budb/Makefile (1.5), src/budb/Makefile.in (1.1),
	src/butc/Makefile (1.5), src/butc/Makefile.in (1.1),
	src/butm/Makefile (1.5), src/butm/Makefile.in (1.1),
	src/cmd/Makefile (1.6), src/cmd/Makefile.in (1.1),
	src/cmd/test/Makefile (1.3), src/cmd/test/Makefile.in (1.1),
	src/comerr/Makefile (1.5), src/comerr/Makefile.in (1.1),
	src/comerr/test/Makefile (1.2), src/comerr/test/Makefile.in (1.1),
	src/config/Makefile (1.6), src/config/Makefile.alpha_dux40.in
	(1.3), src/config/Makefile.alpha_dux50.in (1.2),
	src/config/Makefile.alpha_linux_22.in (1.2),
	src/config/Makefile.hp_ux102.in (1.2),
	src/config/Makefile.hp_ux110.in (1.2),
	src/config/Makefile.i386_djgpp (1.3),
	src/config/Makefile.i386_fbsd_42.in (1.2),
	src/config/Makefile.i386_linux22.in (1.4),
	src/config/Makefile.i386_linux24.in (1.2), src/config/Makefile.in
	(1.1), src/config/Makefile.ppc_darwin_12.in (1.2),
	src/config/Makefile.ppc_darwin_13.in (1.2),
	src/config/Makefile.ppc_linux22.in (1.2),
	src/config/Makefile.ppc_linux24.in (1.2),
	src/config/Makefile.rs_aix42.in (1.2),
	src/config/Makefile.s390_linux22.in (1.2),
	src/config/Makefile.s390_linux24.in (1.2),
	src/config/Makefile.sgi_62.in (1.2), src/config/Makefile.sgi_63.in
	(1.2), src/config/Makefile.sgi_64.in (1.2),
	src/config/Makefile.sgi_65.in (1.2),
	src/config/Makefile.sparc64_linux22.in (1.2),
	src/config/Makefile.sparc64_linux24.in (1.2),
	src/config/Makefile.sparc_linux22.in (1.2),
	src/config/Makefile.sun4x_55.in (1.2),
	src/config/Makefile.sun4x_56.in (1.2),
	src/config/Makefile.sun4x_57.in (1.2),
	src/config/Makefile.sun4x_58.in (1.2),
	src/config/Makefile.sunx86_54.in (1.2), src/dauth/Makefile (1.7),
	src/dauth/Makefile.in (1.1), src/des/Makefile (1.9),
	src/des/Makefile.in (1.1), src/des/test/Makefile (1.2),
	src/des/test/Makefile.in (1.1), src/des_stub/Makefile (1.4),
	src/des_stub/Makefile.in (1.1), src/dir/Makefile (1.5),
	src/dir/Makefile.in (1.1), src/dir/test/Makefile (1.3),
	src/dir/test/Makefile.in (1.1), src/export/Makefile (1.7),
	src/export/Makefile.in (1.1), src/finale/Makefile (1.4),
	src/finale/Makefile.in (1.1), src/fsint/Makefile (1.7),
	src/fsint/Makefile.in (1.1), src/fsprobe/Makefile (1.5),
	src/fsprobe/Makefile.in (1.1), src/ftpd43+/Makefile (1.2),
	src/ftpd43+/Makefile.in (1.1), src/gtx/Makefile (1.5),
	src/gtx/Makefile.in (1.1), src/inetd/Makefile (1.4),
	src/inetd/Makefile.in (1.1), src/kauth/Makefile (1.9),
	src/kauth/Makefile.in (1.1), src/kauth/test/Makefile (1.3),
	src/kauth/test/Makefile.in (1.1), src/libacl/Makefile (1.5),
	src/libacl/Makefile.in (1.1), src/libacl/test/Makefile (1.3),
	src/libacl/test/Makefile.in (1.1), src/libadmin/Makefile (1.4),
	src/libadmin/Makefile.in (1.1), src/libadmin/adminutil/Makefile
	(1.4), src/libadmin/adminutil/Makefile.in (1.1),
	src/libadmin/bos/Makefile (1.4), src/libadmin/bos/Makefile.in
	(1.1), src/libadmin/cfg/Makefile (1.4),
	src/libadmin/cfg/Makefile.in (1.1), src/libadmin/cfg/test/Makefile
	(1.3), src/libadmin/cfg/test/Makefile.in (1.1),
	src/libadmin/client/Makefile (1.4), src/libadmin/client/Makefile.in
	(1.1), src/libadmin/kas/Makefile (1.4),
	src/libadmin/kas/Makefile.in (1.1), src/libadmin/pts/Makefile
	(1.4), src/libadmin/pts/Makefile.in (1.1),
	src/libadmin/samples/Makefile (1.4),
	src/libadmin/samples/Makefile.in (1.1), src/libadmin/test/Makefile
	(1.4), src/libadmin/test/Makefile.in (1.1),
	src/libadmin/vos/Makefile (1.4), src/libadmin/vos/Makefile.in
	(1.1), src/libafs/Makefile.common (1.9),
	src/libafs/MakefileProto.AIX.in (1.3),
	src/libafs/MakefileProto.DARWIN.in (1.3),
	src/libafs/MakefileProto.DUX.in (1.4),
	src/libafs/MakefileProto.FBSD.in (1.3),
	src/libafs/MakefileProto.HPUX.in (1.3),
	src/libafs/MakefileProto.IRIX.in (1.3),
	src/libafs/MakefileProto.LINUX.in (1.4),
	src/libafs/MakefileProto.SOLARIS.in (1.3),
	src/libafsauthent/Makefile (1.5), src/libafsauthent/Makefile.in
	(1.1), src/libafsrpc/Makefile (1.8), src/libafsrpc/Makefile.in
	(1.1), src/libuafs/MakefileProto.AIX (1.6),
	src/libuafs/MakefileProto.AIX.in (1.1),
	src/libuafs/MakefileProto.DARWIN (1.3),
	src/libuafs/MakefileProto.DARWIN.in (1.1),
	src/libuafs/MakefileProto.DUX (1.6),
	src/libuafs/MakefileProto.DUX.in (1.1),
	src/libuafs/MakefileProto.FBSD (1.3),
	src/libuafs/MakefileProto.FBSD.in (1.1),
	src/libuafs/MakefileProto.HPUX (1.5),
	src/libuafs/MakefileProto.HPUX.in (1.1),
	src/libuafs/MakefileProto.IRIX (1.5),
	src/libuafs/MakefileProto.IRIX.in (1.1),
	src/libuafs/MakefileProto.LINUX (1.4),
	src/libuafs/MakefileProto.LINUX.in (1.1),
	src/libuafs/MakefileProto.SOLARIS (1.6),
	src/libuafs/MakefileProto.SOLARIS.in (1.1), src/log/Makefile (1.6),
	src/log/Makefile.in (1.1), src/log/test/Makefile (1.3),
	src/log/test/Makefile.in (1.1), src/login/Makefile (1.4),
	src/login/Makefile.in (1.1), src/lwp/Makefile (1.12),
	src/lwp/Makefile.in (1.1), src/lwp/test/Makefile (1.3),
	src/lwp/test/Makefile.in (1.1), src/mpp/Makefile (1.3),
	src/mpp/Makefile.in (1.1), src/ntp/Makefile (1.6),
	src/ntp/Makefile.in (1.1), src/null/Makefile (1.4),
	src/null/Makefile.in (1.1), src/package/Makefile (1.5),
	src/package/Makefile.in (1.1), src/pam/Makefile.in (1.2),
	src/pinstall/Makefile (1.6), src/pinstall/Makefile.in (1.1),
	src/pinstall/test/Makefile (1.3), src/pinstall/test/Makefile.in
	(1.1), src/procmgmt/Makefile (1.6), src/procmgmt/Makefile.in (1.1),
	src/procmgmt/test/Makefile (1.3), src/procmgmt/test/Makefile.in
	(1.1), src/ptserver/Makefile (1.10), src/ptserver/Makefile.in
	(1.1), src/rcp/Makefile (1.5), src/rcp/Makefile.in (1.1),
	src/rlogind/Makefile (1.5), src/rlogind/Makefile.in (1.1),
	src/rsh/Makefile (1.7), src/rsh/Makefile.in (1.1), src/rx/Makefile
	(1.16), src/rx/Makefile.in (1.1), src/rx/bulk.example/Makefile
	(1.3), src/rx/bulk.example/Makefile.in (1.1),
	src/rx/bulktest/Makefile (1.3), src/rx/bulktest/Makefile.in (1.1),
	src/rx/multi.example/Makefile (1.3),
	src/rx/multi.example/Makefile.in (1.1),
	src/rx/simple.example/Makefile (1.3),
	src/rx/simple.example/Makefile.in (1.1), src/rx/test/Makefile
	(1.3), src/rx/test/Makefile.in (1.1), src/rxgen/Makefile (1.5),
	src/rxgen/Makefile.in (1.1), src/rxkad/Makefile (1.7),
	src/rxkad/Makefile.in (1.1), src/rxkad/test/Makefile (1.3),
	src/rxkad/test/Makefile.in (1.1), src/rxstat/Makefile (1.7),
	src/rxstat/Makefile.in (1.1), src/scout/Makefile (1.5),
	src/scout/Makefile.in (1.1), src/sgistuff/Makefile (1.7),
	src/sgistuff/Makefile.in (1.1), src/sia/Makefile (1.6),
	src/sia/Makefile.in (1.1), src/sys/Makefile (1.7),
	src/sys/Makefile.in (1.1), src/tbutc/Makefile (1.5),
	src/tbutc/Makefile.in (1.1), src/tsm41/Makefile (1.5),
	src/tsm41/Makefile.in (1.1), src/tviced/Makefile (1.9),
	src/tviced/Makefile.in (1.1), src/ubik/Makefile (1.7),
	src/ubik/Makefile.in (1.1), src/update/Makefile (1.5),
	src/update/Makefile.in (1.1), src/usd/Makefile (1.5),
	src/usd/Makefile.in (1.1), src/usd/test/Makefile (1.3),
	src/usd/test/Makefile.in (1.1), src/uss/Makefile (1.5),
	src/uss/Makefile.in (1.1), src/util/Makefile (1.9),
	src/util/Makefile.in (1.1), src/util/test/Makefile (1.3),
	src/util/test/Makefile.in (1.1), src/venus/Makefile (1.14),
	src/venus/Makefile.in (1.1), src/venus/test/Makefile (1.4),
	src/venus/test/Makefile.in (1.1), src/vfsck/Makefile (1.4),
	src/vfsck/Makefile.in (1.1), src/viced/Makefile (1.7),
	src/viced/Makefile.in (1.1), src/vlserver/Makefile (1.6),
	src/vlserver/Makefile.in (1.1), src/vol/Makefile (1.12),
	src/vol/Makefile.in (1.1), src/vol/test/Makefile (1.3),
	src/vol/test/Makefile.in (1.1), src/volser/Makefile (1.9),
	src/volser/Makefile.in (1.1), src/wsadmin.src/Makefile (1.2),
	src/wsadmin.src/Makefile.in (1.1), src/xstat/Makefile (1.5),
	src/xstat/Makefile.in (1.1): DELTA
	convert-all-makefiles-to-makefile-ins-20010802 AUTHOR nneul@umr.edu
	
	all relevant variables become subst'd and not passed in the
	environment

2001-07-23 16:50  shadow

	* openafs/src/venus/fs.c (1.11): DELTA
	fs-sysname-output-syntax-compatibility-20010723 AUTHOR
	shadow@dementia.org
	
	per comment by Chaskiel Grundman, fs sysname didn't include a :
	before, nuke it

2001-07-21 12:39  shadow

	* openafs/: acconfig.h (1.8), configure.in (1.31): DELTA
	configure-allow-enabling-vos-full-listvol-switch-20010721 AUTHOR
	shadow@dementia.org
	
	enable switch for new feature

2001-07-21 12:35  shadow

	* openafs/src/volser/vos.c (1.7): DELTA
	vos-full-listvol-switch-for-parseable-output-20010721 AUTHOR
	shadow@dementia.org
	
	originally from Dan Lovinger. Provides easily parseable vos output
	and so hopefully should be useful

2001-07-21 03:07  shadow

	* openafs/src/rx/rx_packet.c (1.11): DELTA
	rx-packet-version-not-all-kernels-have-snprintf-20010721 AUTHOR
	zacheiss@mit.edu
	
	linux kernel for instance has no snprintf

2001-07-20 18:12  shadow

	* openafs/src/volser/vos.c (1.6): DELTA
	vos-syncvldb-zero-volname-before-starting-20010720 AUTHOR
	shadow@dementia.org
	
	so vos syncvldb will not core dump because of uninitialized pointer

2001-07-20 16:41  shadow

	* openafs/src/pam/: afs_auth.c (1.6), afs_password.c (1.6),
	afs_setcred.c (1.6): DELTA
	pam-make-module-useful-for-freebsd-20010720 AUTHOR
	msa@dinosauricon.com
	
	make module actually work for freebsd

2001-07-20 16:38  shadow

	* openafs/src/viced/afsfileprocs.c (1.9): DELTA
	viced-copyonwrite-give-useful-error-messages-when-taking-volumes-of
	fline-20010720 AUTHOR hartmans@mekinok.com
	
	don't just report "needs salvage", tell why it was taken offline

2001-07-20 14:09  shadow

	* openafs/src/venus/fs.c (1.10): DELTA
	fs-sysname-format-should-include-quotes-as-before-20010720 AUTHOR
	shadow@dementia.org
	
	based on report from Alf Wachsmann <alfw@SLAC.Stanford.EDU>

2001-07-20 11:59  shadow

	* openafs/src/rx/rx_packet.c (1.10): DELTA
	rx-honor-only-client-initiated-debug-and-version-packets-to-prevent
	-loop-20010719 AUTHOR kolya@mit.edu
	
	"This patch makes Rx only honor client-initiated Version and Debug
	packets, and respond to them without the "client-initiated" flag. 
	All existing code sends Version and Debug queries from the client
	with the appropriate flag set.	With the current code, one could
	easily create a UDP packet loop between two Rx services."

2001-07-19 17:51  shadow

	* openafs/src/: bucoord/main.c (1.5), lwp/waitkey.c (1.8): DELTA
	lwp-waitkey-lacks-return-for-eof-and-hence-backup-is-unhappy-200107
	19 AUTHOR shadow@dementia.org
	
	just tell the caller if we got an eof and move on with life

2001-07-19 17:25  shadow

	* openafs/configure.in (1.30): DELTA
	configure-fail-if-cant-guess-linux-version-for-sysname-20010719
	AUTHOR shadow@dementia.org
	
	if we disabled kernel module because there were no headers,
	guessing the sysname is harder

2001-07-19 13:41  shadow

	* openafs/src/afs/VNOPS/afs_vnop_lookup.c (1.12): DELTA
	resolve-symlinks-from-stat-cache-with-just-lookup-permission-200107
	19 AUTHOR kolya@mit.edu
	
	To fix bug reported by Nathan Rawling.

2001-07-16 18:06  shadow

	* openafs/src/config/param.i386_linux22.h (1.10): DELTA
	linux22-param-file-needs-modversions-reordering-20010716 AUTHOR
	shadow@dementia.org
	
	to make it possible to build modversion'd kernel on linux 2.2

2001-07-16 14:48  shadow

	* openafs/src/man/: afs_ftpd.1 (1.1), afs_inetd.1 (1.1),
	afs_login.1 (1.1), afs_rcp.1 (1.1), afs_rlogind.1 (1.1), afs_rsh.1
	(1.1), afsd.1 (1.1), dkload.1 (1.1), fileserver.1 (1.1), fs.1
	(1.1), fs_apropos.1 (1.1), fs_checkservers.1 (1.1),
	fs_checkvolumes.1 (1.1), fs_cleanacl.1 (1.1), fs_copyacl.1 (1.1),
	fs_debug.1 (1.1), fs_diskfree.1 (1.1), fs_examine.1 (1.1),
	fs_exportafs.1 (1.1), fs_flush.1 (1.1), fs_flushvolume.1 (1.1),
	fs_getcacheparms.1 (1.1), fs_getcellstatus.1 (1.1),
	fs_getserverprefs.1 (1.1), fs_help.1 (1.1), fs_listacl.1 (1.1),
	fs_listcells.1 (1.1), fs_listquota.1 (1.1), fs_lsmount.1 (1.1),
	fs_mkmount.1 (1.1), fs_monitor.1 (1.1), fs_newcell.1 (1.1),
	fs_quota.1 (1.1), fs_rmmount.1 (1.1), fs_setacl.1 (1.1),
	fs_setcachesize.1 (1.1), fs_setcell.1 (1.1), fs_setquota.1 (1.1),
	fs_setserverprefs.1 (1.1), fs_setvol.1 (1.1), fs_sysname.1 (1.1),
	fs_whereis.1 (1.1), fs_whichcell.1 (1.1), fs_wscell.1 (1.1), kas.1
	(1.1), kas_apropos.1 (1.1), kas_create.1 (1.1), kas_debuginfo.1
	(1.1), kas_delete.1 (1.1), kas_examine.1 (1.1), kas_forgetticket.1
	(1.1), kas_getpassword.1 (1.1), kas_getrandomkey.1 (1.1),
	kas_getticket.1 (1.1), kas_help.1 (1.1), kas_interactive.1 (1.1),
	kas_list.1 (1.1), kas_listtickets.1 (1.1), kas_noauthentication.1
	(1.1), kas_quit.1 (1.1), kas_setfields.1 (1.1), kas_setkey.1 (1.1),
	kas_setpassword.1 (1.1), kas_statistics.1 (1.1), kas_stringtokey.1
	(1.1), klog.1 (1.1), knfs.1 (1.1), kpasswd.1 (1.1), package.1
	(1.1), pagsh.1 (1.1), runntp.1 (1.1), salvager.1 (1.1), scout.1
	(1.1), tokens.1 (1.1), unlog.1 (1.1), upclient.1 (1.1), upserver.1
	(1.1), uss.1 (1.1), uss_add.1 (1.1), uss_apropos.1 (1.1),
	uss_bulk.1 (1.1), uss_d_line.1 (1.1), uss_delete.1 (1.1),
	uss_e_line.1 (1.1), uss_f_line.1 (1.1), uss_g_line.1 (1.1),
	uss_help.1 (1.1), uss_l_line.1 (1.1), uss_s_line.1 (1.1),
	uss_v_line.1 (1.1), uss_x_line.1 (1.1), vldb_convert.1 (1.1), vos.1
	(1.1), vos_addsite.1 (1.1), vos_apropos.1 (1.1), vos_backup.1
	(1.1), vos_backupsys.1 (1.1), vos_create.1 (1.1), vos_delentry.1
	(1.1), vos_dump.1 (1.1), vos_examine.1 (1.1), vos_help.1 (1.1),
	vos_listpart.1 (1.1), vos_listvldb.1 (1.1), vos_listvol.1 (1.1),
	vos_lock.1 (1.1), vos_move.1 (1.1), vos_partinfo.1 (1.1),
	vos_release.1 (1.1), vos_remove.1 (1.1), vos_remsite.1 (1.1),
	vos_rename.1 (1.1), vos_restore.1 (1.1), vos_status.1 (1.1),
	vos_syncserv.1 (1.1), vos_syncvldb.1 (1.1), vos_unlock.1 (1.1),
	vos_unlockvldb.1 (1.1), vos_zap.1 (1.1): DELTA
	add-afs-man-pages-20010716 AUTHOR shadow@dementia.org
	
	documentation from afs command reference

2001-07-16 14:46  shadow

	* openafs/: Makefile.in (1.10), src/libafs/Makefile.common (1.8),
	src/rsh/Makefile (1.6): DELTA more-make-clean-cleanup-20010716
	AUTHOR shadow@dementia.org
	
	try harder to make clean target clean up nicely

2001-07-16 01:32  shadow

	* openafs/Makefile.in (1.9): DELTA
	add-bogus-install-dependancy-for-lame-systems-which-think-INSTALL-i
	s-install-and-so-do-the-wrong-thing-20010716 AUTHOR
	shadow@dementia.org
	
	darwin has a case-insensitive but case-preserving filesystem. yay.

2001-07-16 00:58  shadow

	* openafs/src/export/Makefile (1.6): DELTA
	aix-export-needs-afsconfig-include-path-20010716 AUTHOR
	shadow@dementia.org
	
	minor cleanup for export build on aix

2001-07-16 00:33  shadow

	* openafs/: src/INSTALL (1.3), src/README (1.13),
	src/README.OBSOLETE (1.4), src/README.SECURITY (1.4), INSTALL
	(1.1), README (1.1), README.OBSOLETE (1.1), README.SECURITY (1.1):
	DELTA move-readmes-one-level-up-20010716 AUTHOR shadow@dementia.org
	
	move readmes/install into new top level

2001-07-15 20:59  shadow

	* openafs/: acconfig.h (1.7), configure.in (1.29): DELTA
	configure-redhat-kernel-bug-workaround-20010715 AUTHOR
	warlord@mit.edu
	
	to allow hooking in to deal with bug in redhat kernel headers

2001-07-15 20:22  shadow

	* openafs/src/cf/linux-test3.m4 (1.3): DELTA
	linux-under-under-smp-under-under-never-needs-to-be-defined-in-rhco
	nfig-20010715 AUTHOR warlord@mit.edu
	
	never need to define __SMP__ (or undefine __SMP__) in module
	compilation

2001-07-15 20:20  shadow

	* openafs/src/auth/cellconfig.c (1.13): DELTA
	afsdb-support-use-afs-not-dce-records-only-20010715 AUTHOR
	kolya@mit.edu
	
	so we don't use DCE AFSDB records

2001-07-15 20:13  shadow

	* openafs/configure.in (1.28): DELTA
	configure-fail-unknown-sysnames-20010715 AUTHOR kolya@mit.edu
	
	fail on unknown systems to default system name

2001-07-12 15:58  shadow

	* openafs/src/: afs/afs_analyze.c (1.6), afs/afs_axscache.c (1.4),
	afs/afs_buffer.c (1.4), afs/afs_call.c (1.12), afs/afs_callback.c
	(1.4), afs/afs_cbqueue.c (1.4), afs/afs_cell.c (1.6),
	afs/afs_chunk.c (1.4), afs/afs_conn.c (1.6), afs/afs_daemons.c
	(1.6), afs/afs_dcache.c (1.8), afs/afs_exporter.c (1.4),
	afs/afs_init.c (1.10), afs/afs_lock.c (1.4), afs/afs_mariner.c
	(1.4), afs/afs_memcache.c (1.4), afs/afs_nfsclnt.c (1.4),
	afs/afs_osi.c (1.7), afs/afs_osi_alloc.c (1.4), afs/afs_osi_pag.c
	(1.8), afs/afs_osi_uio.c (1.4), afs/afs_osi_vget.c (1.4),
	afs/afs_osidnlc.c (1.4), afs/afs_pioctl.c (1.20),
	afs/afs_segments.c (1.4), afs/afs_server.c (1.9), afs/afs_stat.c
	(1.4), afs/afs_user.c (1.7), afs/afs_util.c (1.5), afs/afs_vcache.c
	(1.8), afs/afs_volume.c (1.5), afs/AIX/osi_config.c (1.4),
	afs/AIX/osi_file.c (1.4), afs/AIX/osi_groups.c (1.4),
	afs/AIX/osi_inode.c (1.4), afs/AIX/osi_misc.c (1.4),
	afs/AIX/osi_sleep.c (1.4), afs/AIX/osi_timeout.c (1.4),
	afs/AIX/osi_vfsops.c (1.4), afs/AIX/osi_vm.c (1.4),
	afs/AIX/osi_vnodeops.c (1.4), afs/DARWIN/osi_file.c (1.4),
	afs/DARWIN/osi_groups.c (1.3), afs/DARWIN/osi_inode.c (1.3),
	afs/DARWIN/osi_misc.c (1.3), afs/DARWIN/osi_module.c (1.4),
	afs/DARWIN/osi_sleep.c (1.3), afs/DARWIN/osi_vfsops.c (1.3),
	afs/DARWIN/osi_vm.c (1.3), afs/DARWIN/osi_vnodeops.c (1.3),
	afs/DUX/osi_file.c (1.5), afs/DUX/osi_groups.c (1.4),
	afs/DUX/osi_inode.c (1.9), afs/DUX/osi_misc.c (1.4),
	afs/DUX/osi_sleep.c (1.4), afs/DUX/osi_vfsops.c (1.6),
	afs/DUX/osi_vm.c (1.4), afs/DUX/osi_vnodeops.c (1.5),
	afs/FBSD/osi_file.c (1.3), afs/FBSD/osi_groups.c (1.3),
	afs/FBSD/osi_inode.c (1.3), afs/FBSD/osi_misc.c (1.3),
	afs/FBSD/osi_sleep.c (1.3), afs/FBSD/osi_vfsops.c (1.3),
	afs/FBSD/osi_vm.c (1.3), afs/FBSD/osi_vnodeops.c (1.3),
	afs/HPUX/osi_debug.c (1.4), afs/HPUX/osi_file.c (1.4),
	afs/HPUX/osi_groups.c (1.4), afs/HPUX/osi_inode.c (1.4),
	afs/HPUX/osi_misc.c (1.4), afs/HPUX/osi_sleep.c (1.4),
	afs/HPUX/osi_vfsops.c (1.4), afs/HPUX/osi_vm.c (1.4),
	afs/HPUX/osi_vnodeops.c (1.4), afs/IRIX/osi_file.c (1.5),
	afs/IRIX/osi_groups.c (1.4), afs/IRIX/osi_idbg.c (1.4),
	afs/IRIX/osi_inode.c (1.7), afs/IRIX/osi_misc.c (1.4),
	afs/IRIX/osi_sleep.c (1.4), afs/IRIX/osi_vfsops.c (1.4),
	afs/IRIX/osi_vm.c (1.4), afs/IRIX/osi_vnodeops.c (1.5),
	afs/LINUX/osi_alloc.c (1.8), afs/LINUX/osi_cred.c (1.6),
	afs/LINUX/osi_file.c (1.10), afs/LINUX/osi_groups.c (1.9),
	afs/LINUX/osi_inode.c (1.4), afs/LINUX/osi_misc.c (1.10),
	afs/LINUX/osi_module.c (1.14), afs/LINUX/osi_sleep.c (1.6),
	afs/LINUX/osi_vfsops.c (1.9), afs/LINUX/osi_vm.c (1.8),
	afs/LINUX/osi_vnodeops.c (1.28), afs/SOLARIS/osi_file.c (1.5),
	afs/SOLARIS/osi_groups.c (1.4), afs/SOLARIS/osi_inode.c (1.10),
	afs/SOLARIS/osi_sleep.c (1.4), afs/SOLARIS/osi_vfsops.c (1.8),
	afs/SOLARIS/osi_vm.c (1.4), afs/SOLARIS/osi_vnodeops.c (1.6),
	afs/UKERNEL/afs_usrops.c (1.8), afs/UKERNEL/osi_groups.c (1.4),
	afs/UKERNEL/osi_vfsops.c (1.5), afs/UKERNEL/osi_vm.c (1.4),
	afs/UKERNEL/osi_vnodeops.c (1.4), afs/VNOPS/afs_vnop_access.c
	(1.5), afs/VNOPS/afs_vnop_attrs.c (1.8),
	afs/VNOPS/afs_vnop_create.c (1.6), afs/VNOPS/afs_vnop_dirops.c
	(1.4), afs/VNOPS/afs_vnop_fid.c (1.5), afs/VNOPS/afs_vnop_flock.c
	(1.10), afs/VNOPS/afs_vnop_link.c (1.4),
	afs/VNOPS/afs_vnop_lookup.c (1.11), afs/VNOPS/afs_vnop_open.c
	(1.4), afs/VNOPS/afs_vnop_read.c (1.5),
	afs/VNOPS/afs_vnop_readdir.c (1.8), afs/VNOPS/afs_vnop_remove.c
	(1.4), afs/VNOPS/afs_vnop_rename.c (1.4),
	afs/VNOPS/afs_vnop_strategy.c (1.6), afs/VNOPS/afs_vnop_symlink.c
	(1.4), afs/VNOPS/afs_vnop_write.c (1.7), afsd/afsd.c (1.12),
	afsd/vsys.c (1.4), afsmonitor/afsmon-output.c (1.7),
	afsmonitor/afsmon-parselog.c (1.4), afsmonitor/afsmon-win.c (1.6),
	afsmonitor/afsmonitor.c (1.7), afsweb/apache_afs_cache.c (1.4),
	afsweb/nsafs.c (1.4), afsweb/securehash.c (1.4), afsweb/weblog.c
	(1.5), audit/audit.c (1.5), auth/authcon.c (1.6), auth/cellconfig.c
	(1.12), auth/copyauth.c (1.4), auth/ktc.c (1.6), auth/ktc_nt.c
	(1.5), auth/setkey.c (1.5), auth/userok.c (1.7), auth/writeconfig.c
	(1.5), auth/test/ktctest.c (1.4), auth/test/testcellconf.c (1.4),
	bozo/bnode.c (1.6), bozo/bos.c (1.9), bozo/bosoprocs.c (1.5),
	bozo/bosserver.c (1.11), bozo/cronbnodeops.c (1.4),
	bozo/ezbnodeops.c (1.4), bozo/fsbnodeops.c (1.6),
	bozo/smail-notifier.c (1.4), bu_utils/fms.c (1.4),
	bucoord/bc_status.c (1.4), bucoord/commands.c (1.5),
	bucoord/config.c (1.4), bucoord/dlq.c (1.4), bucoord/dsstub.c
	(1.4), bucoord/dsvs.c (1.4), bucoord/dump.c (1.4),
	bucoord/dump_sched.c (1.4), bucoord/expire.c (1.4), bucoord/main.c
	(1.4), bucoord/restore.c (1.4), bucoord/server.c (1.4),
	bucoord/status.c (1.4), bucoord/tape_hosts.c (1.4),
	bucoord/ubik_db_if.c (1.5), bucoord/vol_sets.c (1.6),
	bucoord/volstub.c (1.4), budb/database.c (1.4), budb/db_alloc.c
	(1.4), budb/db_dump.c (1.4), budb/db_hash.c (1.4), budb/db_lock.c
	(1.4), budb/db_text.c (1.5), budb/dbs_dump.c (1.4),
	budb/ol_verify.c (1.4), budb/procs.c (1.4), budb/server.c (1.5),
	budb/struct_ops.c (1.4), butc/butc_xbsa.c (1.4), butc/dbentries.c
	(1.4), butc/dump.c (1.5), butc/list.c (1.4), butc/lwps.c (1.4),
	butc/read_tape.c (1.4), butc/recoverDb.c (1.4), butc/tcmain.c
	(1.4), butc/tcprocs.c (1.4), butc/tcstatus.c (1.4),
	butc/tcudbprocs.c (1.5), butc/test_budb.c (1.4), butm/butm_test.c
	(1.4), butm/file_tm.c (1.4), butm/test_ftm.c (1.4), cmd/cmd.c
	(1.6), cmd/test/ctest.c (1.4), cmd/test/dtest.c (1.4),
	cmd/test/itest.c (1.4), comerr/com_err.c (1.3), comerr/compile_et.c
	(1.6), comerr/error_msg.c (1.3), comerr/error_table.y (1.4),
	comerr/error_table_nt.c (1.3), comerr/et_name.c (1.3),
	comerr/test/test.c (1.3), dauth/dlog.c (1.5), dauth/dpass.c (1.4),
	des/cbc_encrypt.c (1.6), des/cksum.c (1.7), des/crypt.c (1.5),
	des/debug_decl.c (1.3), des/des.c (1.6), des/enc.c (1.3),
	des/key_parity.c (1.3), des/key_sched.c (1.4), des/make_e.c (1.3),
	des/make_fp.c (1.4), des/make_ip.c (1.4), des/make_keyperm.c (1.4),
	des/make_odd.c (1.3), des/make_p.c (1.3), des/make_p_table.c (1.5),
	des/make_s.c (1.3), des/make_s_table.c (1.5), des/misc.c (1.4),
	des/new_rnd_key.c (1.8), des/pcbc_encrypt.c (1.6), des/quad_cksum.c
	(1.4), des/read_pssword.c (1.10), des/strng_to_key.c (1.7),
	des/util.c (1.4), des/weak_key.c (1.5), des/test/key_test.c (1.4),
	des/test/testit.c (1.5), des/test/verify.c (1.5), dir/buffer.c
	(1.4), dir/dir.c (1.5), dir/salvage.c (1.4), dir/test/dtest.c
	(1.4), dir/test/physio.c (1.4), dir/test/test-salvage.c (1.4),
	export/cfgafs.c (1.4), export/cfgexport.c (1.4), export/symtab.c
	(1.4), finale/translate_et.c (1.5), finale/translate_et_nt.c (1.4),
	fsint/afsaux.c (1.5), fsprobe/fsprobe.c (1.4),
	fsprobe/fsprobe_callback.c (1.4), fsprobe/fsprobe_test.c (1.4),
	gtx/X11windows.c (1.4), gtx/cb_test.c (1.4), gtx/curses_test.c
	(1.4), gtx/curseswindows.c (1.5), gtx/dumbwindows.c (1.4),
	gtx/frame.c (1.4), gtx/gtxtest.c (1.4), gtx/input.c (1.4),
	gtx/keymap.c (1.4), gtx/lightobject.c (1.4), gtx/objdict.c (1.4),
	gtx/object_test.c (1.4), gtx/objects.c (1.4), gtx/screen_test.c
	(1.4), gtx/textcb.c (1.4), gtx/textobject.c (1.4), gtx/windows.c
	(1.5), inetd/getenv.c (1.3), inetd/inetd.c (1.4), inetd/setenv.c
	(1.3), inetd/ta-rauth.c (1.4), kauth/admin_tools.c (1.7),
	kauth/authclient.c (1.6), kauth/client.c (1.6),
	kauth/decode_ticket.c (1.4), kauth/kaaux.c (1.4), kauth/kaauxdb.c
	(1.5), kauth/kadatabase.c (1.5), kauth/kalocalcell.c (1.5),
	kauth/kalog.c (1.4), kauth/kaprocs.c (1.7), kauth/kas.c (1.4),
	kauth/kaserver.c (1.8), kauth/kautils.c (1.6), kauth/kdb.c (1.4),
	kauth/kkids.c (1.4), kauth/klog.c (1.4), kauth/klogin.c (1.6),
	kauth/knfs.c (1.4), kauth/kpasswd.c (1.6), kauth/kpwvalid.c (1.4),
	kauth/krb_tf.c (1.4), kauth/krb_udp.c (1.11), kauth/manyklog.c
	(1.4), kauth/read_passwd.c (1.3), kauth/rebuild.c (1.6),
	kauth/token.c (1.4), kauth/user.c (1.6), kauth/user_nt.c (1.5),
	kauth/test/background.c (1.4), kauth/test/multiklog.c (1.4),
	kauth/test/test_badtix.c (1.4), kauth/test/test_getticket.c (1.4),
	kauth/test/test_interim_ktc.c (1.4), kauth/test/test_rxkad_free.c
	(1.4), libacl/aclprocs.c (1.5), libacl/netprocs.c (1.4),
	libacl/test/acltest.c (1.4), libadmin/adminutil/afs_utilAdmin.c
	(1.5), libadmin/bos/afs_bosAdmin.c (1.6), libadmin/cfg/cfgclient.c
	(1.4), libadmin/cfg/cfgdb.c (1.4), libadmin/cfg/cfghost.c (1.4),
	libadmin/cfg/cfginternal.c (1.4), libadmin/cfg/cfgservers.c (1.4),
	libadmin/cfg/test/cfgtest.c (1.4),
	libadmin/client/afs_clientAdmin.c (1.6),
	libadmin/kas/afs_kasAdmin.c (1.6), libadmin/pts/afs_ptsAdmin.c
	(1.4), libadmin/samples/cm_client_config.c (1.4),
	libadmin/samples/cm_list_cells.c (1.4),
	libadmin/samples/cm_local_cell.c (1.4),
	libadmin/samples/cm_server_prefs.c (1.4),
	libadmin/samples/rxdebug_basic_stats.c (1.4),
	libadmin/samples/rxdebug_conns.c (1.4),
	libadmin/samples/rxdebug_peers.c (1.4),
	libadmin/samples/rxdebug_rx_stats.c (1.4),
	libadmin/samples/rxdebug_supported_stats.c (1.4),
	libadmin/samples/rxdebug_version.c (1.4),
	libadmin/samples/rxstat_clear_peer.c (1.4),
	libadmin/samples/rxstat_clear_process.c (1.4),
	libadmin/samples/rxstat_disable_peer.c (1.4),
	libadmin/samples/rxstat_disable_process.c (1.4),
	libadmin/samples/rxstat_enable_peer.c (1.4),
	libadmin/samples/rxstat_enable_process.c (1.4),
	libadmin/samples/rxstat_get_peer.c (1.4),
	libadmin/samples/rxstat_get_process.c (1.4),
	libadmin/samples/rxstat_get_version.c (1.5),
	libadmin/samples/rxstat_query_peer.c (1.4),
	libadmin/samples/rxstat_query_process.c (1.4),
	libadmin/test/afscp.c (1.4), libadmin/test/bos.c (1.4),
	libadmin/test/client.c (1.4), libadmin/test/kas.c (1.4),
	libadmin/test/pts.c (1.4), libadmin/test/util.c (1.4),
	libadmin/test/vos.c (1.4), libadmin/vos/afs_vosAdmin.c (1.6),
	libadmin/vos/lockprocs.c (1.6), libadmin/vos/vosutils.c (1.6),
	libadmin/vos/vsprocs.c (1.6), libuafs/linktest.c (1.4), log/kseal.c
	(1.4), log/tokens.c (1.4), log/unlog.c (1.4), log/test/gettoktest.c
	(1.4), log/test/testlog.c (1.4), login/getenv.c (1.3),
	login/login.c (1.4), login/setenv.c (1.3), login/util_login.c
	(1.3), login/util_logout.c (1.3), login/util_logwtmp.c (1.3),
	lwp/fasttime.c (1.4), lwp/iomgr.c (1.6), lwp/lock.c (1.4),
	lwp/lwp.c (1.14), lwp/lwp_nt.c (1.6), lwp/preempt.c (1.9),
	lwp/process.c (1.11), lwp/rw.c (1.4), lwp/threadname.c (1.6),
	lwp/timer.c (1.6), lwp/waitkey.c (1.7), lwp/test/selclient.c (1.4),
	lwp/test/selserver.c (1.4), lwp/test/selsubs.c (1.4),
	lwp/test/test.c (1.4), lwp/test/test_key.c (1.4),
	lwp/test/testlwp.c (1.4), lwp/test/testtime.c (1.4),
	ntp/mkntpconf.c (1.4), ntp/ntp.c (1.4), ntp/ntp_adjust.c (1.4),
	ntp/ntp_proto.c (1.5), ntp/ntp_sock.c (1.4), ntp/ntpd.c (1.4),
	ntp/ntpdc.c (1.4), ntp/ntpsubs.c (1.5), ntp/read_local.c (1.4),
	ntp/read_psti.c (1.4), ntp/runntp.c (1.4), package/lex.l (1.3),
	pam/afs_account.c (1.4), pam/afs_auth.c (1.5), pam/afs_message.c
	(1.6), pam/afs_pam_msg.c (1.4), pam/afs_password.c (1.5),
	pam/afs_session.c (1.4), pam/afs_setcred.c (1.5), pam/afs_util.c
	(1.4), pam/test_pam.c (1.5), pinstall/install.c (1.8),
	procmgmt/afskill.c (1.4), procmgmt/procmgmt_nt.c (1.4),
	procmgmt/procmgmt_unix.c (1.4), procmgmt/redirect_nt.c (1.4),
	procmgmt/test/pmgttest.c (1.4), ptserver/db_verify.c (1.5),
	ptserver/display.c (1.4), ptserver/pt_util.c (1.3),
	ptserver/ptclient.c (1.4), ptserver/ptprocs.c (1.6), ptserver/pts.c
	(1.6), ptserver/ptserver.c (1.8), ptserver/ptuser.c (1.5),
	ptserver/ptutils.c (1.8), ptserver/readgroup.c (1.4),
	ptserver/readpwd.c (1.4), ptserver/testpt.c (1.5), ptserver/ubik.c
	(1.3), ptserver/utils.c (1.6), rcp/rcp.c (1.5), rlogind/rexecd.c
	(1.3), rlogind/rlogind.c (1.3), rsh/herror.c (1.4), rsh/rcmd.c
	(1.6), rsh/rlogin.c (1.3), rsh/rsh.c (1.3), rx/rx_clock_nt.c (1.5),
	rx/rx_getaddr.c (1.9), rx/rx_globals.c (1.4), rx/rx_kcommon.c
	(1.7), rx/rx_lwp.c (1.10), rx/rx_misc.c (1.8), rx/rx_multi.c (1.4),
	rx/rx_packet.c (1.9), rx/rx_pthread.c (1.6), rx/rx_rdwr.c (1.10),
	rx/rx_stream.c (1.4), rx/rx_trace.c (1.7), rx/rx_user.c (1.9),
	rx/rx_xmit_nt.c (1.5), rx/rxdebug.c (1.8), rx/xdr.c (1.3),
	rx/xdr_array.c (1.3), rx/xdr_arrayn.c (1.3), rx/xdr_float.c (1.3),
	rx/xdr_int64.c (1.3), rx/xdr_mem.c (1.3), rx/xdr_rec.c (1.3),
	rx/xdr_refernce.c (1.3), rx/xdr_stdio.c (1.3), rx/xdr_update.c
	(1.3), rx/AIX/rx_knet.c (1.4), rx/DARWIN/rx_knet.c (1.3),
	rx/DUX/rx_knet.c (1.4), rx/FBSD/rx_knet.c (1.3), rx/HPUX/rx_knet.c
	(1.7), rx/IRIX/rx_knet.c (1.4), rx/LINUX/rx_knet.c (1.6),
	rx/SOLARIS/rx_knet.c (1.5), rx/UKERNEL/rx_knet.c (1.4),
	rx/bulk.example/bulk_client.c (1.4), rx/bulk.example/bulk_io.c
	(1.4), rx/bulk.example/bulk_server.c (1.4),
	rx/bulktest/bulk_client.c (1.4), rx/bulktest/bulk_io.c (1.4),
	rx/bulktest/bulk_server.c (1.4), rx/multi.example/sample_client.c
	(1.4), rx/multi.example/sample_server.c (1.4),
	rx/simple.example/sample_client.c (1.4),
	rx/simple.example/sample_server.c (1.4), rx/test/generator.c (1.5),
	rx/test/tableGen.c (1.4), rx/test/testclient.c (1.4),
	rx/test/testqueue.c (1.4), rx/test/testserver.c (1.4),
	rxgen/rpc_clntout.c (1.4), rxgen/rpc_cout.c (1.5), rxgen/rpc_hout.c
	(1.4), rxgen/rpc_main.c (1.9), rxgen/rpc_parse.c (1.8),
	rxgen/rpc_scan.c (1.5), rxgen/rpc_svcout.c (1.5), rxgen/rpc_util.c
	(1.5), rxkad/rxkad_client.c (1.6), rxkad/rxkad_common.c (1.6),
	rxkad/rxkad_server.c (1.6), rxkad/ticket.c (1.5),
	rxkad/domestic/crypt_conn.c (1.7), rxkad/domestic/fcrypt.c (1.6),
	rxkad/domestic/tcrypt.c (1.4), rxkad/test/stress.c (1.4),
	rxkad/test/stress_c.c (1.5), rxkad/test/stress_s.c (1.4),
	scout/scout.c (1.4), sgistuff/sgi_auth.c (1.4), sia/siad.c (1.4),
	sia/test-reauth.c (1.4), sys/afssyscalls.c (1.4), sys/fixit.c
	(1.4), sys/icreate.c (1.4), sys/idec.c (1.4), sys/iinc.c (1.4),
	sys/iopen.c (1.4), sys/iread.c (1.4), sys/istat.c (1.4),
	sys/iwrite.c (1.4), sys/pagsh.c (1.5), sys/pioctl_nt.c (1.6),
	sys/rmtsysc.c (1.7), sys/rmtsysd.c (1.4), sys/rmtsysnet.c (1.4),
	sys/rmtsyss.c (1.5), tsm41/aix41_auth.c (1.4), ubik/beacon.c (1.8),
	ubik/disk.c (1.4), ubik/lock.c (1.5), ubik/phys.c (1.4),
	ubik/recovery.c (1.5), ubik/remote.c (1.5), ubik/ubik.c (1.6),
	ubik/ubikclient.c (1.5), ubik/ubikcmd.c (1.4), ubik/udebug.c (1.9),
	ubik/utst_client.c (1.4), ubik/utst_server.c (1.4), ubik/vote.c
	(1.6), update/client.c (1.6), update/server.c (1.7), update/utils.c
	(1.6), usd/usd_file.c (1.6), usd/usd_nt.c (1.4),
	usd/test/usd_test.c (1.4), uss/lex.c (1.4), uss/uss.c (1.4),
	uss/uss_acl.c (1.4), uss/uss_common.c (1.4), uss/uss_fs.c (1.4),
	uss/uss_kauth.c (1.4), uss/uss_procs.c (1.4), uss/uss_ptserver.c
	(1.4), uss/uss_vol.c (1.4), util/afs_atomlist.c (1.4),
	util/afs_lhash.c (1.4), util/assert.c (1.4), util/base32.c (1.4),
	util/base64.c (1.4), util/casestrcpy.c (1.4), util/dirpath.c (1.8),
	util/errmap_nt.c (1.4), util/fileutil.c (1.5), util/flipbase64.c
	(1.8), util/get_krbrlm.c (1.3), util/hostparse.c (1.8),
	util/hputil.c (1.4), util/isathing.c (1.4), util/kreltime.c (1.4),
	util/ktime.c (1.4), util/netutils.c (1.8), util/pthread_glock.c
	(1.4), util/readdir_nt.c (1.4), util/regex.c (1.4),
	util/serverLog.c (1.15), util/snprintf.c (1.10), util/sys.c (1.5),
	util/uuid.c (1.6), util/volparse.c (1.7), util/winsock_nt.c (1.4),
	util/test/b32.c (1.4), util/test/b64.c (1.4),
	util/test/dirpath_test.c (1.4), util/test/dtest.c (1.4),
	util/test/fb64.c (1.4), util/test/ktest.c (1.4),
	util/test/test_ktime.c (1.4), util/test/treaddir.c (1.4),
	venus/cacheout.c (1.4), venus/cmdebug.c (1.4), venus/fs.c (1.9),
	venus/fstrace.c (1.6), venus/gcpags.c (1.4), venus/kdump.c (1.12),
	venus/twiddle.c (1.4), venus/up.c (1.9), venus/whatfid.c (1.4),
	venus/test/fulltest.c (1.5), venus/test/idtest.c (1.4),
	venus/test/owntest.c (1.4), vfsck/dir.c (1.3), vfsck/dirutils.c
	(1.4), vfsck/inode.c (1.3), vfsck/main.c (1.4), vfsck/pass1.c
	(1.3), vfsck/pass1b.c (1.3), vfsck/pass2.c (1.3), vfsck/pass3.c
	(1.3), vfsck/pass4.c (1.3), vfsck/pass5.c (1.3), vfsck/proplist.c
	(1.4), vfsck/setup.c (1.3), vfsck/ufs_subr.c (1.3),
	vfsck/ufs_tables.c (1.3), vfsck/utilities.c (1.3), vfsck/vprintf.c
	(1.4), viced/afsfileprocs.c (1.8), viced/callback.c (1.5),
	viced/check_sysid.c (1.4), viced/fsprobe.c (1.5), viced/host.c
	(1.6), viced/physio.c (1.4), viced/profile.c (1.4), viced/viced.c
	(1.10), vlserver/cnvldb.c (1.4), vlserver/sascnvldb.c (1.4),
	vlserver/vlclient.c (1.6), vlserver/vldb_check.c (1.4),
	vlserver/vlprocs.c (1.4), vlserver/vlserver.c (1.11),
	vlserver/vlutils.c (1.4), vol/clone.c (1.4), vol/common.c (1.4),
	vol/fs_conv_411.c (1.4), vol/fssync.c (1.4), vol/gi.c (1.4),
	vol/ihandle.c (1.4), vol/listinodes.c (1.8), vol/namei_ops.c (1.9),
	vol/ntops.c (1.4), vol/nuke.c (1.4), vol/partition.c (1.11),
	vol/physio.c (1.4), vol/purge.c (1.4), vol/vnode.c (1.4),
	vol/vol-info.c (1.6), vol/vol-salvage.c (1.9), vol/volume.c (1.11),
	vol/vutil.c (1.5), vol/test/ilist_nt.c (1.4), vol/test/listVicepx.c
	(1.4), vol/test/ltlist.c (1.4), vol/test/nicreate.c (1.4),
	vol/test/nilist.c (1.4), vol/test/nincdec.c (1.4), vol/test/nino.c
	(1.4), vol/test/nsubr.c (1.4), vol/test/testpart.c (1.4),
	vol/test/updateDirInode.c (1.4), vol/test/utilities.c (1.4),
	volser/common.c (1.4), volser/dumpstuff.c (1.5), volser/lockprocs.c
	(1.4), volser/physio.c (1.4), volser/restorevol.c (1.5),
	volser/volmain.c (1.7), volser/volprocs.c (1.5), volser/voltrans.c
	(1.4), volser/vos.c (1.5), volser/vsprocs.c (1.5), volser/vsutils.c
	(1.6), xstat/xstat_cm.c (1.4), xstat/xstat_cm_test.c (1.4),
	xstat/xstat_fs.c (1.4), xstat/xstat_fs_callback.c (1.4),
	xstat/xstat_fs_test.c (1.4): DELTA
	include-afsconfig-before-param-h-20010712 AUTHOR nneul@umr.edu
	
	so stuff can be defined in afsconfig.h and included first

2001-07-12 15:09  shadow

	* openafs/src/cf/solaris-dqrwlock.m4 (1.1): DELTA
	solaris-detect-kernel-dqrwlock-20010712 AUTHOR kolya@mit.edu
	
	based on feedback from Frank Batschulat <Frank.Batschulat@Sun.COM>
	
	vfs_dqrwlock not present in all solaris versions

2001-07-12 15:04  shadow

	* openafs/: configure.in (1.27), src/afs/SOLARIS/osi_inode.c (1.9):
	DELTA solaris-detect-kernel-dqrwlock-20010712 AUTHOR kolya@mit.edu
	
	based on feedback from Frank Batschulat <Frank.Batschulat@Sun.COM>
	
	vfs_dqrwlock not present in all solaris versions

2001-07-12 15:00  shadow

	* openafs/: Makefile.in (1.8), configure.in (1.26),
	src/afs/DARWIN/osi_module.c (1.3), src/afsd/afs.ppc_darwin.plist
	(1.2), src/afsd/afs.ppc_darwin.plist.in (1.1): DELTA
	darwin-generate-module-version-from-version-string-20010712 AUTHOR
	cg2v@andrew.cmu.edu
	
	generate darwin version string from the autoconf version for the
	module

2001-07-12 14:57  shadow

	* openafs/: configure.in (1.25), src/pam/Makefile (1.7),
	src/pam/Makefile.in (1.1): DELTA pam-needs-afsdb-libs-20010712
	AUTHOR shadow@dementia.org
	
	since libauth can include afsdb support we need the support libs

2001-07-12 14:37  shadow

	* openafs/src/vol/Makefile (1.11): DELTA
	install-vlib-as-libvlib-also-20010712 AUTHOR shadow@dementia.org
	
	these weird archives which aren't installed as libwhatever are
	really annoying
	
	vlib is now no longer one of these

2001-07-12 13:52  shadow

	* openafs/src/dauth/Makefile (1.6): DELTA
	dauth-makefile-dont-reuse-VERSION-macro-20010712 AUTHOR
	shadow@dementia.org
	
	version macro belongs to autoconf build system now

2001-07-12 13:43  shadow

	* openafs/: configure.in (1.24), src/config/Makefile.version-NOCML
	(1.4), src/config/Makefile.version-NOCML.in (1.1): DELTA
	generate-version-strings-from-configure-20010712 AUTHOR
	shadow@dementia.org
	
	have perfectly good version string. use it.

2001-07-12 13:26  shadow

	* openafs/: Makefile.in (1.7), src/kauth/Makefile (1.8): DELTA
	make-clean-cleanup-20010712 AUTHOR shadow@dementia.org
	
	make distclean not do clean's job (src/kauth/Kkauth.cs.c) make
	clean do clean's job (as above) make pristine make it out of the
	box clean

2001-07-12 13:18  shadow

	* openafs/: Makefile.in (1.6), configure.in (1.23),
	src/cf/linux-test3.m4 (1.2), src/libafs/MakefileProto.LINUX.in
	(1.3): DELTA add-redhat-buildsys-enabler-in-configure-20010712
	AUTHOR warlord@mit.edu
	
	to make things easier when building in a spec file environment

2001-07-12 13:11  shadow

	* openafs/configure.in (1.22): DELTA
	configure-compute-darwin-sysnames-20010712 AUTHOR
	shadow@dementia.org
	
	include _

2001-07-12 13:09  shadow

	* openafs/configure.in (1.21): DELTA
	configure-compute-darwin-sysnames-20010712 AUTHOR
	shadow@dementia.org
	
	powerpc not ppc is the cpu type; specify version also

2001-07-12 12:09  shadow

	* openafs/src/: rsh/Makefile (1.5), package/Makefile (1.4): DELTA
	make-clean-should-clean-package-and-rsh-20010712 AUTHOR
	shadow@dementia.org
	
	clean up if we enable obsolete and insecure

2001-07-12 11:55  shadow

	* openafs/src/util/afsutil.h (1.11): DELTA
	kill-afs-warning-message-20010712 AUTHOR shadow@dementia.org
	
	we aren't ibm and hence government licensing issue doesn't matter

2001-07-12 11:54  shadow

	* openafs/src/afsd/afsd.c (1.11): DELTA
	itc-h-is-dead-use-potpourri-h-20010712 AUTHOR shadow@dementia.org
	
	in reality potpourri should also die but one thing at a time

2001-07-12 11:37  shadow

	* openafs/: acconfig.h (1.6), configure.in (1.20),
	src/afs/afs_vcache.c (1.7), src/cf/linux-test2.m4 (1.2): DELTA
	linux24-handle-inode-address-space-page-lock-spinlock-20010712
	AUTHOR shadow@dementia.org
	
	One line patch to initialize spin lock added in a RedHat kernel
	patch.	This should fix the RedHat 7.1 SMP problem. Also includes
	configure glue to turn it on. Thanks to Chaskiel Grundman for
	suggesting the fix, Garry Zacheiss for suggesting it affected the
	SMP kernel generally and not just SMP hardware, and Andrei
	Maslennikov for noting the problem did not affect vanilla 2.4.3
	with only the Alan Cox (AC14 in this case) patch.

2001-07-12 00:02  shadow

	* openafs/src/: des/Makefile (1.8), util/Makefile (1.8): DELTA
	dont-install-crypt-and-itc-headers-20010711 AUTHOR
	shadow@dementia.org
	
	a header named crypt.h with one prototype isn't very useful
	
	the itc.h header is also pretty much useless
	
	so, they are gone

2001-07-11 22:17  shadow

	* openafs/src/venus/Makefile (1.13): DELTA
	kdump-include-afsconfig-path-20010711 AUTHOR shadow@dementia.org
	
	so kdump has a prayer of building

2001-07-11 22:14  shadow

	* openafs/Makefile.in (1.5): DELTA
	top-makefile-needs-lwp-before-rx-in-kfsint-20010711 AUTHOR
	hartmans@mit.edu
	
	since rx needs lwp, do lwp dep first

2001-07-11 17:00  shadow

	* openafs/configure.in (1.19): DELTA
	configure-guess-afs-sysnames-20010711 AUTHOR shadow@dementia.org
	
	stick in missing systems

2001-07-11 16:49  shadow

	* openafs/src/INSTALL (1.2): DELTA
	update-INSTALL-to-reflect-state-of-openafs-20010711 AUTHOR
	shadow@dementia.org
	
	the stock INSTALL is wrong for us now.

2001-07-11 16:46  shadow

	* openafs/configure.in (1.18): DELTA
	configure-guess-afs-sysnames-20010711 AUTHOR shadow@dementia.org
	
	use precomputed kernel we're building for not uname output

2001-07-11 16:13  shadow

	* openafs/configure.in (1.17): DELTA
	configure-guess-afs-sysnames-20010711 AUTHOR shadow@dementia.org
	
	make configure attempt to guess the correct afs sysname for your
	platform

2001-07-11 14:06  shadow

	* openafs/NEWS (1.1): DELTA add-openafs-news-20010711 AUTHOR
	hartmans@mit.edu
	
	edited by shadow@dementia.org based on content and also on
	suggestions from nneul@umr.edu

2001-07-11 14:04  shadow

	* openafs/src/kauth/: Makefile (1.7), kadatabase.c (1.4), kaprocs.c
	(1.6): DELTA kauth-retire-SPECIAL-macro-20010711 AUTHOR
	shadow@dementia.org
	
	SPECIAL macro was presumably for conversion to special key cache
	environment and is no longer needed

2001-07-11 14:00  shadow

	* openafs/src/config/Makefile.i386_linux22.in (1.3): DELTA
	afsconfig-and-rcsid-all-around-20010705 AUTHOR shadow@dementia.org
	
	revert non-rcsid and afsconfig portion of patch

2001-07-11 13:45  shadow

	* openafs/src/auth/: Makefile (1.6), ktc.c (1.5): DELTA
	auth-ktc-no-kernel-has-ktc-h-20010711 AUTHOR shadow@dementia.org
	
	retire MAYBE_NO_KTC since no kernels have afs integrated that way
	these days

2001-07-11 13:27  shadow

	* openafs/src/kauth/kaauxdb.c (1.4): DELTA
	kaauxdb-fix-silly-comment-substitution-20010711 AUTHOR
	shadow@dementia.org
	
	how afs_int32 can you be?

2001-07-11 13:25  shadow

	* openafs/src/libadmin/kas/afs_kasAdmin.c (1.5): DELTA
	libadmin-kas-bugfixes-20010711 AUTHOR shadow@dementia.org
	
	fixes for the following report from "Jeremy Stribling"
	<jstribl@us.ibm.com>	- In the GetPrincipalLockStatus function,
	an attempt is made to set the	lockedUntil variable to the minimum
	locked value for that principal among	all servers.  However,
	lockedUntil is set to 0 immediately before this, and   so all
	attempts to find a locked value less than it fails, and so  
	lockedUntil always comes out of that function as 0.
	
	     - Also in the GetPrincipalLockStatus function, if the
	principal is
	  locked out according to all servers, then the main loop will exit
	when
	  ubik_CallIter returns the UNOSERVERS error code.  But, since the
	return
	  code for GetPrincipalLockStatus is set to 1 if and only if
	ubik_CallIter
	  returns an error code of 0, this results in an return code of 0
	being
	  returned for GetPrincipalLockStatus when in reality no error
	occured.
	
	     - A similar problem occurs in the kas_PrincipalUnlock
	function.  If the
	  principal is not currently locked out of any server,
	ubik_CallIter will
	  iterate through all servers and return a UNOSERVERS error code. 
	Again, in
	  this case the return code of kas_PrincipalUnlock will not be set
	to 1 and
	  an error will be indicated even though no error occured.
	
	     - In kas_PrincipalKeySet, the return code is never set to 1,
	even when
	  it completes successfully, so it seems that an error always
	occurs when
	  calling this function.

2001-07-11 13:00  shadow

	* openafs/src/util/netutils.c (1.7): DELTA
	util-netutils-include-files-and-warnings-cleanup-20010711 AUTHOR
	nneul@umr.edu
	
	cleanup warnings and change inclusion of string/strings

2001-07-11 12:58  shadow

	* openafs/src/util/serverLog.c (1.14): DELTA
	util-serverlog-inclusion-and-warnings-cleanup-20010711 AUTHOR
	nneul@umr.edu
	
	change how string/strings include files happen, remove unused vars

2001-07-11 12:32  shadow

	* openafs/src/vlserver/: vlclient.c (1.5), vlserver.c (1.10): DELTA
	vlserver-header-updates-20010711 AUTHOR nneul@umr.edu
	
	autoconf-style header inclusion

2001-07-11 12:13  shadow

	* openafs/src/util/uuid.c (1.5): DELTA uuid-paren-cleanup-20010711
	AUTHOR nneul@umr.edu
	
	add return type decls and missing parens to stop compiler whining

2001-07-11 12:09  shadow

	* openafs/src/afs/SOLARIS/osi_inode.c (1.8): DELTA
	solaris-inode-lock-cleanup-20010711 AUTHOR kolya@mit.edu
	
	fixes based on feedback from Frank Batschulat
	<Frank.Batschulat@Sun.COM>

2001-07-11 11:58  shadow

	* openafs/src/auth/auth.p.h (1.3): DELTA
	win32-ktc-set-tokens-proto-fix-20010711 AUTHOR nneul@umr.edu
	
	declare correctly as afs_int32

2001-07-11 11:40  shadow

	* openafs/: acconfig.h (1.5), configure.in (1.16),
	src/afs/afsincludes.h (1.5): DELTA
	configure-linux-kernel-detection-should-set-afsconfig-items-2001071
	1 AUTHOR shadow@dementia.org
	
	we test for linux kernel features; might even be useful to use the
	results

2001-07-10 19:40  shadow

	* openafs/: configure.in (1.15), src/libafs/MakefileProto.DUX.in
	(1.3): DELTA configurable-dux-kernel-header-path-20010710 AUTHOR
	joda@pdc.kth.se
	
	modified slightly to allow selection if more than one directory
	exists

2001-07-10 13:31  shadow

	* openafs/src/config/venus.h (1.6): DELTA
	add-new-arla-pioctl-20010710 AUTHOR jimmy@e.kth.se
	
	reserve next pioctl for arla statistics gathering interface

2001-07-06 18:44  shadow

	* openafs/: configure.in (1.14), src/cf/linux-test3.m4 (1.1),
	src/libafs/MakefileProto.LINUX.in (1.2): DELTA
	configure-linux-redhat-support-on-redhat-only-20010706 AUTHOR
	cg2v@andrew.cmu.edu
	
	a) if the kernel headers use redhat's header-file selection thing,
	and    doesn't define their __BOOT_KERNEL* symbols if not.  b)
	which AFS kernel modules (single-processor, multi-processor, or
	both)	 it makes sense to compile against these kernel headers.
	e.g. in a    CONFIG_MODVERSIONS environment, it only makes sense to
	compile for the    same SMP-ness as the headers.

2001-07-06 01:08  shadow

	* openafs/doc/html/index.htm (1.1): DELTA
	html-doc-add-index-20010706 AUTHOR shadow@dementia.org
	
	top page for html docs

2001-07-06 00:45  shadow

	* openafs/Makefile.in (1.4): DELTA add-distclean-target-20010705
	AUTHOR zacheiss@mit.edu
	
	clean up turds from build process

2001-07-06 00:19  shadow

	* openafs/src/export/export.c (1.4): DELTA
	export-param-inclusion-conflicts-with-system-headers-20010706
	AUTHOR shadow@dementia.org
	
	sys/user.h errors when param.h included first

2001-07-06 00:09  shadow

	* openafs/src/export/Makefile (1.5): DELTA
	export-needs-include-paths-20010705 AUTHOR shadow@dementia.org
	
	export needs places to get afsconfig and afs/param.h

2001-07-06 00:04  shadow

	* openafs/src/login/Makefile (1.3): DELTA
	login-needs-afsconfig-20010705 AUTHOR shadow@dementia.org
	
	login needs include path for afsconfig

2001-07-06 00:02  shadow

	* openafs/src/tsm41/Makefile (1.4): DELTA
	aix-auth-needs-afconfig-20010705 AUTHOR shadow@dementia.org
	
	include path for afsconfig

2001-07-05 22:01  shadow

	* openafs/src/lwp/Makefile (1.11): DELTA
	aix-lwp-needs-afsconfig-20010705 AUTHOR shadow@dementia.org
	
	include path for afsconfig.h was missing for aix

2001-07-05 21:15  shadow

	* openafs/src/bozo/bnode.c (1.5): DELTA
	bozo-bnode-call-iomgr-softsys-with-proper-casted-args-20010705
	AUTHOR shadow@dementia.org
	
	iomgr_SoftSys is prototyped to take a char* as second arg

2001-07-05 21:12  shadow

	* openafs/src/gtx/windows.c (1.4): DELTA
	dux-curses-already-using-IN-20010705 AUTHOR shadow@dementia.org
	
	don't define IN as it conflicts with curses.h on dux

2001-07-05 20:48  shadow

	* openafs/src/sia/Makefile (1.5): DELTA
	sia-add-include-path-for-afsconfig-20010705 AUTHOR
	shadow@dementia.org
	
	sia needs to include afsconfig.h

2001-07-05 17:41  shadow

	* openafs/src/config/param.alpha_dux40.h (1.4): DELTA
	afsconfig-and-rcsid-all-around-20010705 AUTHOR nneul@umr.edu
	
	remove bogus if/define/endif triple

2001-07-05 16:24  shadow

	* openafs/acconfig.h (1.4): DELTA
	acconfig-needs-version-and-package-macros-for-some-versions-of-auto
	header-20010705 AUTHOR shadow@dementia.org
	
	PACKAGE and VERSION aren't always in autoconf/acconfig.h

2001-07-05 12:55  shadow

	* openafs/configure.in (1.13): DELTA
	allow-disabling-kernel-module-compilation-20010705 AUTHOR
	shadow@dementia.org
	
	add missing fi

2001-07-05 12:48  shadow

	* openafs/: aclocal.m4 (1.6), configure (1.6),
	src/config/afsconfig.h.in (1.3): DELTA
	remove-generated-files-from-cvs-20010705 AUTHOR shadow@dementia.org
	
	will need to deal with snapshot and release generators to include
	these yet but junk them for now

2001-07-05 12:40  shadow

	* openafs/configure.in (1.12): DELTA
	configure-no-error-on-failure-to-find-pthreads-20010705 AUTHOR
	shadow@dementia.org failure to find pthreads should be non-fatal

2001-07-05 12:38  shadow

	* openafs/: Makefile.in (1.3), configure.in (1.11): DELTA
	allow-disabling-kernel-module-compilation-20010705 AUTHOR
	shadow@dementia.org
	
	in response to reports from hartmans@mekinok.com and
	zacheiss@mit.edu
	
	will also autodisable for linux if no --with-linux-kernel-headers
	specified and none found

2001-07-05 11:56  shadow

	* openafs/src/update/server.c (1.6): DELTA
	upserver-remove-redundant-prototypes-20010705 AUTHOR
	shadow@dementia.org
	
	again remove redundancy so prototypes match the code

2001-07-05 11:44  shadow

	* openafs/src/vlserver/vlserver.c (1.9): DELTA
	vlserver-remove-redundant-prototypes-20010705 AUTHOR
	shadow@dementia.org
	
	so we get the prototypes whose types match

2001-07-05 11:42  shadow

	* openafs/src/budb/server.c (1.4): DELTA
	budb-remove-redundant-prototypes-20010705 AUTHOR
	shadow@dementia.org
	
	remove more redundant incorrect prototypes

2001-07-05 11:40  shadow

	* openafs/src/kauth/kaserver.c (1.7): DELTA
	kaserver-remove-redundant-prototype-20010705 AUTHOR
	shadow@dementia.org
	
	remove this this doesn't even match the code

2001-07-05 11:39  shadow

	* openafs/src/auth/cellconfig.p.h (1.5): DELTA
	cellconfig-add-missing-prototypes-20010705 AUTHOR
	shadow@dementia.org
	
	add prototypes for externally used functions

2001-07-05 11:30  shadow

	* openafs/configure.in (1.10): DELTA
	configure-updates-for-linux-kernel-detection-20010705 AUTHOR
	zacheiss@mit.edu
	
	report useful error if no kernel headers found. use last version
	string found in version.h

2001-07-05 11:20  shadow

	* openafs/src/: afs/afs_analyze.c (1.5), afs/afs_axscache.c (1.3),
	afs/afs_buffer.c (1.3), afs/afs_call.c (1.11), afs/afs_callback.c
	(1.3), afs/afs_cbqueue.c (1.3), afs/afs_cell.c (1.5),
	afs/afs_chunk.c (1.3), afs/afs_conn.c (1.5), afs/afs_daemons.c
	(1.5), afs/afs_dcache.c (1.7), afs/afs_exporter.c (1.3),
	afs/afs_init.c (1.9), afs/afs_lock.c (1.3), afs/afs_mariner.c
	(1.3), afs/afs_memcache.c (1.3), afs/afs_nfsclnt.c (1.3),
	afs/afs_osi.c (1.6), afs/afs_osi.h (1.7), afs/afs_osi_alloc.c
	(1.3), afs/afs_osi_pag.c (1.7), afs/afs_osi_uio.c (1.3),
	afs/afs_osi_vget.c (1.3), afs/afs_osidnlc.c (1.3), afs/afs_pioctl.c
	(1.19), afs/afs_segments.c (1.3), afs/afs_server.c (1.8),
	afs/afs_stat.c (1.3), afs/afs_user.c (1.6), afs/afs_util.c (1.4),
	afs/afs_vcache.c (1.6), afs/afs_volume.c (1.4), afs/lock.h (1.5),
	afs/voldefs.h (1.3), afs/AIX/osi_config.c (1.3), afs/AIX/osi_file.c
	(1.3), afs/AIX/osi_groups.c (1.3), afs/AIX/osi_inode.c (1.3),
	afs/AIX/osi_misc.c (1.3), afs/AIX/osi_sleep.c (1.3),
	afs/AIX/osi_timeout.c (1.3), afs/AIX/osi_vfsops.c (1.3),
	afs/AIX/osi_vm.c (1.3), afs/AIX/osi_vnodeops.c (1.3),
	afs/DARWIN/osi_file.c (1.3), afs/DARWIN/osi_groups.c (1.2),
	afs/DARWIN/osi_inode.c (1.2), afs/DARWIN/osi_misc.c (1.2),
	afs/DARWIN/osi_module.c (1.2), afs/DARWIN/osi_sleep.c (1.2),
	afs/DARWIN/osi_vfsops.c (1.2), afs/DARWIN/osi_vm.c (1.2),
	afs/DARWIN/osi_vnodeops.c (1.2), afs/DUX/osi_file.c (1.4),
	afs/DUX/osi_groups.c (1.3), afs/DUX/osi_inode.c (1.8),
	afs/DUX/osi_misc.c (1.3), afs/DUX/osi_sleep.c (1.3),
	afs/DUX/osi_vfsops.c (1.5), afs/DUX/osi_vm.c (1.3),
	afs/DUX/osi_vnodeops.c (1.4), afs/FBSD/osi_file.c (1.2),
	afs/FBSD/osi_groups.c (1.2), afs/FBSD/osi_inode.c (1.2),
	afs/FBSD/osi_misc.c (1.2), afs/FBSD/osi_sleep.c (1.2),
	afs/FBSD/osi_vfsops.c (1.2), afs/FBSD/osi_vm.c (1.2),
	afs/FBSD/osi_vnodeops.c (1.2), afs/HPUX/osi_debug.c (1.3),
	afs/HPUX/osi_file.c (1.3), afs/HPUX/osi_groups.c (1.3),
	afs/HPUX/osi_inode.c (1.3), afs/HPUX/osi_misc.c (1.3),
	afs/HPUX/osi_sleep.c (1.3), afs/HPUX/osi_vfsops.c (1.3),
	afs/HPUX/osi_vm.c (1.3), afs/HPUX/osi_vnodeops.c (1.3),
	afs/IRIX/osi_file.c (1.4), afs/IRIX/osi_groups.c (1.3),
	afs/IRIX/osi_idbg.c (1.3), afs/IRIX/osi_inode.c (1.6),
	afs/IRIX/osi_misc.c (1.3), afs/IRIX/osi_sleep.c (1.3),
	afs/IRIX/osi_vfsops.c (1.3), afs/IRIX/osi_vm.c (1.3),
	afs/IRIX/osi_vnodeops.c (1.4), afs/LINUX/osi_alloc.c (1.7),
	afs/LINUX/osi_cred.c (1.5), afs/LINUX/osi_file.c (1.9),
	afs/LINUX/osi_groups.c (1.8), afs/LINUX/osi_inode.c (1.3),
	afs/LINUX/osi_misc.c (1.9), afs/LINUX/osi_module.c (1.13),
	afs/LINUX/osi_sleep.c (1.5), afs/LINUX/osi_vfsops.c (1.8),
	afs/LINUX/osi_vm.c (1.7), afs/LINUX/osi_vnodeops.c (1.27),
	afs/SOLARIS/osi_file.c (1.4), afs/SOLARIS/osi_groups.c (1.3),
	afs/SOLARIS/osi_inode.c (1.7), afs/SOLARIS/osi_sleep.c (1.3),
	afs/SOLARIS/osi_vfsops.c (1.7), afs/SOLARIS/osi_vm.c (1.3),
	afs/SOLARIS/osi_vnodeops.c (1.5), afs/UKERNEL/afs_usrops.c (1.7),
	afs/UKERNEL/osi_groups.c (1.3), afs/UKERNEL/osi_vfsops.c (1.4),
	afs/UKERNEL/osi_vm.c (1.3), afs/UKERNEL/osi_vnodeops.c (1.3),
	afs/VNOPS/afs_vnop_access.c (1.4), afs/VNOPS/afs_vnop_attrs.c
	(1.7), afs/VNOPS/afs_vnop_create.c (1.5),
	afs/VNOPS/afs_vnop_dirops.c (1.3), afs/VNOPS/afs_vnop_fid.c (1.4),
	afs/VNOPS/afs_vnop_flock.c (1.9), afs/VNOPS/afs_vnop_link.c (1.3),
	afs/VNOPS/afs_vnop_lookup.c (1.10), afs/VNOPS/afs_vnop_open.c
	(1.3), afs/VNOPS/afs_vnop_read.c (1.4),
	afs/VNOPS/afs_vnop_readdir.c (1.7), afs/VNOPS/afs_vnop_remove.c
	(1.3), afs/VNOPS/afs_vnop_rename.c (1.3),
	afs/VNOPS/afs_vnop_strategy.c (1.5), afs/VNOPS/afs_vnop_symlink.c
	(1.3), afs/VNOPS/afs_vnop_write.c (1.6), afsd/afsd.c (1.10),
	afsd/vsys.c (1.3), afsmonitor/afsmon-output.c (1.6),
	afsmonitor/afsmon-parselog.c (1.3), afsmonitor/afsmon-win.c (1.5),
	afsmonitor/afsmonitor.c (1.6), afsweb/apache_afs_cache.c (1.3),
	afsweb/apache_afs_utils.h (1.3), afsweb/nsafs.c (1.3),
	afsweb/securehash.c (1.3), afsweb/weblog.c (1.4), audit/Makefile
	(1.5), audit/audit.c (1.4), auth/authcon.c (1.5), auth/cellconfig.c
	(1.11), auth/copyauth.c (1.3), auth/ktc.c (1.4), auth/ktc_nt.c
	(1.4), auth/setkey.c (1.4), auth/userok.c (1.6), auth/writeconfig.c
	(1.4), auth/test/ktctest.c (1.3), auth/test/testcellconf.c (1.3),
	bozo/Makefile (1.5), bozo/bnode.c (1.4), bozo/bos.c (1.8),
	bozo/bosoprocs.c (1.4), bozo/bosserver.c (1.10),
	bozo/cronbnodeops.c (1.3), bozo/ezbnodeops.c (1.3),
	bozo/fsbnodeops.c (1.5), bozo/smail-notifier.c (1.3),
	bu_utils/Makefile (1.4), bu_utils/fms.c (1.3), bubasics/Makefile
	(1.4), bubasics/butm.p.h (1.3), bucoord/Makefile (1.5),
	bucoord/bc_status.c (1.3), bucoord/commands.c (1.4),
	bucoord/config.c (1.3), bucoord/dlq.c (1.3), bucoord/dsstub.c
	(1.3), bucoord/dsvs.c (1.3), bucoord/dump.c (1.3),
	bucoord/dump_sched.c (1.3), bucoord/expire.c (1.3), bucoord/main.c
	(1.3), bucoord/regex.c (1.3), bucoord/restore.c (1.3),
	bucoord/server.c (1.3), bucoord/status.c (1.3),
	bucoord/tape_hosts.c (1.3), bucoord/ubik_db_if.c (1.4),
	bucoord/vol_sets.c (1.5), bucoord/volstub.c (1.3), budb/Makefile
	(1.4), budb/database.c (1.3), budb/db_alloc.c (1.3), budb/db_dump.c
	(1.3), budb/db_hash.c (1.3), budb/db_lock.c (1.3), budb/db_text.c
	(1.4), budb/dbs_dump.c (1.3), budb/ol_verify.c (1.3), budb/procs.c
	(1.3), budb/server.c (1.3), budb/struct_ops.c (1.3), butc/Makefile
	(1.4), butc/butc_xbsa.c (1.3), butc/dbentries.c (1.3), butc/dump.c
	(1.4), butc/list.c (1.3), butc/lwps.c (1.3), butc/read_tape.c
	(1.3), butc/recoverDb.c (1.3), butc/tcmain.c (1.3), butc/tcprocs.c
	(1.3), butc/tcstatus.c (1.3), butc/tcudbprocs.c (1.4),
	butc/test_budb.c (1.3), butm/Makefile (1.4), butm/butm_test.c
	(1.3), butm/file_tm.c (1.3), butm/test_ftm.c (1.3), cmd/Makefile
	(1.5), cmd/cmd.c (1.5), cmd/cmd.p.h (1.5), cmd/test/ctest.c (1.3),
	cmd/test/dtest.c (1.3), cmd/test/itest.c (1.3), comerr/Makefile
	(1.4), comerr/com_err.c (1.2), comerr/compile_et.c (1.5),
	comerr/error_msg.c (1.2), comerr/error_table.y (1.3),
	comerr/error_table_nt.c (1.2), comerr/et_lex.lex.l (1.4),
	comerr/et_lex.lex_nt.c (1.3), comerr/et_name.c (1.2),
	comerr/internal.h (1.2), comerr/test/test.c (1.2),
	config/Makefile.i386_linux22.in (1.2), config/param.alpha_dux40.h
	(1.3), config/param.alpha_dux40_usr.h (1.4),
	config/param.alpha_dux50.h (1.2), config/param.alpha_dux50_usr.h
	(1.2), config/param.hp_ux102.h (1.2), config/param.hp_ux102_usr.h
	(1.2), config/param.hp_ux110.h (1.3), config/param.hp_ux110_usr.h
	(1.3), config/param.i386_djgpp.h (1.2),
	config/param.i386_djgpp_usr.h (1.2), config/param.i386_fbsd_42.h
	(1.3), config/param.i386_fbsd_42_usr.h (1.3),
	config/param.i386_linux22.h (1.9), config/param.i386_linux22_usr.h
	(1.3), config/param.i386_linux24.h (1.8),
	config/param.i386_linux24_usr.h (1.4), config/param.i386_nt40.h
	(1.4), config/param.i386_win95.h (1.2),
	config/param.ppc_darwin_12.h (1.3),
	config/param.ppc_darwin_12_usr.h (1.3),
	config/param.ppc_darwin_13.h (1.3),
	config/param.ppc_darwin_13_usr.h (1.3), config/param.ppc_linux22.h
	(1.4), config/param.ppc_linux22_usr.h (1.2),
	config/param.ppc_linux24.h (1.4), config/param.ppc_linux24_usr.h
	(1.2), config/param.rs_aix42.h (1.4), config/param.rs_aix42_usr.h
	(1.3), config/param.s390_linux22.h (1.4),
	config/param.s390_linux22_usr.h (1.2), config/param.s390_linux24.h
	(1.4), config/param.s390_linux24_usr.h (1.2), config/param.sgi_62.h
	(1.3), config/param.sgi_62_usr.h (1.3), config/param.sgi_63.h
	(1.3), config/param.sgi_63_usr.h (1.3), config/param.sgi_64.h
	(1.3), config/param.sgi_64_usr.h (1.3), config/param.sgi_65.h
	(1.3), config/param.sgi_65_usr.h (1.3),
	config/param.sparc64_linux22.h (1.4),
	config/param.sparc64_linux22_usr.h (1.2),
	config/param.sparc_linux22.h (1.4),
	config/param.sparc_linux22_usr.h (1.2), config/param.sun4x_55.h
	(1.4), config/param.sun4x_55_usr.h (1.4), config/param.sun4x_56.h
	(1.4), config/param.sun4x_56_usr.h (1.4), config/param.sun4x_57.h
	(1.4), config/param.sun4x_57_usr.h (1.4), config/param.sun4x_58.h
	(1.5), config/param.sun4x_58_usr.h (1.4), config/param.sunx86_54.h
	(1.4), config/stds.h (1.6), config/util_cr.c (1.3), config/venus.h
	(1.5), dauth/Makefile (1.5), dauth/dlog.c (1.4), dauth/dpass.c
	(1.3), des/andrew-conf.h (1.9), des/cbc_encrypt.c (1.5),
	des/cksum.c (1.6), des/crypt.c (1.4), des/debug_decl.c (1.2),
	des/des.c (1.5), des/enc.c (1.2), des/key_parity.c (1.2),
	des/key_sched.c (1.3), des/make_e.c (1.2), des/make_fp.c (1.3),
	des/make_ip.c (1.3), des/make_keyperm.c (1.3), des/make_odd.c
	(1.2), des/make_p.c (1.2), des/make_p_table.c (1.4), des/make_s.c
	(1.2), des/make_s_table.c (1.4), des/misc.c (1.3),
	des/new_rnd_key.c (1.7), des/pcbc_encrypt.c (1.5), des/quad_cksum.c
	(1.3), des/read_pssword.c (1.9), des/strng_to_key.c (1.6),
	des/util.c (1.3), des/weak_key.c (1.4), des/test/key_test.c (1.3),
	des/test/testit.c (1.4), des/test/verify.c (1.4), dir/buffer.c
	(1.3), dir/dir.c (1.4), dir/salvage.c (1.3), dir/test/dtest.c
	(1.3), dir/test/physio.c (1.3), dir/test/test-salvage.c (1.3),
	export/cfgafs.c (1.3), export/cfgexport.c (1.3), export/export.c
	(1.3), export/symtab.c (1.3), finale/Makefile (1.3),
	finale/translate_et.c (1.4), finale/translate_et_nt.c (1.3),
	fsint/Makefile (1.6), fsint/afsaux.c (1.4), fsprobe/Makefile (1.4),
	fsprobe/fsprobe.c (1.3), fsprobe/fsprobe_callback.c (1.3),
	fsprobe/fsprobe_test.c (1.3), ftpd43+/ftpcmd.y (1.2),
	ftpd43+/ftpd.c (1.4), ftpd43+/getusershell.c (1.5), ftpd43+/glob.c
	(1.3), ftpd43+/logwtmp.c (1.2), ftpd43+/popen.c (1.2),
	ftpd43+/telnet.h (1.2), gtx/Makefile (1.4), gtx/X11windows.c (1.3),
	gtx/cb_test.c (1.3), gtx/curses_test.c (1.3), gtx/curseswindows.c
	(1.4), gtx/dumbwindows.c (1.3), gtx/frame.c (1.3), gtx/gtxtest.c
	(1.3), gtx/input.c (1.3), gtx/keymap.c (1.3), gtx/lightobject.c
	(1.3), gtx/objdict.c (1.3), gtx/object_test.c (1.3), gtx/objects.c
	(1.3), gtx/screen_test.c (1.3), gtx/textcb.c (1.3),
	gtx/textobject.c (1.3), gtx/windows.c (1.3), inetd/Makefile (1.3),
	inetd/getenv.c (1.2), inetd/inetd.c (1.3), inetd/setenv.c (1.2),
	inetd/ta-rauth.c (1.3), kauth/Makefile (1.6), kauth/admin_tools.c
	(1.6), kauth/authclient.c (1.5), kauth/client.c (1.5),
	kauth/decode_ticket.c (1.3), kauth/kaaux.c (1.3), kauth/kaauxdb.c
	(1.3), kauth/kadatabase.c (1.3), kauth/kalocalcell.c (1.4),
	kauth/kalog.c (1.3), kauth/kaprocs.c (1.5), kauth/kas.c (1.3),
	kauth/kaserver.c (1.6), kauth/kautils.c (1.5), kauth/kdb.c (1.3),
	kauth/kkids.c (1.3), kauth/klog.c (1.3), kauth/klogin.c (1.5),
	kauth/knfs.c (1.3), kauth/kpasswd.c (1.5), kauth/kpwvalid.c (1.3),
	kauth/krb_tf.c (1.3), kauth/krb_udp.c (1.10), kauth/manyklog.c
	(1.3), kauth/read_passwd.c (1.2), kauth/rebuild.c (1.5),
	kauth/token.c (1.3), kauth/user.c (1.5), kauth/user_nt.c (1.4),
	kauth/test/background.c (1.3), kauth/test/multiklog.c (1.3),
	kauth/test/test_badtix.c (1.3), kauth/test/test_date.c (1.3),
	kauth/test/test_getticket.c (1.3), kauth/test/test_interim_ktc.c
	(1.3), kauth/test/test_rxkad_free.c (1.3), libacl/Makefile (1.4),
	libacl/aclprocs.c (1.4), libacl/netprocs.c (1.3),
	libacl/test/acltest.c (1.3), libadmin/adminutil/Makefile (1.3),
	libadmin/adminutil/afs_utilAdmin.c (1.4), libadmin/bos/Makefile
	(1.3), libadmin/bos/afs_bosAdmin.c (1.5), libadmin/cfg/Makefile
	(1.3), libadmin/cfg/cfgclient.c (1.3), libadmin/cfg/cfgdb.c (1.3),
	libadmin/cfg/cfghost.c (1.3), libadmin/cfg/cfginternal.c (1.3),
	libadmin/cfg/cfgservers.c (1.3), libadmin/cfg/test/cfgtest.c (1.3),
	libadmin/client/Makefile (1.3), libadmin/client/afs_clientAdmin.c
	(1.5), libadmin/kas/Makefile (1.3), libadmin/kas/afs_kasAdmin.c
	(1.4), libadmin/pts/Makefile (1.3), libadmin/pts/afs_ptsAdmin.c
	(1.3), libadmin/samples/Makefile (1.3),
	libadmin/samples/cm_client_config.c (1.3),
	libadmin/samples/cm_list_cells.c (1.3),
	libadmin/samples/cm_local_cell.c (1.3),
	libadmin/samples/cm_server_prefs.c (1.3),
	libadmin/samples/rxdebug_basic_stats.c (1.3),
	libadmin/samples/rxdebug_conns.c (1.3),
	libadmin/samples/rxdebug_peers.c (1.3),
	libadmin/samples/rxdebug_rx_stats.c (1.3),
	libadmin/samples/rxdebug_supported_stats.c (1.3),
	libadmin/samples/rxdebug_version.c (1.3),
	libadmin/samples/rxstat_clear_peer.c (1.3),
	libadmin/samples/rxstat_clear_process.c (1.3),
	libadmin/samples/rxstat_disable_peer.c (1.3),
	libadmin/samples/rxstat_disable_process.c (1.3),
	libadmin/samples/rxstat_enable_peer.c (1.3),
	libadmin/samples/rxstat_enable_process.c (1.3),
	libadmin/samples/rxstat_get_peer.c (1.3),
	libadmin/samples/rxstat_get_process.c (1.3),
	libadmin/samples/rxstat_get_version.c (1.4),
	libadmin/samples/rxstat_query_peer.c (1.3),
	libadmin/samples/rxstat_query_process.c (1.3),
	libadmin/test/Makefile (1.3), libadmin/test/afscp.c (1.3),
	libadmin/test/bos.c (1.3), libadmin/test/bos.h (1.3),
	libadmin/test/client.c (1.3), libadmin/test/client.h (1.3),
	libadmin/test/kas.c (1.3), libadmin/test/kas.h (1.3),
	libadmin/test/pts.c (1.3), libadmin/test/pts.h (1.3),
	libadmin/test/util.c (1.3), libadmin/test/util.h (1.3),
	libadmin/test/vos.c (1.3), libadmin/test/vos.h (1.3),
	libadmin/vos/afs_vosAdmin.c (1.5), libadmin/vos/lockprocs.c (1.5),
	libadmin/vos/lockprocs.h (1.4), libadmin/vos/vosutils.c (1.5),
	libadmin/vos/vosutils.h (1.4), libadmin/vos/vsprocs.c (1.5),
	libadmin/vos/vsprocs.h (1.4), libuafs/Makefile.common (1.10),
	libuafs/linktest.c (1.3), log/Makefile (1.5), log/kseal.c (1.3),
	log/tokens.c (1.3), log/unlog.c (1.3), log/test/gettoktest.c (1.3),
	log/test/testlog.c (1.3), login/getenv.c (1.2), login/login.c
	(1.3), login/setenv.c (1.2), login/util_login.c (1.2),
	login/util_logout.c (1.2), login/util_logwtmp.c (1.2),
	lwp/fasttime.c (1.3), lwp/iomgr.c (1.5), lwp/lock.c (1.3),
	lwp/lock.h (1.4), lwp/lwp.c (1.13), lwp/lwp.h (1.8), lwp/lwp_nt.c
	(1.5), lwp/preempt.c (1.8), lwp/preempt.h (1.3), lwp/process.c
	(1.10), lwp/rw.c (1.3), lwp/threadname.c (1.5), lwp/timer.c (1.5),
	lwp/timer.h (1.3), lwp/waitkey.c (1.6), lwp/test/selclient.c (1.3),
	lwp/test/selserver.c (1.3), lwp/test/selsubs.c (1.3),
	lwp/test/test.c (1.3), lwp/test/test_key.c (1.3),
	lwp/test/testlwp.c (1.3), lwp/test/testtime.c (1.3), ntp/Makefile
	(1.5), ntp/mkntpconf.c (1.3), ntp/ntp.c (1.3), ntp/ntp.h (1.3),
	ntp/ntp_adjust.c (1.3), ntp/ntp_proto.c (1.4), ntp/ntp_sock.c
	(1.3), ntp/ntpd.c (1.3), ntp/ntpdc.c (1.3), ntp/ntpsubs.c (1.4),
	ntp/read_local.c (1.3), ntp/read_psti.c (1.3), ntp/runntp.c (1.3),
	ntp/test.c (1.3), package/Makefile (1.3), package/conftree.c (1.2),
	package/lex.l (1.2), package/misc.c (1.2), package/package.h (1.2),
	package/systype.h (1.2), package/validupdates.h (1.2), pam/Makefile
	(1.6), pam/afs_account.c (1.3), pam/afs_auth.c (1.4),
	pam/afs_message.c (1.5), pam/afs_pam_msg.c (1.3),
	pam/afs_password.c (1.4), pam/afs_session.c (1.3),
	pam/afs_setcred.c (1.4), pam/afs_util.c (1.3), pam/test_pam.c
	(1.4), pinstall/Makefile (1.5), pinstall/install.c (1.7),
	procmgmt/Makefile (1.5), procmgmt/afskill.c (1.3),
	procmgmt/procmgmt_nt.c (1.3), procmgmt/procmgmt_unix.c (1.3),
	procmgmt/redirect_nt.c (1.3), procmgmt/test/pmgttest.c (1.3),
	ptserver/db_verify.c (1.4), ptserver/display.c (1.3),
	ptserver/pt_util.c (1.2), ptserver/ptclient.c (1.3),
	ptserver/ptprocs.c (1.5), ptserver/pts.c (1.5), ptserver/ptserver.c
	(1.7), ptserver/ptuser.c (1.4), ptserver/ptutils.c (1.7),
	ptserver/readgroup.c (1.3), ptserver/readpwd.c (1.3),
	ptserver/testpt.c (1.4), ptserver/ubik.c (1.2), ptserver/utils.c
	(1.5), rcp/Makefile (1.4), rcp/rcp.c (1.4), rlogind/Makefile (1.4),
	rlogind/rexecd.c (1.2), rlogind/rlogind.c (1.2), rsh/Makefile
	(1.4), rsh/herror.c (1.3), rsh/rcmd.c (1.5), rsh/rlogin.c (1.2),
	rsh/rsh.c (1.2), rx/rx.c (1.18), rx/rx_clock.c (1.5),
	rx/rx_clock_nt.c (1.4), rx/rx_conncache.c (1.5), rx/rx_event.c
	(1.5), rx/rx_getaddr.c (1.8), rx/rx_globals.c (1.3),
	rx/rx_kcommon.c (1.6), rx/rx_lwp.c (1.9), rx/rx_misc.c (1.7),
	rx/rx_multi.c (1.3), rx/rx_null.c (1.3), rx/rx_packet.c (1.8),
	rx/rx_pthread.c (1.5), rx/rx_rdwr.c (1.9), rx/rx_stream.c (1.3),
	rx/rx_trace.c (1.6), rx/rx_user.c (1.8), rx/rx_xmit_nt.c (1.4),
	rx/rxdebug.c (1.7), rx/xdr.c (1.2), rx/xdr_afsuuid.c (1.3),
	rx/xdr_array.c (1.2), rx/xdr_arrayn.c (1.2), rx/xdr_float.c (1.2),
	rx/xdr_int64.c (1.2), rx/xdr_mem.c (1.2), rx/xdr_rec.c (1.2),
	rx/xdr_refernce.c (1.2), rx/xdr_rx.c (1.4), rx/xdr_stdio.c (1.2),
	rx/xdr_update.c (1.2), rx/AIX/rx_kmutex.h (1.3), rx/AIX/rx_knet.c
	(1.3), rx/DARWIN/rx_knet.c (1.2), rx/DUX/rx_knet.c (1.3),
	rx/FBSD/rx_knet.c (1.2), rx/HPUX/rx_knet.c (1.6), rx/IRIX/rx_knet.c
	(1.3), rx/LINUX/rx_knet.c (1.5), rx/SOLARIS/rx_knet.c (1.4),
	rx/UKERNEL/rx_knet.c (1.3), rx/bulk.example/bulk_client.c (1.3),
	rx/bulk.example/bulk_io.c (1.3), rx/bulk.example/bulk_server.c
	(1.3), rx/bulktest/bulk_client.c (1.3), rx/bulktest/bulk_io.c
	(1.3), rx/bulktest/bulk_server.c (1.3),
	rx/multi.example/sample_client.c (1.3),
	rx/multi.example/sample_server.c (1.3),
	rx/simple.example/sample_client.c (1.3),
	rx/simple.example/sample_server.c (1.3), rx/test/generator.c (1.4),
	rx/test/kctest.c (1.3), rx/test/kstest.c (1.3), rx/test/tableGen.c
	(1.3), rx/test/testclient.c (1.3), rx/test/testqueue.c (1.3),
	rx/test/testserver.c (1.3), rxgen/rpc_clntout.c (1.3),
	rxgen/rpc_cout.c (1.4), rxgen/rpc_hout.c (1.3), rxgen/rpc_main.c
	(1.8), rxgen/rpc_parse.c (1.7), rxgen/rpc_scan.c (1.4),
	rxgen/rpc_svcout.c (1.4), rxgen/rpc_util.c (1.4),
	rxkad/rxkad_client.c (1.5), rxkad/rxkad_common.c (1.5),
	rxkad/rxkad_server.c (1.5), rxkad/ticket.c (1.4),
	rxkad/domestic/crypt_conn.c (1.6), rxkad/domestic/fcrypt.c (1.5),
	rxkad/domestic/tcrypt.c (1.3), rxkad/test/stress.c (1.3),
	rxkad/test/stress_c.c (1.4), rxkad/test/stress_s.c (1.3),
	rxstat/Makefile (1.6), rxstat/rxstat.c (1.3), scout/Makefile (1.4),
	scout/scout.c (1.3), sgistuff/Makefile (1.6), sgistuff/sgi_auth.c
	(1.3), sia/siad.c (1.3), sia/test-reauth.c (1.3), sys/afssyscalls.c
	(1.3), sys/afssyscalls.h (1.5), sys/fixit.c (1.3), sys/icreate.c
	(1.3), sys/idec.c (1.3), sys/iinc.c (1.3), sys/iopen.c (1.3),
	sys/iread.c (1.3), sys/istat.c (1.3), sys/iwrite.c (1.3),
	sys/pagsh.c (1.4), sys/pioctl_nt.c (1.5), sys/pioctl_nt.h (1.3),
	sys/rmtsysc.c (1.6), sys/rmtsysd.c (1.3), sys/rmtsysnet.c (1.3),
	sys/rmtsyss.c (1.4), tbutc/Makefile (1.4), tsm41/aix41_auth.c
	(1.3), ubik/beacon.c (1.7), ubik/disk.c (1.3), ubik/lock.c (1.4),
	ubik/phys.c (1.3), ubik/recovery.c (1.4), ubik/remote.c (1.4),
	ubik/ubik.c (1.5), ubik/ubik.p.h (1.4), ubik/ubikclient.c (1.4),
	ubik/ubikcmd.c (1.3), ubik/udebug.c (1.8), ubik/utst_client.c
	(1.3), ubik/utst_server.c (1.3), ubik/vote.c (1.5), update/client.c
	(1.5), update/server.c (1.5), update/utils.c (1.5), usd/usd_file.c
	(1.5), usd/usd_nt.c (1.3), usd/test/usd_test.c (1.3), uss/Makefile
	(1.4), uss/lex.c (1.3), uss/uss.c (1.3), uss/uss_acl.c (1.3),
	uss/uss_acl.h (1.3), uss/uss_common.c (1.3), uss/uss_common.h
	(1.5), uss/uss_fs.c (1.3), uss/uss_kauth.c (1.3), uss/uss_kauth.h
	(1.3), uss/uss_procs.c (1.3), uss/uss_ptserver.c (1.3),
	uss/uss_vol.c (1.3), uss/uss_vol.h (1.3), util/afs_atomlist.c
	(1.3), util/afs_lhash.c (1.3), util/assert.c (1.3), util/assert.h
	(1.3), util/base32.c (1.3), util/base64.c (1.3), util/casestrcpy.c
	(1.3), util/dirpath.c (1.7), util/errmap_nt.c (1.3),
	util/fileutil.c (1.4), util/flipbase64.c (1.7), util/get_krbrlm.c
	(1.2), util/hostparse.c (1.7), util/hputil.c (1.3), util/isathing.c
	(1.3), util/kreltime.c (1.3), util/ktime.c (1.3), util/netutils.c
	(1.6), util/pthread_glock.c (1.3), util/readdir_nt.c (1.3),
	util/regex.c (1.3), util/remote.h (1.3), util/secutil_nt.c (1.3),
	util/serverLog.c (1.13), util/snprintf.c (1.9), util/sys.c (1.4),
	util/uuid.c (1.4), util/vice.h (1.4), util/volparse.c (1.6),
	util/winsock_nt.c (1.3), util/test/b32.c (1.3), util/test/b64.c
	(1.3), util/test/dirpath_test.c (1.3), util/test/dtest.c (1.3),
	util/test/fb64.c (1.3), util/test/ktest.c (1.3),
	util/test/test_ktime.c (1.3), util/test/treaddir.c (1.3),
	venus/Makefile (1.12), venus/cacheout.c (1.3), venus/cmdebug.c
	(1.3), venus/fs.c (1.8), venus/fstrace.c (1.5), venus/gcpags.c
	(1.3), venus/kdump.c (1.11), venus/lock.h (1.3), venus/twiddle.c
	(1.3), venus/up.c (1.8), venus/whatfid.c (1.3), venus/test/Makefile
	(1.3), venus/test/fulltest.c (1.4), venus/test/getinitparams.c
	(1.3), venus/test/idtest.c (1.3), venus/test/owntest.c (1.3),
	vfsck/Makefile (1.3), vfsck/dir.c (1.2), vfsck/dirutils.c (1.3),
	vfsck/inode.c (1.2), vfsck/main.c (1.3), vfsck/pass1.c (1.2),
	vfsck/pass1b.c (1.2), vfsck/pass2.c (1.2), vfsck/pass3.c (1.2),
	vfsck/pass4.c (1.2), vfsck/pass5.c (1.2), vfsck/proplist.c (1.3),
	vfsck/setup.c (1.2), vfsck/ufs_subr.c (1.2), vfsck/ufs_tables.c
	(1.2), vfsck/utilities.c (1.2), vfsck/vprintf.c (1.3),
	viced/afsfileprocs.c (1.7), viced/callback.c (1.4),
	viced/check_sysid.c (1.3), viced/fsprobe.c (1.4), viced/host.c
	(1.5), viced/physio.c (1.3), viced/profile.c (1.3), viced/viced.c
	(1.9), vlserver/cnvldb.c (1.3), vlserver/sascnvldb.c (1.3),
	vlserver/vlclient.c (1.4), vlserver/vldb_check.c (1.3),
	vlserver/vlprocs.c (1.3), vlserver/vlserver.c (1.8),
	vlserver/vlutils.c (1.3), vol/clone.c (1.3), vol/common.c (1.3),
	vol/devname.c (1.6), vol/fs_conv_411.c (1.3), vol/fssync.c (1.3),
	vol/fssync.h (1.3), vol/gi.c (1.3), vol/ihandle.c (1.3),
	vol/listinodes.c (1.7), vol/namei_ops.c (1.8), vol/nfs.h (1.3),
	vol/ntops.c (1.3), vol/nuke.c (1.3), vol/partition.c (1.10),
	vol/partition.h (1.3), vol/physio.c (1.3), vol/purge.c (1.3),
	vol/salvage.h (1.3), vol/viceinode.h (1.3), vol/vnode.c (1.3),
	vol/vnode.h (1.3), vol/vol-info.c (1.5), vol/vol-salvage.c (1.8),
	vol/voldefs.h (1.3), vol/volinodes.h (1.3), vol/volume.c (1.10),
	vol/volume.h (1.3), vol/vutil.c (1.4), vol/vutils.h (1.3),
	vol/xfs_size_check.c (1.4), vol/test/ilist_nt.c (1.3),
	vol/test/listVicepx.c (1.3), vol/test/ltlist.c (1.3),
	vol/test/nicreate.c (1.3), vol/test/nilist.c (1.3),
	vol/test/nincdec.c (1.3), vol/test/nino.c (1.3), vol/test/nsubr.c
	(1.3), vol/test/testpart.c (1.3), vol/test/updateDirInode.c (1.3),
	vol/test/utilities.c (1.3), volser/Makefile (1.8), volser/common.c
	(1.3), volser/dump.h (1.3), volser/dumpstuff.c (1.4),
	volser/lockprocs.c (1.3), volser/physio.c (1.3),
	volser/restorevol.c (1.4), volser/volmain.c (1.6),
	volser/volprocs.c (1.4), volser/voltrans.c (1.3), volser/vos.c
	(1.4), volser/vsprocs.c (1.4), volser/vsutils.c (1.5),
	xstat/Makefile (1.4), xstat/xstat_cm.c (1.3), xstat/xstat_cm_test.c
	(1.3), xstat/xstat_fs.c (1.3), xstat/xstat_fs_callback.c (1.3),
	xstat/xstat_fs_test.c (1.3): DELTA
	afsconfig-and-rcsid-all-around-20010705 AUTHOR nneul@umr.edu
	convert rest of source to afsconfig; include rcsid macros

2001-07-05 11:13  shadow

	* openafs/src/util/: dirpath.c (1.6), hostparse.c (1.6), sys.c
	(1.3): DELTA util-warnings-cleanup-20010705 AUTHOR nneul@umr.edu
	
	get rid of more warnings

2001-07-05 11:09  shadow

	* openafs/src/auth/setkey.c (1.3): DELTA
	auth-setkey-warnings-cleanup-20010705 AUTHOR nneul@umr.edu
	
	get rid of more warnings, add missing args to printf strings

2001-07-05 11:07  shadow

	* openafs/: acconfig.h (1.3), configure.in (1.9): DELTA
	provide-fast-start-configure-options-20010705 AUTHOR nneul@umr.edu
	
	add more configure options so fast restart and bitmap later options
	can be configured on

2001-06-29 00:51  shadow

	* openafs/configure.in (1.8): DELTA
	autoconf-updates-for-ac-check-lib-quoting-20010629 AUTHOR
	nneul@umr.edu
	
	quote refs to $lib

2001-06-29 00:48  shadow

	* openafs/configure.in (1.7): DELTA
	fix-linux-headers-updating-in-configure-20010629 AUTHOR
	nneul@umr.edu
	
	make defaulting work correctly

2001-06-29 00:43  shadow

	* openafs/src/: afs/afs_call.c (1.10), afs/afs_pioctl.c (1.18),
	afs/LINUX/osi_groups.c (1.7), afs/LINUX/osi_module.c (1.12),
	config/Makefile.sparc64_linux24.in (1.1), config/afs_sysnames.h
	(1.12), config/param.sparc64_linux24.h (1.1),
	config/param.sparc64_linux24_usr.h (1.1): DELTA
	sparc64-linux24-support-20010629 AUTHOR cg2v@andrew.cmu.edu
	
	support for sparc64 linux2.4 tested with 2.4.5

2001-06-29 00:40  shadow

	* openafs/src/ptserver/ptutils.c (1.6): DELTA
	include-cellconfig-in-ptutils-prototype-20010629 AUTHOR
	nneul@umr.edu
	
	more warning elimination

2001-06-29 00:34  shadow

	* openafs/src/rxstat/Makefile (1.5): DELTA
	allow-all-target-for-rxstat-20010629 AUTHOR nneul@umr.edu
	
	rxstat makefile lacked all target

2001-06-29 00:25  shadow

	* openafs/src/ptserver/ptserver.c (1.6): DELTA
	ptserver-remove-redundant-prototypes-20010629 AUTHOR nneul@umr.edu
	
	get rid of redundant prototypes

2001-06-29 00:15  shadow

	* openafs/src/libadmin/kas/afs_kasAdmin.c (1.3): DELTA
	kasadmin-unused-variables-20010629 AUTHOR nneul@umr.edu
	
	eliminate warnings from unused variables

2001-06-28 23:58  shadow

	* openafs/src/kauth/rebuild.c (1.4): DELTA
	kauth-rebuild-remove-bogus-argument-20010628 AUTHOR nneul@umr.edu
	
	remove unneeded, unused argument

2001-06-28 23:50  shadow

	* openafs/src/volser/vsutils.c (1.4): DELTA
	fix-vsutils-bogus-format-string-20010628 AUTHOR nneul@umr.edu
	
	remove needless %

2001-06-28 23:20  shadow

	* openafs/: configure.in (1.6), src/afs/afs_call.c (1.9),
	src/afs/afs_pioctl.c (1.17), src/config/param.i386_fbsd_42.h (1.2),
	src/config/param.i386_fbsd_42_usr.h (1.2), src/des/read_pssword.c
	(1.8), src/viced/Makefile (1.6), src/vol/Makefile (1.10),
	src/volser/Makefile (1.7): DELTA update-freebsd-support-20010628
	AUTHOR tardis@watson.org
	
	fileserver now set up for namei interface. still no client

2001-06-28 23:18  shadow

	* openafs/src/: libuafs/Makefile.common (1.9), vol/Makefile (1.9):
	DELTA update-make-clean-support-20010628 AUTHOR zacheiss@mit.edu
	
	some stuff the make clean patch missed

2001-06-28 12:05  shadow

	* openafs/src/libadmin/vos/: afs_vosAdmin.c (1.4), lockprocs.c
	(1.4), vosutils.c (1.4), vsprocs.c (1.4): DELTA
	aix-strings-h-preferred-over-string-h-20010628 AUTHOR
	shadow@dementia.org
	
	aix needs more help

2001-06-28 12:00  shadow

	* openafs/src/ubik/udebug.c (1.7): DELTA
	aix-strings-h-preferred-over-string-h-20010628 AUTHOR
	shadow@dementia.org
	
	aix needs more help

2001-06-28 11:55  shadow

	* openafs/src/update/: server.c (1.4), client.c (1.4): DELTA
	aix-strings-h-preferred-over-string-h-20010628 AUTHOR
	shadow@dementia.org
	
	aix needs more help

2001-06-28 11:45  shadow

	* openafs/src/update/utils.c (1.4): DELTA
	aix-strings-h-preferred-over-string-h-20010628 AUTHOR
	shadow@dementia.org
	
	continue to placate aix hatred

2001-06-28 03:06  shadow

	* openafs/src/auth/userok.c (1.5): DELTA
	userok-needs-prototype-for-aix-20010628 AUTHOR shadow@dementia.org
	
	default of int for lacking forwarding decl pisses off aix

2001-06-28 03:03  shadow

	* openafs/: aclocal.m4 (1.5), configure (1.5), configure.in (1.5),
	src/config/afsconfig.h.in (1.2): DELTA
	update-ac-substd-variables-so-aix-make-is-happy-with-obsolete-and-i
	nsecure-disabled-20010628 AUTHOR shadow@dementia.org
	
	AIX gets upset qwhen these variables are unset

2001-06-28 02:55  shadow

	* openafs/src/rx/rx_user.c (1.7): DELTA
	aix-strings-h-preferred-over-string-h-20010628 AUTHOR
	shadow@dementia.org

2001-06-28 02:54  shadow

	* openafs/acconfig.h (1.2): DELTA
	dont-include-endian-h-when-defining-kernel-for-dux-20010628 AUTHOR
	shadow@dementia.org
	
	otherwise ntohl etc are macros for in-kernel functions we don't
	have

2001-06-28 02:52  shadow

	* openafs/src/: lwp/threadname.c (1.4), rx/rx.c (1.17),
	rx/rx_misc.c (1.6), rx/rx_packet.c (1.7), rx/rx_rdwr.c (1.8),
	rx/rx_trace.c (1.5), rx/rx_user.c (1.6), rx/rxdebug.c (1.6),
	rxgen/rpc_cout.c (1.3), rxgen/rpc_main.c (1.7), rxgen/rpc_parse.c
	(1.6), rxgen/rpc_scan.c (1.3), rxgen/rpc_svcout.c (1.3),
	rxgen/rpc_util.c (1.3): DELTA
	aix-strings-h-preferred-over-string-h-20010628 AUTHOR
	shadow@dementia.org
	
	to prevent more of same errors

2001-06-28 02:27  shadow

	* openafs/src/util/volparse.c (1.5): DELTA
	aix-strings-h-preferred-over-string-h-20010628 AUTHOR
	shadow@dementia.org
	
	otherwise we get weird errors like: "/usr/include/strings.h", line
	52.20: 1506-010 (W) Macro index invoked with a null argument for
	parameter __s1.  "/usr/include/strings.h", line 52.20: 1506-041 (E)
	The invocation of macro index contains fewer arguments than
	required by the macro definition.  "/usr/include/strings.h", line
	52.14: 1506-275 (S) Unexpected text ',' encountered.
	
	from the conflict

2001-06-28 02:00  shadow

	* openafs/src/venus/up.c (1.7): DELTA
	mountpoint-copying-switch-to-up-needs-netinet-in-h-20010628 AUTHOR
	nneul@umr.edu
	
	some platforms need netinet/in.h for mountpoint copying to work

2001-06-28 01:44  shadow

	* openafs/src/libuafs/MakefileProto.DUX (1.5): DELTA
	introduce-autoconf-for-openafs-20010628 AUTHOR shadow@dementia.org
	
	so we can more easily use autoconf'd CC var

2001-06-28 01:39  shadow

	* openafs/: aclocal.m4 (1.4), configure (1.4): DELTA
	introduce-autoconf-for-openafs-20010628 AUTHOR shadow@dementia.org
	
	set correct variable for obsolete buildng

2001-06-28 01:37  shadow

	* openafs/src/sgistuff/Makefile (1.5): DELTA
	introduce-autoconf-for-openafs-20010628 AUTHOR shadow@dementia.org
	
	so autoconf dependancy chain need not change

2001-06-28 01:34  shadow

	* openafs/src/libuafs/: MakefileProto.AIX (1.5), MakefileProto.DUX
	(1.4), MakefileProto.HPUX (1.4), MakefileProto.IRIX (1.4),
	MakefileProto.SOLARIS (1.5): DELTA
	introduce-autoconf-for-openafs-20010628 AUTHOR shadow@dementia.org
	
	also make these correct (no obj reference)

2001-06-28 01:22  shadow

	* openafs/src/libafs/: MakefileProto.AIX.in (1.2),
	MakefileProto.DARWIN.in (1.2), MakefileProto.DUX.in (1.2),
	MakefileProto.FBSD.in (1.2), MakefileProto.HPUX.in (1.2),
	MakefileProto.IRIX.in (1.2), MakefileProto.SOLARIS.in (1.2): DELTA
	introduce-autoconf-for-openafs-20010628 AUTHOR shadow@dementia.org
	
	get this right so build completes

2001-06-28 01:05  shadow

	* openafs/configure.in (1.4): DELTA
	introduce-autoconf-for-openafs-20010628 AUTHOR shadow@dementia.org
	
	more stuff which was missed

2001-06-28 01:03  shadow

	* openafs/: Makefile.in (1.2), aclocal.m4 (1.3), configure (1.3),
	configure.in (1.3), src/cf/bigendian.m4 (1.2),
	src/config/Makefile.alpha_dux40.in (1.2),
	src/libafs/MakefileProto.AIX (1.6), src/libafs/MakefileProto.AIX.in
	(1.1), src/libafs/MakefileProto.DARWIN (1.3),
	src/libafs/MakefileProto.DARWIN.in (1.1),
	src/libafs/MakefileProto.DUX (1.5), src/libafs/MakefileProto.DUX.in
	(1.1), src/libafs/MakefileProto.FBSD (1.3),
	src/libafs/MakefileProto.FBSD.in (1.1),
	src/libafs/MakefileProto.HPUX (1.5),
	src/libafs/MakefileProto.HPUX.in (1.1),
	src/libafs/MakefileProto.IRIX (1.5),
	src/libafs/MakefileProto.IRIX.in (1.1),
	src/libafs/MakefileProto.LINUX (1.19),
	src/libafs/MakefileProto.LINUX.in (1.1),
	src/libafs/MakefileProto.SOLARIS (1.8),
	src/libafs/MakefileProto.SOLARIS.in (1.1), src/ubik/Makefile (1.6):
	DELTA introduce-autoconf-for-openafs-20010628 AUTHOR
	shadow@dementia.org
	
	stuff which got left behind

2001-06-28 00:55  shadow

	* openafs/: config.guess (1.3), config.sub (1.3), install-sh (1.3),
	missing (1.3), mkinstalldirs (1.3), regen.sh (1.3): DELTA
	introduce-autoconf-for-openafs-20010628 AUTHOR shadow@dementia.org
	commit withj correct file modes

2001-06-28 00:54  shadow

	* openafs/: aclocal.m4 (1.2), config.guess (1.2), config.sub (1.2),
	configure (1.2), configure.in (1.2), install-sh (1.2), missing
	(1.2), mkinstalldirs (1.2), regen.sh (1.2): DELTA
	introduce-autoconf-for-openafs-20010628 AUTHOR shadow@dementia.org
	
	so we can fix the file modes

2001-06-28 00:20  shadow

	* openafs/src/venus/: Makefile (1.11), up.c (1.6): DELTA
	mountpoint-copying-switch-to-up-needs-netinet-in-h-20010628 AUTHOR
	nneul@umr.edu
	
	some platforms need netinet/in.h for mountpoint copying to work

2001-06-28 00:07  shadow

	* openafs/: Makefile.in (1.1), acconfig.h (1.1), aclocal.m4 (1.1),
	config.guess (1.1), config.sub (1.1), configure (1.1), configure.in
	(1.1), install-sh (1.1), missing (1.1), mkinstalldirs (1.1),
	regen.sh (1.1), src/BUILDNOTES (1.4), src/INSTALL (1.1),
	src/Makefile (1.23), src/README (1.12), src/README.OBSOLETE (1.3),
	src/README.SECURITY (1.3), src/acconfig.h (1.2), src/afsconfig.h.in
	(1.5), src/config.h.in (1.2), src/configure.in (1.5),
	src/mkinstalldirs (1.2), src/regen.sh (1.2), src/afs/Makefile
	(1.6), src/afs/UKERNEL/sysincludes.h (1.8), src/audit/Makefile
	(1.4), src/auth/cellconfig.c (1.10), src/bozo/Makefile (1.4),
	src/bucoord/Makefile (1.4), src/cf/bigendian.m4 (1.1),
	src/cf/linux-test1.m4 (1.1), src/cf/linux-test2.m4 (1.1),
	src/config/Makefile (1.5), src/config/Makefile.alpha_dux40 (1.4),
	src/config/Makefile.alpha_dux40.in (1.1),
	src/config/Makefile.alpha_dux50 (1.3),
	src/config/Makefile.alpha_dux50.in (1.1),
	src/config/Makefile.alpha_linux_22.in (1.1),
	src/config/Makefile.alpha_linux_2216_22 (1.2),
	src/config/Makefile.hp_ux102 (1.2), src/config/Makefile.hp_ux102.in
	(1.1), src/config/Makefile.hp_ux110 (1.4),
	src/config/Makefile.hp_ux110.in (1.1),
	src/config/Makefile.i386_fbsd_42 (1.2),
	src/config/Makefile.i386_fbsd_42.in (1.1),
	src/config/Makefile.i386_linux22 (1.4),
	src/config/Makefile.i386_linux22.in (1.1),
	src/config/Makefile.i386_linux24 (1.3),
	src/config/Makefile.i386_linux24.in (1.1),
	src/config/Makefile.ppc_darwin_12 (1.2),
	src/config/Makefile.ppc_darwin_12.in (1.1),
	src/config/Makefile.ppc_darwin_13 (1.2),
	src/config/Makefile.ppc_darwin_13.in (1.1),
	src/config/Makefile.ppc_linux22 (1.2),
	src/config/Makefile.ppc_linux22.in (1.1),
	src/config/Makefile.ppc_linux24 (1.3),
	src/config/Makefile.ppc_linux24.in (1.1),
	src/config/Makefile.rs_aix42 (1.4), src/config/Makefile.rs_aix42.in
	(1.1), src/config/Makefile.s390_linux22 (1.4),
	src/config/Makefile.s390_linux22.in (1.1),
	src/config/Makefile.s390_linux24 (1.2),
	src/config/Makefile.s390_linux24.in (1.1),
	src/config/Makefile.sgi_62 (1.5), src/config/Makefile.sgi_62.in
	(1.1), src/config/Makefile.sgi_63 (1.5),
	src/config/Makefile.sgi_63.in (1.1), src/config/Makefile.sgi_64
	(1.5), src/config/Makefile.sgi_64.in (1.1),
	src/config/Makefile.sgi_65 (1.6), src/config/Makefile.sgi_65.in
	(1.1), src/config/Makefile.sparc64_linux22 (1.3),
	src/config/Makefile.sparc64_linux22.in (1.1),
	src/config/Makefile.sparc_linux22 (1.3),
	src/config/Makefile.sparc_linux22.in (1.1),
	src/config/Makefile.sun4x_55 (1.4), src/config/Makefile.sun4x_55.in
	(1.1), src/config/Makefile.sun4x_56 (1.5),
	src/config/Makefile.sun4x_56.in (1.1), src/config/Makefile.sun4x_57
	(1.4), src/config/Makefile.sun4x_57.in (1.1),
	src/config/Makefile.sun4x_58 (1.3), src/config/Makefile.sun4x_58.in
	(1.1), src/config/Makefile.sunx86_54 (1.4),
	src/config/Makefile.sunx86_54.in (1.1), src/config/Makefile.version
	(1.1), src/config/afsconfig.h.in (1.1),
	src/config/param.alpha_linux_22.h (1.1),
	src/config/param.alpha_linux_2216_22.h (1.4),
	src/config/param.alpha_linux_2216_22_usr.h (1.2),
	src/config/param.alpha_linux_22_usr.h (1.1),
	src/config/param.i386_linux22.h (1.8), src/dauth/Makefile (1.4),
	src/des/Makefile (1.7), src/fsint/Makefile (1.5),
	src/kauth/Makefile (1.5), src/libadmin/Makefile (1.3),
	src/libafs/Makefile.common (1.7), src/libafs/MakefileProto.LINUX
	(1.18), src/libuafs/Makefile.common (1.8), src/log/Makefile (1.4),
	src/pam/Makefile (1.5), src/ptserver/Makefile (1.9),
	src/rx/Makefile (1.15), src/rxkad/Makefile (1.6), src/sia/Makefile
	(1.4), src/sys/Makefile (1.6), src/ubik/Makefile (1.5),
	src/ubik/udebug.c (1.6), src/venus/Makefile (1.10),
	src/viced/Makefile (1.5), src/vol/Makefile (1.8),
	src/volser/Makefile (1.6): DELTA
	introduce-autoconf-for-openafs-20010628 AUTHOR shadow@dementia.org
	
	replace existing build system with autoconf faceplate

2001-06-23 13:54  shadow

	* openafs/src/config/: param.alpha_linux_2216_22.h (1.3),
	param.i386_linux22.h (1.7), param.i386_linux24.h (1.7),
	param.ppc_linux22.h (1.3), param.ppc_linux24.h (1.3),
	param.s390_linux22.h (1.3), param.s390_linux24.h (1.3),
	param.sparc64_linux22.h (1.3), param.sparc_linux22.h (1.3): DELTA
	apply-modversions-so-nothing-has-first-been-included-20010623
	AUTHOR hartmans@mekinok.com
	
	include afs/afs_sysnames.h after modversions so no unversioned
	symbols sneak in

2001-06-23 13:29  shadow

	* openafs/src/WINNT/: install/InstallShield5/setup.bmp (1.2),
	license/lang/en_US.ide (1.2): DELTA
	winnt-win2000-win98-afs-client-updates-20010623 AUTHOR
	riegel@almaden.ibm.com
	
	binary file  updates

2001-06-23 13:26  shadow

	* openafs/src/: NTMake9x (1.2), rmbat.bat (1.2), rmbat.rsp (1.2),
	WINNT/afsd/NTMakefile (1.4), WINNT/afsd/afsd_init.c (1.4),
	WINNT/afsd/afsd_init95.c (1.2), WINNT/afsd/afsd_service.c (1.3),
	WINNT/afsd/cm_ioctl.c (1.5), WINNT/afsd/cm_user.c (1.4),
	WINNT/afsd/netbios95.h (1.2), WINNT/afsd/smb.c (1.4),
	WINNT/afsd/smb.h (1.4), WINNT/afsd/smb3.c (1.5),
	WINNT/afsd/smb_ioctl.c (1.5),
	WINNT/install/InstallShield5/CreateISDirTree.bat (1.3),
	WINNT/install/InstallShield5/Default.rge (1.2),
	WINNT/install/InstallShield5/GenFileGroups.bat (1.4),
	WINNT/install/InstallShield5/NTMakefile (1.3),
	WINNT/install/InstallShield5/afsdcell.ini (1.2),
	WINNT/install/InstallShield5/setup.rul (1.2),
	WINNT/install/InstallShield5/lang/en_US/value.shl (1.2),
	WINNT/install/Win9x/NTMakeFile (1.2), WINNT/pthread/NTMakefile
	(1.4), WINNT/win9xpanel/NTMakefile (1.2),
	config/Makefile.i386_djgpp (1.2), config/NTMakefile (1.5),
	config/NTMakefile.i386_nt40 (1.5), config/NTMakefile.i386_win95
	(1.2), config/util_cr.c (1.2), kauth/krb_udp.c (1.9), lwp/process.s
	(1.7), rx/Makefile (1.14), sys/pioctl_nt.c (1.4), tbutc/NTMakefile
	(1.5): DELTA winnt-win2000-win98-afs-client-updates-20010623 AUTHOR
	riegel@almaden.ibm.com
	
	updates for nt/2000 and 95/98 afs clients

2001-06-23 13:23  shadow

	* openafs/src/vfsck/main.c (1.2): DELTA
	make-fsck-claim-openafs-not-transarc-afs-20010623 AUTHOR
	riegel@almaden.ibm.com
	
	just update what gets printed to be correct

2001-06-23 13:17  shadow

	* openafs/src/afs/LINUX/osi_vnodeops.c (1.26): DELTA
	linux-changes-needed-to-compile-with-suse-included-patches-20010623
	AUTHOR allbery@ece.cmu.edu
	
	ifdef may need to be changed but should work until autoconf

2001-06-23 13:13  shadow

	* openafs/src/venus/fs.c (1.7): DELTA
	fix-fs-error-string-printing-20010623 AUTHOR kolya@mit.edu
	
	return useful error codes so correct errors can be printed

2001-06-23 13:09  shadow

	* openafs/src/venus/up.c (1.5): DELTA
	add-mountpoint-copying-switch-to-up-20010623 AUTHOR
	utoddl@email.unc.edu Add a "-m" option to up which makes it
	recognize and copy mount points rather than traversing them during
	its recursive copy operation. Without the -m option, up's default
	(questionable) behavior remains unchanged.

2001-06-23 13:01  shadow

	* openafs/src/afs/: afs_osi_pag.c (1.6), UKERNEL/afs_usrops.c
	(1.6), UKERNEL/afs_usrops.h (1.3), UKERNEL/sysincludes.h (1.7),
	VNOPS/afs_vnop_access.c (1.3), VNOPS/afs_vnop_lookup.c (1.9): DELTA
	afs-web-interface-enhancements-20010623 AUTHOR
	riegel@almaden.ibm.com
	
	Changes include:
	
	1) Token caching: Functions to set the current "PAG" (not really a
	process    authentication group, but a generic identifier for a
	user session)	 to a specific value, allowing us to switch tokens
	between different    threads of the Web server without
	reauthenticating.
	
	2) Performance enhancements: The main improvement is that we can
	check	 whether a directory is a mount point in advance and avoid
	doing a stat	or contacting the destination cell.  We've also
	enabled bulk statting	 with kolya's patch from 11/2000.
	
	3) New UAFS API's to call various pioctl functions, etc.
	
	enclosed in  AFS_WEB_ENHANCEMENTS ifdef

2001-06-23 12:43  shadow

	* openafs/src/libadmin/samples/rxstat_get_version.c (1.3): DELTA
	libadmin-printf-argument-cast-20010623 AUTHOR nneul@umr.edu
	
	kill warning by casting argument to printf

2001-06-23 12:36  shadow

	* openafs/src/rx/LINUX/rx_kmutex.h (1.4): DELTA
	linux-rx-add-missing-return-types-20010623 AUTHOR nneul@umr.edu
	
	return type missing, now added

2001-06-23 12:31  shadow

	* openafs/src/update/: Makefile (1.4), client.c (1.3), server.c
	(1.3), utils.c (1.3): DELTA
	convert-update-to-afsconfig-and-kill-warnings-20010623 AUTHOR
	nneul@umr.edu
	
	convert upserver and upclient to use afsconfig and kill warnings

2001-06-23 11:20  shadow

	* openafs/src/rxgen/rpc_parse.c (1.5): DELTA
	eliminate-warnings-in-rxgen-generated-code-20010623 AUTHOR
	nneul@umr.edu
	
	provide prototypes in non-kernel case and add missing function
	return type

2001-06-23 11:14  shadow

	* openafs/src/rxgen/: Makefile (1.4), rpc_clntout.c (1.2),
	rpc_cout.c (1.2), rpc_hout.c (1.2), rpc_main.c (1.6), rpc_parse.c
	(1.4), rpc_scan.c (1.2), rpc_svcout.c (1.2), rpc_util.c (1.2),
	rpc_util.h (1.2): DELTA convert-rxgen-to-afsconfig-20010623 AUTHOR
	nneul@umr.edu
	
	switch to afsconfig for some configuration; add RCSID

2001-06-23 11:00  shadow

	* openafs/src/afsconfig.h.in (1.4): DELTA
	afsconfig-add-rcsid-20010623 AUTHOR nneul@umr.edu
	
	add an RCSID macro

2001-06-23 10:50  shadow

	* openafs/src/: bozo/bosserver.c (1.9), ptserver/ptserver.c (1.5),
	vlserver/vlserver.c (1.7), volser/volmain.c (1.5): DELTA
	deal-with-printf-as-macros-20010623 AUTHOR nneul@umr.edu
	
	gcc 3.x macroizes printf; deal appropriately

2001-06-23 10:40  shadow

	* openafs/src/rx/rx_pthread.c (1.4): DELTA
	rx-warnings-and-prototyping-20010623 AUTHOR nneul@umr.edu
	
	suppress more warnings in rx; also creat missing prototypes

2001-06-23 10:33  shadow

	* openafs/src/rx/: rx.c (1.16), rx.h (1.6), rx_conncache.c (1.4),
	rx_event.c (1.4), rx_getaddr.c (1.7), rx_packet.c (1.6), rx_user.c
	(1.5), xdr_rx.c (1.3): DELTA rx-warnings-and-prototyping-20010623
	AUTHOR nneul@umr.edu
	
	suppress more warnings in rx; also creat missing prototypes

2001-06-23 10:12  shadow

	* openafs/src/afsmonitor/: afsmonitor.c (1.5), afsmonitor.h (1.3):
	DELTA afsmon-warning-cleanup-20010623 AUTHOR nneul@umr.edu
	
	get rid of remaining warnings in afsmonitor code

2001-06-13 12:53  shadow

	* openafs/src/vol/volume.c (1.9): DELTA
	remove-potentially-bogus-warning-20010613 AUTHOR nneul@umr.edu
	
	remove added warning which caused warnings during routine operation

2001-06-12 23:59  shadow

	* openafs/src/rx/rx_packet.c (1.5): DELTA
	avoid-string-h-conflict-in-kernel-rx-20010612 AUTHOR
	shadow@dementia.org
	
	avoid conflicting with kernel's string.h

2001-06-12 23:56  shadow

	* openafs/src/rx/rx_misc.c (1.5): DELTA
	avoid-string-h-conflict-in-kernel-rx-20010612 AUTHOR
	shadow@dementia.org
	
	avoid conflicting with kernel's string.h

2001-06-12 23:51  shadow

	* openafs/src/rx/: rx.c (1.15), rx_rdwr.c (1.7): DELTA
	avoid-string-h-conflict-in-kernel-rx-20010612 AUTHOR
	shadow@dementia.org
	
	avoid conflicting with kernel's string.h

2001-06-12 15:46  shadow

	* openafs/src/lwp/: Makefile (1.10), lwp.h (1.7), threadname.c
	(1.3): DELTA lwp-warning-cleanup-and-afsconfig-20010612 AUTHOR
	nneul@umr.edu
	
	get rid of warnings and afsconfigize lwp

2001-06-12 15:46  shadow

	* openafs/src/rx/: rx.c (1.14), rx.h (1.5), rx_clock.c (1.4),
	rx_clock.h (1.4), rx_conncache.c (1.3), rx_event.c (1.3),
	rx_getaddr.c (1.6), rx_lwp.c (1.8), rx_misc.c (1.4), rx_packet.c
	(1.4), rx_rdwr.c (1.6), rxdebug.c (1.5): DELTA
	rx-warning-cleanup-and-afsconfig-20010612 AUTHOR nneul@umr.edu
	
	get rid of warnings and afsconfigize more of rx

2001-06-12 15:44  shadow

	* openafs/src/volser/vsprocs.c (1.3): DELTA
	eliminate-silly-error-in-text-from-vsprocs-20010612 AUTHOR
	nneul@umr.edu
	
	get rid of an extra space

2001-06-12 15:43  shadow

	* openafs/src/finale/translate_et.c (1.3): DELTA
	translate-et-eliminate-warnings-20010612 AUTHOR nneul@umr.edu
	
	get rid of warnings in translate_et

2001-06-12 15:42  shadow

	* openafs/src/config/: param.alpha_linux_2216_22.h (1.2),
	param.i386_linux22.h (1.6), param.i386_linux24.h (1.6),
	param.ppc_linux22.h (1.2), param.ppc_linux24.h (1.2),
	param.s390_linux22.h (1.2), param.s390_linux24.h (1.2),
	param.sparc64_linux22.h (1.2), param.sparc_linux22.h (1.2): DELTA
	protect-SMP-with-conditionals-against-multiple-definitions-20010612
	AUTHOR nneul@umr.edu
	
	don't redefine __SMP__ if it's defined.

2001-06-12 15:36  shadow

	* openafs/src/des/des_conf.h (1.3): DELTA
	remove-afsconfigization-from-des-conf-h-20010612 AUTHOR
	nneul@umr.edu
	
	undo earlier change

2001-06-08 18:23  shadow

	* openafs/src/afs/afs_server.c (1.7): DELTA
	try-harder-to-notice-down-server-20010608 AUTHOR
	shadow@dementia.org
	
	try harder to notice something is down otherwise we can end up
	looping forever

2001-06-07 14:25  shadow

	* openafs/src/afs/VNOPS/afs_vnop_flock.c (1.8): DELTA
	linux24-use-flock64-instead-of-flock-20010604 AUTHOR
	semerad@ss1000.ms.mff.cuni.cz
	
	use flock64 for linux24

2001-06-06 18:01  shadow

	* openafs/src/util/flipbase64.c (1.6): DELTA
	util-warnings-cleanup-20010606 AUTHOR nneul@umr.edu
	
	clean up in flipbase64

2001-06-06 18:00  shadow

	* openafs/src/sys/: Makefile (1.5), pagsh.c (1.3), rmtsysc.c (1.5),
	rmtsyss.c (1.3): DELTA
	sys-warnings-and-unused-variables-cleanup-20010606 AUTHOR
	nneul@umr.edu
	
	clean up sys subtree

2001-06-06 18:00  shadow

	* openafs/src/lwp/: Makefile (1.9), lwp.c (1.12), lwp.h (1.6),
	process.c (1.9), threadname.c (1.2): DELTA
	lwp-warnings-and-unused-variables-cleanup-20010606 AUTHOR
	nneul@umr.edu
	
	make lwp warnings and unused variables go away

2001-06-06 14:09  shadow

	* openafs/doc/html/: AdminGuide/auagd000.htm (1.1),
	AdminGuide/auagd002.htm (1.1), AdminGuide/auagd003.htm (1.1),
	AdminGuide/auagd004.htm (1.1), AdminGuide/auagd005.htm (1.1),
	AdminGuide/auagd006.htm (1.1), AdminGuide/auagd007.htm (1.1),
	AdminGuide/auagd008.htm (1.1), AdminGuide/auagd009.htm (1.1),
	AdminGuide/auagd010.htm (1.1), AdminGuide/auagd011.htm (1.1),
	AdminGuide/auagd012.htm (1.1), AdminGuide/auagd013.htm (1.1),
	AdminGuide/auagd014.htm (1.1), AdminGuide/auagd015.htm (1.1),
	AdminGuide/auagd016.htm (1.1), AdminGuide/auagd017.htm (1.1),
	AdminGuide/auagd018.htm (1.1), AdminGuide/auagd019.htm (1.1),
	AdminGuide/auagd020.htm (1.1), AdminGuide/auagd021.htm (1.1),
	AdminGuide/auagd022.htm (1.1), AdminGuide/auagd023.htm (1.1),
	AdminGuide/auagd024.htm (1.1), AdminGuide/auagd025.htm (1.1),
	AdminGuide/auagd026.htm (1.1), AdminReference/auarf000.htm (1.1),
	AdminReference/auarf002.htm (1.1), AdminReference/auarf003.htm
	(1.1), AdminReference/auarf004.htm (1.1),
	AdminReference/auarf005.htm (1.1), AdminReference/auarf006.htm
	(1.1), AdminReference/auarf007.htm (1.1),
	AdminReference/auarf008.htm (1.1), AdminReference/auarf009.htm
	(1.1), AdminReference/auarf010.htm (1.1),
	AdminReference/auarf011.htm (1.1), AdminReference/auarf012.htm
	(1.1), AdminReference/auarf013.htm (1.1),
	AdminReference/auarf014.htm (1.1), AdminReference/auarf015.htm
	(1.1), AdminReference/auarf016.htm (1.1),
	AdminReference/auarf017.htm (1.1), AdminReference/auarf018.htm
	(1.1), AdminReference/auarf019.htm (1.1),
	AdminReference/auarf020.htm (1.1), AdminReference/auarf021.htm
	(1.1), AdminReference/auarf022.htm (1.1),
	AdminReference/auarf023.htm (1.1), AdminReference/auarf024.htm
	(1.1), AdminReference/auarf025.htm (1.1),
	AdminReference/auarf026.htm (1.1), AdminReference/auarf027.htm
	(1.1), AdminReference/auarf028.htm (1.1),
	AdminReference/auarf029.htm (1.1), AdminReference/auarf030.htm
	(1.1), AdminReference/auarf031.htm (1.1),
	AdminReference/auarf032.htm (1.1), AdminReference/auarf033.htm
	(1.1), AdminReference/auarf034.htm (1.1),
	AdminReference/auarf035.htm (1.1), AdminReference/auarf036.htm
	(1.1), AdminReference/auarf037.htm (1.1),
	AdminReference/auarf038.htm (1.1), AdminReference/auarf039.htm
	(1.1), AdminReference/auarf040.htm (1.1),
	AdminReference/auarf041.htm (1.1), AdminReference/auarf042.htm
	(1.1), AdminReference/auarf043.htm (1.1),
	AdminReference/auarf044.htm (1.1), AdminReference/auarf045.htm
	(1.1), AdminReference/auarf046.htm (1.1),
	AdminReference/auarf047.htm (1.1), AdminReference/auarf048.htm
	(1.1), AdminReference/auarf049.htm (1.1),
	AdminReference/auarf050.htm (1.1), AdminReference/auarf051.htm
	(1.1), AdminReference/auarf052.htm (1.1),
	AdminReference/auarf053.htm (1.1), AdminReference/auarf054.htm
	(1.1), AdminReference/auarf055.htm (1.1),
	AdminReference/auarf056.htm (1.1), AdminReference/auarf057.htm
	(1.1), AdminReference/auarf058.htm (1.1),
	AdminReference/auarf059.htm (1.1), AdminReference/auarf060.htm
	(1.1), AdminReference/auarf061.htm (1.1),
	AdminReference/auarf062.htm (1.1), AdminReference/auarf063.htm
	(1.1), AdminReference/auarf064.htm (1.1),
	AdminReference/auarf065.htm (1.1), AdminReference/auarf066.htm
	(1.1), AdminReference/auarf067.htm (1.1),
	AdminReference/auarf068.htm (1.1), AdminReference/auarf069.htm
	(1.1), AdminReference/auarf070.htm (1.1),
	AdminReference/auarf071.htm (1.1), AdminReference/auarf072.htm
	(1.1), AdminReference/auarf073.htm (1.1),
	AdminReference/auarf074.htm (1.1), AdminReference/auarf075.htm
	(1.1), AdminReference/auarf076.htm (1.1),
	AdminReference/auarf077.htm (1.1), AdminReference/auarf078.htm
	(1.1), AdminReference/auarf079.htm (1.1),
	AdminReference/auarf080.htm (1.1), AdminReference/auarf081.htm
	(1.1), AdminReference/auarf082.htm (1.1),
	AdminReference/auarf083.htm (1.1), AdminReference/auarf084.htm
	(1.1), AdminReference/auarf085.htm (1.1),
	AdminReference/auarf086.htm (1.1), AdminReference/auarf087.htm
	(1.1), AdminReference/auarf088.htm (1.1),
	AdminReference/auarf089.htm (1.1), AdminReference/auarf090.htm
	(1.1), AdminReference/auarf091.htm (1.1),
	AdminReference/auarf092.htm (1.1), AdminReference/auarf093.htm
	(1.1), AdminReference/auarf094.htm (1.1),
	AdminReference/auarf095.htm (1.1), AdminReference/auarf096.htm
	(1.1), AdminReference/auarf097.htm (1.1),
	AdminReference/auarf098.htm (1.1), AdminReference/auarf099.htm
	(1.1), AdminReference/auarf100.htm (1.1),
	AdminReference/auarf101.htm (1.1), AdminReference/auarf102.htm
	(1.1), AdminReference/auarf103.htm (1.1),
	AdminReference/auarf104.htm (1.1), AdminReference/auarf105.htm
	(1.1), AdminReference/auarf106.htm (1.1),
	AdminReference/auarf107.htm (1.1), AdminReference/auarf108.htm
	(1.1), AdminReference/auarf109.htm (1.1),
	AdminReference/auarf110.htm (1.1), AdminReference/auarf111.htm
	(1.1), AdminReference/auarf112.htm (1.1),
	AdminReference/auarf113.htm (1.1), AdminReference/auarf114.htm
	(1.1), AdminReference/auarf115.htm (1.1),
	AdminReference/auarf116.htm (1.1), AdminReference/auarf117.htm
	(1.1), AdminReference/auarf118.htm (1.1),
	AdminReference/auarf119.htm (1.1), AdminReference/auarf120.htm
	(1.1), AdminReference/auarf121.htm (1.1),
	AdminReference/auarf122.htm (1.1), AdminReference/auarf123.htm
	(1.1), AdminReference/auarf124.htm (1.1),
	AdminReference/auarf125.htm (1.1), AdminReference/auarf126.htm
	(1.1), AdminReference/auarf127.htm (1.1),
	AdminReference/auarf128.htm (1.1), AdminReference/auarf129.htm
	(1.1), AdminReference/auarf130.htm (1.1),
	AdminReference/auarf131.htm (1.1), AdminReference/auarf132.htm
	(1.1), AdminReference/auarf133.htm (1.1),
	AdminReference/auarf134.htm (1.1), AdminReference/auarf135.htm
	(1.1), AdminReference/auarf136.htm (1.1),
	AdminReference/auarf137.htm (1.1), AdminReference/auarf138.htm
	(1.1), AdminReference/auarf139.htm (1.1),
	AdminReference/auarf140.htm (1.1), AdminReference/auarf141.htm
	(1.1), AdminReference/auarf142.htm (1.1),
	AdminReference/auarf143.htm (1.1), AdminReference/auarf144.htm
	(1.1), AdminReference/auarf145.htm (1.1),
	AdminReference/auarf146.htm (1.1), AdminReference/auarf147.htm
	(1.1), AdminReference/auarf148.htm (1.1),
	AdminReference/auarf149.htm (1.1), AdminReference/auarf150.htm
	(1.1), AdminReference/auarf151.htm (1.1),
	AdminReference/auarf152.htm (1.1), AdminReference/auarf153.htm
	(1.1), AdminReference/auarf154.htm (1.1),
	AdminReference/auarf155.htm (1.1), AdminReference/auarf156.htm
	(1.1), AdminReference/auarf157.htm (1.1),
	AdminReference/auarf158.htm (1.1), AdminReference/auarf159.htm
	(1.1), AdminReference/auarf160.htm (1.1),
	AdminReference/auarf161.htm (1.1), AdminReference/auarf162.htm
	(1.1), AdminReference/auarf163.htm (1.1),
	AdminReference/auarf164.htm (1.1), AdminReference/auarf165.htm
	(1.1), AdminReference/auarf166.htm (1.1),
	AdminReference/auarf167.htm (1.1), AdminReference/auarf168.htm
	(1.1), AdminReference/auarf169.htm (1.1),
	AdminReference/auarf170.htm (1.1), AdminReference/auarf171.htm
	(1.1), AdminReference/auarf172.htm (1.1),
	AdminReference/auarf173.htm (1.1), AdminReference/auarf174.htm
	(1.1), AdminReference/auarf175.htm (1.1),
	AdminReference/auarf176.htm (1.1), AdminReference/auarf177.htm
	(1.1), AdminReference/auarf178.htm (1.1),
	AdminReference/auarf179.htm (1.1), AdminReference/auarf180.htm
	(1.1), AdminReference/auarf181.htm (1.1),
	AdminReference/auarf182.htm (1.1), AdminReference/auarf183.htm
	(1.1), AdminReference/auarf184.htm (1.1),
	AdminReference/auarf185.htm (1.1), AdminReference/auarf186.htm
	(1.1), AdminReference/auarf187.htm (1.1),
	AdminReference/auarf188.htm (1.1), AdminReference/auarf189.htm
	(1.1), AdminReference/auarf190.htm (1.1),
	AdminReference/auarf191.htm (1.1), AdminReference/auarf192.htm
	(1.1), AdminReference/auarf193.htm (1.1),
	AdminReference/auarf194.htm (1.1), AdminReference/auarf195.htm
	(1.1), AdminReference/auarf196.htm (1.1),
	AdminReference/auarf197.htm (1.1), AdminReference/auarf198.htm
	(1.1), AdminReference/auarf199.htm (1.1),
	AdminReference/auarf200.htm (1.1), AdminReference/auarf201.htm
	(1.1), AdminReference/auarf202.htm (1.1),
	AdminReference/auarf203.htm (1.1), AdminReference/auarf204.htm
	(1.1), AdminReference/auarf205.htm (1.1),
	AdminReference/auarf206.htm (1.1), AdminReference/auarf207.htm
	(1.1), AdminReference/auarf208.htm (1.1),
	AdminReference/auarf209.htm (1.1), AdminReference/auarf210.htm
	(1.1), AdminReference/auarf211.htm (1.1),
	AdminReference/auarf212.htm (1.1), AdminReference/auarf213.htm
	(1.1), AdminReference/auarf214.htm (1.1),
	AdminReference/auarf215.htm (1.1), AdminReference/auarf216.htm
	(1.1), AdminReference/auarf217.htm (1.1),
	AdminReference/auarf218.htm (1.1), AdminReference/auarf219.htm
	(1.1), AdminReference/auarf220.htm (1.1),
	AdminReference/auarf221.htm (1.1), AdminReference/auarf222.htm
	(1.1), AdminReference/auarf223.htm (1.1),
	AdminReference/auarf224.htm (1.1), AdminReference/auarf225.htm
	(1.1), AdminReference/auarf226.htm (1.1),
	AdminReference/auarf227.htm (1.1), AdminReference/auarf228.htm
	(1.1), AdminReference/auarf229.htm (1.1),
	AdminReference/auarf230.htm (1.1), AdminReference/auarf231.htm
	(1.1), AdminReference/auarf232.htm (1.1),
	AdminReference/auarf233.htm (1.1), AdminReference/auarf234.htm
	(1.1), AdminReference/auarf235.htm (1.1),
	AdminReference/auarf236.htm (1.1), AdminReference/auarf237.htm
	(1.1), AdminReference/auarf238.htm (1.1),
	AdminReference/auarf239.htm (1.1), AdminReference/auarf240.htm
	(1.1), AdminReference/auarf241.htm (1.1),
	AdminReference/auarf242.htm (1.1), AdminReference/auarf243.htm
	(1.1), AdminReference/auarf244.htm (1.1),
	AdminReference/auarf245.htm (1.1), AdminReference/auarf246.htm
	(1.1), AdminReference/auarf247.htm (1.1),
	AdminReference/auarf248.htm (1.1), AdminReference/auarf249.htm
	(1.1), AdminReference/auarf250.htm (1.1),
	AdminReference/auarf251.htm (1.1), AdminReference/auarf252.htm
	(1.1), AdminReference/auarf253.htm (1.1),
	AdminReference/auarf254.htm (1.1), AdminReference/auarf255.htm
	(1.1), AdminReference/auarf256.htm (1.1),
	AdminReference/auarf257.htm (1.1), AdminReference/auarf258.htm
	(1.1), AdminReference/auarf259.htm (1.1),
	AdminReference/auarf260.htm (1.1), AdminReference/auarf261.htm
	(1.1), AdminReference/auarf262.htm (1.1),
	AdminReference/auarf263.htm (1.1), AdminReference/auarf264.htm
	(1.1), AdminReference/auarf265.htm (1.1),
	AdminReference/auarf266.htm (1.1), AdminReference/auarf267.htm
	(1.1), AdminReference/auarf268.htm (1.1),
	AdminReference/auarf269.htm (1.1), AdminReference/auarf270.htm
	(1.1), AdminReference/auarf271.htm (1.1),
	AdminReference/auarf272.htm (1.1), AdminReference/auarf273.htm
	(1.1), AdminReference/auarf274.htm (1.1),
	AdminReference/auarf275.htm (1.1), AdminReference/auarf276.htm
	(1.1), AdminReference/auarf277.htm (1.1),
	AdminReference/auarf278.htm (1.1), AdminReference/auarf279.htm
	(1.1), AdminReference/auarf280.htm (1.1),
	AdminReference/auarf281.htm (1.1), AdminReference/auarf282.htm
	(1.1), AdminReference/auarf283.htm (1.1),
	AdminReference/auarf284.htm (1.1), QuickStartUnix/auqbg000.htm
	(1.1), QuickStartUnix/auqbg002.htm (1.1),
	QuickStartUnix/auqbg003.htm (1.1), QuickStartUnix/auqbg004.htm
	(1.1), QuickStartUnix/auqbg005.htm (1.1),
	QuickStartUnix/auqbg006.htm (1.1), QuickStartUnix/auqbg007.htm
	(1.1), QuickStartUnix/auqbg008.htm (1.1),
	QuickStartUnix/auqbg009.htm (1.1), QuickStartWindows/awqbg000.htm
	(1.1), QuickStartWindows/awqbg002.htm (1.1),
	QuickStartWindows/awqbg003.htm (1.1),
	QuickStartWindows/awqbg004.htm (1.1), ReleaseNotes-3.6/aurns000.htm
	(1.1), ReleaseNotes-3.6/aurns002.htm (1.1),
	ReleaseNotes-3.6/aurns003.htm (1.1), ReleaseNotes-3.6/aurns004.htm
	(1.1), UserGuide/auusg000.htm (1.1), UserGuide/auusg002.htm (1.1),
	UserGuide/auusg003.htm (1.1), UserGuide/auusg004.htm (1.1),
	UserGuide/auusg005.htm (1.1), UserGuide/auusg006.htm (1.1),
	UserGuide/auusg007.htm (1.1), UserGuide/auusg008.htm (1.1),
	UserGuide/auusg009.htm (1.1), UserGuide/auusg010.htm (1.1),
	UserGuide/auusg011.htm (1.1), UserGuide/auusg012.htm (1.1),
	UserGuide/auusg013.htm (1.1): DELTA
	initial-html-documentation-20010606 AUTHOR shadow@dementia.org
	
	pull in all documentation from IBM

2001-06-06 13:58  shadow

	* openafs/doc/pdf/: archov-doc.pdf (1.1), asrv-ispec.pdf (1.1),
	bsrv-spec.pdf (1.1), fscm-ispec.pdf (1.1), rx-spec.pdf (1.1),
	vvl-spec.pdf (1.1): DELTA
	initial-pdf-with-embedded-cmr-fonts-20010606 AUTHOR
	shadow@dementia.org
	
	with thanks to Mattias Amnefelt <mattiasa@e.kth.se> for converting
	to the BlueSky Computer Modern Roman fonts from tex.

2001-06-06 13:56  shadow

	* openafs/doc/: ArchitectureOverview.pdf (1.5),
	AuthenticationServer.pdf (1.5), BOSServer.pdf (1.5),
	FileServerAndCacheManager.pdf (1.5), RxRPC.pdf (1.5),
	VolumeServerAndVolumeLocationServer.pdf (1.5): DELTA
	scrap-initial-pdf-files-20010606 AUTHOR shadow@dementia.org
	
	relocating

2001-06-05 16:17  shadow

	* openafs/src/: Makefile.am.common (1.1), config.h.in (1.1),
	configure.in (1.4), mkinstalldirs (1.1), regen.sh (1.1),
	afs/Makefile.am (1.1), cf/Makefile.am.common (1.1), cmd/Makefile.am
	(1.1), comerr/Makefile.am (1.1), config/Makefile.am (1.1),
	include/Makefile.am (1.1), include/afs/Makefile.am (1.1),
	include/rx/Makefile.am (1.1), procmgmt/Makefile.am (1.1),
	procmgmt/afs/Makefile.am (1.1), rxgen/Makefile.am (1.1),
	util/Makefile.am (1.1), util/afs/Makefile.am (1.1): DELTA
	automake-work-in-progress-20010605 AUTHOR mattiasa@e.kth.se
	
	work-in-progress automake work. will not work as-is as it relies on
	headers being moved about and that isn't included yet.

2001-06-05 14:26  shadow

	* openafs/src/ubik/: beacon.c (1.6), udebug.c (1.5): DELTA
	ubik-warnings-cleanup-20010605 AUTHOR nneul@umr.edu
	
	more warning cleanup

2001-06-05 14:22  shadow

	* openafs/src/comerr/: error_table.y (1.2), et_lex.lex.l (1.3):
	DELTA comerr-cleanup-warnings-20010605 AUTHOR nneul@umr.edu
	
	compiler placation

2001-06-05 11:06  shadow

	* openafs/src/config/: param.alpha_dux40_usr.h (1.3),
	param.ppc_darwin_12.h (1.2), param.ppc_darwin_12_usr.h (1.2),
	param.ppc_darwin_13.h (1.2), param.ppc_darwin_13_usr.h (1.2),
	param.sun4x_55.h (1.3), param.sun4x_55_usr.h (1.3),
	param.sun4x_56.h (1.3), param.sun4x_56_usr.h (1.3),
	param.sun4x_57.h (1.3), param.sun4x_57_usr.h (1.3),
	param.sun4x_58.h (1.4), param.sun4x_58_usr.h (1.3),
	param.sunx86_54.h (1.3): DELTA
	config-includes-warning-cleanup-20010605 AUTHOR nneul@umr.edu
	
	clean up comment warnings

2001-06-05 11:05  shadow

	* openafs/src/: libafs/Makefile.common (1.6),
	libafs/MakefileProto.AIX (1.5), libafs/MakefileProto.DARWIN (1.2),
	libafs/MakefileProto.DUX (1.4), libafs/MakefileProto.FBSD (1.2),
	libafs/MakefileProto.HPUX (1.4), libafs/MakefileProto.IRIX (1.4),
	libafs/MakefileProto.LINUX (1.17), libafs/MakefileProto.SOLARIS
	(1.7), libuafs/Makefile.common (1.7), libuafs/MakefileProto.AIX
	(1.4), libuafs/MakefileProto.DARWIN (1.2),
	libuafs/MakefileProto.DUX (1.3), libuafs/MakefileProto.FBSD (1.2),
	libuafs/MakefileProto.HPUX (1.3), libuafs/MakefileProto.IRIX (1.3),
	libuafs/MakefileProto.LINUX (1.3), libuafs/MakefileProto.SOLARIS
	(1.4): DELTA libafs-libuafs-makefile-updates-for-afsconfig-20010605
	AUTHOR nneul@umr.edu
	
	so afsconfig.h inclusion can be done

2001-06-05 10:59  shadow

	* openafs/src/afs/LINUX/osi_vnodeops.c (1.25): DELTA
	linux-dentry-cache-another-try-20010605 AUTHOR
	chas@cmf.nrl.navy.mil
	
	to fix a problem where invalid negative data is cached as well as
	some efficiency

2001-06-05 10:47  shadow

	* openafs/src/afsmonitor/afsmon-output.c (1.5): DELTA
	afsmon-warning-cleanup-20010605 AUTHOR nneul@umr.edu
	
	remove unused variable

2001-06-05 10:46  shadow

	* openafs/src/afsmonitor/afsmon-output.c (1.4): DELTA
	sysname-list-instead-of-simple-name-20010605 AUTHOR ted@mit.edu
	
	remove bit which leaked in

2001-06-05 10:44  shadow

	* openafs/src/: afs/afs.h (1.8), afs/afs_init.c (1.8),
	afs/afs_pioctl.c (1.16), afs/VNOPS/afs_vnop_lookup.c (1.8),
	afsmonitor/afsmon-output.c (1.3), venus/fs.c (1.6): DELTA
	sysname-list-instead-of-simple-name-20010605 AUTHOR ted@mit.edu
	
	allow a sysname list which is interated in lookup instead of a
	simple namespace

2001-06-05 10:32  shadow

	* openafs/src/rx/: rx_trace.c (1.4), rx_user.c (1.4), rxdebug.c
	(1.4): DELTA rx-warning-cleanup-and-afsconfig-20010605 AUTHOR
	nneul@umr.edu
	
	clean up previous rxtrace patch and clean up other warnings

2001-06-05 10:30  shadow

	* openafs/src/util/: Makefile (1.7), volparse.c (1.4): DELTA
	convert-volparse-to-afsconfig-and-cleanup-20010605 AUTHOR
	nneul@umr.edu
	
	clean up warnings in volparse.c and make it use afsconfig.h for
	building

2001-06-05 10:21  shadow

	* openafs/src/rx/: rx.c (1.13), rx.h (1.4): DELTA
	rx-race-condition-cleanup-by-adding-busy-status-20010605 AUTHOR
	riegel@almaden.ibm.com
	
	set a busy status on a connection to prevent it from being deleted
	while in use

2001-06-05 10:18  shadow

	* openafs/src/afs/afs_pioctl.c (1.15): DELTA
	userland-cachemgr-zero-token-times-on-unlog-to-trigger-gc-20010605
	AUTHOR riegel@almaden.ibm.com
	
	on unlog when using userland cache manager zero token fields so
	they will be garbage-collected

2001-06-05 10:16  shadow

	* openafs/src/afs/VNOPS/: afs_vnop_create.c (1.4),
	afs_vnop_lookup.c (1.7): DELTA
	cachemgr-dont-leak-stat-info-to-clients-not-entitled-to-it-20010605
	AUTHOR riegel@almaden.ibm.com
	
	if you only have lookup don't leak stat information from cache,
	which normally requires read

2001-06-05 10:11  shadow

	* openafs/src/afs/UKERNEL/afs_usrops.c (1.5): DELTA
	usermode-cachemgr-open-mode-checking-fix-20010605 AUTHOR
	riegel@almaden.ibm.com
	
	default to read mode when opening

2001-06-04 18:29  shadow

	* openafs/src/afs/: LINUX/osi_vnodeops.c (1.24),
	VNOPS/afs_vnop_flock.c (1.7): DELTA
	linux24-use-flock64-instead-of-flock-20010604 AUTHOR
	semerad@ss1000.ms.mff.cuni.cz
	
	"locking on linux 2.4.x does not work. 2.4.x uses internally 64bit
	offsets (start and end of lock) and end is set to 64 bit int max.
	When it converts to struct flock, len is set to 0xffffffff (cut off
	high 32 bits) and afs_lockctl decides it is byte-range locking. So
	on 2.4.x kernel there should be used flock64 instead of flock
	(flock64 is typedef to flock on 64bit systems such as sparc64 and
	ia64)"

2001-06-04 17:08  shadow

	* openafs/src/viced/viced.c (1.8): DELTA
	viced-dotted-quad-logging-without-malloc-20010601 AUTHOR
	nneul@umr.edu
	
	update for solaris cc joy

2001-06-04 17:07  shadow

	* openafs/src/libadmin/vos/: Makefile (1.3), afs_vosAdmin.c (1.3),
	lockprocs.c (1.3), lockprocs.h (1.3), vosutils.c (1.3), vosutils.h
	(1.3), vsprocs.c (1.3), vsprocs.h (1.3): DELTA
	libadmin-cleanup-and-afsconfigization-20010604 AUTHOR nneul@umr.edu
	
	clean up warnings, get rid of unused variables, and set up for use
	of afsconfig.h

2001-06-03 13:20  shadow

	* openafs/src/lwp/iomgr.c (1.4): DELTA
	lwp-iomgr-warning-suppression-20010602 AUTHOR nneul@umr.edu
	
	remove unused variable, add missing parens

2001-06-03 12:52  shadow

	* openafs/src/afsmonitor/: Makefile (1.4), afsmon-win.c (1.4):
	DELTA fix-afsmonitor-patch-for-string-h-existance-check-20010602
	AUTHOR nneul@umr.edu
	
	as not all platforms may have string.h

2001-06-03 12:34  shadow

	* openafs/src/: volser/volprocs.c (1.3), vol/volume.c (1.8): DELTA
	vol-volser-more-liberal-information-in-log-messages-20010602 AUTHOR
	nneul@umr.edu
	
	hopefully no one is processing these logs in a way this breaks.
	make error and volname information available as part of error
	message

2001-06-03 12:32  shadow

	* openafs/src/config/: Makefile.sgi_62 (1.4), Makefile.sgi_63
	(1.4), Makefile.sgi_64 (1.4), Makefile.sgi_65 (1.5): DELTA
	sgiefs-support-is-gone-but-great-rock-lives-on-20010602 AUTHOR
	nneul@umr.edu
	
	remove inclusion of missing sgiefs directory since we didn't get
	the binary library needed for it to work anyhow

2001-06-03 12:31  shadow

	* openafs/src/rx/rx_trace.c (1.3): DELTA
	rxtrace-warning-cleanup-20010602 AUTHOR nneul@umr.edu
	
	more compiler warning squishing

2001-06-03 12:29  shadow

	* openafs/src/: Makefile (1.22), README.OBSOLETE (1.2),
	README.SECURITY (1.2): DELTA
	split-deprecated-into-insecure-and-obsolete-in-top-makefile-2001060
	2 AUTHOR nneul@umr.edu
	
	so it's obvious to people which mistakes are silly and which are
	dangerous

2001-06-03 12:28  shadow

	* openafs/src/libadmin/: adminutil/afs_utilAdmin.c (1.3),
	bos/afs_bosAdmin.c (1.4), client/afs_clientAdmin.c (1.4): DELTA
	libadmin-warning-cleanup-20010602 AUTHOR nneul@umr.edu
	
	add missing parens, remove unused decls

2001-06-03 12:27  shadow

	* openafs/src/kauth/: kalocalcell.c (1.3), kautils.p.h (1.4): DELTA
	kauth-const-warning-cleanup-20010602 AUTHOR nneul@umr.edu
	
	dir is not modified so this is safe

2001-06-03 12:26  shadow

	* openafs/src/comerr/compile_et.c (1.4): DELTA
	comerr-get-rid-of-compile-warnings-20010602 AUTHOR nneul@umr.edu
	
	placate compiler

2001-06-03 12:23  shadow

	* openafs/src/audit/audit.c (1.3): DELTA
	audit-make-int-functions-return-zero-20010602 AUTHOR nneul@umr.edu
	
	rather than just having no code block, return 0

2001-06-03 12:22  shadow

	* openafs/src/afsmonitor/afsmon-win.c (1.3): DELTA
	afsmonitor-formatting-strings-update-20010602 AUTHOR nneul@umr.edu
	
	so error messages are properly formatted strings

2001-06-03 12:19  shadow

	* openafs/src/vol/namei_ops.c (1.7): DELTA
	namei-ops-cleanup-20010601 AUTHOR nneul@umr.edu
	
	get rid of unused/warnings from vol/namei_ops.c

2001-06-01 15:36  shadow

	* openafs/src/vol/namei_ops.c (1.6): DELTA
	namei-ops-cleanup-20010601 AUTHOR nneul@umr.edu
	
	get rid of unused/warnings from vol/namei_ops.c

2001-06-01 15:32  shadow

	* openafs/src/: util/afsutil.h (1.10), util/hostparse.c (1.5),
	viced/host.c (1.4), viced/viced.c (1.7): DELTA
	viced-dotted-quad-logging-without-malloc-20010601 AUTHOR
	nneul@umr.edu
	
	based on suggestion from rees@umich.edu

2001-06-01 15:14  shadow

	* openafs/src/: tviced/Makefile (1.8), util/afsutil.h (1.9),
	util/hostparse.c (1.4), viced/host.c (1.3), viced/viced.c (1.6):
	DELTA log-host-addrs-as-dotted-quad-not-hex-in-viced-20010601
	AUTHOR nneul@umr.edu
	
	so you get a dotted quad and byte-correct port instead of a hex ip
	and a potentially byteswapped port number from viced log messages

2001-06-01 15:09  shadow

	* openafs/src/: acconfig.h (1.1), configure.in (1.3): DELTA
	initial-configure-work-take-two-20010601 AUTHOR shadow@dementia.org
	
	this isn't useful yet but is a step in the right direction.

2001-05-30 15:45  shadow

	* openafs/src/Makefile (1.21): DELTA
	top-level-makefile-changes-to-allow-partial-afs-compile-20010530
	AUTHOR cg2v@andrew.cmu.edu
	
	"The afs toplevel makefile theoretically allows you to build bits
	and pieces of AFS without too much other stuff you don't need.
	Building the kernel code this way is hard, since it imports stuff
	from so many modules, and the dependencies aren't necessarily done
	right. This patch fixes many of the special "for kernel use only"
	targets to be "for kernel use only" and adds a few new ones, so
	that the only userlevel stuff built by make TARGET=libafs is util,
	pinstall, rxgen, comerr (needed for afs/Makefile), and cmd"

2001-05-30 15:39  shadow

	* openafs/src/: rxgen/rpc_main.c (1.5), rx/xdr.h (1.4): DELTA
	make-xdr-int64-support-consistent-now-that-its-everywhere-20010530
	AUTHOR cg2v@andrew.cmu.edu
	
	"an mr-afs related patch introduced xdr_afs_int64 into the code.
	This is a good thing I suppose. The same patch also re-introduced
	the use of xdr_long on some platforms, which isn't needed, and
	isn't really appropriate. Said patch also only included the
	#defines for xdr_afs_int64 into rpc_main.c and not xdr.h. (it is my
	opinion that rpc_main.c:write_int32_macros should only be used if
	kflag is set, but transarc didn't do it that way, so I'm not going
	to change it)"

2001-05-30 15:34  shadow

	* openafs/src/rxgen/rpc_parse.c (1.3): DELTA
	make-rxgen-split-rpcs-not-declare-start-parameters-for-functions-fo
	r-data-which-is-copied-out-only-20010530 AUTHOR cg2v@andrew.cmu.edu
	
	"fix for rxgen so that split rpc's don't erroneously declare
	parameters in the "start" function that should only be declared in
	the "end":
	
	example:
	
	for the following declaration: Store(IN struct _index_t *descr,    
	      IN string group<STAGE_STRINGSIZE>,	   OUT string
	spool<STAGE_STRINGSIZE>, OUT afs_uint32 *slot) split;
	
	before patch: int StartDMV_Store(z_call, descr, group)	      
	register struct rx_call *z_call;	 struct _index_t * descr;  
	      char * group, **spool; { [...] after patch: int
	StartDMV_Store(z_call, descr, group)	     register struct
	rx_call *z_call;	 struct _index_t * descr;	  char *
	group; { [...] "

2001-05-30 15:31  shadow

	* openafs/src/auth/cellconfig.c (1.9): DELTA
	catch-bad-afsconf-cehck-result-to-fix-fileserver-segv-20010530
	AUTHOR zacheiss@MIT.EDU
	
	"afsconf_GetKey() in auth/cellconfig.c doesn't check the return
	value of afsconf_Check(), which can lead to the fileserver SEGV'ing
	if afsconf_Check() returns an error."

2001-05-30 15:26  shadow

	* openafs/src/bucoord/commands.c (1.3): DELTA
	make-backup-dumpi-print-volumes-over-2caret31-bytes-correctly-20010
	530 AUTHOR mattiasa@e.kth.se
	
	makes backup dumpi print volumes > 2^31 bytes correctly

2001-05-30 15:22  shadow

	* openafs/doc/: ArchitectureOverview.pdf (1.4),
	AuthenticationServer.pdf (1.4), BOSServer.pdf (1.4),
	FileServerAndCacheManager.pdf (1.4), RxRPC.pdf (1.4),
	VolumeServerAndVolumeLocationServer.pdf (1.4): DELTA
	update-pdf-documentation-to-include-fonts-20010530 AUTHOR
	mattiasa@e.kth.se
	
	"I noticed that the pdf documentation bundled with openafs doesn't
	include the correct fonts to display properly (atleast with my
	acrobat). I've generated afs-pdf:s with type1 fonts"

2001-05-24 17:11  shadow

	* openafs/src/comerr/compile_et.c (1.3): DELTA
	fix-msf-cat-warnings-in-compile-et-20010524 AUTHOR nneul@umr.edu
	
	so we don't get warning for msf stuff

2001-05-24 17:09  shadow

	* openafs/src/afs/SOLARIS/osi_vfsops.c (1.6): DELTA
	solaris-make-df-in-cwd-return-useful-output-20010524 AUTHOR
	kolya@mit.edu
	
	"This patch makes "df ." work in AFS directories under Solaris 8. 
	(df looks in /etc/mnttab, which is obtained from the kernel, for
	the device number and then does a pwd-style walk up the tree.. 
	Currently the device number gets set to 0x100000 by default which
	doesn't match the 0x1234 device number of AFS vnodes.)"

2001-05-21 16:24  shadow

	* openafs/src/kauth/authclient.c (1.4): DELTA
	linux-s390-kas-setpass-fix-20010515 AUTHOR jacobi@de.ibm.com
	
	fix for s390, per Carsten: (this behaviour occurs only on 31-bit
	S/390-Systems, the "s390x"-machines should change the AFS-password
	also without this patch as far as I can imagine)

2001-05-19 13:45  shadow

	* openafs/doc/: ArchitectureOverview.pdf (1.3),
	AuthenticationServer.pdf (1.3), BOSServer.pdf (1.3),
	FileServerAndCacheManager.pdf (1.3), RxRPC.pdf (1.3),
	VolumeServerAndVolumeLocationServer.pdf (1.3): DELTA
	afs-overview-documentation-20010519 AUTHOR stentz@us.ibm.com
	
	Contributed overview docs from IBM, this time binary mode.

2001-05-19 13:44  shadow

	* openafs/doc/: ArchitectureOverview.pdf (1.2),
	AuthenticationServer.pdf (1.2), BOSServer.pdf (1.2),
	FileServerAndCacheManager.pdf (1.2), RxRPC.pdf (1.2),
	VolumeServerAndVolumeLocationServer.pdf (1.2): DELTA
	remove-bad-non-binary-commit-of-afs-docs-20010519 AUTHOR
	shadow@dementia.org
	
	so i can readd with -kb

2001-05-19 13:43  shadow

	* openafs/doc/: ArchitectureOverview.pdf (1.1),
	AuthenticationServer.pdf (1.1), BOSServer.pdf (1.1),
	FileServerAndCacheManager.pdf (1.1), RxRPC.pdf (1.1),
	VolumeServerAndVolumeLocationServer.pdf (1.1): DELTA
	add-afs-overview-manuals-20010519 AUTHOR stentz@us.ibm.com
	
	Documentation contributed by IBM

2001-05-18 13:15  shadow

	* openafs/src/rx/HPUX/: rx_kmutex.h (1.3), rx_knet.c (1.5): DELTA
	hpux11-kernel-support-20010517 AUTHOR shadow@dementia.org
	
	get this stuff compiling

2001-05-18 12:14  shadow

	* openafs/src/rx/HPUX/rx_knet.c (1.4): DELTA
	hpux11-kernel-support-20010517 AUTHOR shadow@dementia.org
	
	try again. probably still not useful

2001-05-18 12:04  shadow

	* openafs/src/rx/HPUX/rx_kmutex.h (1.2): DELTA
	hpux11-kernel-support-20010517 AUTHOR shadow@dementia.org
	
	do a little cleanup after looking at other architectures
	
	still won't work until we know more about sleep/wakeup and kernel
	semaphore interface crap

2001-05-18 11:51  shadow

	* openafs/src/rx/HPUX/rx_knet.c (1.3): DELTA
	hpux11-kernel-support-20010517 AUTHOR shadow@dementia.org
	
	include streams tli header

2001-05-18 11:48  shadow

	* openafs/src/rx/HPUX/rx_knet.c (1.2): DELTA
	hpux11-kernel-support-20010517 AUTHOR shadow@dementia.org
	
	use macros in osi_machdep.h for doing spinlocks

2001-05-17 21:22  shadow

	* openafs/src/: auth/Makefile (1.5), dir/Makefile (1.4),
	libafsauthent/Makefile (1.4), ptserver/Makefile (1.8), rx/Makefile
	(1.13), rxkad/Makefile (1.5), tviced/Makefile (1.7), ubik/Makefile
	(1.4), usd/Makefile (1.4), viced/Makefile (1.4), vlserver/Makefile
	(1.5), vol/Makefile (1.7), volser/Makefile (1.5): DELTA
	update-makefiles-for-afsconfig-h-20010517 AUTHOR nneul@umr.edu
	
	more updates so afsconfig.h can be included

2001-05-17 21:11  shadow

	* openafs/src/afs/HPUX/osi_vfs.h (1.1): DELTA
	hpux11-kernel-support-20010517 AUTHOR shadow@dementia.org
	
	shell of osi_vfs.h
	
	not useful yet

2001-05-17 21:03  shadow

	* openafs/src/rx/HPUX/rx_kmutex.h (1.1): DELTA
	hpux11-kernel-support-20010517 AUTHOR shadow@dementia.org
	
	shell of this file. won't work

2001-05-17 20:50  shadow

	* openafs/src/rx/HPUX/rx_knet.c (1.1): DELTA
	hpux11-kernel-support-20010517 AUTHOR shadow@dementia.org
	
	put together from 1994(!) rx open source release available at
	ftp://ftp.dementia.org/pub/rx, other architectures, rx_kcommon.c,
	and some net research on hpux
	
	has no chance of working, slim chance of compiling, and seriously
	needs spinlock work to be useful

2001-05-16 00:16  shadow

	* openafs/src/config/: param.i386_linux24.h (1.5),
	param.i386_linux24_usr.h (1.3): DELTA
	linux24-param-cleanup-20010516 AUTHOR shadow@dementia.org
	
	make usr version of file not define 64 bit env make kernel version
	include modversions before afs_sysnames.h (which includes stds.h)

2001-05-15 19:28  shadow

	* openafs/src/: afsconfig.h.in (1.3), des/Makefile (1.6),
	des/andrew-conf.h (1.8), des/cksum.c (1.5), des/crypt.c (1.3),
	des/des_conf.h (1.2), des/new_rnd_key.c (1.6), des/read_pssword.c
	(1.7), des/strng_to_key.c (1.5), des/weak_key.c (1.3),
	libafsrpc/Makefile (1.7): DELTA afsconfig-updates-20010515 AUTHOR
	nneul@umr.edu
	
	updates to and to use afsconfig.h

2001-05-15 19:16  shadow

	* openafs/src/des/read_pssword.c (1.6): DELTA
	sgi-fix-prototypes-20010515 AUTHOR nneul@umr.edu
	
	use strings.h on irix to get needed prototypes

2001-05-15 19:15  shadow

	* openafs/src/afsconfig.h.in (1.2): DELTA
	fix-bad-logic-in-afsconfig-h-in-20010515 AUTHOR nneul@umr.edu
	
	fix some iverted logic

2001-05-15 19:13  shadow

	* openafs/src/kauth/admin_tools.c (1.5): DELTA
	linux-s390-kas-setpass-fix-20010515 AUTHOR jacobi@de.ibm.com
	
	fix for s390, per Carsten: (this behaviour occurs only on 31-bit
	S/390-Systems, the "s390x"-machines should change the AFS-password
	also without this patch as far as I can imagine)

2001-05-14 18:56  shadow

	* openafs/src/auth/userok.c (1.4): DELTA
	afs-superuser-foreign-realm-checks-20010514 AUTHOR nneul@umr.edu
	
	This rewrite cleans up the code a bit, removes any athena specific
	references (not needed anymore in this version), and adds support
	for multi realm management of afs servers (you can now specify
	"admin@OTHERREALM" in your userlist).
	
	Code now checks as follows:
	
	tname tinst  - remote user info from conn tcell lcell - local cell
	lrealm - local realm (defaults to lcell if not avail)
	
	if no remote cell or instance	      allow localauth if the cell
	of the remote connection matches local cell or local realm	  
	if not tinst		     allow if tname in UserList 	if
	tinst		      allow if tname.tinst in UserList if cell
	doesn't match local cell or realm	  if not tinst		   
	   allow if tname@cell in UserList		   allow if
	tname@CELL in UserList	       if tinst 		allow if
	tname.tinst@cell in UserList		     allow if
	tname.tinst@CELL in UserList
	
	modified per openafs-devel discussion such that krb5 versions
	(/tinst rather than .tinst) code path disabled for now DELTA
	some-name-yyyymmdd AUTHOR contributor@some.site

2001-05-14 18:54  shadow

	* openafs/src/util/serverLog.c (1.12): DELTA
	restore-writelogbuffer-for-mrafs-20010514 AUTHOR reuter@rzg.mpg.de
	
	move forward to current version of function

2001-05-14 18:26  shadow

	* openafs/src/rx/rx.c (1.12): DELTA
	aix42-pthread-self-return-needs-cast-20010514 AUTHOR
	md@dementia.org
	
	To compile on AIX 4.2 on PowerPC

2001-05-14 18:23  shadow

	* openafs/src/Makefile (1.20): DELTA
	initial-afsconfig-h-file-20010514 AUTHOR shadow@dementia.org
	
	make Makefile use top-level location rather than config as Nathan
	intended

2001-05-14 17:41  shadow

	* openafs/src/viced/viced.c (1.5): DELTA
	change-effect-of-afs-quietfs-env-20010514 AUTHOR nneul@umr.edu
	
	so ViceLog happens when file server starts

2001-05-14 17:30  shadow

	* openafs/src/afs/VNOPS/afs_vnop_attrs.c (1.6): DELTA
	darwin-clear-va-flags-in-copyoutattrs-20010514 AUTHOR ted@mit.edu
	
	"I noticed that when I tried copying files out of AFS, I would
	often not be able to modify the destination files/dirs due to the
	user flags being non-zero (see man chflags).  Turns out that not
	all of the fields of Darwin's struct vattr were being set in
	afs_CopyOutAttrs
	
	This patch clears the va_flags entry. I wasn't sure how the
	va_filerev and va_gen fields are precisely used, but since I wasn't
	noticing any trouble I could attribute to them, I left them
	unspecified.  I suspect someone with more knowledge can say for
	sure.  "

2001-05-14 17:27  shadow

	* openafs/src/volser/vos.c (1.3): DELTA
	make-vos-accept-force-switch-20010514 AUTHOR nneul@umr.edu
	
	and let libcmd handling deal with -f

2001-05-14 17:24  shadow

	* openafs/src/: Makefile (1.19), afsconfig.h.in (1.1),
	afsd/Makefile (1.7), afsd/afsd.c (1.9): DELTA
	initial-afsconfig-h-file-20010514 AUTHOR nneul@umr.edu
	
	start of config file work for autoconf

2001-05-14 17:19  shadow

	* openafs/src/des/: Makefile (1.5), crypt.c (1.2), make_p_table.c
	(1.3), make_s_table.c (1.3), quad_cksum.c (1.2), read_pssword.c
	(1.5), strng_to_key.c (1.4): DELTA des-warnings-cleanup-20010514
	AUTHOR nneul@umr.edu
	
	clean up some more warnings from des

2001-05-14 16:51  shadow

	* openafs/src/util/serverLog.c (1.11): DELTA
	restore-writelogbuffer-for-mrafs-20010514 AUTHOR reuter@rzg.mpg.de
	
	MR-AFs is making use of this to hook into logging to write
	multiline messages into the log

2001-05-03 10:19  shadow

	* openafs/src/: libafs/MakefileProto.LINUX (1.16),
	config/Makefile.s390_linux24 (1.1), config/param.s390_linux24.h
	(1.1), config/param.s390_linux24_usr.h (1.1): DELTA
	linux24-s390-initial-support-20010503 AUTHOR jacobi@de.ibm.com
	
	base support for s390 linux 2.4

2001-04-30 18:15  shadow

	* openafs/src/util/snprintf.c (1.8): DELTA
	compile-snprintf-for-solaris25-20010430 AUTHOR md@dementia.org
	
	so this will still build for solaris 2.5.1, build our snprintf

2001-04-30 18:13  shadow

	* openafs/src/des/test/: key_test.c (1.2), testit.c (1.3), verify.c
	(1.3): DELTA make-des-test-buildable-20010430 AUTHOR
	chas@cmf.nrl.navy.mil
	
	remove bogus rcsid string lines with no strings

2001-04-30 18:08  shadow

	* openafs/src/: afs/afs.h (1.7), afs/afs_call.c (1.8),
	afs/afs_cell.c (1.4), afs/afs_init.c (1.7), afs/afs_pioctl.c
	(1.14), afsd/afsd.c (1.8), auth/cellconfig.c (1.8),
	auth/cellconfig.p.h (1.4), config/afs_args.h (1.3): DELTA
	afsdb-callout-and-userspace-implementation-20010430 AUTHOR
	kolya@mit.edu
	
	"This patch implements AFSDB support for both user-space programs
	and for the kernel.. I've tested these on sun4x_57 (64-bit) and on
	i386_linux22."
	
	not currently enabled in any configuration

2001-04-30 18:03  shadow

	* openafs/src/auth/cellconfig.c (1.7): DELTA
	remove-incomplete-dns-patch-20010430 AUTHOR shadow@dementia.org
	
	this shouldn't have leaked in yet

2001-04-30 11:18  shadow

	* openafs/src/afsd/afs.conf.linux (1.4): DELTA
	fix-comment-for-linux-conf-20010430 AUTHOR nneul@umr.edu
	
	fix comment to reflect variable change

2001-04-30 11:09  shadow

	* openafs/src/vol/partition.c (1.9): DELTA
	remove-text-after-endif-20010430 AUTHOR nneul@umr.edu
	
	remove typo which crept in

2001-04-30 03:05  shadow

	* openafs/src/: util/Makefile (1.6), util/NTMakefile (1.3),
	util/afsutil.h (1.8), vlserver/Makefile (1.4), vlserver/NTMakefile
	(1.3), vlserver/vlserver.c (1.6): DELTA win95-initial-port-20010430
	AUTHOR riegel@almaden.ibm.com
	
	Windows 95/98 port from IBM Almaden
	
	makefile changes

2001-04-30 03:03  shadow

	* openafs/src/rx/: Makefile (1.12), NTMakefile (1.4), rx.c (1.11),
	rx_getaddr.c (1.5), rx_lwp.c (1.7), rx_misc.c (1.3), rx_packet.c
	(1.3), rx_packet.h (1.5), rx_user.c (1.3), rx_xmit_nt.c (1.3),
	rx_xmit_nt.h (1.3), xdr.h (1.3): DELTA win95-initial-port-20010430
	AUTHOR riegel@almaden.ibm.com
	
	Windows 95/98 port from IBM Almaden
	
	rx changes to support 95/98 port

2001-04-30 03:02  shadow

	* openafs/src/lwp/: Makefile (1.8), NTMake9x (1.1), NTMakefile
	(1.4), iomgr.c (1.3), lwp.h (1.5), lwp_nt.c (1.4), preempt.c (1.7),
	process.s (1.6), timer.c (1.4), waitkey.c (1.5): DELTA
	win95-initial-port-20010430 AUTHOR riegel@almaden.ibm.com
	
	Windows 95/98 port from IBM Almaden
	
	lwp changes to support 95/98 port

2001-04-30 03:02  shadow

	* openafs/src/: libafsrpc/NTMakefile (1.4), pinstall/Makefile
	(1.4), procmgmt/Makefile (1.4), procmgmt/NTMakefile (1.3),
	ptserver/Makefile (1.7), ptserver/NTMakefile (1.3), rxgen/Makefile
	(1.3), rxgen/NTMakefile (1.3), rxkad/NTMakefile (1.3),
	rxstat/Makefile (1.4), rxstat/NTMakefile (1.3), sys/NTMakefile
	(1.3), sys/pioctl_nt.c (1.3), tbutc/NTMakefile (1.4),
	ubik/NTMakefile (1.3), usd/NTMakefile (1.3): DELTA
	win95-initial-port-20010430 AUTHOR riegel@almaden.ibm.com
	
	Windows 95/98 port from IBM Almaden
	
	makefile changes

2001-04-30 02:57  shadow

	* openafs/src/: libadmin/kas/afs_kasAdmin.h (1.3),
	libadmin/vos/afs_vosAdmin.h (1.3), libafsauthent/NTMakefile (1.3):
	DELTA win95-initial-port-20010430 AUTHOR riegel@almaden.ibm.com
	
	Windows 95/98 port from IBM Almaden
	
	ms compiler changes

2001-04-30 02:55  shadow

	* openafs/src/: libacl/NTMakefile (1.3), libadmin/NTMakefile (1.3):
	DELTA win95-initial-port-20010430 AUTHOR riegel@almaden.ibm.com
	
	Windows 95/98 port from IBM Almaden
	
	makefile changes

2001-04-30 02:54  shadow

	* openafs/src/des/: Makefile (1.4), NTMakefile (1.2), andrew-conf.h
	(1.7), new_rnd_key.c (1.5): DELTA win95-initial-port-20010430
	AUTHOR riegel@almaden.ibm.com
	
	Windows 95/98 port from IBM Almaden
	
	makefile changes plus support for 95/98 env

2001-04-30 02:54  shadow

	* openafs/src/config/: Makefile.djgpp.common (1.1),
	Makefile.i386_djgpp (1.1), NTMakefile (1.4), NTMakefile.i386_nt40
	(1.4), NTMakefile.i386_win95 (1.1), afs_sysnames.h (1.11),
	param.i386_djgpp.h (1.1), param.i386_djgpp_usr.h (1.1),
	param.i386_win95.h (1.1), touch.c (1.1), util_cr.c (1.1): DELTA
	win95-initial-port-20010430 AUTHOR riegel@almaden.ibm.com
	
	Windows 95/98 port from IBM Almaden
	
	config for 95/98

2001-04-30 02:53  shadow

	* openafs/src/comerr/: NTMakefile (1.3), compile_et.c (1.2),
	et_lex.lex_nt.c (1.2): DELTA win95-initial-port-20010430 AUTHOR
	riegel@almaden.ibm.com
	
	Windows 95/98 port from IBM Almaden
	
	makefile changes plus changes for compat with dos line conventions

2001-04-30 02:52  shadow

	* openafs/src/auth/: Makefile (1.4), NTMakefile (1.3), cellconfig.c
	(1.6), ktc_nt.c (1.3): DELTA win95-initial-port-20010430 AUTHOR
	riegel@almaden.ibm.com
	
	Windows 95/98 port from IBM Almaden
	
	makefile changes plus dns implementation

2001-04-30 02:52  shadow

	* openafs/src/: audit/NTMakefile (1.3), cmd/Makefile (1.4),
	cmd/NTMakefile (1.3), des_stub/NTMakefile (1.3), fsint/Makefile
	(1.4), fsint/NTMakefile (1.3), kauth/NTMakefile (1.3),
	kauth/kautils.p.h (1.3): DELTA win95-initial-port-20010430 AUTHOR
	riegel@almaden.ibm.com
	
	Windows 95/98 port from IBM Almaden
	
	makefile changes

2001-04-30 02:51  shadow

	* openafs/src/WINNT/win9xpanel/Help/: Advanced.mrb (1.1),
	PROGRESS.MRB (1.1), PROPER.MRB (1.1), afswin9x.cnt (1.1),
	afswin9x.hpj (1.1), afswin9x.rtf (1.1), icon.bmp (1.1): DELTA
	win95-initial-port-20010430 AUTHOR riegel@almaden.ibm.com
	
	Windows 95/98 port from IBM Almaden
	
	win95/98 panel app help

2001-04-30 02:51  shadow

	* openafs/src/WINNT/win9xpanel/: CAfs.cpp (1.1), CRegkey.cpp (1.1),
	CRegkey.h (1.1), CellServDB (1.1), Change.cpp (1.1), Change.h
	(1.1), CommandSettings.cpp (1.1), CommandSettings.h (1.1),
	Datalog.cpp (1.1), Datalog.h (1.1), Encript.cpp (1.1), Force.cpp
	(1.1), Force.h (1.1), MyFrame.cpp (1.1), MyFrame.h (1.1),
	NTMakefile (1.1), ProgBarDlg.cpp (1.1), ProgBarDlg.h (1.1),
	Retry.cpp (1.1), Retry.h (1.1), Settings.cpp (1.1), Settings.h
	(1.1), StdAfx.cpp (1.1), StdAfx.h (1.1), TermWarn.cpp (1.1),
	TermWarn.h (1.1), Transbmp.cpp (1.1), Transbmp.h (1.1),
	TrayIcon.cpp (1.1), TrayIcon.h (1.1), Wait.cpp (1.1), Wait.h (1.1),
	WinAfsLoad.cpp (1.1), WinAfsLoad.dep (1.1), WinAfsLoad.h (1.1),
	WinAfsLoad.rc (1.1), WinAfsLoadDlg.cpp (1.1), WinAfsLoadDlg.h
	(1.1), api95.cpp (1.1), api95.h (1.1), cafs.h (1.1), encript.h
	(1.1), modver.cpp (1.1), modver.h (1.1), resource.h (1.1), share.h
	(1.1), res/WinAfsLoad.ico (1.1), res/world.bmp (1.1): DELTA
	win95-initial-port-20010430 AUTHOR riegel@almaden.ibm.com
	
	Windows 95/98 port from IBM Almaden
	
	win95/98 panel app

2001-04-30 02:50  shadow

	* openafs/src/WINNT/install/Win9x/: CellServDB (1.1), NTMakeFile
	(1.1), RUNONCE.PIF (1.1), ReadMe.rtf (1.1), install.bat (1.1),
	license.txt (1.1), templet.reg (1.1): DELTA
	win95-initial-port-20010430 AUTHOR riegel@almaden.ibm.com
	
	Windows 95/98 port from IBM Almaden
	
	installer for 95/98 client

2001-04-30 02:49  shadow

	* openafs/src/WINNT/client_osi/: Makefile.djgpp (1.1), NTMakefile
	(1.2), osi.h (1.2), osifd.c (1.2), osifd.h (1.2), osilog.c (1.2),
	osilog.h (1.2), osiqueue.c (1.2), osisleep.h (1.2), osithrd95.c
	(1.1), osithrd95.h (1.1), osithrdnt.h (1.1): DELTA
	win95-initial-port-20010430 AUTHOR riegel@almaden.ibm.com
	
	Windows 95/98 port from IBM Almaden
	
	osi changes to support 95/98

2001-04-30 02:48  shadow

	* openafs/src/WINNT/: afsreg/NTMakefile (1.3),
	client_config/NTMakefile (1.3), client_config/lang/NTMakefile
	(1.3), client_cpa/NTMakefile (1.3), client_cpa/lang/NTMakefile
	(1.3), client_creds/lang/NTMakefile (1.3), client_exp/NTMakefile
	(1.3), client_exp/lang/NTMakefile (1.3), eventlog/NTMakefile (1.3),
	eventlog/lang/NTMakefile (1.3), pthread/NTMakefile (1.3),
	talocale/NTMakefile (1.3): DELTA win95-initial-port-20010430 AUTHOR
	riegel@almaden.ibm.com
	
	Windows 95/98 port from IBM Almaden
	
	makefile changes

2001-04-30 02:48  shadow

	* openafs/src/WINNT/afsd/: Makefile.djgpp (1.1), NTMakefile (1.3),
	afsd.h (1.3), afsd95.c (1.1), afsd_init.h (1.3), afsd_init95.c
	(1.1), afsmsg95.c (1.1), afsmsg95.h (1.1), afsrpc95.h (1.1), cm.h
	(1.3), cm_access.c (1.3), cm_access.h (1.3), cm_aclent.c (1.3),
	cm_buf.c (1.3), cm_buf.h (1.3), cm_callback.c (1.3), cm_callback.h
	(1.3), cm_cell.c (1.3), cm_config.c (1.3), cm_config.h (1.3),
	cm_conn.c (1.4), cm_conn.h (1.4), cm_daemon.c (1.3), cm_dcache.c
	(1.3), cm_dir.c (1.3), cm_diskcache95.c (1.1), cm_diskcache95.h
	(1.1), cm_dnlc.c (1.3), cm_ioctl.c (1.4), cm_ioctl.h (1.4),
	cm_rpc.c (1.3), cm_rpc.h (1.3), cm_rpc95.h (1.1), cm_scache.c
	(1.3), cm_scache.h (1.3), cm_server.c (1.3), cm_server.h (1.3),
	cm_user.c (1.3), cm_utils.c (1.3), cm_vnodeops.c (1.3),
	cm_vnodeops.h (1.3), cm_volume.c (1.3), dosdefs95.h (1.1),
	dosutils95.c (1.1), fs_utils.h (1.3), largeint95.c (1.1),
	largeint95.h (1.1), netbios95.c (1.1), netbios95.h (1.1), queue95.c
	(1.1), queue95.h (1.1), smb.c (1.3), smb.h (1.3), smb3.c (1.4),
	smb3.h (1.3), smb_iocons.h (1.4), smb_ioctl.c (1.4), smb_ioctl.h
	(1.3): DELTA win95-initial-port-20010430 AUTHOR
	riegel@almaden.ibm.com
	
	Windows 95/98 port from IBM Almaden
	
	changes to cache manager

2001-04-30 02:47  shadow

	* openafs/src/: Makefile.djgpp (1.1), NTMake9x (1.1), NTMakefile
	(1.3), README-WIN9X (1.1), TechNotes-WIN9X (1.1), mkdest.pl (1.1),
	ntbuild.bat (1.3), rmbat.bat (1.1), rmbat.rsp (1.1), symlink.bat
	(1.1): DELTA win95-initial-port-20010430 AUTHOR
	riegel@almaden.ibm.com
	
	Windows 95/98 port from IBM Almaden
	
	documentation and build support

2001-04-29 19:42  shadow

	* openafs/src/config/: Makefile.ppc_linux22 (1.1),
	param.ppc_linux22.h (1.1), param.ppc_linux22_usr.h (1.1): DELTA
	linux-ppc-linux22-base-config-20010429 AUTHOR hartmans@mit.edu
	
	base ppc linux 2.2 config

2001-04-29 19:40  shadow

	* openafs/src/: util/snprintf.c (1.7), config/param.i386_nt40.h
	(1.3): DELTA
	winnt-redefine-snprintf-instead-of-building-one-20010429 AUTHOR
	shadow@dementia.org
	
	WINNT has _snprintf, just use that

2001-04-29 19:36  shadow

	* openafs/src/afsd/afs.conf.linux (1.3): DELTA
	linux-conf-use-options-not-afsd-options-20010429 AUTHOR
	nneul@umr.edu
	
	make distributed config consistent with rc file

2001-04-25 01:44  shadow

	* openafs/src/vol/listinodes.c (1.6): DELTA
	fix-sense-of-ifdef-for-darwin-20010425 AUTHOR jhutz@cmu.edu
	
	reverse change from freebsd patch

2001-04-23 22:48  shadow

	* openafs/src/libafs/: MakefileProto.LINUX (1.15), redhat.sh (1.2):
	DELTA
	linux-make-bridge-script-more-respectful-of-build-environment-20010
	423 AUTHOR shadow@dementia.org
	
	make it actually use the known path to the kernel source, and check
	for existance before doing anything

2001-04-22 15:37  shadow

	* openafs/src/libafs/: Makefile.extradefs (1.1),
	MakefileProto.LINUX (1.14), redhat.sh (1.1): DELTA
	linux-bridge-to-deal-with-redhat71-in-pre-autoconf-days-20010422
	AUTHOR shadow@dementia.org
	
	Kinda crappy but it will suffice for now

2001-04-22 15:02  shadow

	* openafs/src/libafs/MakefileProto.LINUX (1.13): DELTA
	linux-kernel-extra-definitions-for-sp-versus-mp-20010422 AUTHOR
	katzj@linuxpower.org
	
	__SMP__, and __BOOT_KERNEL_SMP __BOOT_KERNEL_UP definitions as
	appropriate

2001-04-21 15:04  shadow

	* openafs/src/afs/LINUX/osi_vm.c (1.6): DELTA
	linux-revert-truncate-inode-pages-for-smush-20010420 AUTHOR
	shadow@dementia.org
	
	osi_VM_TryToSmush needs to be careful not to walk on in-use pages

2001-04-21 14:38  shadow

	* openafs/src/afs/LINUX/osi_vnodeops.c (1.23): DELTA
	cleanup-from-readdir-type-hint-guessing-20010420 AUTHOR
	shadow@dementia.org
	
	Based on report by Chas Williams; FindVCache get getting a ref
	which we need to release

2001-04-21 00:23  shadow

	* openafs/src/afs/LINUX/: osi_file.c (1.8), osi_vfs.h (1.7): DELTA
	conditionals-for-linux-ac-kernels-20010420 AUTHOR
	shadow@dementia.org
	
	Adapted from katzj@linuxpower.org's work. Still needs makefile
	hackery and glue scripts to do the defining

2001-04-20 23:14  shadow

	* openafs/src/venus/Makefile (1.9): DELTA
	be-tolerant-of-unbuilding-kdumps-20010420 AUTHOR
	shadow@dementia.org
	
	so people who can't get kdump to build aren't so confused

2001-04-20 21:39  shadow

	* openafs/src/afs/LINUX/osi_vm.c (1.5): DELTA
	truncate-inode-pages-for-linux22-20010420 AUTHOR
	shadow@dementia.org
	
	backport support for 2.2 kernerls

2001-04-20 21:35  shadow

	* openafs/src/afs/LINUX/: osi_misc.c (1.8), osi_vm.c (1.4): DELTA
	truncate-inode-pages-for-linux22-20010420 AUTHOR
	shadow@dementia.org
	
	backport support for 2.2 kernerls

2001-04-20 21:23  shadow

	* openafs/src/afs/LINUX/osi_misc.c (1.7): DELTA
	linux-call-truncate-inode-pages-in-preference-to-invalidate-inode-p
	ages-20010420 AUTHOR shadow@dementia.org
	
	DELTA some-name-yyyymmdd AUTHOR contributor@some.site

2001-04-20 21:15  shadow

	* openafs/src/afs/LINUX/osi_vm.c (1.3): DELTA
	linux-call-truncate-inode-pages-in-preference-to-invalidate-inode-p
	ages-20010420 AUTHOR chas@cmf.nrl.navy.mil
	
	To cure "Failed to invalidate all pages on inode 0xc9208720"

2001-04-20 21:06  shadow

	* openafs/src/afs/LINUX/osi_vfsops.c (1.7): DELTA
	linux-vfsops-updates-20010420 AUTHOR katzj@linuxpower.org
	
	set s_maxbytes if MAX_NON_LFS is defined
	
	use &tvp->v nsttead of tvp

2001-04-20 20:31  shadow

	* openafs/src/afs/LINUX/osi_vfsops.c (1.6): DELTA
	afs-gunlock-when-umount-as-not-suser-20010420 AUTHOR
	katzj@linuxpower.org
	
	bad to AFS_GLOCK then exit without AFS_GUNLOCK

2001-04-20 20:14  shadow

	* openafs/src/afs/LINUX/osi_file.c (1.7): DELTA
	linux24-add-missing-truncate-inode-pages-call-20010420 AUTHOR
	chas@cmf.nrl.navy.mil
	
	actually do the inode page truncation for linux 2.4

2001-04-20 19:58  shadow

	* openafs/src/config/param.i386_linux24.h (1.4): DELTA
	undo-i386-linux-64bit-env-20010420 AUTHOR shadow@dementia.org
	
	It turns out defining AFS_64BIT_ENV ends up causing accesses to
	hang if a server goes down; Should not be the case but other work
	will be needed to figure out why or even if we need to be
	AFS_64BIT_ENV; in the meantime, revert this part of patches done
	for xdr_int64; it's not ncessary now anyhow

2001-04-20 19:34  shadow

	* openafs/src/afs/SOLARIS/osi_inode.c (1.6): DELTA
	vfs-dqrwlock-doesnt-exist-before-solaris7-20010420 AUTHOR
	kolya@mit.edu
	
	in order that the modified solaris code works on pre-solaris7 it's
	necessary to not use the locks we didn't have then

2001-04-20 18:42  shadow

	* openafs/src/afs/LINUX/osi_module.c (1.11): DELTA
	linux24-ppc-has-no-setgroups32-20010420 AUTHOR
	chas@cmf.nrl.navy.mil
	
	use generic ifdef to deal with ppc 2.4 not having setgroups32 yet

2001-04-20 18:38  shadow

	* openafs/src/pinstall/install.c (1.6): DELTA
	install-updates-for-freebsd-20010420 AUTHOR tardis@watson.org
	
	make install build for freebsd

2001-04-20 18:34  shadow

	* openafs/src/afs/LINUX/osi_vnodeops.c (1.22): DELTA
	linux-dentry-revalidation-always-revalidate-20010420 AUTHOR
	shadow@dementia.org
	
	Based on collaboration with Chas Williams and Chaskiel Grundman
	
	Always force revalidation so if call which caused caching was in
	another authentication "context" we don't inadvertantly leak
	information.
	
	Cases where things matter involve bad caching for negative dentries
	(something fails because you don't have permission, then you
	authenticate and the negative dentry is not flushed) or when you
	have l only and someone with rl caused the dentry to get cached, in
	which case stat() information and nothing else is leaked

2001-04-20 18:21  shadow

	* openafs/src/config/param.i386_linux22.h (1.5): DELTA
	undo-i386-linux-64bit-env-20010420 AUTHOR shadow@dementia.org
	
	It turns out defining AFS_64BIT_ENV ends up causing accesses to
	hang if a server goes down; Should not be the case but other work
	will be needed to figure out why or even if we need to be
	AFS_64BIT_ENV; in the meantime, revert this part of patches done
	for xdr_int64; it's not ncessary now anyhow

2001-04-16 17:09  shadow

	* openafs/src/afs/LINUX/osi_misc.c (1.6): DELTA
	linux-cleanup-after-check-bad-parent-20010416 AUTHOR
	chas@cmf.nrl.navy.mil
	
	check_bad_parent doing lookups is incrementing i_count and nothing
	is cleaning up after it; this should make it happier

2001-04-16 14:11  shadow

	* openafs/src/afs/LINUX/osi_vnodeops.c (1.21): DELTA
	linux-dont-d-drop-in-revalidate-20010416 AUTHOR cg2v@andrew.cmu.edu
	
	calling d_drop ends up precluding shrink_dcache_parent; don't call
	it

2001-04-16 00:01  shadow

	* openafs/src/afs/LINUX/osi_vnodeops.c (1.20): DELTA
	linux-dentry-revalidation-rework-20010416 AUTHOR
	cg2v@andrew.cmu.edu
	
	invalidate based on dataversion so negative dentries will actually
	go away

2001-04-14 14:25  shadow

	* openafs/src/afs/LINUX/osi_vnodeops.c (1.19): DELTA
	make-rmdir-on-linux-agree-with-linux-rmdir-implementation-errors-20
	010414 AUTHOR shadow@dementia.org

2001-04-14 13:49  shadow

	* openafs/src/: cmd/cmd.c (1.4), cmd/cmd.p.h (1.4), config/config.c
	(1.3), config/mc.c (1.3), des/cbc_encrypt.c (1.4), des/cksum.c
	(1.4), des/des.c (1.4), des/key_sched.c (1.2), des/make_fp.c (1.2),
	des/make_ip.c (1.2), des/make_keyperm.c (1.2), des/make_p_table.c
	(1.2), des/make_s_table.c (1.2), des/misc.c (1.2),
	des/new_rnd_key.c (1.4), des/pcbc_encrypt.c (1.4),
	des/read_pssword.c (1.4), des/strng_to_key.c (1.3), des/tables.h
	(1.2), des/util.c (1.2), des/weak_key.c (1.2), pinstall/install.c
	(1.5): DELTA warning-cleanup-20010414 AUTHOR nneul@umr.edu
	
	cleanup based on complaints for gcc -Wall

2001-04-14 13:45  shadow

	* openafs/src/Makefile (1.18): DELTA
	allow-disabling-compile-of-obsolete-and-insecure-bits-20010414
	AUTHOR nneul@umr.edu
	
	so that ntp, rcmds, inetd, mpp and package can be disabled easily

2001-04-14 13:38  shadow

	* openafs/src/libafs/MakefileProto.LINUX (1.12): DELTA
	update-linux-gcc-processor-optimization-flag-20010414 AUTHOR
	nneul@umr.edu
	
	gcc now wants -march not -m(processor)

2001-04-14 13:34  shadow

	* openafs/src/afs/SOLARIS/: osi_file.c (1.3), osi_inode.c (1.5),
	osi_vfsops.c (1.5): DELTA solaris-ufs-call-updates-20010414 AUTHOR
	kolya@mit.edu
	
	updates per message from Frank Batschulat
	<Frank.Batschulat@Sun.COM> regarding problems with how afs hooked
	the solaris ufs code

2001-04-14 13:31  shadow

	* openafs/src/bucoord/vol_sets.c (1.4): DELTA
	update-volumesets-for-deletevolentry-20010414 AUTHOR
	mattiasa@e.kth.se
	
	analog of patch for addvolentry

2001-04-14 13:27  shadow

	* openafs/src/: Makefile (1.17), afs/Makefile (1.5), afs/afs.h
	(1.6), afs/afs_analyze.c (1.4), afs/afs_call.c (1.7),
	afs/afs_dcache.c (1.6), afs/afs_init.c (1.6), afs/afs_osi.c (1.5),
	afs/afs_osi.h (1.6), afs/afs_osi_pag.c (1.5), afs/afs_prototypes.h
	(1.4), afs/afs_server.c (1.6), afs/afs_user.c (1.5),
	afs/afsincludes.h (1.4), afs/exporter.h (1.5), afs/lock.h (1.4),
	afs/sysincludes.h (1.6), afs/FBSD/opt_posix.h (1.1),
	afs/FBSD/osi_file.c (1.1), afs/FBSD/osi_groups.c (1.1),
	afs/FBSD/osi_inode.c (1.1), afs/FBSD/osi_inode.h (1.1),
	afs/FBSD/osi_machdep.h (1.1), afs/FBSD/osi_misc.c (1.1),
	afs/FBSD/osi_sleep.c (1.1), afs/FBSD/osi_vfsops.c (1.1),
	afs/FBSD/osi_vm.c (1.1), afs/FBSD/osi_vnodeops.c (1.1),
	afs/FBSD/vnode_if.h (1.1), afs/UKERNEL/afs_usrops.c (1.4),
	afs/UKERNEL/sysincludes.h (1.6), afs/VNOPS/afs_vnop_attrs.c (1.5),
	afs/VNOPS/afs_vnop_flock.c (1.6), afs/VNOPS/afs_vnop_strategy.c
	(1.4), afs/VNOPS/afs_vnop_write.c (1.5), afsd/Makefile (1.6),
	afsd/afs.rc.fbsd (1.1), afsd/afsd.c (1.7), afsmonitor/afsmonitor.c
	(1.4), config/Makefile.i386_fbsd_42 (1.1), config/afs_sysnames.h
	(1.10), config/param.i386_fbsd_42.h (1.1),
	config/param.i386_fbsd_42_usr.h (1.1), des/read_pssword.c (1.3),
	dir/dir.c (1.3), kauth/kaserver.c (1.5), kauth/klogin.c (1.4),
	kauth/user.c (1.4), libafs/MakefileProto.FBSD (1.1),
	libafsrpc/Makefile (1.6), libuafs/MakefileProto.FBSD (1.1),
	login/login.c (1.2), lwp/Makefile (1.7), lwp/lwp.c (1.11),
	lwp/preempt.c (1.6), lwp/process.c (1.8), lwp/process.fbsd.s (1.1),
	lwp/timer.c (1.3), lwp/waitkey.c (1.4), package/gram.y (1.2),
	package/test_gram.y (1.2), pam/Makefile (1.4), pam/test_pam.c
	(1.3), pinstall/install.c (1.4), rcp/rcp.c (1.3), rsh/rcmd.c (1.4),
	rx/Makefile (1.11), rx/rx_getaddr.c (1.4), rx/rx_kcommon.c (1.5),
	rx/rx_kcommon.h (1.4), rx/rx_packet.h (1.4), rx/rx_rdwr.c (1.5),
	rx/FBSD/rx_kmutex.h (1.1), rx/FBSD/rx_knet.c (1.1),
	rxgen/rpc_main.c (1.4), sys/Makefile (1.4), uss/uss_common.h (1.4),
	util/netutils.c (1.5), venus/kdump.c (1.10), venus/up.c (1.4),
	viced/afsfileprocs.c (1.6), vol/Makefile (1.6), vol/devname.c
	(1.5), vol/listinodes.c (1.5), vol/partition.c (1.8),
	vol/vol-salvage.c (1.7), vol/volume.c (1.7): DELTA
	initial-freebsd-port-work-20010414 AUTHOR tardis@ece.cmu.edu
	
	start of work on freebsd port

2001-04-14 12:42  shadow

	* openafs/src/afs/LINUX/osi_vnodeops.c (1.18): 
	DELTA
	make-rmdir-on-linux-agree-with-linux-rmdir-implementation-errors-20
	010414 AUTHOR shadow@dementia.org
	
	rmdir(2) claims        ENOTDIR		     pathname,	or  a 
	component  used as a directory in		pathname, is not,
	in fact, a directory.
	
	       ENOTEMPTY
		      pathname contains entries other than . and .. .
	
	meaning what we really want to return here is ENOTEMPTY

2001-04-13 17:56  shadow

	* openafs/src/afs/LINUX/osi_vnodeops.c (1.17): DELTA
	linux-inode-and-dentry-validation-rework-20010413 AUTHOR
	chas@cmf.nrl.navy.mil
	
	gets us closer to the ideal in inode and dentry revalidation

2001-04-12 16:39  shadow

	* openafs/src/lwp/lwp.c (1.10): DELTA
	make-use-of-int-preblock-specific-to-s390-linux-20010412 AUTHOR
	shadow@dementia.org
	
	based on report Pavel Semerad <semerad@ss1000.ms.mff.cuni.cz>, but
	fixing the root cause.

2001-04-11 15:17  shadow

	* openafs/src/afs/LINUX/osi_vnodeops.c (1.16): DELTA
	better-type-guessing-for-readdir-hint-20010411 AUTHOR
	cg2v@andrew.cmu.edu
	
	instead of just saying unknown, if we know for sure, provide the
	info

2001-04-11 14:57  shadow

	* openafs/src/vol/vol-info.c (1.4): DELTA
	windows-compile-fixes-20010411 AUTHOR
	volker.holfeld@e-technik.tu-chemnitz.de
	
	update volinfo -filenames feature for nt

2001-04-11 14:56  shadow

	* openafs/src/rx/rx_lwp.c (1.6): DELTA
	windows-compile-fixes-20010411 AUTHOR
	volker.holfeld@e-technik.tu-chemnitz.de
	
	correct typo for nt

2001-04-11 14:54  shadow

	* openafs/src/util/serverLog.c (1.10): DELTA
	windows-compile-fixes-20010411 AUTHOR
	volker.holfeld@e-technik.tu-chemnitz.de
	
	ignore serverLog on nt

2001-04-06 14:22  shadow

	* openafs/src/rx/rx.c (1.10): DELTA
	rx-keep-track-of-resent-packets-20010406 AUTHOR kolya@mit.edu
	
	previously the resent packet counter was never incremented

2001-04-06 14:13  shadow

	* openafs/src/util/serverLog.c (1.9): DELTA
	dont-fflush-fds-20010406 AUTHOR kolya@mit.edu
	
	bogus call to fflush in server log code, trying to fflush a file
	descriptor

2001-04-06 14:11  shadow

	* openafs/src/vol/partition.c (1.7): DELTA
	partition-include-headers-to-get-opendir-etc-20010406 AUTHOR
	kolya@mit.edu
	
	so namei code comes closer to being useful in more cases

2001-04-06 14:08  shadow

	* openafs/src/afs/LINUX/: osi_groups.c (1.6), osi_module.c (1.10):
	DELTA linux24-new-afs-xsetgroups32-implementation-20010406 AUTHOR
	cg2v@andrew.cmu.edu
	
	afs_xsetgroups32 is now a copy of afs_xsetgroups, with the call to
	sys_setgroupsp changed to sys_setgroups32p
	
	no change to sparc64 port stuff

2001-04-06 14:03  shadow

	* openafs/src/afs/afs_osi_pag.c (1.4): DELTA
	darwin-pagincred-will-notice-pags-20010406 AUTHOR
	cg2v@andrew.cmu.edu
	
	make PagInCred notice pags on darwin

2001-04-05 15:32  shadow

	* openafs/src/volser/vsutils.c (1.3): DELTA
	remove-endif-warning-20010405 AUTHOR nneul@umr.edu endif comment
	should be commentized

2001-04-04 16:36  shadow

	* openafs/src/util/: afsutil.h (1.7), hostparse.c (1.3), netutils.c
	(1.4), netutils.h (1.3), uuid.c (1.3): DELTA
	use-consistent-data-typing-for-hosts-20010404 AUTHOR nneul@umr.edu
	
	use afs_uint32 everywhere

2001-04-04 16:29  shadow

	* openafs/src/libafs/MakefileProto.SOLARIS (1.6): DELTA
	placate-gmake-on-solaris-when-building-libafs-20010404 AUTHOR
	nneul@umr.edu
	
	gmake tries to build something named libafs, make it not

2001-04-04 16:27  shadow

	* openafs/src/Makefile (1.16): DELTA
	vfsck-doesnt-build-on-hpux11-20010404 AUTHOR nneul@umr.edu
	
	previous revisions caused it to be attempted to be built

2001-04-04 13:28  shadow

	* openafs/src/vol/namei_ops.c (1.5): DELTA
	make-getfreetag-find-correct-free-tags-20010404 AUTHOR
	reuter@rzg.mpg.de "I have found a "nice" bug in namei_ops.c:
	
	In GetFreeTag() the following code was used to find a free place in
	the link table entry:
	
	    /* Now find a free column in this row and claim it. */
	    coldata = 0x7;
	    for (col = 0; col<NAMEI_MAXVOLS; col++) {
		coldata <<= col * 3;
		if ((row & coldata) == 0)
		    break;
	    }
	
	What happens? With col == 0 we look for the bits 0x7. This is ok. 
	With col == 1 we look for the bits 0x38. This is also ok.  With col
	== 2 we look for the bits 0xe00 instead of 0x1c0 !!! But later the
	allocation is done correctly with 0x40.  Thus the next time he will
	find again a free place for col == 2 ! For higher values of col the
	test is also incorrect, of course."

2001-04-04 13:24  shadow

	* openafs/src/: afsd/Makefile (1.5), tviced/Makefile (1.6): DELTA
	remove-redundant-makefile-rules-20010404 AUTHOR nneul@umr.edu
	
	another set of redundant makefile rules removed

2001-04-04 13:21  shadow

	* openafs/src/util/serverLog.c (1.8): DELTA
	changes-to-allow-identifying-threads-in-log-file-output-20010404
	AUTHOR reuter@rzg.mpg.de
	
	use function pointers here instead of threadname

2001-04-04 13:17  shadow

	* openafs/src/rx/: rx.c (1.9), rx_lwp.c (1.5): DELTA
	changes-to-allow-identifying-threads-in-log-file-output-20010404
	AUTHOR reuter@rzg.mpg.de
	
	"This is an addition for MR-AFS log files where the thread name is
	shown. rx switches the general server threads to listeners and vice
	versa. To have reasonable names the listener must get back his old
	name when converting himself to a server thread. To not bother
	other programs with unresolved references I do this with two
	function pointers which are initialized in the main() programs for
	MR-AFS."

2001-04-04 13:14  shadow

	* openafs/src/vol/partition.c (1.6): DELTA
	make-vol-package-deal-with-namei-correctly-on-systems-which-can-be-
	compiled-with-or-without-namei-fileserver-20010404 AUTHOR
	reuter@rzg.mpg.de
	
	If compiled without AFS_NAMEI_ENV existence of AFSIDat must stop
	us. If compiled with AFS_NAMEI_ENV volume headers in a partition,
	but no AFSIDat must stop us.

2001-04-04 13:12  shadow

	* openafs/src/vol/vol-salvage.c (1.6): DELTA
	salvager-syslog-support-20010404 AUTHOR nneul@umr.edu
	
	support for salvager to syslog instead of logging to file

2001-04-04 13:08  shadow

	* openafs/src/: BUILDNOTES (1.3), Makefile (1.15), README (1.11),
	config/Makefile.hp_ux102 (1.1), config/param.hp_ux102.h (1.1),
	config/param.hp_ux102_usr.h (1.1): DELTA
	partial-hpux-10-support-20010404 AUTHOR nneul@umr.edu
	
	similar to HPUX 11, just make what can be compiled now compile

2001-04-04 13:00  shadow

	* openafs/src/vol/Makefile (1.5): DELTA
	simplify-salvager-target-20010404 AUTHOR nneul@umr.edu
	
	it's the same for linux as for everyone else now

2001-04-04 08:48  shadow

	* openafs/src/venus/fs.c (1.5): DELTA
	enable-getcrypt-command-20010404 AUTHOR shadow@dementia.org
	
	provide cmd hook for getcrypt command (support was already present)

2001-04-04 08:46  shadow

	* openafs/src/WINNT/afsd/: afsd_init.c (1.3), cm_conn.c (1.3),
	cm_conn.h (1.3), cm_ioctl.c (1.3), cm_ioctl.h (1.3), fs.c (1.3),
	smb_iocons.h (1.3), smb_ioctl.c (1.3): DELTA
	winnt-enable-cryptall-support-20010404 AUTHOR
	volker.holfeld@e-technik.tu-chemnitz.de
	
	introduce fs setcrypt/fs getcrypt features to nt client add
	registry parameter SecurityLevel to allow persistent setting

2001-04-04 08:43  shadow

	* openafs/src/WINNT/client_config/dlg_automap.cpp (1.3): DELTA
	winnt-create-globalautomapper-registry-key-20010404 AUTHOR
	volker.holfeld@e-technik.tu-chemnitz.de
	
	if GlobalAutoMapper key is missing when a global drive is defined
	with the gui it will be created

2001-04-03 16:26  shadow

	* openafs/src/ubik/udebug.c (1.4): DELTA
	correct-udebug-flag-name-20010403 AUTHOR nneul@umr.edu
	
	-server takes one server arg, so fix its name to be -server and not
	-servers

2001-04-03 16:22  shadow

	* openafs/src/ubik/vote.c (1.4): DELTA
	fix-ubik-lowest-host-comparison-algorithm-20010403 AUTHOR
	nneul@umr.edu
	
	be more particular about how we do comparison, and fix printing of
	the host address for byte order problem

2001-04-03 16:19  shadow

	* openafs/src/: util/serverLog.c (1.7), ubik/beacon.c (1.5),
	ubik/lock.c (1.3), ubik/remote.c (1.3), ubik/ubik.c (1.4): DELTA
	prefer-ubik-print-to-printf-20010403 AUTHOR nneul@umr.edu
	
	changes to prefer ubik_print &c to printf to make syslogging easier

2001-04-03 15:06  shadow

	* openafs/src/tbutc/NTMakefile (1.3): DELTA
	link-libs-into-windows-butc-in-useful-order-20010403 AUTHOR
	volker.holfeld@e-technik.tu-chemnitz.de
	
	reorder libs so threaded afsrpc.lib is before afsrx.lib

2001-04-03 02:55  shadow

	* openafs/src/config/: param.i386_linux24.h (1.3),
	param.i386_linux24_usr.h (1.2): DELTA
	i386-linux24-includes-long-long-types-20010403 AUTHOR
	shadow@dementia.org
	
	define AFS_64BIT_ENV for linux24 i386 basically denotes existance
	of long long

2001-04-03 02:52  shadow

	* openafs/src/util/: afsutil.h (1.6), flipbase64.c (1.5): DELTA
	attempt-more-portable-64bit-type-support-for-namei-fileserver-20010
	403 AUTHOR shadow@dementia.org be at least as portable as existing
	code

2001-04-02 19:13  shadow

	* openafs/src/vol/vol-info.c (1.3): DELTA
	add-volinfo-filenames-arg-in-namei-environment-20010402 AUTHOR
	thomas.mueller@hrz.tu-chemnitz.de
	
	show filenames used by volumes in namei fileserver

2001-04-02 19:09  shadow

	* openafs/src/afs/LINUX/osi_vnodeops.c (1.15): DELTA
	linux24-use-kmap-instead-of-afs-linux-page-address-20010402 AUTHOR
	chas@cmf.nrl.navy.mil
	
	kmap is the preferred interface for 2.4 now

2001-04-02 18:48  shadow

	* openafs/src/afs/LINUX/osi_vnodeops.c (1.14): DELTA
	linux-dentry-validation-changes-20010402 AUTHOR
	chas@cmf.nrl.navy.mil change afs_linux_dentry_revalidate to call
	afs_linux_revalidate

2001-03-30 18:20  shadow

	* openafs/src/lwp/: lwp.c (1.9), process.s (1.5): DELTA
	s390-updates-20010330 AUTHOR adam@fsf.net
	
	fix PRE_Block and lwp problems

2001-03-29 23:10  shadow

	* openafs/src/libafsrpc/afsrpc.def (1.2): DELTA
	add-missing-exports-for-64bit-types-for-windows-20010329 AUTHOR
	volker.holfeld@e-technik.tu-chemnitz.de

2001-03-29 18:18  shadow

	* openafs/src/WINNT/client_config/drivemap.cpp (1.5): DELTA
	drivemap-box-error-for-3-character-cellnames-20010329 AUTHOR
	silvia.gross@rzg.mpg.de
	
	"In the original version the path name in the box showing the
	network drives were wrong if a part of the name after afs had only
	3 characters: afs\ipp\u became afs\u. Also the small hooks in front
	of the names disappeared immediately."

2001-03-29 18:12  shadow

	* openafs/src/afs/LINUX/osi_vnodeops.c (1.13): DELTA
	fix-readdir-hint-20010329 AUTHOR hartmans@mit.edu
	
	"Under 2.4.x kernels, there is a file type in the result of readdir
	to help applications optimize directory traversal.  With
	usfficiently new libc compiled against sufficiently new kernel
	headers, this is exported to applications.
	
	Several applications, including fileutils use this information. 
	AFS asserts that all files are directories.  This sucks, because
	among other things it causes rm -rf not to work."

2001-03-29 17:56  shadow

	* openafs/src/libafs/MakefileProto.LINUX (1.11): DELTA
	s390-libafs-makefile-changes-20010329 AUTHOR
	durket@100acrewood.stanford.edu
	
	use -O and not -O2 to deal with some bad versions of gcc for now
	
	link in appropriate asm directory

2001-03-29 12:07  shadow

	* openafs/src/afs/LINUX/: osi_groups.c (1.5), osi_module.c (1.9):
	DELTA linux24-setgroups32-support-20010329 AUTHOR
	thomas.mueller@hrz.tu-chemnitz.de
	
	setgroups32 support for linux2.4 machines (required for modern
	glibc)

2001-03-28 11:54  shadow

	* openafs/src/util/fileutil.c (1.3): DELTA
	winnt-bufio-mods-20010328 AUTHOR D.Bailey@bristol.ac.uk
	
	fix warnings in fileutil.c

2001-03-28 11:50  shadow

	* openafs/src/afs/LINUX/osi_module.c (1.8): DELTA
	linux-s390-page-offset-fix-20010328 AUTHOR jacobi@de.ibm.com
	
	use PAGE_OFFSET for s390

2001-03-28 01:51  shadow

	* openafs/src/ubik/beacon.c (1.4): DELTA
	ubik-clone-support-20010212 AUTHOR reuter@rzg.mpg.de ubik library
	support for readonly clones

2001-03-27 22:51  shadow

	* openafs/doc/README.Impt.License.Change (1.1): file
	README.Impt.License.Change was initially added on branch
	openafs-devel-autoconf.

2001-03-27 22:46  shadow

	* openafs/src/xinstall/setmode.c (1.1): file setmode.c was
	initially added on branch openafs-devel-autoconf.

2001-03-27 22:46  shadow

	* openafs/src/xinstall/xinstall.c (1.1): file xinstall.c was
	initially added on branch openafs-devel-autoconf.

2001-03-27 22:46  shadow

	* openafs/src/xinstall/install.1 (1.1): file install.1 was
	initially added on branch openafs-devel-autoconf.

2001-03-27 22:46  shadow

	* openafs/src/xinstall/Makefile (1.1): file Makefile was initially
	added on branch openafs-devel-autoconf.

2001-03-27 22:13  shadow

	* openafs/src/config/config_platform.h (1.1): file
	config_platform.h was initially added on branch
	openafs-devel-autoconf.

2001-03-27 18:01  shadow

	* openafs/src/: Makefile.am (1.2), configure.in (1.2): DELTA
	first-cut-autoconf-support-20010327 AUTHOR joda@pdc.kth.se
	
	oops; this belongs on the branch created for autoconf development

2001-03-27 17:44  shadow

	* openafs/src/: Makefile.am (1.1), configure.in (1.1): DELTA
	first-cut-autoconf-support-20010327 AUTHOR joda@pdc.kth.se
	
	Makefile.am and configure.in first cuts. not yet useful

2001-03-27 17:22  shadow

	* openafs/src/afs/DARWIN/osi_file.c (1.2): DELTA
	darwin-cacheops-initialization-check-20010327 AUTHOR
	cg2v@andrew.cmu.edu
	
	make sure nothing happens before cacheops init

2001-03-27 17:18  shadow

	* openafs/src/afs/afs_init.c (1.5): 
	DELTA call-VTOI-after-initing-cacheops-20010327 AUTHOR
	cg2v@andrew.cmu.edu
	
	darwin port was unhappy because of this

2001-03-27 17:10  shadow

	* openafs/src/Makefile (1.14): DELTA
	remove-libadmin-real-dependancies-20010327 AUTHOR
	shadow@dementia.org

2001-03-27 17:02  shadow

	* openafs/src/: WINNT/install/InstallShield5/GenFileGroups.bat
	(1.3), afsweb/weblog.c (1.3), auth/authcon.c (1.4), bozo/bos.c
	(1.7), config/Makefile (1.4), config/NTMakefile (1.3), dauth/dlog.c
	(1.3), des/Makefile (1.3), des/cbc_encrypt.c (1.3), des/cksum.c
	(1.3), des/des.c (1.3), des/new_rnd_key.c (1.3), des/pcbc_encrypt.c
	(1.3), des/strng_to_key.c (1.2), des/test/testit.c (1.2),
	des/test/verify.c (1.2), kauth/Makefile (1.4), kauth/authclient.c
	(1.3), kauth/client.c (1.4), kauth/kaprocs.c (1.4), kauth/kautils.c
	(1.4), kauth/krb_udp.c (1.8), kauth/user_nt.c (1.3),
	libadmin/bos/afs_bosAdmin.c (1.3),
	libadmin/client/afs_clientAdmin.c (1.3), ptserver/Makefile (1.6),
	ptserver/ptuser.c (1.3), rx/test/generator.c (1.3), rxkad/Makefile
	(1.4), rxkad/rxkad_client.c (1.4), rxkad/rxkad_common.c (1.4),
	rxkad/rxkad_server.c (1.4), rxkad/ticket.c (1.3),
	rxkad/domestic/crypt_conn.c (1.5), rxkad/domestic/fcrypt.c (1.4),
	rxkad/test/stress_c.c (1.3): DELTA death-to-permit-xprt-h-20010327
	AUTHOR shadow@dementia.org
	
	permit_xprt.h, we hardly knew ye

2001-03-27 16:31  shadow

	* openafs/src/rxkad/rxkad_client.c (1.3): DELTA
	begone-with-xprt-CoerceLevel-20010327 AUTHOR shadow@dementia.org
	
	coersion is a crime. last step in the death of permit_xprt.h

2001-03-27 16:28  shadow

	* openafs/src/rxkad/domestic/crypt_conn.c (1.4): DELTA
	begone-with-xprt-cryptok-20010327 AUTHOR shadow@dementia.org
	
	de-cripple rxkad-crypt for all cases

2001-03-27 16:18  shadow

	* openafs/src/: des/cbc_encrypt.c (1.2), des/cksum.c (1.2),
	des/des.c (1.2), des/pcbc_encrypt.c (1.2),
	rxkad/domestic/crypt_conn.c (1.3), rxkad/domestic/fcrypt.c (1.3):
	DELTA begone-with-AFS-HIDE-20010327 AUTHOR shadow@dementia.org
	
	start of the death of permit_xprt.h

2001-03-27 15:33  shadow

	* openafs/src/Makefile (1.13): DELTA
	allow-building-subset-of-afs-20010327 AUTHOR cg2v@andrew.cmu.edu
	
	allow overriding finale with e.g. blibafs to build a subset of afs

2001-03-27 15:05  shadow

	* openafs/src/util/snprintf.c (1.6): DELTA
	winnt-lacks-snprintf-so-build-ours-20010327 AUTHOR
	shadow@dementia.org
	
	apparently windows lacks snprintf

2001-03-27 14:37  shadow

	* openafs/src/libuafs/Makefile.common (1.6): DELTA
	dont-install-uklibs-unless-linktest-works-20010327 AUTHOR
	cg2v@andrew.cmu.edu
	
	follow the intent of this target

2001-03-27 14:33  shadow

	* openafs/src/: BUILDNOTES (1.2), README (1.10), rx/Makefile
	(1.10), libafs/MakefileProto.HPUX (1.3): DELTA
	dont-build-clients-for-hpux11-20010327 AUTHOR nneul@umr.edu
	
	build tools and servers but no kernel support for hpux since it
	doesn't work currently

2001-03-27 14:29  shadow

	* openafs/src/util/Makefile (1.5): DELTA
	install-util-archive-also-as-libafsutil-20010327 AUTHOR
	shadow@dementia.org It's about time you can link to this with
	-lsomething

2001-03-27 03:57  shadow

	* openafs/src/libuafs/Makefile.common (1.5): DELTA
	update-libuafs-install-procedure-20010327 AUTHOR
	shadow@dementia.org to deal with tweaks make so pinstall can be
	left uninstalled on darwin port

2001-03-27 03:49  shadow

	* openafs/src/ptserver/: ptserver.h (1.3), ptutils.c (1.5): DELTA
	add-pts-global-reader-support-20010327 AUTHOR shadow@dementia.org
	
	in the same way members of system:administrators have all pts
	powers, members of system:ptsviewers have all pts read powers by
	virtue of said membership

2001-03-27 03:36  shadow

	* openafs/src/kauth/: admin_tools.c (1.4), kpasswd.c (1.3),
	kpasswd.c (1.4): DELTA
	rudimentary-support-in-kpasswd-and-kas-for-mit-v4-string-to-keyed-p
	asswords-20010327 AUTHOR shadow@dementia.org klog supports such
	passwords but without this such users can't run kas or kpasswd

2001-03-27 03:16  shadow

	* openafs/src/util/: afsutil.h (1.5), flipbase64.c (1.4): DELTA
	use-afs-int64-types-in-util-package-20010327 AUTHOR
	shadow@dementia.org we already defined "portable" types for this;
	use them

2001-03-27 03:03  shadow

	* openafs/src/afs/DUX/osi_inode.c (1.7): DELTA
	dux-advfs-client-support-20010315 AUTHOR joda@pdc.kth.se
	
	necessary changes to allow a cache in an advfs

2001-03-27 02:58  shadow

	* openafs/src/: util/afsutil.h (1.4), util/flipbase64.c (1.3),
	vol/namei_ops.c (1.3), vol/namei_ops.c (1.4): DELTA
	make-namei-fileserver-compile-on-solaris8-20010327 AUTHOR
	kolya@mit.edu
	
	use uint64_t in preference to u_int64_t as solaris has only the
	latter and linux appears to have both. also, use lockf where flock
	was used in the solaris case

2001-03-27 02:43  shadow

	* openafs/src/afs/afs_dcache.c (1.5): DELTA
	initial-darwin-support-20010327 AUTHOR cg2v@andrew.cmu.edu changes
	for darwin port

2001-03-27 02:33  shadow

	* openafs/src/: afs/DARWIN/osi_file.c (1.1),
	afs/DARWIN/osi_groups.c (1.1), afs/DARWIN/osi_inode.c (1.1),
	afs/DARWIN/osi_inode.h (1.1), afs/DARWIN/osi_machdep.h (1.1),
	afs/DARWIN/osi_misc.c (1.1), afs/DARWIN/osi_module.c (1.1),
	afs/DARWIN/osi_prototypes.h (1.1), afs/DARWIN/osi_sleep.c (1.1),
	afs/DARWIN/osi_vfsops.c (1.1), afs/DARWIN/osi_vm.c (1.1),
	afs/DARWIN/osi_vnodeops.c (1.1), afsd/afs.ppc_darwin.plist (1.1),
	afsd/afs.rc.darwin (1.1), afsd/afs.rc.darwin.plist (1.1),
	config/Makefile.ppc_darwin_12 (1.1), config/Makefile.ppc_darwin_13
	(1.1), config/param.ppc_darwin_12.h (1.1),
	config/param.ppc_darwin_12_usr.h (1.1),
	config/param.ppc_darwin_13.h (1.1),
	config/param.ppc_darwin_13_usr.h (1.1), des/conf-ppc-darwin.h
	(1.1), libafs/MakefileProto.DARWIN (1.1),
	libuafs/MakefileProto.DARWIN (1.1), rx/DARWIN/rx_kmutex.h (1.1),
	rx/DARWIN/rx_knet.c (1.1): DELTA initial-darwin-support-20010327
	AUTHOR cg2v@andrew.cmu.edu
	
	added files for the darwin port

2001-03-27 02:09  shadow

	* openafs/src/: rsh/Makefile (1.3), rsh/herror.c (1.2), rsh/rcmd.c
	(1.3), rx/Makefile (1.9), rx/rx_getaddr.c (1.3), rx/rx_kcommon.c
	(1.4), rx/rx_kcommon.h (1.3), rx/rx_packet.h (1.3), rx/rx_rdwr.c
	(1.4), rxgen/Makefile (1.2), rxgen/rpc_main.c (1.3), rxkad/Makefile
	(1.3), rxkad/rxkad_common.c (1.3), rxstat/Makefile (1.3),
	scout/Makefile (1.3), sgistuff/Makefile (1.4), sia/Makefile (1.3),
	sys/Makefile (1.3), tbutc/Makefile (1.3), tsm41/Makefile (1.3),
	tviced/Makefile (1.5), ubik/Makefile (1.3), update/Makefile (1.3),
	usd/Makefile (1.3), usd/usd_file.c (1.4), uss/Makefile (1.3),
	uss/uss_common.h (1.3), util/Makefile (1.4), util/dirpath.c (1.5),
	util/dirpath.h (1.6), util/netutils.c (1.3), venus/Makefile (1.8),
	venus/fstrace.c (1.4), venus/kdump.c (1.9), venus/up.c (1.3),
	vfsck/Makefile (1.2), viced/Makefile (1.3), viced/afsfileprocs.c
	(1.5), vlserver/Makefile (1.3), vol/Makefile (1.4), vol/devname.c
	(1.4), vol/listinodes.c (1.4), vol/partition.c (1.5),
	vol/vol-salvage.c (1.5), vol/volume.c (1.6), volser/Makefile (1.4),
	xstat/Makefile (1.3): DELTA initial-darwin-support-20010327 AUTHOR
	cg2v@andrew.cmu.edu changes for darwin port

2001-03-27 02:06  shadow

	* openafs/src/: afs/Makefile (1.4), afs/afs.h (1.5), afs/afs_call.c
	(1.6), afs/afs_dcache.c (1.4), afs/afs_init.c (1.4), afs/afs_osi.c
	(1.4), afs/afs_osi.h (1.5), afs/afs_osi_pag.c (1.3),
	afs/afs_pioctl.c (1.13), afs/afs_prototypes.h (1.3),
	afs/afs_server.c (1.5), afs/afs_user.c (1.4), afs/afs_vcache.c
	(1.5), afs/afsincludes.h (1.3), afs/exporter.h (1.4), afs/lock.h
	(1.3), afs/sysincludes.h (1.5), afs/UKERNEL/afs_usrops.c (1.3),
	afs/UKERNEL/sysincludes.h (1.5), afs/VNOPS/afs_vnop_attrs.c (1.4),
	afs/VNOPS/afs_vnop_create.c (1.3), afs/VNOPS/afs_vnop_fid.c (1.3),
	afs/VNOPS/afs_vnop_flock.c (1.5), afs/VNOPS/afs_vnop_read.c (1.3),
	afs/VNOPS/afs_vnop_readdir.c (1.6), afs/VNOPS/afs_vnop_strategy.c
	(1.3), afs/VNOPS/afs_vnop_write.c (1.4), afsd/Makefile (1.4),
	afsd/afsd.c (1.6), afsmonitor/Makefile (1.3),
	afsmonitor/afsmonitor.c (1.3), afsweb/Makefile (1.3),
	audit/Makefile (1.3), auth/Makefile (1.3), bozo/Makefile (1.3),
	bu_utils/Makefile (1.3), bubasics/Makefile (1.3), bucoord/Makefile
	(1.3), budb/Makefile (1.3), butc/Makefile (1.3), butc/dump.c (1.3),
	butm/Makefile (1.3), cmd/Makefile (1.3), comerr/Makefile (1.3),
	config/Makefile.alpha_dux40 (1.3), config/Makefile.alpha_dux50
	(1.2), config/Makefile.hp_ux110 (1.3), config/Makefile.i386_linux22
	(1.3), config/Makefile.i386_linux24 (1.2),
	config/Makefile.ppc_linux24 (1.2), config/Makefile.rs_aix42 (1.3),
	config/Makefile.s390_linux22 (1.3), config/Makefile.sgi_62 (1.3),
	config/Makefile.sgi_63 (1.3), config/Makefile.sgi_64 (1.3),
	config/Makefile.sgi_65 (1.4), config/Makefile.sparc64_linux22
	(1.2), config/Makefile.sparc_linux22 (1.2),
	config/Makefile.sun4x_55 (1.3), config/Makefile.sun4x_56 (1.4),
	config/Makefile.sun4x_57 (1.3), config/Makefile.sun4x_58 (1.2),
	config/Makefile.sunx86_54 (1.3), config/afs_sysnames.h (1.9),
	config/mkvers.c (1.3), dauth/Makefile (1.3), des/Makefile (1.2),
	des/andrew-conf.h (1.6), des/new_rnd_key.c (1.2),
	des/read_pssword.c (1.2), des_stub/Makefile (1.3), dir/Makefile
	(1.3), export/Makefile (1.4), fsint/Makefile (1.3), fsint/afsaux.c
	(1.3), fsprobe/Makefile (1.3), gtx/Makefile (1.3),
	gtx/curseswindows.c (1.3), inetd/Makefile (1.2), kauth/Makefile
	(1.3), kauth/kaserver.c (1.4), kauth/klogin.c (1.3),
	libacl/Makefile (1.3), libafs/Makefile.common (1.5),
	libafsauthent/Makefile (1.3), libafsrpc/Makefile (1.5),
	libuafs/Makefile.common (1.4), log/Makefile (1.3), login/Makefile
	(1.2), lwp/Makefile (1.6), lwp/lwp.c (1.8), lwp/preempt.c (1.5),
	lwp/process.c (1.7), lwp/process.s (1.4), lwp/waitkey.c (1.3),
	mpp/Makefile (1.2), ntp/Makefile (1.4), null/Makefile (1.3),
	package/Makefile (1.2), pam/Makefile (1.3), pinstall/Makefile
	(1.3), pinstall/install.c (1.3), procmgmt/Makefile (1.3),
	ptserver/Makefile (1.5), rcp/Makefile (1.3), rcp/rcp.c (1.2),
	rlogind/Makefile (1.3): DELTA initial-darwin-support-20010327
	AUTHOR cg2v@andrew.cmu.edu changes for darwin port

2001-03-27 02:03  shadow

	* openafs/src/: Makefile (1.12), README (1.9): DELTA
	initial-darwin-support-20010327 AUTHOR cg2v@andrew.cmu.edu setup
	for darwin port

2001-03-26 19:53  shadow

	* openafs/src/rx/rxdebug.c (1.3): DELTA
	rxdebug-changes-for-peers-and-to-show-rtt-values-20010326 AUTHOR
	kolya@mit.edu "   rxdebug: allow the use of -onlyhost and -onlyport
	options with	 -peers, and also list the rtt, rttdev and
	retransmit timeout     values."

2001-03-26 19:51  shadow

	* openafs/src/rx/: rx.c (1.8), rx.h (1.3): DELTA
	fix-rx-rtt-computation-when-delay-is-involved-20010326 AUTHOR
	kolya@mit.edu "   rx: attempt to fix incorrect rtt computation,
	possibly winning     on performance for links with some packet
	loss.
	
	    Currently, the rtt is computed as the time from the
	transmission
	    of a packet until the receipt of the corresponding ack packet.
	    But this includes a potential delay
	(rx_{soft,hard,last}AckDelay)
	    on the client which results in an abnormally high rtt, and even
	    more erroneous rtt_dev and retransmit timeout values.
	
	    The proposed solution is to ignore RX_ACK_DELAY type ack
	packets
	    for the purposes of rtt computations, and introduce another ack
	    packet type for RX_ACK_DELAY-type acks which are sent
	immediately
	    by the client.
	
	    This should of course be backwards-compatible with existing
	clients.
	"

2001-03-26 18:53  shadow

	* openafs/src/README (1.8): DELTA
	first-pass-at-alpha-linux-support-20010312 AUTHOR
	shadow@dementia.org note alpha port and the state it's in to
	hopefully avoid questions

2001-03-26 18:49  shadow

	* openafs/src/libafs/MakefileProto.LINUX (1.10): DELTA
	first-pass-at-alpha-linux-support-20010312 AUTHOR
	shadow@dementia.org MakefileProto changes for alpha linux with
	new-style sysnames. A change in config/mc.c will be needed for this
	to configure correctly, and it will be added soon

2001-03-26 18:38  shadow

	* openafs/src/config/: Makefile.alpha_linux_2216_22 (1.1),
	param.alpha_linux_2216_22.h (1.1), param.alpha_linux_2216_22_usr.h
	(1.1): DELTA first-pass-at-alpha-linux-support-20010312 AUTHOR
	shadow@dementia.org makefile and config files for new-style
	sysnames

2001-03-26 18:27  shadow

	* openafs/src/config/afs_sysnames.h (1.8): DELTA
	first-pass-at-alpha-linux-support-20010312 AUTHOR
	shadow@dementia.org ids for alpha linux consistent with new-style
	sysname grouping

2001-03-26 18:16  shadow

	* openafs/src/des/conf-alpha-linux.h (1.1): DELTA
	first-pass-at-alpha-linux-support-20010312 AUTHOR
	stroucki@master.debian.org config for linux alpha

2001-03-26 18:14  shadow

	* openafs/src/viced/: callback.c (1.3), viced.c (1.4): DELTA
	first-pass-at-alpha-linux-support-20010312 AUTHOR
	stroucki@master.debian.org mods in callback.c analogous to dux
	port; mods in viced to deal with thread creation function return
	convention

2001-03-26 18:13  shadow

	* openafs/src/venus/: Makefile (1.7), kdump.c (1.8): DELTA
	first-pass-at-alpha-linux-support-20010312 AUTHOR
	stroucki@master.debian.org deal with compiling kdump for alpha
	linux

2001-03-26 18:13  shadow

	* openafs/src/util/vice.h (1.3): DELTA
	first-pass-at-alpha-linux-support-20010312 AUTHOR
	stroucki@master.debian.org don't use ViceIoctl32 for alpha linux

2001-03-26 18:12  shadow

	* openafs/src/rx/rx.c (1.7): DELTA
	first-pass-at-alpha-linux-support-20010312 AUTHOR
	stroucki@master.debian.org deal with time and initialize a variable

2001-03-26 18:10  shadow

	* openafs/src/lwp/process.c (1.6): DELTA
	first-pass-at-alpha-linux-support-20010312 AUTHOR
	stroucki@master.debian.org configure for alpha linux

2001-03-26 18:09  shadow

	* openafs/src/libacl/aclprocs.c (1.3): DELTA
	first-pass-at-alpha-linux-support-20010312 AUTHOR
	stroucki@master.debian.org Don't do increments in a way that can be
	miscompiled

2001-03-26 18:08  shadow

	* openafs/src/kauth/kautils.c (1.3): DELTA
	first-pass-at-alpha-linux-support-20010312 AUTHOR
	stroucki@master.debian.org Deal with 64 bit time_t

2001-03-26 18:08  shadow

	* openafs/src/des/andrew-conf.h (1.5): DELTA
	first-pass-at-alpha-linux-support-20010312 AUTHOR
	stroucki@master.debian.org Include necessary file for alpha config

2001-03-26 18:04  shadow

	* openafs/src/: bucoord/ubik_db_if.c (1.3), budb/db_text.c (1.3),
	butc/tcudbprocs.c (1.3): DELTA
	first-pass-at-alpha-linux-support-20010312 AUTHOR
	stroucki@master.debian.org use mkstemp

2001-03-26 18:01  shadow

	* openafs/src/afs/: afs_call.c (1.5), afs_pioctl.c (1.12),
	LINUX/osi_module.c (1.7): DELTA
	first-pass-at-alpha-linux-support-20010312 AUTHOR
	stroucki@master.debian.org Changes for Alpha to previous 64 bit
	changes for sparc (sparc64 isn't necessarily analogous to alpha or
	any other 64 bit linux platform)

2001-03-26 14:26  shadow

	* openafs/src/util/serverLog.c (1.6): DELTA
	add-server-syslog-logging-capabilities-20010326 AUTHOR
	nneul@umr.edu remove unused function

2001-03-26 14:12  shadow

	* openafs/src/util/serverLog.c (1.5): DELTA
	add-server-syslog-logging-capabilities-20010326 AUTHOR
	nneul@umr.edu fix my own error when hand-applying nathan's patch

2001-03-26 11:51  shadow

	* openafs/src/viced/afsfileprocs.c (1.4): DELTA
	make-fileserver-deal-correctly-with-client-which-changed-addresses-
	but-was-offline-when-a-callback-to-it-was-revoked-20010326 AUTHOR
	warlord@MIT.EDU "First, some background: The AFS Fileserver tries
	really hard to keep track of all the "interfaces" of a client. 
	Generally this is for a multi-homed client, so that the server
	realizes that you are the same client when you come from multiple
	addresses.  However, this also winds up applying to a mobile host
	whose IP address changes over time.
	
	When the Fileserver sees a "new" address, it asks the client for
	its Uuid and, if that Uuid already exists, it adds this new address
	to the list of interfaces for the existing host.  However, it keeps
	a callback connection open to the original address.
	
	Here's the problem: Assume the client has callbacks registered with
	the server and then disappears from the network.  While the client
	is off the net, someone else makes a change that causes that
	callback to be broken.	The fileserver can't reach the client, so
	the break gets added to the delayed callback list.  The logic is
	such that no client requests will be processed by a host while
	there are outstanding delayed callbacks to that client.
	
	Now, if the client comes back on the same IP Address, everything
	works fine.  The fileserver uses the cached callback connection and
	the callbacks are cleared successfully.  However, if the client
	returns to the network under a different address, this new address
	is added to the existing host structure and then the delayed
	callbacks are attempted.  Unfortunately it is using the (invalid)
	cached connection to the old IP Address, so the delayed break
	fails.	Therefore, this client is locked out of the fileserver
	until:
	
		1) the fileserver reboots,
		2) the client returns to the original IP Address, or
		3) All the callbacks timeout on their own.
	
	This patch will fix this problem.  When the client makes a request
	and the fileserver tries to break the delayed callbacks, if the
	breaking fails then the fileserver will attempt to find a 'working'
	interface by probing all the host interfaces for one that responds
	with the correct Uuid.	If that succeeds then it resets the cached
	callback connection and then breaks the delayed callbacks, thereby
	regaining the connection to the client and proceeding with the
	proper cleanup before the original request is completed."

2001-03-26 11:44  shadow

	* openafs/src/vlserver/vlserver.c (1.5): DELTA
	add-server-syslog-logging-capabilities-20010326 AUTHOR
	nneul@umr.edu Add syslog capability to the vlserver

2001-03-26 11:42  shadow

	* openafs/src/volser/volmain.c (1.4): DELTA
	add-server-syslog-logging-capabilities-20010326 AUTHOR
	nneul@umr.edu Add syslog capability to the volserver

2001-03-26 11:38  shadow

	* openafs/src/viced/viced.c (1.3): DELTA
	add-server-syslog-logging-capabilities-20010326 AUTHOR
	nneul@umr.edu add syslog capability to fileserver

2001-03-26 11:32  shadow

	* openafs/src/ptserver/ptserver.c (1.4): DELTA
	add-server-syslog-logging-capabilities-20010326 AUTHOR
	nneul@umr.edu Add syslogging capability to ptserver

2001-03-26 11:30  shadow

	* openafs/src/util/: afsutil.h (1.3), serverLog.c (1.4): DELTA
	add-server-syslog-logging-capabilities-20010326 AUTHOR
	nneul@umr.edu Add support for syslogging server log messages

2001-03-26 11:26  shadow

	* openafs/src/Makefile (1.11): DELTA
	build-vfsck-for-solaris8-20010326 AUTHOR shadow@dementia.org Before
	it was being explicitly skipped; Build it

2001-03-26 11:18  shadow

	* openafs/src/kauth/krb_udp.c (1.7): DELTA
	null-terminate-cell-when-copying-from-lrealm-20010326 AUTHOR
	haba@pdc.kth.se Avoid condition where we could read past the end of
	lrealm (unlikely to occur in practice and not remotely exploitable;
	cell and lrealm are both MAXKTCREALMLEN and lrealm is configured
	locally and not read from the network)

2001-03-15 22:35  shadow

	* openafs/src/afs/afs_pioctl.c (1.11): DELTA
	do-bounds-checking-in-psetvolumestatus-20010315 AUTHOR
	kolya@MIT.EDU
	
	Previously it was possible to overflow the variables used to
	construct a SetVolumeStatus call

2001-03-15 22:27  shadow

	* openafs/src/afs/LINUX/osi_module.c (1.6): DELTA
	fix-for-cache-consistency-on-linux-24-smp-systems-20010315 AUTHOR
	shadow@dementia.org Part of the alpha patch slipped into the delta;
	Revert to previous revision

2001-03-15 22:24  shadow

	* openafs/src/afs/LINUX/: osi_module.c (1.5), osi_vnodeops.c
	(1.12): DELTA
	fix-for-cache-consistency-on-linux-24-smp-systems-20010315 AUTHOR
	chas@cmf.nrl.navy.mil Missed earlier: not part of the IBM delta.

2001-03-15 13:55  shadow

	* openafs/src/: afs/DUX/osi_file.c (1.3), afs/DUX/osi_inode.c
	(1.6), afsd/afsd.c (1.5): DELTA dux-advfs-client-support-20010315
	AUTHOR joda@pdc.kth.se
	
	necessary changes to allow a cache in an advfs

2001-03-15 13:47  shadow

	* openafs/src/bozo/bosserver.c (1.8): DELTA
	bosserver-syslog-option-including-selectable-facility-20010315
	AUTHOR nneul@umr.edu Don't use a static outside its scope

2001-03-15 13:15  shadow

	* openafs/src/Makefile (1.10): DELTA
	initial-alpha-linux-support-20010315 AUTHOR
	stroucki@master.debian.org
	
	top-level makefile mods for 64 bit system

2001-03-15 13:12  shadow

	* openafs/src/bozo/bosserver.c (1.7): DELTA
	bosserver-syslog-option-including-selectable-facility-20010315
	AUTHOR nneul@umr.edu "Simple patch to add "-syslog" option to
	bosserver. Causes it to direct all logging activity to syslogd
	instead of to logs/BosLog"
	
	currently unimplemented for NT

2001-03-15 12:56  shadow

	* openafs/src/afs/LINUX/osi_vnodeops.c (1.11): DELTA
	fix-for-cache-consistency-on-linux-24-smp-systems-20010315 AUTHOR
	ejburcka@us.ibm.com "Here are the symptoms.  I have 2 OpenAFS 
	Linux 2.4 machines, one SMP and one not.  --With both of them I
	access a series of directories and files within (/afs/w/x/y/z/). 
	--I then move to the root directory.  --From a third machine, I
	remove the directories x, y, and z. Then re-add them (same names)
	with some other files.	--From the SMP box, I do an ls in /afs/w
	and see x.  But x is inaccessible.  --From the UP box I can see and
	access x.  "

2001-03-15 12:50  shadow

	* openafs/src/ptserver/pts.c (1.4): DELTA
	pts-args-checking-when-calling-com-err-20010314 AUTHOR
	kolya@MIT.EDU "This prevents pts from crashing like this:
	
	  pepsi-one~> pts createg a:b -id -1234
	  /bin/athena/pts: Permission denied ; unable to create group a:b
	with id -1234
	owned by 'Segmentation fault "

2001-03-15 12:47  shadow

	* openafs/src/afs/VNOPS/afs_vnop_flock.c (1.4): DELTA
	fix-locking-on-linux-sparc64-20010312 AUTHOR
	semerad@ss1000.ms.mff.cuni.cz " I have found problem with file
	locking and 64bit linux (tested on ultrasparc). When issued
	fcntl(fd, f_SETLK, ..) with l_start = 0 and l_len = 0, it sets
	l_len to LONG_MAX, so it is needed to test this value"

2001-03-15 12:43  shadow

	* openafs/src/afs/: afs.h (1.4), afs_dcache.c (1.3), afs_init.c
	(1.3), DUX/osi_inode.c (1.5): DELTA
	simplification-of-code-in-cache-manager-to-make-dux-advfs-support-s
	impler-20010315 AUTHOR joda@pdc.kth.se with advfs you can't VTOI
	inodes so provide a wrapper function for dux to ease this problem

2001-03-06 12:57  shadow

	* openafs/src/comerr/et_lex.lex.l (1.2): DELTA
	make-comerr-tolerate-different-eol-convention-20010306 AUTHOR
	elorenzo@arsdigita.com

2001-03-06 11:02  shadow

	* openafs/src/afsd/afsd.c (1.4): DELTA
	make-afsd-be-less-annoying-20010306 AUTHOR shadow@dementia.org

2001-03-06 01:16  shadow

	* openafs/src/libuafs/MakefileProto.AIX (1.3): DELTA
	xlc-r-on-path-not-usr-bin-20010306 AUTHOR shadow@dementia.org By
	default it ends up in /usr/vac/bin

2001-03-05 17:57  shadow

	* openafs/src/export/Makefile (1.3): DELTA
	use-dollar-cc-not-cc-for-aix-exporter-20010305 AUTHOR
	shadow@dementia.org necessary to build aix afs with gcc

2001-03-05 17:47  shadow

	* openafs/src/util/snprintf.c (1.5): DELTA
	make-snprintf-compile-on-aix-433-20010305 AUTHOR
	shadow@dementia.org AF_INET is in sys/socket.h on AIX 4.3.3

2001-03-05 14:13  shadow

	* openafs/src/bozo/bosserver.c (1.6): DELTA
	make-bosserver-be-less-annoying-20010305 AUTHOR shadow@dementia.org

2001-03-05 13:55  shadow

	* openafs/src/: Makefile (1.9), rx/Makefile (1.8): DELTA
	restore-rxdebug-to-the-living-20010305 AUTHOR shadow@dementia.org
	Give us back rxdebug

2001-03-05 12:31  shadow

	* openafs/src/rx/Makefile (1.7): DELTA
	restore-rxdebug-to-the-living-20010305 AUTHOR shadow@dementia.org
	Give us back rxdebug

2001-03-05 11:39  shadow

	* openafs/src/sys/afssyscalls.h (1.4): DELTA
	support-namei-fileserver-on-solaris8-20010305 AUTHOR
	reuter@rzg.mpg.de So the namei fileserver can be used on Solaris 8

2001-03-05 11:34  shadow

	* openafs/src/lwp/lwp.c (1.7): DELTA
	afs-linux-s390-updates-20010305 AUTHOR adam@sinenomine.net Updates
	for Linux s/390 AFS port

2001-03-05 11:26  shadow

	* openafs/src/kauth/krb_udp.c (1.6): DELTA
	return-truncated-reason-from-krb-udp-interface-20010305 AUTHOR
	shadow@dementia.org The remainder of the patch the snprintf support
	was intended to be used for

2001-03-05 11:22  shadow

	* openafs/src/pam/: afs_message.c (1.4), afs_message.h (1.4),
	afs_password.c (1.3): DELTA
	pam-afs-password-changing-support-20010305 AUTHOR
	zrsha01@zdv.uni-tuebingen.de support for changing passwords when
	user has kaserver password only

2001-03-05 11:00  shadow

	* openafs/src/: config/Makefile.s390_linux22 (1.2),
	libafs/MakefileProto.LINUX (1.9), lwp/Makefile (1.5), lwp/lwp.c
	(1.6), lwp/preempt.c (1.4), lwp/process.c (1.5), lwp/process.s
	(1.3): DELTA afs-linux-s390-updates-20010305 AUTHOR
	adam@sinenomine.net Updates for Linux s/390 AFS port

2001-03-05 10:40  shadow

	* openafs/src/: afs/SOLARIS/osi_vnodeops.c (1.4),
	config/param.sun4x_58.h (1.3), sys/afssyscalls.h (1.3),
	vol/partition.c (1.4): DELTA
	support-namei-fileserver-on-solaris8-20010305 AUTHOR
	reuter@rzg.mpg.de So the namei fileserver can be used on Solaris 8

2001-03-05 10:37  shadow

	* openafs/src/Makefile (1.8): DELTA
	allow-shadowed-src-trees-20010305 AUTHOR reuter@rzg.mpg.de So "make
	links" will work if src was a symlink.

2001-03-05 10:34  shadow

	* openafs/src/ntp/: ntp_proto.c (1.3), ntpsubs.c (1.3): DELTA
	ntp-for-solaris-58-20010305 AUTHOR reuter@rzg.mpg.de Let ntp build
	on Solaris 8

2001-03-05 10:12  shadow

	* openafs/src/: afs/DUX/osi_vfsops.c (1.4), util/snprintf.c (1.4):
	DELTA support-dux-51-20010305 AUTHOR joda@pdc.kth.se Changes needed
	for OpenAFS Tru64 5.1 support

2001-02-28 14:22  shadow

	* openafs/src/config/: param.i386_linux22.h (1.4),
	param.i386_linux24.h (1.2): DELTA
	linux-libafs-with-modversions-20010228 AUTHOR md5i@cs.cmu.edu Use
	symbol versioning when compiling against a kernel with symbol
	versioning enabled.

2001-02-24 10:35  shadow

	* openafs/src/afs/VNOPS/afs_vnop_lookup.c (1.6): DELTA
	afs-lookup-check-evalmountpoint-return-20010221 AUTHOR
	kolya@mit.edu maintain old behavior consistent with checking eval
	return

2001-02-21 22:11  shadow

	* openafs/src/afs/VNOPS/afs_vnop_lookup.c (1.5): DELTA
	afs-lookup-check-evalmountpoint-return-20010221 AUTHOR
	kolya@mit.edu Make check the return code from EvalMountPoint()

2001-02-21 22:06  shadow

	* openafs/src/bucoord/vol_sets.c (1.3): DELTA
	backup-addvolentry-fix-20010221 AUTHOR mattiasa@e.kth.se

2001-02-21 19:34  shadow

	* openafs/src/bozo/fsbnodeops.c (1.4): DELTA
	bos-mrafs-support-20010221 AUTHOR shadow@dementia.org Make it work
	as intended

2001-02-13 11:53  shadow

	* openafs/src/README (1.7): DELTA update-README-20010213 AUTHOR
	nneul@umr.edu Irix compile completes

2001-02-12 22:54  shadow

	* openafs/src/util/snprintf.c (1.3): DELTA
	snprintf-for-aix-not-irix-20010212 AUTHOR shadow@dementia.org Irix
	6.5 has snprintf

2001-02-12 22:46  shadow

	* openafs/src/util/: Makefile (1.3), snprintf.c (1.2): DELTA
	provide-snprintf-for-irix-dux-20010212 AUTHOR shadow@dementia.org
	So we can use snprintf, provide it for platforms that don't have it

2001-02-12 19:28  shadow

	* openafs/src/bozo/bos.c (1.6): DELTA bos-mrafs-support-20010212
	AUTHOR reuter@rzg.mpg.de Necessary additions to bos for MR-AFS
	support

2001-02-12 19:15  shadow

	* openafs/src/libafs/: MakefileProto.AIX (1.4), MakefileProto.LINUX
	(1.8): DELTA revert-xdr-int64-in-favor-of-common-makefile-20010212
	AUTHOR reuter@rzg.mpg.de the new version of the patch put these in
	Makefile.common

2001-02-12 18:56  shadow

	* openafs/src/libafs/Makefile.common (1.4): DELTA
	include-xdr-int64-in-libafs-20010212 AUTHOR reuter@rzg.mpg.de for
	new pioctl calls for mrafs; convert spaces to tab

2001-02-12 18:50  shadow

	* openafs/src/util/dirpath.h (1.5): DELTA
	dirpath-mrafs-additions-20010212 AUTHOR reuter@rzg.mpg.de Dirpath
	additions for MR-AFS files; remove extra newline

2001-02-12 16:57  shadow

	* openafs/src/ubik/: beacon.c (1.3), recovery.c (1.3), ubik.c
	(1.3), ubik.p.h (1.3), ubik_int.xg (1.3), udebug.c (1.3), vote.c
	(1.3): DELTA ubik-clone-support-20010212 AUTHOR reuter@rzg.mpg.de
	ubik library support for readonly clones

2001-02-12 16:09  shadow

	* openafs/src/auth/ktc.c (1.3): DELTA
	rework-ktc-to-allow-dummy-libkrb-20010212 AUTHOR reuter@rzg.mpg.de
	export some previously internal routines, and rename to not
	conflict with libkrb; with NO_AFS_CLIENT you can use the ktc
	routines also for architectures which not yet have kernel support
	for AFS tokens (Cray T3E, NEC SX5).

2001-02-12 15:47  shadow

	* openafs/src/auth/: cellconfig.c (1.5), writeconfig.c (1.3): DELTA
	ubik-clone-support-20010212 AUTHOR reuter@rzg.mpg.de auth layer
	support for ubik readonly clones

2001-02-12 15:33  shadow

	* openafs/src/vlserver/vlserver.c (1.4): DELTA
	ubik-clone-support-20010212 AUTHOR reuter@rzg.mpg.de Support for
	ubik clones in vlserver

2001-02-12 15:30  shadow

	* openafs/src/util/volparse.c (1.3): DELTA
	bos-mrafs-support-20010212 AUTHOR reuter@rzg.mpg.de allow hex
	numbers for residencies, used by bos

2001-02-12 15:29  shadow

	* openafs/src/util/serverLog.c (1.3): DELTA
	mrafs-server-log-handling-20010212 AUTHOR reuter@rzg.mpg.de Rotate
	old logs by date for MR-AFS; Could be adapted to rest of AFS

2001-02-12 15:28  shadow

	* openafs/src/util/errors.h (1.3): DELTA mrafs-util-update-20010212
	AUTHOR reuter@rzg.mpg.de Error additions for MR-AFS

2001-02-12 15:27  shadow

	* openafs/src/util/: dirpath.c (1.4), dirpath.h (1.4): DELTA
	dirpath-mrafs-additions-20010212 AUTHOR reuter@rzg.mpg.de Dirpath
	additions for MR-AFS files

2001-02-12 14:44  shadow

	* openafs/src/tviced/: Makefile (1.4), NTMakefile (1.3): DELTA
	export-threadnames-totviced-20010212 AUTHOR reuter@rzg.mpg.de

2001-02-12 14:33  shadow

	* openafs/src/rx/rx_rdwr.c (1.3): DELTA
	rx-writevinit-for-mrafs-20010212 AUTHOR reuter@rzg.mpg.de

2001-02-12 14:30  shadow

	* openafs/src/rx/rx_lwp.c (1.4): 
	DELTA export-thread-id-info-in-rx-lwp-20010212 AUTHOR
	reuter@rzg.mpg.de

2001-02-12 14:25  shadow

	* openafs/src/rx/rx_kernel.h (1.3): DELTA
	nicer-dummy-rxi-startserverprocs-20010212 AUTHOR reuter@rzg.mpg.de

2001-02-12 14:24  shadow

	* openafs/src/rx/: rx.c (1.6), rx_clock.c (1.3), rx_clock_nt.c
	(1.3): DELTA allow-rx-shutdown-for-userlevel-20010212 AUTHOR
	reuter@rzg.mpg.de Allow rx shutdown (state reset) for userlevel rx
	code, for MR-AFS salvager

2001-02-12 14:06  shadow

	* openafs/src/rx/NTMakefile (1.3): DELTA
	rx-nt-xdr-int64-support-20010212 AUTHOR reuter@rzg.mpg.de compile
	xdr_int64 for nt

2001-02-12 12:37  shadow

	* openafs/src/ptserver/ptserver.c (1.3): DELTA
	ubik-clone-support-20010212 AUTHOR reuter@rzg.mpg.de Needed support
	for ubik clones for the ptserver

2001-02-12 12:35  shadow

	* openafs/src/lwp/: Makefile (1.4), NTMakefile (1.3), lock.h (1.3),
	lwp.c (1.5), lwp_nt.c (1.3), threadname.c (1.1): DELTA
	thread-identification-routines-20010212 AUTHOR reuter@rzg.mpg.de
	Needed to identify thread in serverlog for mrafs

2001-02-12 12:28  shadow

	* openafs/src/libafsrpc/: NTMakefile (1.3), afsrpc.exp (1.2): DELTA
	libafsrpc-xdr-int64-support-20010212 AUTHOR reuter@rzg.mpg.de int64
	support for libafsrpc for mrafs

2001-02-12 12:26  shadow

	* openafs/src/libafs/Makefile.common (1.3): DELTA
	include-xdr-int64-in-libafs-20010212 AUTHOR reuter@rzg.mpg.de for
	new pioctl calls for mrafs

2001-02-12 12:22  shadow

	* openafs/src/kauth/user.c (1.3): DELTA
	export-kauth-GetTickets-for-dummy-libkrb-20010212 AUTHOR
	reuter@rzg.mpg.de For dummy libkrb  which is a wrapper around
	libkauth

2001-02-12 12:21  shadow

	* openafs/src/kauth/kaserver.c (1.3): DELTA
	ubik-clone-support-20010212 AUTHOR reuter@rzg.mpg.de Needed
	kaserver support for ubik clones

2001-02-12 12:19  shadow

	* openafs/src/ftpd43+/getusershell.c (1.4): DELTA
	ftpd-placate-aix-20010212 AUTHOR reuter@rzg.mpg.de

2001-02-12 12:18  shadow

	* openafs/src/ftpd43+/getusershell.c (1.3): DELTA
	ftpd-placate-aix-20010212 AUTHOR reuter@rzg.mpg.de Required to
	placate AIX compiler

2001-02-12 12:17  shadow

	* openafs/src/config/stds.h (1.5): DELTA
	clean-up-64bit-mod-spacing-20010212 AUTHOR shadow@dementia.org
	Missed earlier; needed to be compiler-friendly on some platforms

2001-02-12 12:15  shadow

	* openafs/src/config/param.rs_aix42.h (1.3): DELTA
	update-rs-aix42-afs-syscall-20010212 AUTHOR reuter@rzg.mpg.de
	AFS_SYSCALL again 31 per Hartmut

2001-02-12 12:13  shadow

	* openafs/src/cmd/: cmd.c (1.3), cmd.p.h (1.3): DELTA
	cmd-suite-option-for-hiding-admin-commands-20010212 AUTHOR
	reuter@rzg.mpg.de Hide help for admin commands unless asked for

2001-02-12 12:11  shadow

	* openafs/src/bozo/fsbnodeops.c (1.3): DELTA
	bos-mrafs-support-20010212 AUTHOR reuter@rzg.mpg.de FS bnode
	changes for MR-AFS

2001-02-12 11:56  shadow

	* openafs/src/bozo/bosserver.c (1.5): DELTA
	bosserver-rx-initialization-failed-warning-20010212 AUTHOR
	reuter@rzg.mpg.de Provide notice if rx initialization fails

2001-02-12 11:55  shadow

	* openafs/src/bozo/bos.c (1.5): DELTA ubik-clone-support-20010212
	AUTHOR reuter@rzg.mpg.de Changes needed to support ubik
	(non-voting) clones.

2001-02-12 11:50  shadow

	* openafs/src/bozo/bos.c (1.4): DELTA bos-mrafs-support-20010212
	AUTHOR reuter@rzg.mpg.de Necessary additions to bos for MR-AFS
	support

2001-02-12 11:25  shadow

	* openafs/src/bozo/bnode.c (1.3): DELTA
	bozo-save-old-cores-by-date-option-20010212 AUTHOR
	reuter@rzg.mpg.de compile-time option to save old cores by date
	instead of rotating

2001-02-12 11:21  shadow

	* openafs/src/auth/cellconfig.p.h (1.3): DELTA
	mrafs-port-definitions-20010212 AUTHOR reuter@rzg.mpg.de mrafs port
	definitions

2001-02-12 11:19  shadow

	* openafs/src/auth/cellconfig.c (1.4): DELTA
	mrafs-port-definitions-20010212 AUTHOR reuter@rzg.mpg.de Ports used
	by additional MRAFS services

2001-02-12 11:16  shadow

	* openafs/src/audit/audit.h (1.3): DELTA mrafs-audit-types-20010212
	AUTHOR reuter@rzg.mpg.de Audit types for MR-AFS

2001-02-12 11:12  shadow

	* openafs/src/WINNT/afssvrmgr/svc_create.cpp (1.3): DELTA
	svc-create-servicetype-to-afsservicetype-20010212 AUTHOR
	reuter@rzg.mpg.de missed in previous passes

2001-02-11 10:05  shadow

	* openafs/src/util/snprintf.c (1.1): DELTA
	include-snprintf-in-util-20010211 AUTHOR jhutz@cmu.edu For
	platforms which need snprintf, this should be suitable for
	AC_REPLACE_FUNCS when we get that far

2001-02-10 21:57  shadow

	* openafs/src/kauth/krb_udp.c (1.5): DELTA
	use-snprintf-for-krb-udp-error-packets-20010210 AUTHOR
	shadow@dementia.org Avoid potential for overrunning buffer

2001-02-10 18:27  shadow

	* openafs/src/afs/DUX/osi_inode.c (1.4): DELTA
	dux50-osi-inode-fix-20010210 AUTHOR joda@pdc.kth.se incorrect in
	first cut

2001-02-10 16:49  shadow

	* openafs/src/config/stds.h (1.4): DELTA
	fix-64bit-stds-h-patch-20010210 AUTHOR shadow@dementia.org dux and
	irix compilers don't like # in other than first column

2001-02-10 16:47  shadow

	* openafs/src/README (1.6): DELTA
	update-systypes-in-README-20010210 AUTHOR shadow@dementia.org
	Update list of systems expected to work

2001-02-10 16:26  shadow

	* openafs/src/: afs/afs_pioctl.c (1.10), afs/afs_stats.h (1.3),
	afs/afs_trace.et (1.3), config/param.i386_linux22.h (1.3),
	config/stds.h (1.3), config/venus.h (1.4), fsint/afsint.xg (1.3),
	libafs/MakefileProto.AIX (1.3), libafs/MakefileProto.LINUX (1.7),
	libafsrpc/Makefile (1.4), libuafs/Makefile.common (1.3),
	rx/Makefile (1.6), rx/xdr.h (1.2), rx/xdr_int64.c (1.1),
	rxgen/rpc_main.c (1.2), viced/afsfileprocs.c (1.3): DELTA
	mrafs-client-extensions-including-afs-int64-20010210 AUTHOR
	reuter@rzg.mpg.de "	  Extensions used by MR-AFS in the client.
	I have added only two	      pioctl-calls which are used by the
	"fs"-command for a large number 	of MR-AFS specific
	subcommands. With this modification also the	     data type
	afs_int64 is introduced because MR-AFS supports large files.	   
	  afs_int64 is either "long long" or a structure consisting of two 
		32-bit numbers. We are already running on rs_aix42 a fully
	large-file	    capable AFS-client, but these changes are still
	in a beta test and	    not yet added here."

2001-02-10 16:05  shadow

	* openafs/src/pam/: afs_auth.c (1.3), afs_message.c (1.3),
	afs_message.h (1.3), afs_setcred.c (1.3): DELTA
	pam-afs-trust-root-login-20010210 AUTHOR jacobi@de.ibm.com add
	trust_root option which basically provides a bypass mechanism for
	root

2001-02-10 15:57  shadow

	* openafs/src/: Makefile (1.7), afs/afs_osi.c (1.3),
	afs/DUX/osi_inode.c (1.3), afs/DUX/osi_vfsops.c (1.3),
	afs/DUX/osi_vnodeops.c (1.3), afs/VNOPS/afs_vnop_write.c (1.3),
	config/Makefile.alpha_dux50 (1.1), config/afs_sysnames.h (1.7),
	config/param.alpha_dux50.h (1.1), config/param.alpha_dux50_usr.h
	(1.1), libafs/MakefileProto.DUX (1.3), rx/Makefile (1.5): DELTA
	tru64-50-initial-support-20010210 AUTHOR joda@pdc.kth.se makes
	client work under 5.0A, untested with 5.0 or 5.1

2001-02-10 15:46  shadow

	* openafs/src/WINNT/afsd/smb3.c (1.3): DELTA
	winnt-directory-scan-memory-leak-20010210 AUTHOR
	jimpeter@us.ibm.com "Problem: During a directory scan W2K does not
	send the FindClose the way NT does.  When
	smb_ReceiveTran2SearchDir() processes FindFirst or FindNext, the
	termination Flags is never set either (close search if end of
	search).  Since these operations don't occur smb_DeleteDirSearch()
	is never called; therefore the dsp (smb_dirSearch_t) is never
	freed.
	
	This problem was reproducible while trying to scan a directory
	(e.g. dir *.c/s) with symbolic links.
	
	When smb_ReceiveTran2SearchDir() processes FindFirst or FindNext
	the last SMB call in a session can be indicated by checking for no
	more files (filesnames==0).
	
	Running a directory scan (DOS window) and file cache size of 5 MB: 
	  With the memory leak patch, the program grew upto the limit of
	+5.3MB.     Without the patch, the program will grew +27MB before
	the operation was     finished, then became unstable."

2001-02-07 21:58  shadow

	* openafs/src/afs/IRIX/osi_inode.c (1.5): DELTA
	make-icreate-exist-always-for-irix65-20010207 AUTHOR
	shadow@dementia.org Since Afs_init installs a syscall, make sure
	this exists

2001-02-07 21:51  shadow

	* openafs/src/tviced/Makefile (1.3): DELTA
	remove-libefs-Makefile-reference-20010207 AUTHOR nneul@umr.edu

2001-02-07 11:28  shadow

	* openafs/src/README (1.5): DELTA minor-README-reorg-20010207
	AUTHOR ssen@MIT.EDU

2001-02-07 10:21  shadow

	* openafs/src/libafs/sgi_master (1.1): DELTA
	add-ssi-master-file-20010207 AUTHOR shadow@dementia.org First guess
	at this file based on master(4); I haven't tried this yet but since
	it seems to be for the build-into- kernel module I assume we don't
	need: d   dynamically loadable kernel module R	 auto-registrable
	dynamically loadable kernel module N   don't allow auto-unload of
	dynamically loadable kernel module
	
	and I don't know if we'd need or be able to use R, either.
	
	Afs_ to match what previous systems seem to be doing; For symmetry
	it looks like it should be e.g. afs_

2001-02-07 10:04  shadow

	* openafs/src/afs/IRIX/: osi_inode.c (1.4), osi_vnodeops.c (1.3):
	DELTA more-irix65-fixes-for-no-libefs-20010207 AUTHOR
	reuter@rzg.mpg.de Some minor stuff missed on the first pass.

2001-02-07 09:51  shadow

	* openafs/src/afs/LINUX/osi_vfs.h (1.6): DELTA
	fix-missattributed-loff-t-ifdef-20010207 AUTHOR nneul@umr.edu More
	correct way to decide when to use loff_t unstead of off_t

2001-01-31 22:11  shadow

	* openafs/src/afs/VNOPS/afs_vnop_readdir.c (1.5): DELTA
	fix-solaris-afs-readdir-move-20010131 AUTHOR chas@cmf.nrl.navy.mil
	Code which had been previously disabled caused problems when
	enabled, hence removed.

2001-01-31 16:27  shadow

	* openafs/src/: afs/sysincludes.h (1.4), afs/IRIX/osi_file.c (1.3),
	afs/IRIX/osi_inode.c (1.3), libafs/MakefileProto.IRIX (1.3),
	rx/rx.c (1.5), vol/Makefile (1.3), vol/devname.c (1.3),
	vol/listinodes.c (1.3), vol/volume.c (1.5), vol/xfs_size_check.c
	(1.3), volser/Makefile (1.3): DELTA
	sgi_65-compilation-patches-20010131 AUTHOR reuter@rzg.mpg.de Remove
	references to missing EFS support library so sgi_65 support
	compiles

2001-01-31 15:07  shadow

	* openafs/src/afsd/afs.rc.solaris.2.7 (1.3): DELTA
	fix-solaris7-afsd-rc-copyright-message-20010131 AUTHOR
	nneul@umr.edu wrong type of comment

2001-01-30 21:28  shadow

	* openafs/src/afs/LINUX/: osi_file.c (1.6), osi_misc.c (1.5),
	osi_vfsops.c (1.5), osi_vnodeops.c (1.10): DELTA
	linux-iput-and-glock-changes-20010130 AUTHOR chas@cmf.nrl.navy.mil
	". afs_dentry_iput is essentially osi_iput, so it now calls
	osi_iput   it wasnt locking before checking i_count (and osi_iput
	didnt either)	osi_iput now AFS_GLOCK's.  to do this
	afs_delete_inode was split   into afs_delete_inode (which does the
	locking) and osi_clear_inode   before osi_iput called
	afs_delete_inode, which since it wanted   to hold AFS_GLOCK,
	osi_iput couldnt call AFS_GLOCK.  this seems   to have cured the
	problem i saw (running multiple 'ls -R &' would   cause a bad iput
	w/o fail) and i hope it fixes it otherwise.    its possible
	vc->lock should be held inside osi_clear_inode.
	
	. removed osi_notify_change (i added during 2.4.0 development) and 
	 now i just call inode_change_ok/inode_setattr.  the 2.4.0  
	notify_change checks the dentry parent (which doenst exist for	
	the cache inodes)
	
	. moved the locks around inside writepage, writepage_sync,
	commit_write.	 the guy next door complained about pauses while
	running afs.  i think	 this addresses those issues.  apparently
	you only need to lock_kernel()	  during commit_write().  in order
	to get lock_kernel() inside AFS_GLOCK()    the AFS_GLOCK() was
	moved out of writepage_sync and into writepage	  and commit_write"

2001-01-29 12:47  shadow

	* openafs/src/afs/LINUX/: osi_vfs.h (1.5), osi_vnodeops.c (1.9):
	DELTA support-reiserfs-20010129 AUTHOR cg2v@andrew.cmu.edu Minor
	patch needed to work correctly on suse, where reiserfs is included
	by default.

2001-01-29 12:40  shadow

	* openafs/src/: bozo/bosserver.c (1.4), util/dirpath.c (1.3),
	util/dirpath.h (1.3): DELTA
	allow-new-bosconfig-file-and-rename-into-place-20010129 AUTHOR
	cg2v@andrew.cmu.edu This patch causes the bosserver to use a
	"BosConfig.new" file if one is found on startup, which will allow
	admins to prepare a new BosConfig file to be picked up at rebozo
	time. (This is not possible now because the bosserver likes
	overwriting the BosConfig file while it's running)

2001-01-29 12:38  shadow

	* openafs/src/bozo/: bos.c (1.3), bosint.xg (1.3), bosoprocs.c
	(1.3), bosserver.c (1.3): DELTA
	implement-bos-restricted-mode-20010129 AUTHOR cg2v@andrew.cmu.edu
	This patch enables the bosserver to be placed in a restricted mode
	in which AFS superusers are only granted limited access to the
	server host.  The following functionality is disabled when
	restricted mode is in use:
	
	bos exec bos getlog (except for files with no '/'s in their name)*
	bos create * bos delete bos install bos uninstall
	
	* specific exceptions are made for functionality that "bos salvage"
	uses:
	
	a cron bnode who's name is "salvage-tmp", time is now, and command
	begins with "/usr/afs/bin/salvager" may be created. This bnode
	deletes itself when complete, so no special "delete" support is
	needed. This functionality may be removed in the future if a
	"Salvage" RPC is implimented.
	
	The file with the exact path /usr/afs/logs/SalvageLog may be
	fetched, since that is how bos salvage [...] -showlog is
	implimented.
	
	Restricted mode is enabled using a new bos command (bos
	setrestricted) or bossever command line switch (bosserver
	-restricted). Restricted mode can be disabled by a) sending the
	bosserver process a SIGFPE (which will then allow restricted
	operations until the next restart or setrestricted command) or b)
	editing /usr/afs/local/BosConfig (or BosConfig.new), and restarting
	the bosserver.

2001-01-20 18:18  shadow

	* openafs/src/venus/Makefile (1.6): DELTA
	dummy-linux-vers-to-placate-make-on-non-linux-20010119 AUTHOR
	shadow@dementia.org The empty variable upsets make, so we provide a
	dummy value which gets overriden when it matters

2001-01-19 18:44  shadow

	* openafs/src/WINNT/client_config/drivemap.cpp (1.4): DELTA
	drive-letter-tabs-for-submounts-containing-string-afs-20010119
	AUTHOR dkoziol@dragonflymobile.com "The following patch is to
	addresses problems with the Drive Letters tabs in the AFS Client
	and AFS Control Panel when using submounts which start with the
	letters afs.  We had a test cell up and running with a name that
	started with afs01 and this caused the afs client to misbehave."

2001-01-19 17:22  shadow

	* openafs/src/rx/: rx_kcommon.c (1.3), LINUX/rx_knet.c (1.4): DELTA
	linux24-shutdown-listener-cleanly-20010119 AUTHOR
	michael.pronath@gmx.de Don't garbage-collection listener pid too
	early.

2001-01-19 17:11  shadow

	* openafs/src/venus/Makefile (1.5): DELTA
	linux-install-kdump-with-make-rules-that-work-20010119 AUTHOR
	shadow@dementia.org gmake doesn't like $?-$$lv; It's easier to just
	do it this way.

2001-01-19 16:51  shadow

	* openafs/src/venus/Makefile (1.4): DELTA
	linux-build-kdump-for-each-kernel-20010119 AUTHOR warlord@mit.edu
	Make a kdump for each kernel we're building for

2001-01-19 05:22  shadow

	* openafs/src/afs/SOLARIS/osi_inode.c (1.4): DELTA
	add-missing-solaris8-call-20010119 AUTHOR
	semerad@ss1000.ms.mff.cuni.cz The Solaris 8 analog of vfs_devsearch
	is vfs_dev2vfsp

2001-01-19 01:44  shadow

	* openafs/src/venus/Makefile (1.3): DELTA
	linux-kdump-build-against-kernel-headers-20010119 AUTHOR
	shadow@dementia.org This is a kernel-aware program, it really does
	want to build against the kernel headers instead of the versions
	libc was built against.

2001-01-19 01:30  shadow

	* openafs/src/: config/venus.h (1.3), venus/fs.c (1.4): DELTA
	add-cryptall-pioctl-macros-20010119 AUTHOR shadow@dementia.org
	Required for cryptall fs command support.

2001-01-19 01:26  shadow

	* openafs/src/kauth/krb_udp.c (1.4): DELTA krb-udp-cleanup-20010119
	AUTHOR shadow@dementia.org Make krb_udp try kerberos-iv as a
	fallback (from the original default of kerberos4) before going to
	"kerberos". "kerberos" incidentally is 88 on all modern platforms,
	so lord forbid you want to run this and something which can
	actually answer krb5 requests, if you're using the default
	services.
	
	Also minor fix for the size of an answer packet.

2001-01-19 00:57  shadow

	* openafs/src/: libafs/MakefileProto.LINUX (1.6), vol/partition.c
	(1.3): DELTA linux-ppc-minor-cleanup-20010119 AUTHOR
	hartmans@mit.edu Minor fixes to make the PPC port happy.

2001-01-19 00:38  shadow

	* openafs/src/afs/afs_pioctl.c (1.9): DELTA
	cleanup-pioctl-cryptall-interface-20010119 AUTHOR
	shadow@dementia.org Finish port of cryptall patch to current AFS
	codebase

2001-01-15 15:06  shadow

	* openafs/src/afs/SOLARIS/: osi_prototypes.h (1.3), osi_vnodeops.c
	(1.3): DELTA solaris8-fixes-20010115 AUTHOR chas@cmf.nrl.navy.mil
	Fixes for variable sizes

2001-01-15 14:44  shadow

	* openafs/src/venus/fs.c (1.3): DELTA
	add-fs-crypt-commands-20010115 AUTHOR shadow@dementia.org A simple
	way to get/set encryption support.

2001-01-15 14:29  shadow

	* openafs/src/afs/afs_pioctl.c (1.8): DELTA
	export-pioctl-cryptall-interface-20010115 AUTHOR ghudson@mit.edu
	Export interface to cryptall

2001-01-15 14:22  shadow

	* openafs/src/afs/afs_pioctl.c (1.7): DELTA
	merge-afs-and-arla-pioctl-space-20010115 AUTHOR shadow@dementia.org
	The net effect being that since all pioctls will have the same
	values across platforms, so AFS userland binaries can be used on an
	Arla system and vice-versa

2001-01-12 12:05  shadow

	* openafs/src/libafs/MakefileProto.SOLARIS (1.5): DELTA
	missing-minus-for-solaris-8-20010112 AUTHOR chas@cmf.nrl.navy.mil

2001-01-12 01:31  shadow

	* openafs/src/afs/VNOPS/afs_vnop_attrs.c (1.3): DELTA
	honor-solaris-attr-hint-20010112 AUTHOR kolya@mit.edu "The problem
	that it fixes is as follows: suppose user A's process maps
	something into its address space out of AFS. Now if user B runs
	"ps", or otherwise reads /proc/NNN/status, the kernel code will
	lock the associated entry in /proc and then proceed to find the
	size of the address space for that process; in doing so, it calls
	getattr(). If B does not have tokens to access the file, the
	fileserver will eventually start delaying responses to FetchStatus
	requests, and the kernel will block with /proc locked.
	
	The user-visible effect is that "ps", "w" and so on start blocking
	uninterruptibly for long periods of time."

2001-01-11 01:50  shadow

	* openafs/src/afs/afs_conn.c (1.4): DELTA
	repair-afs-cryptall-20010111 AUTHOR ghudson@mit.edu This makes it
	possible to have encryption enabled, but does not expose an
	interface to do so. That will follow tomorrow, when hopefully
	OpenAFS and Arla will have synchronized pioctls allowing userspace
	compatibility

2001-01-11 01:41  shadow

	* openafs/src/WINNT/: afsapplib/al_wizard.h (1.3),
	afsclass/afsclassfn.cpp (1.3), afsclass/afsclassfn.h (1.3),
	afsclass/worker.h (1.3), afssvrmgr/svc_create.h (1.3): DELTA
	winnt-port-cleanup-20010111 AUTHOR mikenel@iapetus.com Add needed
	headers, convert from SERVICETYPE to AFSSERVICETYPE

2001-01-11 01:28  shadow

	* openafs/src/WINNT/eventlog/lang/: de_DE/event.mc (1.3),
	en_US/event.mc (1.3), es_ES/event.mc (1.3), ja_JP/event.mc (1.3),
	ko_KR/event.mc (1.3), pt_BR/event.mc (1.3), zh_CN/event.mc (1.3),
	zh_TW/event.mc (1.3): DELTA winnt-eventlog-copyright-fixes-20010111
	AUTHOR jhutz@cmu.edu The perl script used to update copyrights
	failed to properly handle these files

2001-01-11 01:15  shadow

	* openafs/src/afs/: afs_vcache.c (1.4), LINUX/osi_vfs.h (1.4),
	LINUX/osi_vfsops.c (1.4), LINUX/osi_vnodeops.c (1.8): DELTA
	update-for-linux-240-final-20010111 AUTHOR chas@cmf.nrl.navy.mil
	Update Linux 2.4 support for the 2.4.0 release kernel.

2001-01-11 00:59  shadow

	* openafs/src/rx/rx.c (1.4): DELTA
	allow-rx-newservice-with-zero-port-after-rx-init-zero-20010111
	AUTHOR jhutz@cmu.edu The intent is to allow services to be set up
	on random rather than fixed ports

2001-01-11 00:48  shadow

	* openafs/src/venus/kdump.c (1.7): DELTA
	sparc64-linux-missing-header-define-20010111 AUTHOR
	semerad@ss1000.ms.mff.cuni.cz sparc64 linux uses 32bit userland and
	so needs the 32bit header

2001-01-11 00:40  shadow

	* openafs/src/kauth/krb_udp.c (1.3): DELTA
	krb-udp-use-transaction-for-special-keys-20010111 AUTHOR
	jhutz@cmu.edu use the ubik transaction we got to lookup the kvno
	otherwise this fails for uncached keys, like foreign realm krbtgts

2000-12-23 20:15  shadow

	* openafs/src/: config/Makefile.s390_linux22 (1.1),
	config/afs_sysnames.h (1.6), config/param.s390_linux22.h (1.1),
	config/param.s390_linux22_usr.h (1.1), des/andrew-conf.h (1.4),
	des/conf-s390-linux.h (1.1), libafs/MakefileProto.LINUX (1.5),
	venus/kdump.c (1.6): DELTA s390-linux-20001223 AUTHOR
	Neale.Ferguson@softwareAG-usa.com Port for Linux on the IBM S/390

2000-12-23 19:51  shadow

	* openafs/src/: Makefile (1.6), afs/afs.h (1.3), afs/afs_call.c
	(1.4), afs/afs_osi.h (1.4), afs/afs_pioctl.c (1.6), afs/exporter.h
	(1.3), afs/LINUX/osi_alloc.c (1.6), afs/LINUX/osi_cred.c (1.4),
	afs/LINUX/osi_file.c (1.5), afs/LINUX/osi_groups.c (1.4),
	afs/LINUX/osi_machdep.h (1.3), afs/LINUX/osi_misc.c (1.4),
	afs/LINUX/osi_module.c (1.4), afs/LINUX/osi_vnodeops.c (1.7),
	afs/VNOPS/afs_vnop_lookup.c (1.4), afs/VNOPS/afs_vnop_readdir.c
	(1.4), config/Makefile.sparc64_linux22 (1.1),
	config/Makefile.sparc_linux22 (1.1), config/afs_sysnames.h (1.5),
	config/param.sparc64_linux22.h (1.1),
	config/param.sparc64_linux22_usr.h (1.1),
	config/param.sparc_linux22.h (1.1),
	config/param.sparc_linux22_usr.h (1.1), des/andrew-conf.h (1.3),
	des/conf-sparc-linux.h (1.1), des/conf-sparc64-linux.h (1.1),
	libafs/MakefileProto.LINUX (1.4), lwp/lwp.c (1.4), lwp/lwp.h (1.4),
	lwp/preempt.c (1.3), lwp/process.c (1.4), rx/rx.c (1.3),
	rx/rx_clock.h (1.3), venus/fstrace.c (1.3), venus/kdump.c (1.5),
	volser/volmain.c (1.3): DELTA sparc-linux-20001223 AUTHOR
	semerad@ss1000.ms.mff.cuni.cz Sparc/Sparc64 linux support

2000-12-23 19:19  shadow

	* openafs/src/config/Makefile.sun4x_56 (1.3): DELTA
	solaris26-needs-ccs-libcurses-20001223 AUTHOR nneul@umr.edu use the
	libcurses capable of fulfilling our needs for symbols in gtx

2000-12-23 19:11  shadow

	* openafs/src/: Makefile (1.5), libafsrpc/Makefile (1.3),
	ntp/Makefile (1.3), rcp/Makefile (1.2), rlogind/Makefile (1.2),
	rsh/Makefile (1.2), sgistuff/Makefile (1.3): DELTA
	make-make-dollar-make-20001223 AUTHOR nneul@umr.edu Make Makefiles
	be gmake-friendly

2000-12-23 19:02  shadow

	* openafs/src/config/Makefile.sgi_65 (1.3): DELTA
	sgi-65-gnu-cc-ld-harmful-20001220 AUTHOR nneul@umr.edu gcc and Gnu
	LD cause problems with build on Irix 6.5; Avoid them.

2000-12-23 18:59  shadow

	* openafs/src/ptserver/Makefile (1.4): DELTA
	ptser-Makefile-missing-slash-20001220 AUTHOR nneul@umr.edu DESTDIR
	is assumed to have a trailing /, so we don't need another here

2000-12-23 18:52  shadow

	* openafs/src/vol/: vol-salvage.c (1.4), volume.c (1.4): DELTA
	fast-start-20001220 AUTHOR reuter@rzg.mpg.de FAST_RESTART ifdef'd
	code omits salvage at restart. -DontSalvage must be added to
	salvager args in the bos configuration
	
	BITMAPS_LATER ifdef'd code lets the fileserver create the bitmaps
	for free vnodes only on demand, so the fileserver may start faster.

2000-12-23 18:39  shadow

	* openafs/src/config/Makefile.version-NOCML (1.3): DELTA
	cml-version-string-maker-20001220 AUTHOR reuter@rzg.mpg.de CML
	version string maker for OpenAFS (modified for devel)

2000-12-19 13:32  shadow

	* openafs/src/config/Makefile.sun4x_58 (1.1): DELTA
	missing-sol8-Makefile-20001219 AUTHOR chas@cmf.nrl.navy.mil Not in
	initial commit

2000-12-19 02:45  shadow

	* openafs/src/ptserver/: Makefile (1.3), pt_util.c (1.1), ubik.c
	(1.1): DELTA ptutil-initial-20001219 AUTHOR zacheiss@MIT.EDU Add
	pt_util for offline pts database manipulation

2000-12-19 02:34  shadow

	* openafs/src/: libafs/MakefileProto.SOLARIS (1.4),
	libuafs/MakefileProto.SOLARIS (1.3): DELTA
	solaris-make-cleanup-20001219 AUTHOR nneul@umr.edu Remove
	redundancy in Solaris Makefile Protos

2000-12-19 02:27  shadow

	* openafs/src/ptserver/: ptprocs.c (1.4), ptutils.c (1.4), utils.c
	(1.4): DELTA warning-fixes-20001219 AUTHOR nneul@umr.edu Warning
	fix missed in last round.

2000-12-13 16:42  shadow

	* openafs/src/: sys/rmtsysc.c (1.4), ubik/ubikclient.c (1.3),
	usd/usd_file.c (1.3), vlserver/vlserver.c (1.3), vol/vol-salvage.c
	(1.3), vol/volume.c (1.3), vol/vutil.c (1.3), volser/dumpstuff.c
	(1.3): DELTA warning-fixes-20001213 AUTHOR nneul@umr.edu Various
	fixes to eliminate warnings

2000-12-13 16:39  shadow

	* openafs/src/: inetd/inetd.c (1.2), kauth/admin_tools.c (1.3),
	kauth/kaprocs.c (1.3), kauth/rebuild.c (1.3), lwp/lwp.c (1.3),
	ptserver/db_verify.c (1.3), ptserver/ptprocs.c (1.3),
	ptserver/pts.c (1.3), ptserver/ptutils.c (1.3), ptserver/testpt.c
	(1.3), ptserver/utils.c (1.3), rsh/rcmd.c (1.2), rx/rx_globals.h
	(1.3), rx/rx_lwp.c (1.3), rx/rx_pthread.c (1.3), rxgen/rpc_parse.c
	(1.2), rxkad/rxkad_server.c (1.3): DELTA warning-fixes-20001213
	AUTHOR nneul@umr.edu Various fixes to eliminate warnings

2000-12-13 16:36  shadow

	* openafs/src/: afs/afs_call.c (1.3), afs/afs_daemons.c (1.4),
	afs/afs_pioctl.c (1.5), afs/afs_server.c (1.4),
	afs/LINUX/osi_alloc.c (1.5), afs/LINUX/osi_groups.c (1.3),
	afs/LINUX/osi_sleep.c (1.4), afs/UKERNEL/osi_vfsops.c (1.3),
	afs/UKERNEL/sysincludes.h (1.4), afs/VNOPS/afs_vnop_readdir.c
	(1.3), auth/cellconfig.c (1.3), ftpd43+/ftpd.c (1.3),
	ftpd43+/getusershell.c (1.2), ftpd43+/glob.c (1.2): DELTA
	warning-fixes-20001213 AUTHOR nneul@umr.edu Various fixes to
	eliminate warnings

2000-12-13 14:33  shadow

	* openafs/src/des/conf-ppc-linux.h (1.1): DELTA
	linux-ppc-des-20001213 AUTHOR chas@cmf.nrl.navy.mil Add missing
	file for DES

2000-12-02 13:17  shadow

	* openafs/src/BUILDNOTES (1.1): DELTA add-buildnotes-20001202
	AUTHOR shadow@dementia.org notes for building openafs

2000-12-02 13:06  shadow

	* openafs/src/README (1.4): DELTA README-update-20001202 AUTHOR
	shadow@dementia.org refer people to openafs.org site for help

2000-12-02 12:52  shadow

	* openafs/src/afs/afs_pioctl.c (1.4): DELTA
	check-flushvol-args-20001202 AUTHOR kolya@mit.edu check args for
	flushvol

2000-12-02 12:46  shadow

	* openafs/src/afs/VNOPS/afs_vnop_lookup.c (1.3): DELTA
	bulkstat-changes-20001202 AUTHOR kolya@mit.edu change in bulkstatus
	code

2000-12-02 12:41  shadow

	* openafs/src/afs/: afs_osi.h (1.3), sysincludes.h (1.3): DELTA
	linux-xfs-support-20001202 AUTHOR chas@cmf.nrl.navy.mil support for
	linux xfs kernels

2000-12-01 18:59  shadow

	* openafs/src/venus/kdump.c (1.4): DELTA
	kdump-linux-header-fixes-20001201 AUTHOR shadow@dementia.org Deal
	with kdump not building on modern glibc linux systems. On RedHat 7,
	we also need kgcc.

2000-12-01 18:26  shadow

	* openafs/src/lwp/lwp.h (1.3): DELTA
	linux-needs-larger-lwp-stacksize-20001201 AUTHOR
	shadow@dementia.org The 48k stack is insufficient and can lead to
	servers that refuse to start or that crash unexpectedly.

2000-12-01 18:11  shadow

	* openafs/src/afs/UKERNEL/sysincludes.h (1.3): DELTA
	linux-glibc22-has-pthread-attr-setstacksize-20001201 AUTHOR
	shadow@dementia.org Newer glibc includes this function, and this
	conflicts with a header

2000-12-01 17:52  shadow

	* openafs/src/config/linux-version (1.3): DELTA
	redhat-linux-version-h-is-mangled-20001201 AUTHOR
	shadow@dementia.org the kernel-source rpm on redhat 7.0 provides a
	modified linux/version.h which chokes the linux-version script.
	attempt to deal.

2000-12-01 17:36  shadow

	* openafs/src/Makefile (1.4): DELTA
	build-vfsck-for-solarises-20001201 AUTHOR shadow@dementia.org build
	vfsck for solaris 2.5, 2.6 and 7 not known to work correctly in all
	cases

2000-12-01 12:30  shadow

	* openafs/src/afs/LINUX/osi_alloc.c (1.4): DELTA
	linux-module-initialization-allocate-20001201 AUTHOR
	Michael.Pronath@ei.tum.de Loading and unloading a module without
	starting AFS would oops without this because nothing checked for
	allocation.

2000-11-14 19:38  shadow

	* openafs/src/: afs/SOLARIS/osi_vfsops.c (1.4),
	afsd/afs.rc.solaris.2.8 (1.1), config/param.sun4x_58.h (1.2),
	config/param.sun4x_58_usr.h (1.2): DELTA solaris8-fixes-20001114
	AUTHOR chas@cmf.nrl.navy.mil updates to solaris 8

2000-11-13 22:28  shadow

	* openafs/src/afs/LINUX/osi_vnodeops.c (1.6): DELTA
	linux24-writepage-20001113 AUTHOR chas@cmf.nrl.navy.mil Linux 2.4
	kernel writepage support

2000-11-07 17:28  shadow

	* openafs/src/config/param.ppc_linux24.h (1.1): DELTA
	initial-linux24-support-20001105 AUTHOR chas@cmf.nrl.navy.mil
	missed file

2000-11-07 10:51  shadow

	* openafs/src/config/Makefile (1.3): DELTA
	copy-permit-export-h-20001107 AUTHOR warlord@mit.edu copy another
	include file to make a separate kernel module build easier

2000-11-07 10:44  shadow

	* openafs/src/WINNT/client_config/drivemap.cpp (1.3): DELTA
	winnt-letter-mappings-20001107 AUTHOR mikenel@iapetus.com Single
	user drive letter mapping support

2000-11-06 13:55  shadow

	* openafs/src/config/param.i386_linux24.h (1.1): DELTA
	linux24-config-params-20001106 AUTHOR chas@cmf.nrl.navy.mil Add
	param file for linux24

2000-11-06 10:48  shadow

	* openafs/src/: WINNT/afsadmsvr/ITaAfsAdmSvrTypes.idl (1.3),
	WINNT/afsapplib/fastlist.cpp (1.3), WINNT/afsclass/c_svc.h (1.3),
	WINNT/afsclass/worker.cpp (1.3), config/NTMakefile.i386_nt40 (1.3):
	DELTA winnt-fixes-20001106 AUTHOR mikenel@iapetus.com WinNT build
	fixes

2000-11-06 10:30  shadow

	* openafs/src/afs/LINUX/osi_vnodeops.c (1.5): DELTA
	linux24-cleanup-20001106 AUTHOR shadow@andrew.cmu.edu remainder of
	fixes. temporary test hardware confirms it builds again

2000-11-06 10:09  shadow

	* openafs/src/afs/LINUX/osi_vnodeops.c (1.4): DELTA
	linux24-missing-endif-20001106 AUTHOR shadow@andrew.cmu.edu missing
	endif. these problems won't happen when I have the testing
	hardware, obviously;-)

2000-11-06 10:01  shadow

	* openafs/src/afs/LINUX/osi_file.c (1.4): DELTA
	linux24-missing-ifdef-20001106 AUTHOR shadow@andrew.cmu.edu Add
	missing ifdef/endif for linux 24 support code

2000-11-05 23:25  shadow

	* openafs/src/: libafs/MakefileProto.SOLARIS (1.3),
	rx/SOLARIS/rx_knet.c (1.3): DELTA initial-solaris8-support-20001105
	AUTHOR chas@cmf.nrl.navy.mil Initial Solaris 8 support

2000-11-05 23:22  shadow

	* openafs/src/: afs/SOLARIS/osi_inode.c (1.3),
	afs/SOLARIS/osi_vfsops.c (1.3), afs/VNOPS/afs_vnop_flock.c (1.3),
	afsd/Makefile (1.3), afsd/afsd.c (1.3), config/afs_sysnames.h
	(1.4), config/param.sun4x_58.h (1.1), config/param.sun4x_58_usr.h
	(1.1): DELTA initial-solaris8-support-20001105 AUTHOR
	chas@cmf.nrl.navy.mil Initial Solaris 8 support

2000-11-05 23:17  shadow

	* openafs/src/afs/: afs_analyze.c (1.3), afs_cell.c (1.3),
	afs_conn.c (1.3), afs_server.c (1.3), afs_user.c (1.3), afs_util.c
	(1.3), afs_volume.c (1.3): DELTA initial-solaris8-support-20001105
	AUTHOR chas@cmf.nrl.navy.mil Initial Solaris 8 support

2000-11-05 23:16  shadow

	* openafs/src/Makefile (1.3): DELTA
	initial-solaris8-support-20001105 AUTHOR chas@cmf.nrl.navy.mil
	Iniktial Solaris 8 support

2000-11-05 22:36  shadow

	* openafs/src/rx/Makefile (1.4): DELTA
	copy-rx-header-for-libafs-20001105 AUTHOR warlord@mit.edu Make sure
	that rx_misc.h is copied to the libafs tree from rx source

2000-11-05 15:13  shadow

	* openafs/src/config/: Makefile.i386_linux24 (1.1),
	Makefile.ppc_linux24 (1.1), param.i386_linux24_usr.h (1.1),
	param.ppc_linux24_usr.h (1.1): DELTA
	initial-linux24-support-20001105 AUTHOR chas@cmf.nrl.navy.mil
	preliminary linux 2.4 kernel support

2000-11-05 15:02  shadow

	* openafs/src/: libafs/MakefileProto.LINUX (1.3), lwp/Makefile
	(1.3), lwp/process.c (1.3), rx/Makefile (1.3), rx/LINUX/rx_kmutex.h
	(1.3), rx/LINUX/rx_knet.c (1.3), venus/kdump.c (1.3): DELTA
	initial-linux24-support-20001105 AUTHOR chas@cmf.nrl.navy.mil
	preliminary linux 2.4 kernel support

2000-11-05 14:59  shadow

	* openafs/src/: README (1.3), afs/Makefile (1.3), afs/afs_vcache.c
	(1.3), afs/LINUX/osi_alloc.c (1.3), afs/LINUX/osi_cred.c (1.3),
	afs/LINUX/osi_file.c (1.3), afs/LINUX/osi_misc.c (1.3),
	afs/LINUX/osi_module.c (1.3), afs/LINUX/osi_sleep.c (1.3),
	afs/LINUX/osi_vfs.h (1.3), afs/LINUX/osi_vfsops.c (1.3),
	afs/LINUX/osi_vnodeops.c (1.3), comerr/Makefile (1.2),
	config/afs_sysnames.h (1.3), des/andrew-conf.h (1.2): DELTA
	initial-linux24-support-20001105 AUTHOR chas@cmf.nrl.navy.mil
	preliminary linux 2.4 kernel support

2000-11-04 22:25  shadow

	* openafs/src/auth/: authcon.c (1.3), userok.c (1.3): DELTA
	eliminate-libaudit-requirement-20001104 AUTHOR
	shadow@andrew.cmu.edu move afsconf_CheckAuth which requires
	afsconf_SuperUser into userok.c where afsconf_SuperUser is,
	eliminating the need for libaudit when using archive libraries
	(doesn't help with shlibs)

2000-11-04 21:21  shadow

	* openafs/src/: kauth/client.c (1.3), viced/fsprobe.c (1.3),
	vlserver/vlclient.c (1.3): DELTA replace-gets-with-fgets-20001104
	AUTHOR shadow@andrew.cmu.edu replace gets with fgets based as patch
	from nneul@umr.edu

2000-11-04 20:50  shadow

	* openafs/src/: ftpd43+/ftpd.c (1.2), sys/rmtsysc.c (1.3),
	venus/test/fulltest.c (1.3), volser/restorevol.c (1.3): DELTA 
	replace-getwd-with-getcwd-20001104 AUTHOR shadow@andrew.cmu.edu
	getcwd replaces getwd

2000-11-04 20:16  shadow

	* openafs/src/afs/: afs_daemons.c (1.3), afs_pioctl.c (1.3): DELTA
	prefetch-pioctls-overflow-20001104 AUTHOR cg2v@andrew.cmu.edu 1024
	was being used of a buffer which wasn't that large.

2000-11-04 19:55  shadow

	* openafs/src/README.OBSOLETE (1.1): For people who don't know any
	better

2000-11-04 17:20  shadow

	* openafs/src/README.SECURITY (1.1): For people who don't know any
	better

2000-11-04 05:04  shadow

	* openafs/src/: bucoord/vol_sets.c (1.2), bucoord/volstub.c (1.2),
	budb/Makefile (1.2), budb/NTMakefile (1.2), budb/budb.rg (1.2),
	budb/budb_client.p.h (1.2), budb/budb_errs.et (1.2),
	budb/buserver.rc (1.2), budb/database.c (1.2), budb/database.h
	(1.2), budb/db_alloc.c (1.2), budb/db_dump.c (1.2), budb/db_hash.c
	(1.2), budb/db_lock.c (1.2), budb/db_lock.h (1.2), budb/db_text.c
	(1.2), budb/dbs_dump.c (1.2), budb/error_macros.h (1.2),
	budb/globals.h (1.2), budb/ol_verify.c (1.2), budb/procs.c (1.2),
	budb/server.c (1.2), budb/struct_ops.c (1.2), butc/Makefile (1.2),
	butc/NTMakefile (1.2), butc/butc.rc (1.2), butc/butc_xbsa.c (1.2),
	butc/butc_xbsa.h (1.2), butc/common.h (1.2), butc/dbentries.c
	(1.2), butc/dump.c (1.2), butc/error_macros.h (1.2), butc/list.c
	(1.2), butc/lwps.c (1.2), butc/read_tape.c (1.2), butc/recoverDb.c
	(1.2), butc/tcmain.c (1.2), butc/tcprocs.c (1.2), butc/tcstatus.c
	(1.2), butc/tcudbprocs.c (1.2), butc/tdump.c (1.2), butc/test.c
	(1.2), butc/test_budb.c (1.2), butm/Makefile (1.2), butm/NTMakefile
	(1.2), butm/butm.vdoc (1.2), butm/butm_test.c (1.2),
	butm/error_macros.h (1.2), butm/file_tm.c (1.2), butm/test_ftm.c
	(1.2), cmd/Makefile (1.2), cmd/NTMakefile (1.2), cmd/cmd.c (1.2),
	cmd/cmd.p.h (1.2), cmd/cmd_errors.et (1.2), cmd/test/Makefile
	(1.2), cmd/test/NTMakefile (1.2), cmd/test/ctest.c (1.2),
	cmd/test/dtest.c (1.2), cmd/test/itest.c (1.2), comerr/NTMakefile
	(1.2), config/Makefile (1.2), config/Makefile.alpha_dux40 (1.2),
	config/Makefile.hp_ux110 (1.2), config/Makefile.i386_linux22 (1.2),
	config/Makefile.rs_aix42 (1.2), config/Makefile.sgi_62 (1.2),
	config/Makefile.sgi_63 (1.2), config/Makefile.sgi_64 (1.2),
	config/Makefile.sgi_65 (1.2), config/Makefile.sun4x_55 (1.2),
	config/Makefile.sun4x_56 (1.2), config/Makefile.sun4x_57 (1.2),
	config/Makefile.sunx86_54 (1.2), config/Makefile.version-CML (1.2),
	config/Makefile.version-NOCML (1.2), config/NTLang.bat (1.2),
	config/NTMakefile (1.2), config/NTMakefile.i386_nt40 (1.2),
	config/NTMakefile.version-CML (1.2),
	config/NTMakefile.version-NOCML (1.2), config/NTVersioninfo.rc
	(1.2), config/afs_args.h (1.2), config/afs_sysnames.h (1.2),
	config/config.c (1.2), config/debug.h (1.2), config/icl.h (1.2),
	config/linux-version (1.2), config/mc.c (1.2), config/mkvers.c
	(1.2), config/param.alpha_dux40.h (1.2),
	config/param.alpha_dux40_usr.h (1.2), config/param.hp_ux110.h
	(1.2), config/param.hp_ux110_usr.h (1.2),
	config/param.i386_linux22.h (1.2), config/param.i386_linux22_usr.h
	(1.2), config/param.i386_nt40.h (1.2), config/param.rs_aix42.h
	(1.2), config/param.rs_aix42_usr.h (1.2), config/param.sgi_62.h
	(1.2), config/param.sgi_62_usr.h (1.2), config/param.sgi_63.h
	(1.2), config/param.sgi_63_usr.h (1.2), config/param.sgi_64.h
	(1.2), config/param.sgi_64_usr.h (1.2), config/param.sgi_65.h
	(1.2), config/param.sgi_65_usr.h (1.2), config/param.sun4x_55.h
	(1.2), config/param.sun4x_55_usr.h (1.2), config/param.sun4x_56.h
	(1.2), config/param.sun4x_56_usr.h (1.2), config/param.sun4x_57.h
	(1.2), config/param.sun4x_57_usr.h (1.2), config/param.sunx86_54.h
	(1.2), config/permit_xprt.h (1.2), config/stds.h (1.2),
	config/venus.h (1.2), dauth/Makefile (1.2), dauth/adkint.xg (1.2),
	dauth/dlog.c (1.2), dauth/dpass.c (1.2), des/conf-winnt.h (1.2),
	des_stub/Makefile (1.2), des_stub/NTMakefile (1.2), dir/Makefile
	(1.2), dir/NTMakefile (1.2), dir/buffer.c (1.2), dir/dir.c (1.2),
	dir/dir.h (1.2), dir/salvage.c (1.2), dir/test/Makefile (1.2),
	dir/test/NTMakefile (1.2), dir/test/dtest.c (1.2),
	dir/test/physio.c (1.2), dir/test/test-salvage.c (1.2),
	export/Makefile (1.2), export/README (1.2), export/cfgafs.c (1.2),
	export/cfgexport.c (1.2), export/export.c (1.2), export/export.h
	(1.2), export/sym.h (1.2), export/symtab.c (1.2), finale/Makefile
	(1.2), finale/NTMakefile (1.2), finale/translate_et.c (1.2),
	finale/translate_et.rc (1.2), finale/translate_et_nt.c (1.2),
	fsint/Makefile (1.2), fsint/NTMakefile (1.2), fsint/afsaux.c (1.2),
	fsint/afscbint.xg (1.2), fsint/afsint.xg (1.2), fsint/common.xg
	(1.2), fsprobe/Makefile (1.2), fsprobe/fsprobe.c (1.2),
	fsprobe/fsprobe.h (1.2), fsprobe/fsprobe_callback.c (1.2),
	fsprobe/fsprobe_test.c (1.2), gtx/Makefile (1.2), gtx/X11windows.c
	(1.2), gtx/cb_test.c (1.2), gtx/curses_test.c (1.2),
	gtx/curseswindows.c (1.2), gtx/dumbwindows.c (1.2), gtx/frame.c
	(1.2), gtx/gtxX11win.h (1.2), gtx/gtxcurseswin.h (1.2),
	gtx/gtxdumbwin.h (1.2), gtx/gtxframe.h (1.2), gtx/gtxinput.h (1.2),
	gtx/gtxkeymap.h (1.2), gtx/gtxlightobj.h (1.2), gtx/gtxobjdict.h
	(1.2), gtx/gtxobjects.h (1.2), gtx/gtxtest.c (1.2), gtx/gtxtextcb.h
	(1.2), gtx/gtxtextobj.h (1.2), gtx/gtxwindows.h (1.2), gtx/input.c
	(1.2), gtx/keymap.c (1.2), gtx/lightobject.c (1.2), gtx/objdict.c
	(1.2), gtx/object_test.c (1.2), gtx/objects.c (1.2),
	gtx/screen_test.c (1.2), gtx/textcb.c (1.2), gtx/textobject.c
	(1.2), gtx/windows.c (1.2), inetd/ta-rauth.c (1.2),
	kauth/AuthServer.mss (1.2), kauth/Makefile (1.2), kauth/NTMakefile
	(1.2), kauth/admin_tools.c (1.2), kauth/authclient.c (1.2),
	kauth/client.c (1.2), kauth/decode_ticket.c (1.2), kauth/kaaux.c
	(1.2), kauth/kaauxdb.c (1.2), kauth/kadatabase.c (1.2),
	kauth/kaerrors.et (1.2), kauth/kalocalcell.c (1.2), kauth/kalog.c
	(1.2), kauth/kalog.h (1.2), kauth/kaopcodes.h (1.2), kauth/kaport.h
	(1.2), kauth/kaprocs.c (1.2), kauth/kas.c (1.2), kauth/kas.doc
	(1.2), kauth/kas.rc (1.2), kauth/kaserver.c (1.2), kauth/kaserver.h
	(1.2), kauth/kaserver.rc (1.2), kauth/kauth.rg (1.2),
	kauth/kautils.c (1.2), kauth/kautils.p.h (1.2), kauth/kdb.c (1.2),
	kauth/kkids.c (1.2), kauth/klog.c (1.2), kauth/klogin.c (1.2),
	kauth/knfs.c (1.2), kauth/kpasswd.c (1.2), kauth/kpasswd.rc (1.2),
	kauth/kpwvalid.c (1.2), kauth/krb_tf.c (1.2), kauth/krb_udp.c
	(1.2), kauth/manyklog.c (1.2), kauth/rebuild.c (1.2), kauth/token.c
	(1.2), kauth/user.c (1.2), kauth/user_nt.c (1.2),
	kauth/test/Makefile (1.2), kauth/test/NTMakefile (1.2),
	kauth/test/background.c (1.2), kauth/test/multiklog.c (1.2),
	kauth/test/test_badtix.c (1.2), kauth/test/test_date.c (1.2),
	kauth/test/test_getticket.c (1.2), kauth/test/test_interim_ktc.c
	(1.2), kauth/test/test_kaserver (1.2), kauth/test/test_rxkad_free.c
	(1.2), kauth/test/testlocking.README (1.2),
	kauth/test/testlocking.boundaries.tcl (1.2),
	kauth/test/testlocking.general.tcl (1.2),
	kauth/test/testlocking.utils.tcl (1.2), libacl/Makefile (1.2),
	libacl/NTMakefile (1.2), libacl/acl.h (1.2), libacl/aclprocs.c
	(1.2), libacl/netprocs.c (1.2), libacl/prs_fs.h (1.2),
	libacl/test/Makefile (1.2), libacl/test/acltest.c (1.2),
	libadmin/Makefile (1.2), libadmin/NTMakefile (1.2),
	libadmin/afs_Admin.h (1.2), libadmin/adminutil/Makefile (1.2),
	libadmin/adminutil/NTMakefile (1.2),
	libadmin/adminutil/afs_AdminBosErrors.et (1.2),
	libadmin/adminutil/afs_AdminCfgErrors.et (1.2),
	libadmin/adminutil/afs_AdminClientErrors.et (1.2),
	libadmin/adminutil/afs_AdminCommonErrors.et (1.2),
	libadmin/adminutil/afs_AdminErrors.h (1.2),
	libadmin/adminutil/afs_AdminInternal.h (1.2),
	libadmin/adminutil/afs_AdminKasErrors.et (1.2),
	libadmin/adminutil/afs_AdminMiscErrors.et (1.2),
	libadmin/adminutil/afs_AdminPtsErrors.et (1.2),
	libadmin/adminutil/afs_AdminUtilErrors.et (1.2),
	libadmin/adminutil/afs_AdminVosErrors.et (1.2),
	libadmin/adminutil/afs_utilAdmin.c (1.2),
	libadmin/adminutil/afs_utilAdmin.h (1.2),
	libadmin/adminutil/afsadminutil.rc (1.2),
	libadmin/adminutil/mapfile (1.2), libadmin/bos/Makefile (1.2),
	libadmin/bos/NTMakefile (1.2), libadmin/bos/afs_bosAdmin.c (1.2),
	libadmin/bos/afs_bosAdmin.h (1.2), libadmin/bos/afsbosadmin.rc
	(1.2), libadmin/bos/mapfile (1.2), libadmin/cfg/Makefile (1.2),
	libadmin/cfg/NTMakefile (1.2), libadmin/cfg/afs_cfgAdmin.h (1.2),
	libadmin/cfg/afscfgadmin.rc (1.2), libadmin/cfg/cfgclient.c (1.2),
	libadmin/cfg/cfgdb.c (1.2), libadmin/cfg/cfghost.c (1.2),
	libadmin/cfg/cfginternal.c (1.2), libadmin/cfg/cfginternal.h (1.2),
	libadmin/cfg/cfgservers.c (1.2), libadmin/cfg/mapfile (1.2),
	libadmin/cfg/test/Makefile (1.2), libadmin/cfg/test/NTMakefile
	(1.2), libadmin/cfg/test/cfgtest.c (1.2), libadmin/client/Makefile
	(1.2), libadmin/client/NTMakefile (1.2),
	libadmin/client/afs_clientAdmin.c (1.2),
	libadmin/client/afs_clientAdmin.h (1.2),
	libadmin/client/afsclientadmin.rc (1.2), libadmin/client/mapfile
	(1.2), libadmin/kas/Makefile (1.2), libadmin/kas/NTMakefile (1.2),
	libadmin/kas/afs_kasAdmin.c (1.2), libadmin/kas/afs_kasAdmin.h
	(1.2), libadmin/kas/afskasadmin.rc (1.2), libadmin/kas/mapfile
	(1.2), libadmin/pts/Makefile (1.2), libadmin/pts/NTMakefile (1.2),
	libadmin/pts/afs_ptsAdmin.c (1.2), libadmin/pts/afs_ptsAdmin.h
	(1.2), libadmin/pts/afsptsadmin.rc (1.2), libadmin/pts/mapfile
	(1.2), libadmin/samples/Makefile (1.2),
	libadmin/samples/cm_client_config.c (1.2),
	libadmin/samples/cm_list_cells.c (1.2),
	libadmin/samples/cm_local_cell.c (1.2),
	libadmin/samples/cm_server_prefs.c (1.2),
	libadmin/samples/rxdebug_basic_stats.c (1.2),
	libadmin/samples/rxdebug_conns.c (1.2),
	libadmin/samples/rxdebug_peers.c (1.2),
	libadmin/samples/rxdebug_rx_stats.c (1.2),
	libadmin/samples/rxdebug_supported_stats.c (1.2),
	libadmin/samples/rxdebug_version.c (1.2),
	libadmin/samples/rxstat_clear_peer.c (1.2),
	libadmin/samples/rxstat_clear_process.c (1.2),
	libadmin/samples/rxstat_disable_peer.c (1.2),
	libadmin/samples/rxstat_disable_process.c (1.2),
	libadmin/samples/rxstat_enable_peer.c (1.2),
	libadmin/samples/rxstat_enable_process.c (1.2),
	libadmin/samples/rxstat_get_peer.c (1.2),
	libadmin/samples/rxstat_get_process.c (1.2),
	libadmin/samples/rxstat_get_version.c (1.2),
	libadmin/samples/rxstat_query_peer.c (1.2),
	libadmin/samples/rxstat_query_process.c (1.2),
	libadmin/test/Makefile (1.2), libadmin/test/NTMakefile (1.2),
	libadmin/test/afscp.c (1.2), libadmin/test/bos.c (1.2),
	libadmin/test/bos.h (1.2), libadmin/test/client.c (1.2),
	libadmin/test/client.h (1.2), libadmin/test/common.h (1.2),
	libadmin/test/kas.c (1.2), libadmin/test/kas.h (1.2),
	libadmin/test/pts.c (1.2), libadmin/test/pts.h (1.2),
	libadmin/test/util.c (1.2), libadmin/test/util.h (1.2),
	libadmin/test/vos.c (1.2), libadmin/test/vos.h (1.2),
	libadmin/vos/Makefile (1.2), libadmin/vos/NTMakefile (1.2),
	libadmin/vos/afs_vosAdmin.c (1.2), libadmin/vos/afs_vosAdmin.h
	(1.2), libadmin/vos/afsvosadmin.rc (1.2), libadmin/vos/lockprocs.c
	(1.2), libadmin/vos/lockprocs.h (1.2), libadmin/vos/mapfile (1.2),
	libadmin/vos/vosutils.c (1.2), libadmin/vos/vosutils.h (1.2),
	libadmin/vos/vsprocs.c (1.2), libadmin/vos/vsprocs.h (1.2),
	libafs/Makefile.common (1.2), libafs/MakefileProto.AIX (1.2),
	libafs/MakefileProto.DUX (1.2), libafs/MakefileProto.HPUX (1.2),
	libafs/MakefileProto.IRIX (1.2), libafs/MakefileProto.LINUX (1.2),
	libafs/MakefileProto.SOLARIS (1.2), libafsauthent/Makefile (1.2),
	libafsauthent/NTMakefile (1.2), libafsauthent/README (1.2),
	libafsauthent/afsauthent.rc (1.2), libafsauthent/mapfile (1.2),
	libafsrpc/Makefile (1.2), libafsrpc/NTMakefile (1.2),
	libafsrpc/afsrpc.rc (1.2), libafsrpc/mapfile (1.2),
	libuafs/Makefile.common (1.2), libuafs/MakefileProto.AIX (1.2),
	libuafs/MakefileProto.DUX (1.2), libuafs/MakefileProto.HPUX (1.2),
	libuafs/MakefileProto.IRIX (1.2), libuafs/MakefileProto.LINUX
	(1.2), libuafs/MakefileProto.SOLARIS (1.2), libuafs/linktest.c
	(1.2), libuafs/mapfile (1.2), log/Makefile (1.2), log/kseal.c
	(1.2), log/tokens.c (1.2), log/unlog.c (1.2), log/test/Makefile
	(1.2), log/test/gettoktest.c (1.2), log/test/testlog.c (1.2),
	lwp/Makefile (1.2), lwp/NTMakefile (1.2), lwp/fasttime.c (1.2),
	lwp/iomgr.c (1.2), lwp/lock.c (1.2), lwp/lock.h (1.2), lwp/lwp.c
	(1.2), lwp/lwp.h (1.2), lwp/lwp_nt.c (1.2), lwp/preempt.c (1.2),
	lwp/preempt.h (1.2), lwp/process.c (1.2), lwp/process.s (1.2),
	lwp/process.s.hpux (1.2), lwp/rw.c (1.2), lwp/timer.c (1.2),
	lwp/timer.h (1.2), lwp/waitkey.c (1.2), lwp/test/Makefile (1.2),
	lwp/test/NTMakefile (1.2), lwp/test/selclient.c (1.2),
	lwp/test/selserver.c (1.2), lwp/test/selsubs.c (1.2),
	lwp/test/seltest.h (1.2), lwp/test/test.c (1.2),
	lwp/test/test_key.c (1.2), lwp/test/testlwp.c (1.2),
	lwp/test/testtime.c (1.2), ntp/Makefile (1.2), ntp/README (1.2),
	ntp/mkntpconf.c (1.2), ntp/ntp.c (1.2), ntp/ntp.conf (1.2),
	ntp/ntp.h (1.2), ntp/ntp_adjust.c (1.2), ntp/ntp_proto.c (1.2),
	ntp/ntp_sock.c (1.2), ntp/ntpd.c (1.2), ntp/ntpdc.c (1.2),
	ntp/ntpsubs.c (1.2), ntp/patchlevel.h (1.2), ntp/read_local.c
	(1.2), ntp/read_psti.c (1.2), ntp/runntp.c (1.2), ntp/test.c (1.2),
	null/Makefile (1.2), null/null.c (1.2), pam/Makefile (1.2),
	pam/afs_account.c (1.2), pam/afs_auth.c (1.2), pam/afs_message.c
	(1.2), pam/afs_message.h (1.2), pam/afs_pam_msg.c (1.2),
	pam/afs_pam_msg.h (1.2), pam/afs_password.c (1.2),
	pam/afs_session.c (1.2), pam/afs_setcred.c (1.2), pam/afs_util.c
	(1.2), pam/afs_util.h (1.2), pam/test_pam.c (1.2),
	pinstall/Makefile (1.2), pinstall/install.c (1.2),
	pinstall/test/Makefile (1.2), pinstall/test/test_install (1.2),
	procmgmt/Makefile (1.2), procmgmt/NTMakefile (1.2),
	procmgmt/afskill.c (1.2), procmgmt/afskill.rc (1.2),
	procmgmt/afsprocmgmt.rc (1.2), procmgmt/pmgtprivate.h (1.2),
	procmgmt/procmgmt.h (1.2), procmgmt/procmgmt_nt.c (1.2),
	procmgmt/procmgmt_unix.c (1.2), procmgmt/redirect_nt.c (1.2),
	procmgmt/test/Makefile (1.2), procmgmt/test/NTMakefile (1.2),
	procmgmt/test/pmgttest.c (1.2), ptserver/Makefile (1.2),
	ptserver/NTMakefile (1.2), ptserver/db_verify.c (1.2),
	ptserver/display.c (1.2), ptserver/error_macros.h (1.2),
	ptserver/ptclient.c (1.2), ptserver/ptclient.h (1.2),
	ptserver/pterror.et (1.2), ptserver/ptint.xg (1.2),
	ptserver/ptopcodes.h (1.2), ptserver/ptprocs.c (1.2),
	ptserver/pts.c (1.2), ptserver/pts.rc (1.2), ptserver/ptserver.c
	(1.2), ptserver/ptserver.h (1.2), ptserver/ptserver.rc (1.2),
	ptserver/ptuser.c (1.2), ptserver/ptutils.c (1.2),
	ptserver/readgroup.c (1.2), ptserver/readpwd.c (1.2),
	ptserver/testpt.c (1.2), ptserver/utils.c (1.2), rx/Makefile (1.2),
	rx/NTMakefile (1.2), rx/rx.c (1.2), rx/rx.h (1.2), rx/rx_clock.c
	(1.2), rx/rx_clock.h (1.2), rx/rx_clock_nt.c (1.2),
	rx/rx_conncache.c (1.2), rx/rx_event.c (1.2), rx/rx_event.h (1.2),
	rx/rx_getaddr.c (1.2), rx/rx_globals.c (1.2), rx/rx_globals.h
	(1.2), rx/rx_internal.h (1.2), rx/rx_kcommon.c (1.2),
	rx/rx_kcommon.h (1.2), rx/rx_kernel.h (1.2), rx/rx_lwp.c (1.2),
	rx/rx_lwp.h (1.2), rx/rx_misc.c (1.2), rx/rx_misc.h (1.2),
	rx/rx_multi.c (1.2), rx/rx_multi.h (1.2), rx/rx_null.c (1.2),
	rx/rx_null.h (1.2), rx/rx_packet.c (1.2), rx/rx_packet.h (1.2),
	rx/rx_pthread.c (1.2), rx/rx_pthread.h (1.2), rx/rx_queue.h (1.2),
	rx/rx_rdwr.c (1.2), rx/rx_stream.c (1.2), rx/rx_stream.h (1.2),
	rx/rx_trace.c (1.2), rx/rx_trace.h (1.2), rx/rx_user.c (1.2),
	rx/rx_user.h (1.2), rx/rx_xmit_nt.c (1.2), rx/rx_xmit_nt.h (1.2),
	rx/rxdebug.c (1.2), rx/rxdebug.rc (1.2), rx/xdr_afsuuid.c (1.2),
	rx/xdr_rx.c (1.2), rx/AIX/rx_kmutex.h (1.2), rx/AIX/rx_knet.c
	(1.2), rx/DUX/rx_kmutex.h (1.2), rx/DUX/rx_knet.c (1.2),
	rx/IRIX/rx_kmutex.h (1.2), rx/IRIX/rx_knet.c (1.2),
	rx/LINUX/rx_kmutex.h (1.2), rx/LINUX/rx_knet.c (1.2),
	rx/SOLARIS/rx_kmutex.h (1.2), rx/SOLARIS/rx_knet.c (1.2),
	rx/UKERNEL/rx_kcommon.h (1.2), rx/UKERNEL/rx_kmutex.h (1.2),
	rx/UKERNEL/rx_knet.c (1.2), rx/bulk.example/Makefile (1.2),
	rx/bulk.example/README (1.2), rx/bulk.example/bulk.xg (1.2),
	rx/bulk.example/bulk_client.c (1.2), rx/bulk.example/bulk_io.c
	(1.2), rx/bulk.example/bulk_server.c (1.2), rx/bulktest/Makefile
	(1.2), rx/bulktest/README (1.2), rx/bulktest/bulk.xg (1.2),
	rx/bulktest/bulk_client.c (1.2), rx/bulktest/bulk_io.c (1.2),
	rx/bulktest/bulk_server.c (1.2), rx/multi.example/Makefile (1.2),
	rx/multi.example/README (1.2), rx/multi.example/sample.xg (1.2),
	rx/multi.example/sample_client.c (1.2),
	rx/multi.example/sample_server.c (1.2), rx/simple.example/Makefile
	(1.2), rx/simple.example/README (1.2), rx/simple.example/sample.xg
	(1.2), rx/simple.example/sample_client.c (1.2),
	rx/simple.example/sample_server.c (1.2), rx/test/Makefile (1.2),
	rx/test/NTMakefile (1.2), rx/test/generator.c (1.2),
	rx/test/generator.h (1.2), rx/test/kctest.c (1.2), rx/test/kstest.c
	(1.2), rx/test/tableGen.c (1.2), rx/test/testclient.c (1.2),
	rx/test/testqueue.c (1.2), rx/test/testserver.c (1.2),
	rxgen/NTMakefile (1.2), rxgen/rpc_errors.h (1.2),
	rxgen/rxgen_consts.h (1.2), rxkad/Makefile (1.2), rxkad/NTMakefile
	(1.2), rxkad/lifetimes.h (1.2), rxkad/private_data.h (1.2),
	rxkad/rxkad.p.h (1.2), rxkad/rxkad_client.c (1.2),
	rxkad/rxkad_common.c (1.2), rxkad/rxkad_errs.et (1.2),
	rxkad/rxkad_server.c (1.2), rxkad/ticket.c (1.2),
	rxkad/domestic/crypt_conn.c (1.2), rxkad/domestic/fcrypt.c (1.2),
	rxkad/domestic/fcrypt.h (1.2), rxkad/domestic/sboxes.h (1.2),
	rxkad/domestic/tcrypt.c (1.2), rxkad/test/Makefile (1.2),
	rxkad/test/NTMakefile (1.2), rxkad/test/stress.c (1.2),
	rxkad/test/stress.rg (1.2), rxkad/test/stress_c.c (1.2),
	rxkad/test/stress_errs.et (1.2), rxkad/test/stress_internal.h
	(1.2), rxkad/test/stress_s.c (1.2), rxkad/test/stress_test_mp
	(1.2), rxstat/Makefile (1.2), rxstat/NTMakefile (1.2),
	rxstat/rxstat.c (1.2), rxstat/rxstat.xg (1.2), scout/Makefile
	(1.2), scout/scout.c (1.2), sgistuff/Makefile (1.2),
	sgistuff/sgi_auth.c (1.2), sia/Makefile (1.2), sia/siad.c (1.2),
	sia/test-reauth.c (1.2), sys/Makefile (1.2), sys/NTMakefile (1.2),
	sys/afssyscalls.c (1.2), sys/afssyscalls.h (1.2), sys/fixit.c
	(1.2), sys/icreate.c (1.2), sys/idec.c (1.2), sys/iinc.c (1.2),
	sys/iopen.c (1.2), sys/iread.c (1.2), sys/istat.c (1.2),
	sys/iwrite.c (1.2), sys/pagsh.c (1.2), sys/pioctl_nt.c (1.2),
	sys/pioctl_nt.h (1.2), sys/rmtsys.xg (1.2), sys/rmtsysc.c (1.2),
	sys/rmtsysd.c (1.2), sys/rmtsysnet.c (1.2), sys/rmtsyss.c (1.2),
	sys/syscall.s (1.2), sys/xfsattrs.h (1.2), tbutc/Makefile (1.2),
	tbutc/NTMakefile (1.2), tsm41/Makefile (1.2), tsm41/aix41_auth.c
	(1.2), tviced/Makefile (1.2), tviced/NTMakefile (1.2),
	ubik/Makefile (1.2), ubik/NTMakefile (1.2), ubik/beacon.c (1.2),
	ubik/disk.c (1.2), ubik/lock.c (1.2), ubik/phys.c (1.2),
	ubik/recovery.c (1.2), ubik/remote.c (1.2), ubik/ubik.c (1.2),
	ubik/ubik.p.h (1.2), ubik/ubik_int.xg (1.2), ubik/ubikclient.c
	(1.2), ubik/ubikcmd.c (1.2), ubik/udebug.c (1.2), ubik/udebug.rc
	(1.2), ubik/uerrors.et (1.2), ubik/utst_client.c (1.2),
	ubik/utst_int.xg (1.2), ubik/utst_server.c (1.2), ubik/vote.c
	(1.2), update/Makefile (1.2), update/NTMakefile (1.2),
	update/client.c (1.2), update/global.h (1.2), update/server.c
	(1.2), update/upclient.rc (1.2), update/update.xg (1.2),
	update/upserver.rc (1.2), update/utils.c (1.2), usd/Makefile (1.2),
	usd/NTMakefile (1.2), usd/usd.h (1.2), usd/usd_file.c (1.2),
	usd/usd_nt.c (1.2), usd/test/Makefile (1.2), usd/test/NTMakefile
	(1.2), usd/test/usd_test.c (1.2), uss/Makefile (1.2), uss/grammar.y
	(1.2), uss/lex.c (1.2), uss/sample.bulkfile (1.2),
	uss/sample.template (1.2), uss/uss.c (1.2), uss/uss.rc (1.2),
	uss/uss_acl.c (1.2), uss/uss_acl.h (1.2), uss/uss_common.c (1.2),
	uss/uss_common.h (1.2), uss/uss_fs.c (1.2), uss/uss_fs.h (1.2),
	uss/uss_kauth.c (1.2), uss/uss_kauth.h (1.2), uss/uss_procs.c
	(1.2), uss/uss_procs.h (1.2), uss/uss_ptserver.c (1.2),
	uss/uss_ptserver.h (1.2), uss/uss_vol.c (1.2), uss/uss_vol.h (1.2),
	util/Makefile (1.2), util/NTMakefile (1.2), util/afs_atomlist.c
	(1.2), util/afs_atomlist.h (1.2), util/afs_lhash.c (1.2),
	util/afs_lhash.h (1.2), util/afsutil.h (1.2), util/assert.c (1.2),
	util/assert.h (1.2), util/base32.c (1.2), util/base64.c (1.2),
	util/casestrcpy.c (1.2), util/dirent_nt.h (1.2), util/dirpath.c
	(1.2), util/dirpath.h (1.2), util/errmap_nt.c (1.2),
	util/errmap_nt.h (1.2), util/errors.h (1.2), util/fileutil.c (1.2),
	util/fileutil.h (1.2), util/flipbase64.c (1.2), util/hostparse.c
	(1.2), util/hputil.c (1.2), util/isathing.c (1.2), util/itc.h
	(1.2), util/kreltime.c (1.2), util/ktime.c (1.2), util/ktime.h
	(1.2), util/netutils.c (1.2), util/netutils.h (1.2),
	util/packages.h (1.2), util/potpourri.h (1.2), util/pthread_glock.c
	(1.2), util/pthread_glock.h (1.2), util/pthread_nosigs.h (1.2),
	util/readdir_nt.c (1.2), util/regex.c (1.2), util/remote.h (1.2),
	util/secutil_nt.c (1.2), util/secutil_nt.h (1.2), util/serverLog.c
	(1.2), util/sys.c (1.2), util/uuid.c (1.2), util/vice.h (1.2),
	util/volparse.c (1.2), util/winsock_nt.c (1.2), util/test/Makefile
	(1.2), util/test/NTMakefile (1.2), util/test/b32.c (1.2),
	util/test/b64.c (1.2), util/test/dirpath_test.c (1.2),
	util/test/dtest.c (1.2), util/test/fb64.c (1.2), util/test/ktest.c
	(1.2), util/test/test_ktime.c (1.2), util/test/treaddir.c (1.2),
	venus/Makefile (1.2), venus/cacheout.c (1.2), venus/cmdebug.c
	(1.2), venus/fs.c (1.2), venus/fstrace.c (1.2), venus/gcpags.c
	(1.2), venus/kdump.c (1.2), venus/kdump.sh.hp_ux11 (1.2),
	venus/kdump.sh.sgi_ipnos (1.2), venus/kdump.sh.solaris7 (1.2),
	venus/lock.h (1.2), venus/twiddle.c (1.2), venus/up.c (1.2),
	venus/whatfid.c (1.2), venus/test/Makefile (1.2),
	venus/test/fulltest.c (1.2), venus/test/getinitparams.c (1.2),
	venus/test/idtest.c (1.2), venus/test/owntest.c (1.2),
	vfsck/bcheckrc (1.2), vfsck/bcheckrc-hp_ux110 (1.2),
	vfsck/dirutils.c (1.2), vfsck/mount (1.2), vfsck/proplist.c (1.2),
	vfsck/vprintf.c (1.2), viced/Makefile (1.2), viced/NTMakefile
	(1.2), viced/afsfileprocs.c (1.2), viced/callback.c (1.2),
	viced/check_sysid.c (1.2), viced/fileserver.rc (1.2),
	viced/fs_stats.h (1.2), viced/fsprobe.c (1.2), viced/host.c (1.2),
	viced/host.h (1.2), viced/physio.c (1.2), viced/profile.c (1.2),
	viced/viced.c (1.2), viced/viced.h (1.2), vlserver/Makefile (1.2),
	vlserver/NTMakefile (1.2), vlserver/cnvldb.c (1.2),
	vlserver/cnvldb.h (1.2), vlserver/sascnvldb.c (1.2),
	vlserver/vl_errors.et (1.2), vlserver/vl_opcodes.h (1.2),
	vlserver/vlclient.c (1.2), vlserver/vlclient.h (1.2),
	vlserver/vldb_check.c (1.2), vlserver/vldbint.xg (1.2),
	vlserver/vlprocs.c (1.2), vlserver/vlserver.c (1.2),
	vlserver/vlserver.p.h (1.2), vlserver/vlserver.rc (1.2),
	vlserver/vlutils.c (1.2), vol/Makefile (1.2), vol/NTMakefile (1.2),
	vol/clone.c (1.2), vol/common.c (1.2), vol/devname.c (1.2),
	vol/fs_conv_411.c (1.2), vol/fssync.c (1.2), vol/fssync.h (1.2),
	vol/gi.c (1.2), vol/ihandle.c (1.2), vol/ihandle.h (1.2),
	vol/listinodes.c (1.2), vol/namei_ops.c (1.2), vol/namei_ops.h
	(1.2), vol/nfs.h (1.2), vol/ntops.c (1.2), vol/ntops.h (1.2),
	vol/nuke.c (1.2), vol/partition.c (1.2), vol/partition.h (1.2),
	vol/physio.c (1.2), vol/purge.c (1.2), vol/salvage.h (1.2),
	vol/salvager.rc (1.2), vol/viceinode.h (1.2), vol/vnode.c (1.2),
	vol/vnode.h (1.2), vol/vol-info.c (1.2), vol/vol-salvage.c (1.2),
	vol/voldefs.h (1.2), vol/volinfo.rc (1.2), vol/volinodes.h (1.2),
	vol/volume.c (1.2), vol/volume.h (1.2), vol/vutil.c (1.2),
	vol/vutils.h (1.2), vol/xfs_size_check.c (1.2), vol/test/Makefile
	(1.2), vol/test/NTMakefile (1.2), vol/test/README (1.2),
	vol/test/ilist_nt.c (1.2), vol/test/listVicepx.c (1.2),
	vol/test/listVicepx.h (1.2), vol/test/ltlist.c (1.2),
	vol/test/nicreate.c (1.2), vol/test/nilist.c (1.2),
	vol/test/nincdec.c (1.2), vol/test/nino.c (1.2), vol/test/nsubr.c
	(1.2), vol/test/testpart.c (1.2), vol/test/updateDirInode.c (1.2),
	vol/test/utilities.c (1.2), volser/Makefile (1.2),
	volser/NTMakefile (1.2), volser/common.c (1.2), volser/dump.h
	(1.2), volser/dumpstuff.c (1.2), volser/lockdata.h (1.2),
	volser/lockprocs.c (1.2), volser/physio.c (1.2),
	volser/restorevol.c (1.2), volser/vol.h (1.2), volser/volerr.et
	(1.2), volser/volint.xg (1.2), volser/volmain.c (1.2),
	volser/volprocs.c (1.2), volser/volser.p.h (1.2),
	volser/volserver.rc (1.2), volser/voltrans.c (1.2), volser/vos.c
	(1.2), volser/vos.rc (1.2), volser/vsprocs.c (1.2),
	volser/vsutils.c (1.2), xstat/Makefile (1.2), xstat/xstat_cm.c
	(1.2), xstat/xstat_cm.h (1.2), xstat/xstat_cm_test.c (1.2),
	xstat/xstat_fs.c (1.2), xstat/xstat_fs.h (1.2),
	xstat/xstat_fs_callback.c (1.2), xstat/xstat_fs_test.c (1.2):
	Standardize License information

2000-11-04 05:01  shadow

	* openafs/src/: Makefile (1.2), NTMakefile (1.2), NTObjdir (1.2),
	README (1.2), README-NT (1.2), ntbuild.bat (1.2),
	WINNT/afs_setup_utils/NTMakefile (1.2),
	WINNT/afs_setup_utils/afs_setup_utils.cpp (1.2),
	WINNT/afs_setup_utils/afs_setup_utils_stub.rc (1.2),
	WINNT/afs_setup_utils/afsrm.c (1.2),
	WINNT/afs_setup_utils/animate_icon.cpp (1.2),
	WINNT/afs_setup_utils/animate_icon.h (1.2),
	WINNT/afs_setup_utils/forceremove.c (1.2),
	WINNT/afs_setup_utils/forceremove.h (1.2),
	WINNT/afs_setup_utils/progress_dlg.cpp (1.2),
	WINNT/afs_setup_utils/progress_dlg.h (1.2),
	WINNT/afs_setup_utils/resource.h (1.2),
	WINNT/afs_setup_utils/sutil.c (1.2), WINNT/afs_setup_utils/sutil.h
	(1.2), WINNT/afs_setup_utils/lang/NTMakefile (1.2),
	WINNT/afs_setup_utils/lang/de_DE/afs_setup_utils.rc (1.2),
	WINNT/afs_setup_utils/lang/en_US/afs_setup_utils.rc (1.2),
	WINNT/afs_setup_utils/lang/es_ES/afs_setup_utils.rc (1.2),
	WINNT/afs_setup_utils/lang/ja_JP/afs_setup_utils.rc (1.2),
	WINNT/afs_setup_utils/lang/ko_KR/afs_setup_utils.rc (1.2),
	WINNT/afs_setup_utils/lang/pt_BR/afs_setup_utils.rc (1.2),
	WINNT/afs_setup_utils/lang/zh_CN/afs_setup_utils.rc (1.2),
	WINNT/afs_setup_utils/lang/zh_TW/afs_setup_utils.rc (1.2),
	WINNT/afsadmsvr/ITaAfsAdmSvr.idl (1.2),
	WINNT/afsadmsvr/ITaAfsAdmSvrTypes.idl (1.2),
	WINNT/afsadmsvr/NTMakefile (1.2), WINNT/afsadmsvr/TaAfsAdmSvr.cpp
	(1.2), WINNT/afsadmsvr/TaAfsAdmSvr.h (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrCallback.cpp (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrCallback.h (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrCell.cpp (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrClient.cpp (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrClient.h (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrClientBind.cpp (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrClientBind.h (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrClientCache.cpp (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrClientCache.h (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrClientCell.cpp (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrClientGroup.cpp (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrClientInternal.cpp (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrClientInternal.h (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrClientNotify.cpp (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrClientNotify.h (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrClientPing.cpp (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrClientPing.h (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrClientUser.cpp (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrCommon.cpp (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrCommon.h (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrDebug.cpp (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrDebug.h (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrGeneral.cpp (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrGeneral.h (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrGroup.cpp (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrInternal.h (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrMain.cpp (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrProperties.cpp (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrProperties.h (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrSearch.cpp (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrSearch.h (1.2),
	WINNT/afsadmsvr/TaAfsAdmSvrUser.cpp (1.2),
	WINNT/afsadmsvr/afsadmsvr.rc (1.2), WINNT/afsadmsvr/resource.h
	(1.2), WINNT/afsapplib/NTMakefile (1.2),
	WINNT/afsapplib/afsapplib.cpp (1.2), WINNT/afsapplib/afsapplib.h
	(1.2), WINNT/afsapplib/afsapplib_stub.rc (1.2),
	WINNT/afsapplib/al_admsvr.cpp (1.2), WINNT/afsapplib/al_admsvr.h
	(1.2), WINNT/afsapplib/al_browse.cpp (1.2),
	WINNT/afsapplib/al_browseset.cpp (1.2),
	WINNT/afsapplib/al_cover.cpp (1.2), WINNT/afsapplib/al_creds.cpp
	(1.2), WINNT/afsapplib/al_dynlink.cpp (1.2),
	WINNT/afsapplib/al_dynlink.h (1.2), WINNT/afsapplib/al_error.cpp
	(1.2), WINNT/afsapplib/al_help.cpp (1.2),
	WINNT/afsapplib/al_messages.h (1.2), WINNT/afsapplib/al_misc.cpp
	(1.2), WINNT/afsapplib/al_progress.cpp (1.2),
	WINNT/afsapplib/al_progress.h (1.2), WINNT/afsapplib/al_pump.cpp
	(1.2), WINNT/afsapplib/al_resource.h (1.2),
	WINNT/afsapplib/al_task.cpp (1.2), WINNT/afsapplib/al_wizard.cpp
	(1.2), WINNT/afsapplib/al_wizard.h (1.2),
	WINNT/afsapplib/checklist.cpp (1.2), WINNT/afsapplib/checklist.h
	(1.2), WINNT/afsapplib/ctl_date.cpp (1.2),
	WINNT/afsapplib/ctl_date.h (1.2), WINNT/afsapplib/ctl_elapsed.cpp
	(1.2), WINNT/afsapplib/ctl_elapsed.h (1.2),
	WINNT/afsapplib/ctl_sockaddr.cpp (1.2),
	WINNT/afsapplib/ctl_sockaddr.h (1.2),
	WINNT/afsapplib/ctl_spinner.cpp (1.2),
	WINNT/afsapplib/ctl_spinner.h (1.2), WINNT/afsapplib/ctl_time.cpp
	(1.2), WINNT/afsapplib/ctl_time.h (1.2), WINNT/afsapplib/dialog.cpp
	(1.2), WINNT/afsapplib/dialog.h (1.2), WINNT/afsapplib/fastlist.cpp
	(1.2), WINNT/afsapplib/fastlist.h (1.2),
	WINNT/afsapplib/hashlist.cpp (1.2), WINNT/afsapplib/hashlist.h
	(1.2), WINNT/afsapplib/regexp.cpp (1.2), WINNT/afsapplib/regexp.h
	(1.2), WINNT/afsapplib/resize.cpp (1.2), WINNT/afsapplib/resize.h
	(1.2), WINNT/afsapplib/settings.cpp (1.2),
	WINNT/afsapplib/settings.h (1.2), WINNT/afsapplib/subclass.cpp
	(1.2), WINNT/afsapplib/subclass.h (1.2),
	WINNT/afsapplib/lang/NTMakefile (1.2),
	WINNT/afsapplib/lang/de_DE/afsapplib.rc (1.2),
	WINNT/afsapplib/lang/en_US/afsapplib.rc (1.2),
	WINNT/afsapplib/lang/es_ES/afsapplib.rc (1.2),
	WINNT/afsapplib/lang/ja_JP/afsapplib.rc (1.2),
	WINNT/afsapplib/lang/ko_KR/afsapplib.rc (1.2),
	WINNT/afsapplib/lang/pt_BR/afsapplib.rc (1.2),
	WINNT/afsapplib/lang/zh_CN/afsapplib.rc (1.2),
	WINNT/afsapplib/lang/zh_TW/afsapplib.rc (1.2),
	WINNT/afsapplib/test/NTMakefile (1.2),
	WINNT/afsapplib/test/resource.h (1.2),
	WINNT/afsapplib/test/wiztest.cpp (1.2),
	WINNT/afsapplib/test/wiztest.rc (1.2), WINNT/afsclass/NTMakefile
	(1.2), WINNT/afsclass/afsclass.h (1.2),
	WINNT/afsclass/afsclassfn.cpp (1.2), WINNT/afsclass/afsclassfn.h
	(1.2), WINNT/afsclass/c_agg.cpp (1.2), WINNT/afsclass/c_agg.h
	(1.2), WINNT/afsclass/c_cell.cpp (1.2), WINNT/afsclass/c_cell.h
	(1.2), WINNT/afsclass/c_debug.cpp (1.2), WINNT/afsclass/c_debug.h
	(1.2), WINNT/afsclass/c_grp.cpp (1.2), WINNT/afsclass/c_grp.h
	(1.2), WINNT/afsclass/c_ident.cpp (1.2), WINNT/afsclass/c_ident.h
	(1.2), WINNT/afsclass/c_identlist.cpp (1.2),
	WINNT/afsclass/c_identlist.h (1.2), WINNT/afsclass/c_notify.cpp
	(1.2), WINNT/afsclass/c_notify.h (1.2), WINNT/afsclass/c_set.cpp
	(1.2), WINNT/afsclass/c_set.h (1.2), WINNT/afsclass/c_svc.cpp
	(1.2), WINNT/afsclass/c_svc.h (1.2), WINNT/afsclass/c_svr.cpp
	(1.2), WINNT/afsclass/c_svr.h (1.2), WINNT/afsclass/c_usr.cpp
	(1.2), WINNT/afsclass/c_usr.h (1.2), WINNT/afsclass/internal.cpp
	(1.2), WINNT/afsclass/internal.h (1.2), WINNT/afsclass/worker.cpp
	(1.2), WINNT/afsclass/worker.h (1.2), WINNT/afsd/NTMakefile (1.2),
	WINNT/afsd/afsd.c (1.2), WINNT/afsd/afsd.h (1.2),
	WINNT/afsd/afsd.rc (1.2), WINNT/afsd/afsd_init.c (1.2),
	WINNT/afsd/afsd_init.h (1.2), WINNT/afsd/afsd_service.c (1.2),
	WINNT/afsd/afsd_service.rc (1.2), WINNT/afsd/afsdicon.h (1.2),
	WINNT/afsd/afslog95.c (1.2), WINNT/afsd/afslog95.rc (1.2),
	WINNT/afsd/afslogon.c (1.2), WINNT/afsd/afslogon.rc (1.2),
	WINNT/afsd/afsrpc.idl (1.2), WINNT/afsd/afsshare.c (1.2),
	WINNT/afsd/afsshare.rc (1.2), WINNT/afsd/cklog.c (1.2),
	WINNT/afsd/cm.h (1.2), WINNT/afsd/cm_access.c (1.2),
	WINNT/afsd/cm_access.h (1.2), WINNT/afsd/cm_aclent.c (1.2),
	WINNT/afsd/cm_aclent.h (1.2), WINNT/afsd/cm_buf.c (1.2),
	WINNT/afsd/cm_buf.h (1.2), WINNT/afsd/cm_callback.c (1.2),
	WINNT/afsd/cm_callback.h (1.2), WINNT/afsd/cm_cell.c (1.2),
	WINNT/afsd/cm_cell.h (1.2), WINNT/afsd/cm_config.c (1.2),
	WINNT/afsd/cm_config.h (1.2), WINNT/afsd/cm_conn.c (1.2),
	WINNT/afsd/cm_conn.h (1.2), WINNT/afsd/cm_daemon.c (1.2),
	WINNT/afsd/cm_daemon.h (1.2), WINNT/afsd/cm_dcache.c (1.2),
	WINNT/afsd/cm_dcache.h (1.2), WINNT/afsd/cm_dir.c (1.2),
	WINNT/afsd/cm_dir.h (1.2), WINNT/afsd/cm_dnlc.c (1.2),
	WINNT/afsd/cm_dnlc.h (1.2), WINNT/afsd/cm_ioctl.c (1.2),
	WINNT/afsd/cm_ioctl.h (1.2), WINNT/afsd/cm_rpc.c (1.2),
	WINNT/afsd/cm_rpc.h (1.2), WINNT/afsd/cm_scache.c (1.2),
	WINNT/afsd/cm_scache.h (1.2), WINNT/afsd/cm_server.c (1.2),
	WINNT/afsd/cm_server.h (1.2), WINNT/afsd/cm_user.c (1.2),
	WINNT/afsd/cm_user.h (1.2), WINNT/afsd/cm_utils.c (1.2),
	WINNT/afsd/cm_utils.h (1.2), WINNT/afsd/cm_vnodeops.c (1.2),
	WINNT/afsd/cm_vnodeops.h (1.2), WINNT/afsd/cm_volume.c (1.2),
	WINNT/afsd/cm_volume.h (1.2), WINNT/afsd/ctokens.c (1.2),
	WINNT/afsd/cunlog.c (1.2), WINNT/afsd/fs.c (1.2), WINNT/afsd/fs.h
	(1.2), WINNT/afsd/fs.rc (1.2), WINNT/afsd/fs_utils.c (1.2),
	WINNT/afsd/fs_utils.h (1.2), WINNT/afsd/klog.rc (1.2),
	WINNT/afsd/krb.h (1.2), WINNT/afsd/krb_prot.h (1.2),
	WINNT/afsd/libafsconf.rc (1.2), WINNT/afsd/lock.txt (1.2),
	WINNT/afsd/smb.c (1.2), WINNT/afsd/smb.h (1.2), WINNT/afsd/smb3.c
	(1.2), WINNT/afsd/smb3.h (1.2), WINNT/afsd/smb_iocons.h (1.2),
	WINNT/afsd/smb_ioctl.c (1.2), WINNT/afsd/smb_ioctl.h (1.2),
	WINNT/afsd/symlink.c (1.2), WINNT/afsd/symlink.rc (1.2),
	WINNT/afsd/tokens.rc (1.2), WINNT/afsd/unlog.rc (1.2),
	WINNT/afsd/sample/token.c (1.2), WINNT/afslegal/NTMakefile (1.2),
	WINNT/afslegal/afslegal.cpp (1.2), WINNT/afslegal/afslegal_stub.rc
	(1.2), WINNT/afslegal/resource.h (1.2),
	WINNT/afslegal/lang/NTMakefile (1.2),
	WINNT/afslegal/lang/de_DE/afslegal.rc (1.2),
	WINNT/afslegal/lang/en_US/afslegal.rc (1.2),
	WINNT/afslegal/lang/es_ES/afslegal.rc (1.2),
	WINNT/afslegal/lang/ja_JP/afslegal.rc (1.2),
	WINNT/afslegal/lang/ko_KR/afslegal.rc (1.2),
	WINNT/afslegal/lang/pt_BR/afslegal.rc (1.2),
	WINNT/afslegal/lang/zh_CN/afslegal.rc (1.2),
	WINNT/afslegal/lang/zh_TW/afslegal.rc (1.2),
	WINNT/afsreg/NTMakefile (1.2), WINNT/afsreg/afsreg.c (1.2),
	WINNT/afsreg/afsreg.h (1.2), WINNT/afsreg/afssw.c (1.2),
	WINNT/afsreg/afssw.h (1.2), WINNT/afsreg/syscfg.c (1.2),
	WINNT/afsreg/syscfg.h (1.2), WINNT/afsreg/vptab.c (1.2),
	WINNT/afsreg/vptab.h (1.2), WINNT/afsreg/test/NTMakefile (1.2),
	WINNT/afsreg/test/dupkey.c (1.2), WINNT/afsreg/test/getifinfo.c
	(1.2), WINNT/afsreg/test/regman.c (1.2), WINNT/afssvrcfg/NTMakefile
	(1.2), WINNT/afssvrcfg/admin_info_dlg.cpp (1.2),
	WINNT/afssvrcfg/admin_info_dlg.h (1.2), WINNT/afssvrcfg/afscfg.cpp
	(1.2), WINNT/afssvrcfg/afscfg.h (1.2),
	WINNT/afssvrcfg/afscfg_stub.rc (1.2),
	WINNT/afssvrcfg/backup_server_page.cpp (1.2),
	WINNT/afssvrcfg/cfg_utils.cpp (1.2), WINNT/afssvrcfg/cfg_utils.h
	(1.2), WINNT/afssvrcfg/char_conv.cpp (1.2),
	WINNT/afssvrcfg/char_conv.h (1.2), WINNT/afssvrcfg/config.h (1.2),
	WINNT/afssvrcfg/config_server_page.cpp (1.2),
	WINNT/afssvrcfg/create_partition_dlg.cpp (1.2),
	WINNT/afssvrcfg/create_partition_dlg.h (1.2),
	WINNT/afssvrcfg/db_server_page.cpp (1.2),
	WINNT/afssvrcfg/file_server_page.cpp (1.2),
	WINNT/afssvrcfg/get_cur_config.cpp (1.2),
	WINNT/afssvrcfg/get_cur_config.h (1.2),
	WINNT/afssvrcfg/get_pw_dlg.cpp (1.2), WINNT/afssvrcfg/get_pw_dlg.h
	(1.2), WINNT/afssvrcfg/graphics.cpp (1.2),
	WINNT/afssvrcfg/graphics.h (1.2), WINNT/afssvrcfg/help.cpp (1.2),
	WINNT/afssvrcfg/hourglass.h (1.2), WINNT/afssvrcfg/info2_page.cpp
	(1.2), WINNT/afssvrcfg/info_page.cpp (1.2),
	WINNT/afssvrcfg/intro_page.cpp (1.2), WINNT/afssvrcfg/logfile.cpp
	(1.2), WINNT/afssvrcfg/logfile.h (1.2),
	WINNT/afssvrcfg/partition_page.cpp (1.2),
	WINNT/afssvrcfg/partition_utils.cpp (1.2),
	WINNT/afssvrcfg/partition_utils.h (1.2),
	WINNT/afssvrcfg/partitions_page.cpp (1.2),
	WINNT/afssvrcfg/replicatition_page.cpp (1.2),
	WINNT/afssvrcfg/resource.h (1.2), WINNT/afssvrcfg/root_afs_page.cpp
	(1.2), WINNT/afssvrcfg/salvage_dlg.cpp (1.2),
	WINNT/afssvrcfg/salvage_results_dlg.cpp (1.2),
	WINNT/afssvrcfg/salvage_results_dlg.h (1.2),
	WINNT/afssvrcfg/services_page.cpp (1.2),
	WINNT/afssvrcfg/sys_control_page.cpp (1.2),
	WINNT/afssvrcfg/toolbox.cpp (1.2), WINNT/afssvrcfg/toolbox.h (1.2),
	WINNT/afssvrcfg/validation.cpp (1.2), WINNT/afssvrcfg/validation.h
	(1.2), WINNT/afssvrcfg/volume_utils.cpp (1.2),
	WINNT/afssvrcfg/volume_utils.h (1.2),
	WINNT/afssvrcfg/lang/NTMakefile (1.2),
	WINNT/afssvrcfg/lang/de_DE/afscfg.rc (1.2),
	WINNT/afssvrcfg/lang/en_US/afscfg.rc (1.2),
	WINNT/afssvrcfg/lang/es_ES/afscfg.rc (1.2),
	WINNT/afssvrcfg/lang/ja_JP/afscfg.rc (1.2),
	WINNT/afssvrcfg/lang/ko_KR/afscfg.rc (1.2),
	WINNT/afssvrcfg/lang/pt_BR/afscfg.rc (1.2),
	WINNT/afssvrcfg/lang/zh_CN/afscfg.rc (1.2),
	WINNT/afssvrcfg/lang/zh_TW/afscfg.rc (1.2),
	WINNT/afssvrcpa/NTMakefile (1.2), WINNT/afssvrcpa/afssvrcpa_stub.rc
	(1.2), WINNT/afssvrcpa/cpl_interface.cpp (1.2),
	WINNT/afssvrcpa/cpl_interface.h (1.2), WINNT/afssvrcpa/resource.h
	(1.2), WINNT/afssvrcpa/lang/NTMakefile (1.2),
	WINNT/afssvrcpa/lang/de_DE/afssvrcpa.rc (1.2),
	WINNT/afssvrcpa/lang/en_US/afssvrcpa.rc (1.2),
	WINNT/afssvrcpa/lang/es_ES/afssvrcpa.rc (1.2),
	WINNT/afssvrcpa/lang/ja_JP/afssvrcpa.rc (1.2),
	WINNT/afssvrcpa/lang/ko_KR/afssvrcpa.rc (1.2),
	WINNT/afssvrcpa/lang/pt_BR/afssvrcpa.rc (1.2),
	WINNT/afssvrcpa/lang/zh_CN/afssvrcpa.rc (1.2),
	WINNT/afssvrcpa/lang/zh_TW/afssvrcpa.rc (1.2),
	WINNT/afssvrmgr/NTMakefile (1.2), WINNT/afssvrmgr/action.cpp (1.2),
	WINNT/afssvrmgr/action.h (1.2), WINNT/afssvrmgr/agg_col.cpp (1.2),
	WINNT/afssvrmgr/agg_col.h (1.2), WINNT/afssvrmgr/agg_general.cpp
	(1.2), WINNT/afssvrmgr/agg_general.h (1.2),
	WINNT/afssvrmgr/agg_prop.cpp (1.2), WINNT/afssvrmgr/agg_prop.h
	(1.2), WINNT/afssvrmgr/agg_tab.cpp (1.2), WINNT/afssvrmgr/agg_tab.h
	(1.2), WINNT/afssvrmgr/alert.cpp (1.2), WINNT/afssvrmgr/alert.h
	(1.2), WINNT/afssvrmgr/cmdline.cpp (1.2), WINNT/afssvrmgr/cmdline.h
	(1.2), WINNT/afssvrmgr/columns.cpp (1.2), WINNT/afssvrmgr/columns.h
	(1.2), WINNT/afssvrmgr/command.cpp (1.2), WINNT/afssvrmgr/command.h
	(1.2), WINNT/afssvrmgr/creds.cpp (1.2), WINNT/afssvrmgr/creds.h
	(1.2), WINNT/afssvrmgr/dispatch.cpp (1.2),
	WINNT/afssvrmgr/dispatch.h (1.2), WINNT/afssvrmgr/dispguts.cpp
	(1.2), WINNT/afssvrmgr/dispguts.h (1.2),
	WINNT/afssvrmgr/display.cpp (1.2), WINNT/afssvrmgr/display.h (1.2),
	WINNT/afssvrmgr/exportcl.h (1.2), WINNT/afssvrmgr/general.cpp
	(1.2), WINNT/afssvrmgr/general.h (1.2), WINNT/afssvrmgr/help.hid
	(1.2), WINNT/afssvrmgr/helpfunc.cpp (1.2),
	WINNT/afssvrmgr/helpfunc.h (1.2), WINNT/afssvrmgr/messages.h (1.2),
	WINNT/afssvrmgr/options.cpp (1.2), WINNT/afssvrmgr/options.h (1.2),
	WINNT/afssvrmgr/prefs.cpp (1.2), WINNT/afssvrmgr/prefs.h (1.2),
	WINNT/afssvrmgr/problems.cpp (1.2), WINNT/afssvrmgr/problems.h
	(1.2), WINNT/afssvrmgr/propcache.cpp (1.2),
	WINNT/afssvrmgr/propcache.h (1.2), WINNT/afssvrmgr/resource.h
	(1.2), WINNT/afssvrmgr/set_clone.cpp (1.2),
	WINNT/afssvrmgr/set_clone.h (1.2), WINNT/afssvrmgr/set_col.cpp
	(1.2), WINNT/afssvrmgr/set_col.h (1.2),
	WINNT/afssvrmgr/set_create.cpp (1.2), WINNT/afssvrmgr/set_create.h
	(1.2), WINNT/afssvrmgr/set_createrep.cpp (1.2),
	WINNT/afssvrmgr/set_createrep.h (1.2),
	WINNT/afssvrmgr/set_delete.cpp (1.2), WINNT/afssvrmgr/set_delete.h
	(1.2), WINNT/afssvrmgr/set_dump.cpp (1.2),
	WINNT/afssvrmgr/set_dump.h (1.2), WINNT/afssvrmgr/set_general.cpp
	(1.2), WINNT/afssvrmgr/set_general.h (1.2),
	WINNT/afssvrmgr/set_move.cpp (1.2), WINNT/afssvrmgr/set_move.h
	(1.2), WINNT/afssvrmgr/set_prop.cpp (1.2),
	WINNT/afssvrmgr/set_prop.h (1.2), WINNT/afssvrmgr/set_quota.cpp
	(1.2), WINNT/afssvrmgr/set_quota.h (1.2),
	WINNT/afssvrmgr/set_release.cpp (1.2),
	WINNT/afssvrmgr/set_release.h (1.2), WINNT/afssvrmgr/set_rename.cpp
	(1.2), WINNT/afssvrmgr/set_rename.h (1.2),
	WINNT/afssvrmgr/set_repprop.cpp (1.2),
	WINNT/afssvrmgr/set_repprop.h (1.2),
	WINNT/afssvrmgr/set_restore.cpp (1.2),
	WINNT/afssvrmgr/set_restore.h (1.2), WINNT/afssvrmgr/set_tab.cpp
	(1.2), WINNT/afssvrmgr/set_tab.h (1.2), WINNT/afssvrmgr/subset.cpp
	(1.2), WINNT/afssvrmgr/subset.h (1.2), WINNT/afssvrmgr/svc_col.cpp
	(1.2), WINNT/afssvrmgr/svc_col.h (1.2),
	WINNT/afssvrmgr/svc_create.cpp (1.2), WINNT/afssvrmgr/svc_create.h
	(1.2), WINNT/afssvrmgr/svc_delete.cpp (1.2),
	WINNT/afssvrmgr/svc_delete.h (1.2), WINNT/afssvrmgr/svc_general.cpp
	(1.2), WINNT/afssvrmgr/svc_general.h (1.2),
	WINNT/afssvrmgr/svc_prop.cpp (1.2), WINNT/afssvrmgr/svc_prop.h
	(1.2), WINNT/afssvrmgr/svc_startstop.cpp (1.2),
	WINNT/afssvrmgr/svc_startstop.h (1.2), WINNT/afssvrmgr/svc_tab.cpp
	(1.2), WINNT/afssvrmgr/svc_tab.h (1.2),
	WINNT/afssvrmgr/svc_viewlog.cpp (1.2),
	WINNT/afssvrmgr/svc_viewlog.h (1.2),
	WINNT/afssvrmgr/svr_address.cpp (1.2),
	WINNT/afssvrmgr/svr_address.h (1.2), WINNT/afssvrmgr/svr_col.cpp
	(1.2), WINNT/afssvrmgr/svr_col.h (1.2),
	WINNT/afssvrmgr/svr_execute.cpp (1.2),
	WINNT/afssvrmgr/svr_execute.h (1.2),
	WINNT/afssvrmgr/svr_general.cpp (1.2),
	WINNT/afssvrmgr/svr_general.h (1.2),
	WINNT/afssvrmgr/svr_getdates.cpp (1.2),
	WINNT/afssvrmgr/svr_getdates.h (1.2), WINNT/afssvrmgr/svr_hosts.cpp
	(1.2), WINNT/afssvrmgr/svr_hosts.h (1.2),
	WINNT/afssvrmgr/svr_install.cpp (1.2),
	WINNT/afssvrmgr/svr_install.h (1.2), WINNT/afssvrmgr/svr_prop.cpp
	(1.2), WINNT/afssvrmgr/svr_prop.h (1.2),
	WINNT/afssvrmgr/svr_prune.cpp (1.2), WINNT/afssvrmgr/svr_prune.h
	(1.2), WINNT/afssvrmgr/svr_salvage.cpp (1.2),
	WINNT/afssvrmgr/svr_salvage.h (1.2),
	WINNT/afssvrmgr/svr_security.cpp (1.2),
	WINNT/afssvrmgr/svr_security.h (1.2),
	WINNT/afssvrmgr/svr_syncvldb.cpp (1.2),
	WINNT/afssvrmgr/svr_syncvldb.h (1.2),
	WINNT/afssvrmgr/svr_uninstall.cpp (1.2),
	WINNT/afssvrmgr/svr_uninstall.h (1.2),
	WINNT/afssvrmgr/svr_window.cpp (1.2), WINNT/afssvrmgr/svr_window.h
	(1.2), WINNT/afssvrmgr/svrmgr.cpp (1.2), WINNT/afssvrmgr/svrmgr.h
	(1.2), WINNT/afssvrmgr/svrmgr_stub.rc (1.2),
	WINNT/afssvrmgr/task.cpp (1.2), WINNT/afssvrmgr/task.h (1.2),
	WINNT/afssvrmgr/window.cpp (1.2), WINNT/afssvrmgr/window.h (1.2),
	WINNT/afssvrmgr/lang/NTMakefile (1.2),
	WINNT/afssvrmgr/lang/de_DE/svrmgr.rc (1.2),
	WINNT/afssvrmgr/lang/en_US/svrmgr.rc (1.2),
	WINNT/afssvrmgr/lang/es_ES/svrmgr.rc (1.2),
	WINNT/afssvrmgr/lang/ja_JP/svrmgr.rc (1.2),
	WINNT/afssvrmgr/lang/ko_KR/svrmgr.rc (1.2),
	WINNT/afssvrmgr/lang/pt_BR/svrmgr.rc (1.2),
	WINNT/afssvrmgr/lang/zh_CN/svrmgr.rc (1.2),
	WINNT/afssvrmgr/lang/zh_TW/svrmgr.rc (1.2),
	WINNT/afsusrmgr/AfsUsrMgr_stub.rc (1.2), WINNT/afsusrmgr/NTMakefile
	(1.2), WINNT/afsusrmgr/TaAfsUsrMgr.h (1.2),
	WINNT/afsusrmgr/action.cpp (1.2), WINNT/afsusrmgr/action.h (1.2),
	WINNT/afsusrmgr/browse.cpp (1.2), WINNT/afsusrmgr/browse.h (1.2),
	WINNT/afsusrmgr/cell_prop.cpp (1.2), WINNT/afsusrmgr/cell_prop.h
	(1.2), WINNT/afsusrmgr/cmdline.cpp (1.2), WINNT/afsusrmgr/cmdline.h
	(1.2), WINNT/afsusrmgr/columns.cpp (1.2), WINNT/afsusrmgr/columns.h
	(1.2), WINNT/afsusrmgr/command.cpp (1.2), WINNT/afsusrmgr/command.h
	(1.2), WINNT/afsusrmgr/creds.cpp (1.2), WINNT/afsusrmgr/creds.h
	(1.2), WINNT/afsusrmgr/display.cpp (1.2), WINNT/afsusrmgr/display.h
	(1.2), WINNT/afsusrmgr/errdata.cpp (1.2), WINNT/afsusrmgr/errdata.h
	(1.2), WINNT/afsusrmgr/general.cpp (1.2), WINNT/afsusrmgr/general.h
	(1.2), WINNT/afsusrmgr/grp_col.cpp (1.2), WINNT/afsusrmgr/grp_col.h
	(1.2), WINNT/afsusrmgr/grp_create.cpp (1.2),
	WINNT/afsusrmgr/grp_create.h (1.2), WINNT/afsusrmgr/grp_delete.cpp
	(1.2), WINNT/afsusrmgr/grp_delete.h (1.2),
	WINNT/afsusrmgr/grp_prop.cpp (1.2), WINNT/afsusrmgr/grp_prop.h
	(1.2), WINNT/afsusrmgr/grp_rename.cpp (1.2),
	WINNT/afsusrmgr/grp_rename.h (1.2), WINNT/afsusrmgr/grp_tab.cpp
	(1.2), WINNT/afsusrmgr/grp_tab.h (1.2), WINNT/afsusrmgr/help.hid
	(1.2), WINNT/afsusrmgr/helpfunc.cpp (1.2),
	WINNT/afsusrmgr/helpfunc.h (1.2), WINNT/afsusrmgr/main.cpp (1.2),
	WINNT/afsusrmgr/mch_col.cpp (1.2), WINNT/afsusrmgr/mch_col.h (1.2),
	WINNT/afsusrmgr/mch_create.cpp (1.2), WINNT/afsusrmgr/mch_create.h
	(1.2), WINNT/afsusrmgr/mch_delete.cpp (1.2),
	WINNT/afsusrmgr/mch_delete.h (1.2), WINNT/afsusrmgr/mch_tab.cpp
	(1.2), WINNT/afsusrmgr/mch_tab.h (1.2), WINNT/afsusrmgr/messages.h
	(1.2), WINNT/afsusrmgr/options.cpp (1.2), WINNT/afsusrmgr/options.h
	(1.2), WINNT/afsusrmgr/resource.h (1.2), WINNT/afsusrmgr/task.cpp
	(1.2), WINNT/afsusrmgr/task.h (1.2), WINNT/afsusrmgr/usr_col.cpp
	(1.2), WINNT/afsusrmgr/usr_col.h (1.2), WINNT/afsusrmgr/usr_cpw.cpp
	(1.2), WINNT/afsusrmgr/usr_cpw.h (1.2),
	WINNT/afsusrmgr/usr_create.cpp (1.2), WINNT/afsusrmgr/usr_create.h
	(1.2), WINNT/afsusrmgr/usr_delete.cpp (1.2),
	WINNT/afsusrmgr/usr_delete.h (1.2), WINNT/afsusrmgr/usr_prop.cpp
	(1.2), WINNT/afsusrmgr/usr_prop.h (1.2),
	WINNT/afsusrmgr/usr_search.cpp (1.2), WINNT/afsusrmgr/usr_search.h
	(1.2), WINNT/afsusrmgr/usr_tab.cpp (1.2), WINNT/afsusrmgr/usr_tab.h
	(1.2), WINNT/afsusrmgr/window.cpp (1.2), WINNT/afsusrmgr/window.h
	(1.2), WINNT/afsusrmgr/winlist.cpp (1.2), WINNT/afsusrmgr/winlist.h
	(1.2), WINNT/afsusrmgr/lang/NTMakefile (1.2),
	WINNT/afsusrmgr/lang/de_DE/AfsUsrMgr.rc (1.2),
	WINNT/afsusrmgr/lang/en_US/AfsUsrMgr.rc (1.2),
	WINNT/afsusrmgr/lang/es_ES/AfsUsrMgr.rc (1.2),
	WINNT/afsusrmgr/lang/ja_JP/AfsUsrMgr.rc (1.2),
	WINNT/afsusrmgr/lang/ko_KR/AfsUsrMgr.rc (1.2),
	WINNT/afsusrmgr/lang/pt_BR/AfsUsrMgr.rc (1.2),
	WINNT/afsusrmgr/lang/zh_CN/AfsUsrMgr.rc (1.2),
	WINNT/afsusrmgr/lang/zh_TW/AfsUsrMgr.rc (1.2),
	WINNT/bosctlsvc/NTMakefile (1.2), WINNT/bosctlsvc/bosctlsvc.c
	(1.2), WINNT/bosctlsvc/bosctlsvc.rc (1.2),
	WINNT/client_config/NTMakefile (1.2),
	WINNT/client_config/afs_config.h (1.2),
	WINNT/client_config/afs_config_stub.rc (1.2),
	WINNT/client_config/cellservdb.c (1.2),
	WINNT/client_config/cellservdb.h (1.2),
	WINNT/client_config/config.cpp (1.2), WINNT/client_config/config.h
	(1.2), WINNT/client_config/dlg_automap.cpp (1.2),
	WINNT/client_config/dlg_diag.cpp (1.2),
	WINNT/client_config/dlg_logon.cpp (1.2),
	WINNT/client_config/dlg_misc.cpp (1.2),
	WINNT/client_config/drivemap.cpp (1.2),
	WINNT/client_config/drivemap.h (1.2), WINNT/client_config/help.hid
	(1.2), WINNT/client_config/isadmin.cpp (1.2),
	WINNT/client_config/isadmin.h (1.2), WINNT/client_config/main.cpp
	(1.2), WINNT/client_config/misc.cpp (1.2),
	WINNT/client_config/pagesize.cpp (1.2),
	WINNT/client_config/pagesize.h (1.2),
	WINNT/client_config/resource.h (1.2),
	WINNT/client_config/tab_advanced.cpp (1.2),
	WINNT/client_config/tab_advanced.h (1.2),
	WINNT/client_config/tab_drives.cpp (1.2),
	WINNT/client_config/tab_drives.h (1.2),
	WINNT/client_config/tab_general.cpp (1.2),
	WINNT/client_config/tab_general.h (1.2),
	WINNT/client_config/tab_hosts.cpp (1.2),
	WINNT/client_config/tab_hosts.h (1.2),
	WINNT/client_config/tab_prefs.cpp (1.2),
	WINNT/client_config/tab_prefs.h (1.2),
	WINNT/client_config/lang/NTMakefile (1.2),
	WINNT/client_config/lang/de_DE/afs_config.rc (1.2),
	WINNT/client_config/lang/en_US/afs_config.rc (1.2),
	WINNT/client_config/lang/es_ES/afs_config.rc (1.2),
	WINNT/client_config/lang/ja_JP/afs_config.rc (1.2),
	WINNT/client_config/lang/ko_KR/afs_config.rc (1.2),
	WINNT/client_config/lang/pt_BR/afs_config.rc (1.2),
	WINNT/client_config/lang/zh_CN/afs_config.rc (1.2),
	WINNT/client_config/lang/zh_TW/afs_config.rc (1.2),
	WINNT/client_cpa/NTMakefile (1.2), WINNT/client_cpa/afs_cpa_stub.rc
	(1.2), WINNT/client_cpa/cpl_interface.cpp (1.2),
	WINNT/client_cpa/cpl_interface.h (1.2), WINNT/client_cpa/resource.h
	(1.2), WINNT/client_cpa/lang/NTMakefile (1.2),
	WINNT/client_cpa/lang/de_DE/afs_cpa.rc (1.2),
	WINNT/client_cpa/lang/en_US/afs_cpa.rc (1.2),
	WINNT/client_cpa/lang/es_ES/afs_cpa.rc (1.2),
	WINNT/client_cpa/lang/ja_JP/afs_cpa.rc (1.2),
	WINNT/client_cpa/lang/ko_KR/afs_cpa.rc (1.2),
	WINNT/client_cpa/lang/pt_BR/afs_cpa.rc (1.2),
	WINNT/client_cpa/lang/zh_CN/afs_cpa.rc (1.2),
	WINNT/client_cpa/lang/zh_TW/afs_cpa.rc (1.2),
	WINNT/client_creds/Makefile (1.2), WINNT/client_creds/NTMakefile
	(1.2), WINNT/client_creds/advtab.cpp (1.2),
	WINNT/client_creds/advtab.h (1.2), WINNT/client_creds/afscreds.h
	(1.2), WINNT/client_creds/afscreds_stub.rc (1.2),
	WINNT/client_creds/afswiz.cpp (1.2), WINNT/client_creds/afswiz.h
	(1.2), WINNT/client_creds/creds.cpp (1.2),
	WINNT/client_creds/creds.h (1.2), WINNT/client_creds/credstab.cpp
	(1.2), WINNT/client_creds/credstab.h (1.2),
	WINNT/client_creds/help.hid (1.2), WINNT/client_creds/main.cpp
	(1.2), WINNT/client_creds/misc.cpp (1.2),
	WINNT/client_creds/mounttab.cpp (1.2),
	WINNT/client_creds/mounttab.h (1.2), WINNT/client_creds/resource.h
	(1.2), WINNT/client_creds/settings.cpp (1.2),
	WINNT/client_creds/settings.h (1.2),
	WINNT/client_creds/shortcut.cpp (1.2),
	WINNT/client_creds/shortcut.h (1.2),
	WINNT/client_creds/trayicon.cpp (1.2),
	WINNT/client_creds/trayicon.h (1.2), WINNT/client_creds/window.cpp
	(1.2), WINNT/client_creds/window.h (1.2),
	WINNT/client_creds/lang/NTMakefile (1.2),
	WINNT/client_creds/lang/de_DE/afscreds.rc (1.2),
	WINNT/client_creds/lang/en_US/afscreds.rc (1.2),
	WINNT/client_creds/lang/es_ES/afscreds.rc (1.2),
	WINNT/client_creds/lang/ja_JP/afscreds.rc (1.2),
	WINNT/client_creds/lang/ko_KR/afscreds.rc (1.2),
	WINNT/client_creds/lang/pt_BR/afscreds.rc (1.2),
	WINNT/client_creds/lang/zh_CN/afscreds.rc (1.2),
	WINNT/client_creds/lang/zh_TW/afscreds.rc (1.2),
	WINNT/client_exp/NTMakefile (1.2),
	WINNT/client_exp/add_acl_entry_dlg.cpp (1.2),
	WINNT/client_exp/add_acl_entry_dlg.h (1.2),
	WINNT/client_exp/add_submount_dlg.cpp (1.2),
	WINNT/client_exp/add_submount_dlg.h (1.2),
	WINNT/client_exp/afs_shl_ext.cpp (1.2),
	WINNT/client_exp/afs_shl_ext.h (1.2),
	WINNT/client_exp/afs_shl_ext.odl (1.2),
	WINNT/client_exp/afs_shl_ext_stub.rc (1.2),
	WINNT/client_exp/auth_dlg.cpp (1.2), WINNT/client_exp/auth_dlg.h
	(1.2), WINNT/client_exp/clear_acl_dlg.cpp (1.2),
	WINNT/client_exp/clear_acl_dlg.h (1.2),
	WINNT/client_exp/copy_acl_dlg.cpp (1.2),
	WINNT/client_exp/copy_acl_dlg.h (1.2),
	WINNT/client_exp/down_servers_dlg.cpp (1.2),
	WINNT/client_exp/down_servers_dlg.h (1.2), WINNT/client_exp/fs.h
	(1.2), WINNT/client_exp/gui2fs.cpp (1.2), WINNT/client_exp/gui2fs.h
	(1.2), WINNT/client_exp/help.cpp (1.2), WINNT/client_exp/help.h
	(1.2), WINNT/client_exp/hourglass.h (1.2),
	WINNT/client_exp/klog_dlg.cpp (1.2), WINNT/client_exp/klog_dlg.h
	(1.2), WINNT/client_exp/make_mount_point_dlg.cpp (1.2),
	WINNT/client_exp/make_mount_point_dlg.h (1.2),
	WINNT/client_exp/mount_points_dlg.cpp (1.2),
	WINNT/client_exp/mount_points_dlg.h (1.2),
	WINNT/client_exp/msgs.cpp (1.2), WINNT/client_exp/msgs.h (1.2),
	WINNT/client_exp/partition_info_dlg.cpp (1.2),
	WINNT/client_exp/partition_info_dlg.h (1.2),
	WINNT/client_exp/resource.h (1.2), WINNT/client_exp/results_dlg.cpp
	(1.2), WINNT/client_exp/results_dlg.h (1.2),
	WINNT/client_exp/server_status_dlg.H (1.2),
	WINNT/client_exp/server_status_dlg.cpp (1.2),
	WINNT/client_exp/set_afs_acl.cpp (1.2),
	WINNT/client_exp/set_afs_acl.h (1.2),
	WINNT/client_exp/shell_ext.cpp (1.2), WINNT/client_exp/shell_ext.h
	(1.2), WINNT/client_exp/stdafx.cpp (1.2), WINNT/client_exp/stdafx.h
	(1.2), WINNT/client_exp/submount_info.cpp (1.2),
	WINNT/client_exp/submount_info.h (1.2),
	WINNT/client_exp/submounts_dlg.cpp (1.2),
	WINNT/client_exp/submounts_dlg.h (1.2),
	WINNT/client_exp/unlog_dlg.cpp (1.2), WINNT/client_exp/unlog_dlg.h
	(1.2), WINNT/client_exp/volume_inf.h (1.2),
	WINNT/client_exp/volume_info.h (1.2),
	WINNT/client_exp/volumeinfo.cpp (1.2),
	WINNT/client_exp/lang/NTMakefile (1.2),
	WINNT/client_exp/lang/afs_shl_ext.rc2 (1.2),
	WINNT/client_exp/lang/de_DE/afs_shl_ext.rc (1.2),
	WINNT/client_exp/lang/en_US/afs_shl_ext.rc (1.2),
	WINNT/client_exp/lang/es_ES/afs_shl_ext.rc (1.2),
	WINNT/client_exp/lang/ja_JP/afs_shl_ext.rc (1.2),
	WINNT/client_exp/lang/ko_KR/afs_shl_ext.rc (1.2),
	WINNT/client_exp/lang/pt_BR/afs_shl_ext.rc (1.2),
	WINNT/client_exp/lang/zh_CN/afs_shl_ext.rc (1.2),
	WINNT/client_exp/lang/zh_TW/afs_shl_ext.rc (1.2),
	WINNT/doc/install/Documentation/de_DE/README.txt (1.2),
	WINNT/doc/install/Documentation/en_US/README.txt (1.2),
	WINNT/doc/install/Documentation/es_ES/README.txt (1.2),
	WINNT/doc/install/Documentation/ja_JP/README.txt (1.2),
	WINNT/doc/install/Documentation/ko_KR/README.txt (1.2),
	WINNT/doc/install/Documentation/pt_BR/README.txt (1.2),
	WINNT/doc/install/Documentation/zh_CN/README.txt (1.2),
	WINNT/doc/install/Documentation/zh_TW/README.txt (1.2),
	WINNT/eventlog/NTMakefile (1.2), WINNT/eventlog/logevent.c (1.2),
	WINNT/eventlog/logevent.h (1.2), WINNT/eventlog/lang/NTMakefile
	(1.2), WINNT/eventlog/lang/afseventmsg.rc (1.2),
	WINNT/eventlog/lang/de_DE/event.mc (1.2),
	WINNT/eventlog/lang/en_US/event.mc (1.2),
	WINNT/eventlog/lang/es_ES/event.mc (1.2),
	WINNT/eventlog/lang/ja_JP/event.mc (1.2),
	WINNT/eventlog/lang/ko_KR/event.mc (1.2),
	WINNT/eventlog/lang/pt_BR/event.mc (1.2),
	WINNT/eventlog/lang/zh_CN/event.mc (1.2),
	WINNT/eventlog/lang/zh_TW/event.mc (1.2),
	WINNT/eventlog/test/NTMakefile (1.2),
	WINNT/eventlog/test/elogtest.c (1.2),
	WINNT/install/InstallShield5/BuildSetup.bat (1.2),
	WINNT/install/InstallShield5/CompileScript.bat (1.2),
	WINNT/install/InstallShield5/CreateGeneratedFiles.bat (1.2),
	WINNT/install/InstallShield5/CreateISDirTree.bat (1.2),
	WINNT/install/InstallShield5/DelISDirTree.bat (1.2),
	WINNT/install/InstallShield5/GatherFiles.bat (1.2),
	WINNT/install/InstallShield5/GenDefault.mda.bat (1.2),
	WINNT/install/InstallShield5/GenFileGroups.bat (1.2),
	WINNT/install/InstallShield5/GenIS5.ipr.bat (1.2),
	WINNT/install/InstallShield5/HowToSetTheVersion.txt (1.2),
	WINNT/install/InstallShield5/NTMakefile (1.2),
	WINNT/install/InstallShield5/README.TXT (1.2),
	WINNT/install/InstallShield5/ScatterFiles.bat (1.2),
	WINNT/license/NTMakefile (1.2), WINNT/license/main.cpp (1.2),
	WINNT/license/multistring.cpp (1.2), WINNT/license/multistring.h
	(1.2), WINNT/license/lang/NTMakefile (1.2),
	WINNT/license/lang/readme.txt (1.2), WINNT/pthread/NTMakefile
	(1.2), WINNT/pthread/pthread.c (1.2), WINNT/pthread/pthread.h
	(1.2), WINNT/pthread/pthread.rc (1.2), WINNT/pthread/pthread95.rc
	(1.2), WINNT/pthread/test/NTMakefile (1.2),
	WINNT/pthread/test/native.cpp (1.2), WINNT/pthread/test/ptest.c
	(1.2), WINNT/pthread/test/tsd.c (1.2), WINNT/talocale/NTMakefile
	(1.2), WINNT/talocale/tal_alloc.cpp (1.2),
	WINNT/talocale/tal_alloc.h (1.2), WINNT/talocale/tal_dialog.cpp
	(1.2), WINNT/talocale/tal_dialog.h (1.2),
	WINNT/talocale/tal_main.cpp (1.2), WINNT/talocale/tal_string.cpp
	(1.2), WINNT/talocale/tal_string.h (1.2), WINNT/talocale/talocale.h
	(1.2), afs/Makefile (1.2), afs/afs.h (1.2), afs/afs_analyze.c
	(1.2), afs/afs_axscache.c (1.2), afs/afs_axscache.h (1.2),
	afs/afs_buffer.c (1.2), afs/afs_call.c (1.2), afs/afs_callback.c
	(1.2), afs/afs_cbqueue.c (1.2), afs/afs_cbqueue.h (1.2),
	afs/afs_cell.c (1.2), afs/afs_chunk.c (1.2), afs/afs_chunkops.h
	(1.2), afs/afs_conn.c (1.2), afs/afs_daemons.c (1.2),
	afs/afs_dcache.c (1.2), afs/afs_exporter.c (1.2), afs/afs_init.c
	(1.2), afs/afs_lock.c (1.2), afs/afs_mariner.c (1.2),
	afs/afs_memcache.c (1.2), afs/afs_nfsclnt.c (1.2), afs/afs_osi.c
	(1.2), afs/afs_osi.h (1.2), afs/afs_osi_alloc.c (1.2),
	afs/afs_osi_pag.c (1.2), afs/afs_osi_uio.c (1.2),
	afs/afs_osi_vget.c (1.2), afs/afs_osidnlc.c (1.2),
	afs/afs_osidnlc.h (1.2), afs/afs_pioctl.c (1.2),
	afs/afs_prototypes.h (1.2), afs/afs_segments.c (1.2),
	afs/afs_server.c (1.2), afs/afs_stat.c (1.2), afs/afs_stats.h
	(1.2), afs/afs_trace.et (1.2), afs/afs_user.c (1.2), afs/afs_util.c
	(1.2), afs/afs_util.h (1.2), afs/afs_vcache.c (1.2),
	afs/afs_volume.c (1.2), afs/afsincludes.h (1.2), afs/exporter.h
	(1.2), afs/lock.h (1.2), afs/longc_procs.h (1.2), afs/nfsclient.h
	(1.2), afs/sysincludes.h (1.2), afs/voldefs.h (1.2),
	afs/volerrors.h (1.2), afs/AIX/osi_assem.s (1.2),
	afs/AIX/osi_config.c (1.2), afs/AIX/osi_file.c (1.2),
	afs/AIX/osi_groups.c (1.2), afs/AIX/osi_inode.c (1.2),
	afs/AIX/osi_inode.h (1.2), afs/AIX/osi_machdep.h (1.2),
	afs/AIX/osi_misc.c (1.2), afs/AIX/osi_prototypes.h (1.2),
	afs/AIX/osi_sleep.c (1.2), afs/AIX/osi_timeout.c (1.2),
	afs/AIX/osi_vfs.h (1.2), afs/AIX/osi_vfsops.c (1.2),
	afs/AIX/osi_vm.c (1.2), afs/AIX/osi_vnodeops.c (1.2),
	afs/DOC/afs_rwlocks (1.2), afs/DOC/file-reorg (1.2),
	afs/DOC/vm-integration (1.2), afs/DUX/osi_file.c (1.2),
	afs/DUX/osi_groups.c (1.2), afs/DUX/osi_inode.c (1.2),
	afs/DUX/osi_inode.h (1.2), afs/DUX/osi_machdep.h (1.2),
	afs/DUX/osi_misc.c (1.2), afs/DUX/osi_sleep.c (1.2),
	afs/DUX/osi_vfsops.c (1.2), afs/DUX/osi_vm.c (1.2),
	afs/DUX/osi_vnodeops.c (1.2), afs/HPUX/osi_debug.c (1.2),
	afs/HPUX/osi_file.c (1.2), afs/HPUX/osi_groups.c (1.2),
	afs/HPUX/osi_inode.c (1.2), afs/HPUX/osi_inode.h (1.2),
	afs/HPUX/osi_machdep.h (1.2), afs/HPUX/osi_misc.c (1.2),
	afs/HPUX/osi_sleep.c (1.2), afs/HPUX/osi_vfsops.c (1.2),
	afs/HPUX/osi_vm.c (1.2), afs/HPUX/osi_vnodeops.c (1.2),
	afs/IRIX/osi_file.c (1.2), afs/IRIX/osi_groups.c (1.2),
	afs/IRIX/osi_idbg.c (1.2), afs/IRIX/osi_inode.c (1.2),
	afs/IRIX/osi_inode.h (1.2), afs/IRIX/osi_machdep.h (1.2),
	afs/IRIX/osi_misc.c (1.2), afs/IRIX/osi_sleep.c (1.2),
	afs/IRIX/osi_vfs.h (1.2), afs/IRIX/osi_vfsops.c (1.2),
	afs/IRIX/osi_vm.c (1.2), afs/IRIX/osi_vnodeops.c (1.2),
	afs/LINUX/osi_alloc.c (1.2), afs/LINUX/osi_cred.c (1.2),
	afs/LINUX/osi_file.c (1.2), afs/LINUX/osi_groups.c (1.2),
	afs/LINUX/osi_inode.c (1.2), afs/LINUX/osi_machdep.h (1.2),
	afs/LINUX/osi_misc.c (1.2), afs/LINUX/osi_module.c (1.2),
	afs/LINUX/osi_prototypes.h (1.2), afs/LINUX/osi_sleep.c (1.2),
	afs/LINUX/osi_vfs.h (1.2), afs/LINUX/osi_vfsops.c (1.2),
	afs/LINUX/osi_vm.c (1.2), afs/LINUX/osi_vnodeops.c (1.2),
	afs/SOLARIS/osi_file.c (1.2), afs/SOLARIS/osi_groups.c (1.2),
	afs/SOLARIS/osi_inode.c (1.2), afs/SOLARIS/osi_inode.h (1.2),
	afs/SOLARIS/osi_machdep.h (1.2), afs/SOLARIS/osi_prototypes.h
	(1.2), afs/SOLARIS/osi_sleep.c (1.2), afs/SOLARIS/osi_vfsops.c
	(1.2), afs/SOLARIS/osi_vm.c (1.2), afs/SOLARIS/osi_vnodeops.c
	(1.2), afs/UKERNEL/afs_usrops.c (1.2), afs/UKERNEL/afs_usrops.h
	(1.2), afs/UKERNEL/afsincludes.h (1.2), afs/UKERNEL/osi_groups.c
	(1.2), afs/UKERNEL/osi_machdep.h (1.2), afs/UKERNEL/osi_vfsops.c
	(1.2), afs/UKERNEL/osi_vm.c (1.2), afs/UKERNEL/osi_vnodeops.c
	(1.2), afs/UKERNEL/sysincludes.h (1.2), afs/VNOPS/afs_vnop_access.c
	(1.2), afs/VNOPS/afs_vnop_attrs.c (1.2),
	afs/VNOPS/afs_vnop_create.c (1.2), afs/VNOPS/afs_vnop_dirops.c
	(1.2), afs/VNOPS/afs_vnop_fid.c (1.2), afs/VNOPS/afs_vnop_flock.c
	(1.2), afs/VNOPS/afs_vnop_link.c (1.2), afs/VNOPS/afs_vnop_lookup.c
	(1.2), afs/VNOPS/afs_vnop_open.c (1.2), afs/VNOPS/afs_vnop_read.c
	(1.2), afs/VNOPS/afs_vnop_readdir.c (1.2),
	afs/VNOPS/afs_vnop_remove.c (1.2), afs/VNOPS/afs_vnop_rename.c
	(1.2), afs/VNOPS/afs_vnop_strategy.c (1.2),
	afs/VNOPS/afs_vnop_symlink.c (1.2), afs/VNOPS/afs_vnop_write.c
	(1.2), afsd/Makefile (1.2), afsd/afs.conf.linux (1.2),
	afsd/afs.hpux102.driver (1.2), afsd/afs.rc.alpha (1.2),
	afsd/afs.rc.alpha_dux40 (1.2), afsd/afs.rc.hpux10 (1.2),
	afsd/afs.rc.linux (1.2), afsd/afs.rc.sgi (1.2),
	afsd/afs.rc.sgi_ipnos (1.2), afsd/afs.rc.solaris (1.2),
	afsd/afs.rc.solaris.2.7 (1.2), afsd/afs.rc.solaris.2_5 (1.2),
	afsd/afs_rtsymtab.pl.sgi_53 (1.2), afsd/afs_rtsymtab.pl.sgi_61
	(1.2), afsd/afsd.c (1.2), afsd/rc.afs.rs_aix (1.2),
	afsd/rc.afsd.large (1.2), afsd/rc.afsd.medium (1.2),
	afsd/rc.afsd.small (1.2), afsd/rc.dkload.client.rs_aix (1.2),
	afsd/rc.dkload.server.rs_aix (1.2), afsd/vsys.c (1.2),
	afsinstall/bin/AFSinstall (1.2), afsinstall/lib/patch.pl (1.2),
	afsinstall/lib/InstallGuides/ALPHA_x/afsinstall.rc (1.2),
	afsinstall/lib/InstallGuides/ALPHA_x/bldkernel (1.2),
	afsinstall/lib/InstallGuides/ALPHA_x/build (1.2),
	afsinstall/lib/InstallGuides/ALPHA_x/installkernel (1.2),
	afsinstall/lib/InstallGuides/ALPHA_x/rc (1.2),
	afsinstall/lib/InstallGuides/ALPHA_x/unix (1.2),
	afsinstall/lib/InstallGuides/ALPHA_x/vfsck (1.2),
	afsinstall/lib/InstallGuides/GENERIC/afsinstall.rc (1.2),
	afsinstall/lib/InstallGuides/GENERIC/clientconfig (1.2),
	afsinstall/lib/InstallGuides/GENERIC/dbserver (1.2),
	afsinstall/lib/InstallGuides/GENERIC/debug (1.2),
	afsinstall/lib/InstallGuides/GENERIC/fileserver (1.2),
	afsinstall/lib/InstallGuides/GENERIC/login (1.2),
	afsinstall/lib/InstallGuides/GENERIC/miscserver (1.2),
	afsinstall/lib/InstallGuides/GENERIC/other (1.2),
	afsinstall/lib/InstallGuides/GENERIC/rc (1.2),
	afsinstall/lib/InstallGuides/GENERIC/serveruser (1.2),
	afsinstall/lib/InstallGuides/GENERIC/tokens (1.2),
	afsinstall/lib/InstallGuides/GENERIC/unix (1.2),
	afsinstall/lib/InstallGuides/HP_UX1x/bldkernel (1.2),
	afsinstall/lib/InstallGuides/HP_UX1x/build (1.2),
	afsinstall/lib/InstallGuides/HP_UX1x/installkernel (1.2),
	afsinstall/lib/InstallGuides/HPx00_UX9/modkernel (1.2),
	afsinstall/lib/InstallGuides/HPx00_UX9/rc (1.2),
	afsinstall/lib/InstallGuides/HPx00_UX9/unix (1.2),
	afsinstall/lib/InstallGuides/HPx00_UX9/vfsck (1.2),
	afsinstall/lib/InstallGuides/HPx_UX10x/afsinstall.rc (1.2),
	afsinstall/lib/InstallGuides/HPx_UX10x/bldkernel (1.2),
	afsinstall/lib/InstallGuides/HPx_UX10x/build (1.2),
	afsinstall/lib/InstallGuides/HPx_UX10x/rc (1.2),
	afsinstall/lib/InstallGuides/HPx_UX10x/unix (1.2),
	afsinstall/lib/InstallGuides/HPx_UX10x/vfsck (1.2),
	afsinstall/lib/InstallGuides/RS_AIX3x/login (1.2),
	afsinstall/lib/InstallGuides/RS_AIX3x/modkernel (1.2),
	afsinstall/lib/InstallGuides/RS_AIX3x/rc (1.2),
	afsinstall/lib/InstallGuides/RS_AIX3x/unix (1.2),
	afsinstall/lib/InstallGuides/RS_AIX3x/vfsck (1.2),
	afsinstall/lib/InstallGuides/RS_AIX4x/login (1.2),
	afsinstall/lib/InstallGuides/RS_AIX4x/modkernel (1.2),
	afsinstall/lib/InstallGuides/RS_AIX4x/rc (1.2),
	afsinstall/lib/InstallGuides/RS_AIX4x/unix (1.2),
	afsinstall/lib/InstallGuides/RS_AIX4x/vfsck (1.2),
	afsinstall/lib/InstallGuides/SGI_5x/afsinstall.rc (1.2),
	afsinstall/lib/InstallGuides/SGI_5x/bldkernel (1.2),
	afsinstall/lib/InstallGuides/SGI_5x/modkernel (1.2),
	afsinstall/lib/InstallGuides/SGI_6x/bldkernel (1.2),
	afsinstall/lib/InstallGuides/SGI_6x/modkernel (1.2),
	afsinstall/lib/InstallGuides/SGI_x/build (1.2),
	afsinstall/lib/InstallGuides/SGI_x/dbserver (1.2),
	afsinstall/lib/InstallGuides/SGI_x/fileserver (1.2),
	afsinstall/lib/InstallGuides/SGI_x/installkernel (1.2),
	afsinstall/lib/InstallGuides/SGI_x/login (1.2),
	afsinstall/lib/InstallGuides/SGI_x/miscserver (1.2),
	afsinstall/lib/InstallGuides/SGI_x/rc (1.2),
	afsinstall/lib/InstallGuides/SGI_x/unix (1.2),
	afsinstall/lib/InstallGuides/SUN4x_4x/bldkernel (1.2),
	afsinstall/lib/InstallGuides/SUN4x_4x/build (1.2),
	afsinstall/lib/InstallGuides/SUN4x_4x/installkernel (1.2),
	afsinstall/lib/InstallGuides/SUN4x_4x/modkernel (1.2),
	afsinstall/lib/InstallGuides/SUN4x_4x/rc (1.2),
	afsinstall/lib/InstallGuides/SUN4x_4x/unix (1.2),
	afsinstall/lib/InstallGuides/SUN4x_4x/vfsck (1.2),
	afsinstall/lib/InstallGuides/SUN4x_5x/modkernel (1.2),
	afsinstall/lib/InstallGuides/SUN4x_5x/rc (1.2),
	afsinstall/lib/InstallGuides/SUN4x_5x/unix (1.2),
	afsinstall/lib/InstallGuides/SUN4x_5x/vfsck (1.2),
	afsinstall/lib/InstallGuides/alpha_dux40/bldkernel (1.2),
	afsinstall/lib/InstallGuides/alpha_dux40/login (1.2),
	afsinstall/lib/InstallGuides/alpha_dux40/unix (1.2),
	afsinstall/lib/InstallGuides/hp700_ux100/build (1.2),
	afsinstall/lib/InstallGuides/hp700_ux100/installkernel (1.2),
	afsinstall/lib/InstallGuides/hp700_ux101/build (1.2),
	afsinstall/lib/InstallGuides/hp700_ux101/installkernel (1.2),
	afsinstall/lib/InstallGuides/hp700_ux90/bldkernel (1.2),
	afsinstall/lib/InstallGuides/hp700_ux90/build (1.2),
	afsinstall/lib/InstallGuides/hp700_ux90/installkernel (1.2),
	afsinstall/lib/InstallGuides/hp800_ux100/build (1.2),
	afsinstall/lib/InstallGuides/hp800_ux100/installkernel (1.2),
	afsinstall/lib/InstallGuides/hp800_ux101/build (1.2),
	afsinstall/lib/InstallGuides/hp800_ux101/installkernel (1.2),
	afsinstall/lib/InstallGuides/hp800_ux90/bldkernel (1.2),
	afsinstall/lib/InstallGuides/hp800_ux90/build (1.2),
	afsinstall/lib/InstallGuides/hp800_ux90/installkernel (1.2),
	afsinstall/lib/InstallGuides/hp_ux102/bldkernel (1.2),
	afsinstall/lib/InstallGuides/hp_ux102/build (1.2),
	afsinstall/lib/InstallGuides/hp_ux102/installkernel (1.2),
	afsinstall/lib/InstallGuides/info/bldkernel.toc (1.2),
	afsinstall/lib/InstallGuides/info/build.toc (1.2),
	afsinstall/lib/InstallGuides/info/clientconfig.toc (1.2),
	afsinstall/lib/InstallGuides/info/dbserver.toc (1.2),
	afsinstall/lib/InstallGuides/info/debug.toc (1.2),
	afsinstall/lib/InstallGuides/info/fileserver.toc (1.2),
	afsinstall/lib/InstallGuides/info/installkernel.toc (1.2),
	afsinstall/lib/InstallGuides/info/login.toc (1.2),
	afsinstall/lib/InstallGuides/info/miscserver.toc (1.2),
	afsinstall/lib/InstallGuides/info/modkernel.toc (1.2),
	afsinstall/lib/InstallGuides/info/other.toc (1.2),
	afsinstall/lib/InstallGuides/info/rc.toc (1.2),
	afsinstall/lib/InstallGuides/info/serveruser.toc (1.2),
	afsinstall/lib/InstallGuides/info/tokens.toc (1.2),
	afsinstall/lib/InstallGuides/info/unix.toc (1.2),
	afsinstall/lib/InstallGuides/info/vfsck.toc (1.2),
	afsinstall/lib/InstallGuides/sgi_63/bldkernel (1.2),
	afsinstall/lib/InstallGuides/sgi_63/modkernel (1.2),
	afsinstall/lib/InstallGuides/sgi_64/bldkernel (1.2),
	afsinstall/lib/InstallGuides/sgi_64/modkernel (1.2),
	afsinstall/lib/InstallGuides/sun4x_56/login (1.2),
	afsinstall/lib/InstallGuides/sun4x_56/unix (1.2),
	afsinstall/lib/InstallGuides/sun4x_56/vfsck (1.2),
	afsmonitor/Makefile (1.2), afsmonitor/afsmon-labels.h (1.2),
	afsmonitor/afsmon-output.c (1.2), afsmonitor/afsmon-parselog.c
	(1.2), afsmonitor/afsmon-win.c (1.2), afsmonitor/afsmonitor.c
	(1.2), afsmonitor/afsmonitor.h (1.2), afsweb/Makefile (1.2),
	afsweb/README (1.2), afsweb/README.BETA1 (1.2), afsweb/README.BETA2
	(1.2), afsweb/TestPlan.txt (1.2), afsweb/WebSecure_Design.txt
	(1.2), afsweb/afswsApache_config.sh (1.2),
	afsweb/apache_afs_cache.c (1.2), afsweb/apache_afs_cache.h (1.2),
	afsweb/apache_afs_client.c (1.2), afsweb/apache_afs_module.c (1.2),
	afsweb/apache_afs_plugin.c (1.2), afsweb/apache_afs_utils.c (1.2),
	afsweb/apache_afs_utils.h (1.2), afsweb/apache_afs_weblog.c (1.2),
	afsweb/apache_api.h (1.2), afsweb/nsafs.c (1.2), afsweb/nsafs.h
	(1.2), afsweb/securehash.c (1.2), afsweb/weblog.c (1.2),
	afsweb/weblog_errors.h (1.2), audit/Makefile (1.2),
	audit/NTMakefile (1.2), audit/audit.c (1.2), audit/audit.h (1.2),
	audit/config.aix.sample (1.2), audit/events.aix.sample (1.2),
	audit/objects.aix.sample (1.2), auth/Makefile (1.2),
	auth/NTMakefile (1.2), auth/acfg_errors.et (1.2), auth/auth.p.h
	(1.2), auth/authcon.c (1.2), auth/cellconfig.c (1.2),
	auth/cellconfig.p.h (1.2), auth/copyauth.c (1.2), auth/keys.h
	(1.2), auth/ktc.c (1.2), auth/ktc_errors.et (1.2), auth/ktc_nt.c
	(1.2), auth/setkey.c (1.2), auth/userok.c (1.2), auth/writeconfig.c
	(1.2), auth/test/Makefile (1.2), auth/test/NTMakefile (1.2),
	auth/test/ktctest.c (1.2), auth/test/testcellconf.c (1.2),
	bozo/Makefile (1.2), bozo/NTMakefile (1.2), bozo/bnode.c (1.2),
	bozo/bnode.p.h (1.2), bozo/bos.c (1.2), bozo/bos.rc (1.2),
	bozo/boserr.et (1.2), bozo/bosint.xg (1.2), bozo/bosoprocs.c (1.2),
	bozo/bosserver.c (1.2), bozo/bosserver.rc (1.2),
	bozo/cronbnodeops.c (1.2), bozo/ezbnodeops.c (1.2),
	bozo/fsbnodeops.c (1.2), bozo/smail-notifier.c (1.2),
	bozo/test/Makefile (1.2), bozo/test/testproc.c (1.2),
	bu_utils/Contents.Readme (1.2), bu_utils/Makefile (1.2),
	bu_utils/NTMakefile (1.2), bu_utils/fms.c (1.2), bu_utils/fms.doc
	(1.2), bu_utils/fms.rc (1.2), bubasics/Makefile (1.2),
	bubasics/NTMakefile (1.2), bubasics/backmon.xg (1.2),
	bubasics/bubasics.h (1.2), bubasics/bumon.xg (1.2),
	bubasics/butc.xg (1.2), bubasics/butc_errs.et (1.2),
	bubasics/butm.p.h (1.2), bubasics/butm_errs.et (1.2),
	bubasics/butx_errs.et (1.2), bubasics/tcdata.p.h (1.2),
	bucoord/Makefile (1.2), bucoord/NTMakefile (1.2), bucoord/backup.rc
	(1.2), bucoord/bc.p.h (1.2), bucoord/bc_status.c (1.2),
	bucoord/btest.c (1.2), bucoord/bucoord_errs.et (1.2),
	bucoord/commands.c (1.2), bucoord/config.c (1.2), bucoord/dlq.c
	(1.2), bucoord/dsstub.c (1.2), bucoord/dsvs.c (1.2), bucoord/dump.c
	(1.2), bucoord/dump_sched.c (1.2), bucoord/error_macros.h (1.2),
	bucoord/expire.c (1.2), bucoord/main.c (1.2), bucoord/regex.c
	(1.2), bucoord/restore.c (1.2), bucoord/server.c (1.2),
	bucoord/status.c (1.2), bucoord/tape_hosts.c (1.2),
	bucoord/testcases (1.2), bucoord/ttest.c (1.2),
	bucoord/ubik_db_if.c (1.2): Standardize License information

2000-11-04 03:38  shadow

	* openafs/src/LICENSE (1.1): where the per file license text refers
	to it

2000-11-04 03:37  shadow

	* openafs/LICENSE (1.2): foo

2000-11-04 03:36  shadow

	* openafs/LICENSE (1.1): where the license refers to it

2000-11-03 22:34  shadow

	* openafs/doc/LICENSE (1.1): add a license

2000-11-03 21:28  shadow

	* openafs/src/: log/test/unlogtest.d (1.1), login/Makefile (1.1),
	login/getenv.c (1.1), login/login.c (1.1), login/setenv.c (1.1),
	login/util_login.c (1.1), login/util_logout.c (1.1),
	login/util_logwtmp.c (1.1), lwp/Makefile (1.1), lwp/NTMakefile
	(1.1), lwp/fasttime.c (1.1), lwp/iomgr.c (1.1), lwp/lock.c (1.1),
	lwp/lock.h (1.1), lwp/lwp.c (1.1), lwp/lwp.h (1.1), lwp/lwp_nt.c
	(1.1), lwp/preempt.c (1.1), lwp/preempt.h (1.1), lwp/process.c
	(1.1), lwp/process.s (1.1), lwp/process.s.hpux (1.1), lwp/rw.c
	(1.1), lwp/timer.c (1.1), lwp/timer.h (1.1), lwp/waitkey.c (1.1),
	lwp/test/Makefile (1.1), lwp/test/NTMakefile (1.1),
	lwp/test/selclient.c (1.1), lwp/test/selserver.c (1.1),
	lwp/test/selsubs.c (1.1), lwp/test/seltest.h (1.1), lwp/test/test.c
	(1.1), lwp/test/test_key.c (1.1), lwp/test/testlwp.c (1.1),
	lwp/test/testtime.c (1.1), mpp/Makefile (1.1), mpp/mpp.1 (1.1),
	mpp/mpp.c (1.1), ntp/Makefile (1.1), ntp/README (1.1),
	ntp/mkntpconf.c (1.1), ntp/ntp.c (1.1), ntp/ntp.conf (1.1),
	ntp/ntp.h (1.1), ntp/ntp_adjust.c (1.1), ntp/ntp_proto.c (1.1),
	ntp/ntp_sock.c (1.1), ntp/ntpd.c (1.1), ntp/ntpdc.c (1.1),
	ntp/ntpsubs.c (1.1), ntp/patchlevel.h (1.1), ntp/read_local.c
	(1.1), ntp/read_psti.c (1.1), ntp/runntp.c (1.1), ntp/test.c (1.1),
	null/Makefile (1.1), null/null.c (1.1), package/Makefile (1.1),
	package/README (1.1), package/check.c (1.1), package/conftree.c
	(1.1), package/fileops.c (1.1), package/globals.h (1.1),
	package/globfuncs.c (1.1), package/gram.y (1.1), package/lex.l
	(1.1), package/makepkgfiles (1.1), package/messages.c (1.1),
	package/misc.c (1.1), package/package.8 (1.1), package/package.c
	(1.1), package/package.h (1.1), package/package.help (1.1),
	package/package.ms (1.1), package/systype.h (1.1), package/tags
	(1.1), package/test.c (1.1), package/test_gram.y (1.1),
	package/update.c (1.1), package/validupdates.h (1.1),
	package/y.tab.h.hidden (1.1), pam/Makefile (1.1), pam/afs_account.c
	(1.1), pam/afs_auth.c (1.1), pam/afs_message.c (1.1),
	pam/afs_message.h (1.1), pam/afs_pam_msg.c (1.1), pam/afs_pam_msg.h
	(1.1), pam/afs_password.c (1.1), pam/afs_session.c (1.1),
	pam/afs_setcred.c (1.1), pam/afs_util.c (1.1), pam/afs_util.h
	(1.1), pam/mapfile (1.1), pam/mapfile.hp (1.1), pam/test_pam.c
	(1.1), pinstall/Makefile (1.1), pinstall/install.c (1.1),
	pinstall/test/Makefile (1.1), pinstall/test/test_install (1.1),
	procmgmt/Makefile (1.1), procmgmt/NTMakefile (1.1),
	procmgmt/afskill.c (1.1), procmgmt/afskill.rc (1.1),
	procmgmt/afsprocmgmt.def (1.1), procmgmt/afsprocmgmt.rc (1.1),
	procmgmt/pmgtprivate.h (1.1), procmgmt/procmgmt.h (1.1),
	procmgmt/procmgmt_nt.c (1.1), procmgmt/procmgmt_unix.c (1.1),
	procmgmt/redirect_nt.c (1.1), procmgmt/test/Makefile (1.1),
	procmgmt/test/NTMakefile (1.1), procmgmt/test/pmgttest.c (1.1),
	ptserver/Makefile (1.1), ptserver/NTMakefile (1.1),
	ptserver/db_verify.c (1.1), ptserver/display.c (1.1),
	ptserver/error_macros.h (1.1), ptserver/ptclient.c (1.1),
	ptserver/ptclient.h (1.1), ptserver/pterror.et (1.1),
	ptserver/ptint.xg (1.1), ptserver/ptopcodes.h (1.1),
	ptserver/ptprocs.c (1.1), ptserver/pts.c (1.1), ptserver/pts.rc
	(1.1), ptserver/ptserver.c (1.1), ptserver/ptserver.h (1.1),
	ptserver/ptserver.rc (1.1), ptserver/ptuser.c (1.1),
	ptserver/ptutils.c (1.1), ptserver/readgroup.c (1.1),
	ptserver/readpwd.c (1.1), ptserver/testpt.c (1.1), ptserver/utils.c
	(1.1), rcp/Makefile (1.1), rcp/rcp.1 (1.1), rcp/rcp.c (1.1),
	rlogind/Makefile (1.1), rlogind/rexecd.c (1.1), rlogind/rlogind.8
	(1.1), rlogind/rlogind.c (1.1), rsh/Makefile (1.1), rsh/herror.c
	(1.1), rsh/rcmd.c (1.1), rsh/rlogin.c (1.1), rsh/rsh.1 (1.1),
	rsh/rsh.c (1.1), rx/Makefile (1.1), rx/NTMakefile (1.1), rx/rx.c
	(1.1), rx/rx.h (1.1), rx/rx_clock.c (1.1), rx/rx_clock.h (1.1),
	rx/rx_clock_nt.c (1.1), rx/rx_conncache.c (1.1), rx/rx_event.c
	(1.1), rx/rx_event.h (1.1), rx/rx_getaddr.c (1.1), rx/rx_globals.c
	(1.1), rx/rx_globals.h (1.1), rx/rx_internal.h (1.1),
	rx/rx_kcommon.c (1.1), rx/rx_kcommon.h (1.1), rx/rx_kernel.h (1.1),
	rx/rx_lwp.c (1.1), rx/rx_lwp.h (1.1), rx/rx_misc.c (1.1),
	rx/rx_misc.h (1.1), rx/rx_multi.c (1.1), rx/rx_multi.h (1.1),
	rx/rx_null.c (1.1), rx/rx_null.h (1.1), rx/rx_packet.c (1.1),
	rx/rx_packet.h (1.1), rx/rx_pthread.c (1.1), rx/rx_pthread.h (1.1),
	rx/rx_queue.h (1.1), rx/rx_rdwr.c (1.1), rx/rx_stream.c (1.1),
	rx/rx_stream.h (1.1), rx/rx_trace.c (1.1), rx/rx_trace.h (1.1),
	rx/rx_user.c (1.1), rx/rx_user.h (1.1), rx/rx_xmit_nt.c (1.1),
	rx/rx_xmit_nt.h (1.1), rx/rxdebug.c (1.1), rx/rxdebug.rc (1.1),
	rx/xdr.c (1.1), rx/xdr.h (1.1), rx/xdr_afsuuid.c (1.1),
	rx/xdr_array.c (1.1), rx/xdr_arrayn.c (1.1), rx/xdr_float.c (1.1),
	rx/xdr_mem.c (1.1), rx/xdr_rec.c (1.1), rx/xdr_refernce.c (1.1),
	rx/xdr_rx.c (1.1), rx/xdr_stdio.c (1.1), rx/xdr_update.c (1.1),
	rx/AIX/rx_kmutex.h (1.1), rx/AIX/rx_knet.c (1.1),
	rx/DUX/rx_kmutex.h (1.1), rx/DUX/rx_knet.c (1.1),
	rx/IRIX/rx_kmutex.h (1.1), rx/IRIX/rx_knet.c (1.1),
	rx/LINUX/rx_kmutex.h (1.1), rx/LINUX/rx_knet.c (1.1),
	rx/SOLARIS/rx_kmutex.h (1.1), rx/SOLARIS/rx_knet.c (1.1),
	rx/UKERNEL/rx_kcommon.h (1.1), rx/UKERNEL/rx_kmutex.h (1.1),
	rx/UKERNEL/rx_knet.c (1.1), rx/bulk.example/Makefile (1.1),
	rx/bulk.example/README (1.1), rx/bulk.example/bulk.xg (1.1),
	rx/bulk.example/bulk_client.c (1.1), rx/bulk.example/bulk_io.c
	(1.1), rx/bulk.example/bulk_server.c (1.1), rx/bulktest/Makefile
	(1.1), rx/bulktest/README (1.1), rx/bulktest/bulk.xg (1.1),
	rx/bulktest/bulk_client.c (1.1), rx/bulktest/bulk_io.c (1.1),
	rx/bulktest/bulk_server.c (1.1), rx/multi.example/Makefile (1.1),
	rx/multi.example/README (1.1), rx/multi.example/sample.xg (1.1),
	rx/multi.example/sample_client.c (1.1),
	rx/multi.example/sample_server.c (1.1), rx/simple.example/Makefile
	(1.1), rx/simple.example/README (1.1), rx/simple.example/sample.xg
	(1.1), rx/simple.example/sample_client.c (1.1),
	rx/simple.example/sample_server.c (1.1), rx/test/Makefile (1.1),
	rx/test/NTMakefile (1.1), rx/test/generator.c (1.1),
	rx/test/generator.h (1.1), rx/test/kctest.c (1.1), rx/test/kstest.c
	(1.1), rx/test/tableGen.c (1.1), rx/test/testclient.c (1.1),
	rx/test/testqueue.c (1.1), rx/test/testserver.c (1.1),
	rxgen/Makefile (1.1), rxgen/NTMakefile (1.1), rxgen/rpc_clntout.c
	(1.1), rxgen/rpc_cout.c (1.1), rxgen/rpc_errors.h (1.1),
	rxgen/rpc_hout.c (1.1), rxgen/rpc_main.c (1.1), rxgen/rpc_parse.c
	(1.1), rxgen/rpc_parse.h (1.1), rxgen/rpc_scan.c (1.1),
	rxgen/rpc_scan.h (1.1), rxgen/rpc_svcout.c (1.1), rxgen/rpc_util.c
	(1.1), rxgen/rpc_util.h (1.1), rxgen/rxgen_consts.h (1.1),
	rxkad/Makefile (1.1), rxkad/NTMakefile (1.1), rxkad/README (1.1),
	rxkad/lifetimes.h (1.1), rxkad/private_data.h (1.1),
	rxkad/rxkad.p.h (1.1), rxkad/rxkad_client.c (1.1),
	rxkad/rxkad_common.c (1.1), rxkad/rxkad_errs.et (1.1),
	rxkad/rxkad_server.c (1.1), rxkad/ticket.c (1.1),
	rxkad/domestic/crypt_conn.c (1.1), rxkad/domestic/fcrypt.c (1.1),
	rxkad/domestic/fcrypt.h (1.1), rxkad/domestic/sboxes.h (1.1),
	rxkad/domestic/tcrypt.c (1.1), rxkad/test/Makefile (1.1),
	rxkad/test/NTMakefile (1.1), rxkad/test/stress.c (1.1),
	rxkad/test/stress.rg (1.1), rxkad/test/stress_c.c (1.1),
	rxkad/test/stress_errs.et (1.1), rxkad/test/stress_internal.h
	(1.1), rxkad/test/stress_s.c (1.1), rxkad/test/stress_test_mp
	(1.1), rxstat/Makefile (1.1), rxstat/NTMakefile (1.1),
	rxstat/rxstat.c (1.1), rxstat/rxstat.xg (1.1), scout/Makefile
	(1.1), scout/scout.c (1.1), sgistuff/Makefile (1.1),
	sgistuff/sgi_auth.c (1.1), sia/Makefile (1.1), sia/siad.c (1.1),
	sia/test-reauth.c (1.1), sys/Makefile (1.1), sys/NTMakefile (1.1),
	sys/afs.exp (1.1), sys/afsl.exp (1.1), sys/afssyscalls.c (1.1),
	sys/afssyscalls.h (1.1), sys/fixit.c (1.1), sys/icreate.c (1.1),
	sys/idec.c (1.1), sys/iinc.c (1.1), sys/iopen.c (1.1), sys/iread.c
	(1.1), sys/istat.c (1.1), sys/iwrite.c (1.1), sys/pagsh.c (1.1),
	sys/pioctl_nt.c (1.1), sys/pioctl_nt.h (1.1), sys/rmtsys.xg (1.1),
	sys/rmtsysc.c (1.1), sys/rmtsysd.c (1.1), sys/rmtsysnet.c (1.1),
	sys/rmtsyss.c (1.1), sys/syscall.s (1.1), sys/xfsattrs.h (1.1),
	tbutc/Makefile (1.1), tbutc/NTMakefile (1.1), tsm41/Makefile (1.1),
	tsm41/aix41_auth.c (1.1), tviced/Makefile (1.1), tviced/NTMakefile
	(1.1), ubik/Makefile (1.1), ubik/NTMakefile (1.1), ubik/beacon.c
	(1.1), ubik/disk.c (1.1), ubik/lock.c (1.1), ubik/phys.c (1.1),
	ubik/recovery.c (1.1), ubik/remote.c (1.1), ubik/ubik.c (1.1),
	ubik/ubik.p.h (1.1), ubik/ubik_int.xg (1.1), ubik/ubikclient.c
	(1.1), ubik/ubikcmd.c (1.1), ubik/udebug.c (1.1), ubik/udebug.rc
	(1.1), ubik/uerrors.et (1.1), ubik/utst_client.c (1.1),
	ubik/utst_int.xg (1.1), ubik/utst_server.c (1.1), ubik/vote.c
	(1.1), update/Makefile (1.1), update/NTMakefile (1.1),
	update/client.c (1.1), update/global.h (1.1), update/server.c
	(1.1), update/upclient.rc (1.1), update/update.xg (1.1),
	update/upserver.rc (1.1), update/utils.c (1.1), usd/Makefile (1.1),
	usd/NTMakefile (1.1), usd/usd.h (1.1), usd/usd_file.c (1.1),
	usd/usd_nt.c (1.1), usd/test/Makefile (1.1), usd/test/NTMakefile
	(1.1), usd/test/usd_test.c (1.1), uss/Makefile (1.1), uss/grammar.y
	(1.1), uss/lex.c (1.1), uss/sample.bulkfile (1.1),
	uss/sample.template (1.1), uss/uss.c (1.1), uss/uss.rc (1.1),
	uss/uss_acl.c (1.1), uss/uss_acl.h (1.1), uss/uss_common.c (1.1),
	uss/uss_common.h (1.1), uss/uss_fs.c (1.1), uss/uss_fs.h (1.1),
	uss/uss_kauth.c (1.1), uss/uss_kauth.h (1.1), uss/uss_procs.c
	(1.1), uss/uss_procs.h (1.1), uss/uss_ptserver.c (1.1),
	uss/uss_ptserver.h (1.1), uss/uss_vol.c (1.1), uss/uss_vol.h (1.1),
	util/Makefile (1.1), util/NTMakefile (1.1), util/afs_atomlist.c
	(1.1), util/afs_atomlist.h (1.1), util/afs_lhash.c (1.1),
	util/afs_lhash.h (1.1), util/afsutil.h (1.1), util/assert.c (1.1),
	util/assert.h (1.1), util/base32.c (1.1), util/base64.c (1.1),
	util/casestrcpy.c (1.1), util/dirent_nt.h (1.1), util/dirpath.c
	(1.1), util/dirpath.h (1.1), util/errmap_nt.c (1.1),
	util/errmap_nt.h (1.1), util/errors.h (1.1), util/fileutil.c (1.1),
	util/fileutil.h (1.1), util/flipbase64.c (1.1), util/get_krbrlm.c
	(1.1), util/hostparse.c (1.1), util/hputil.c (1.1), util/isathing.c
	(1.1), util/itc.h (1.1), util/kreltime.c (1.1), util/ktime.c (1.1),
	util/ktime.h (1.1), util/netutils.c (1.1), util/netutils.h (1.1),
	util/packages.h (1.1), util/potpourri.h (1.1), util/pthread_glock.c
	(1.1), util/pthread_glock.h (1.1), util/pthread_nosigs.h (1.1),
	util/readdir_nt.c (1.1), util/regex.c (1.1), util/remote.h (1.1),
	util/secutil_nt.c (1.1), util/secutil_nt.h (1.1), util/serverLog.c
	(1.1), util/sys.c (1.1), util/uuid.c (1.1), util/vice.h (1.1),
	util/volparse.c (1.1), util/winsock_nt.c (1.1), util/test/Makefile
	(1.1), util/test/NTMakefile (1.1), util/test/b32.c (1.1),
	util/test/b64.c (1.1), util/test/dirpath_test.c (1.1),
	util/test/dtest.c (1.1), util/test/fb64.c (1.1), util/test/ktest.c
	(1.1), util/test/test_ktime.c (1.1), util/test/treaddir.c (1.1),
	venus/Makefile (1.1), venus/cacheout.c (1.1), venus/cmdebug.c
	(1.1), venus/fs.c (1.1), venus/fstrace.c (1.1), venus/gcpags.c
	(1.1), venus/kdump.c (1.1), venus/kdump.sh.hp_ux11 (1.1),
	venus/kdump.sh.sgi_ipnos (1.1), venus/kdump.sh.solaris7 (1.1),
	venus/lock.h (1.1), venus/twiddle.c (1.1), venus/up.c (1.1),
	venus/whatfid.c (1.1), venus/test/Makefile (1.1),
	venus/test/fulltest.c (1.1), venus/test/getinitparams.c (1.1),
	venus/test/idtest.c (1.1), venus/test/owntest.c (1.1),
	vfsck/Makefile (1.1), vfsck/bcheckrc (1.1), vfsck/bcheckrc-hp_ux110
	(1.1), vfsck/dir.c (1.1), vfsck/dirutils.c (1.1), vfsck/fsck.h
	(1.1), vfsck/inode.c (1.1), vfsck/main.c (1.1), vfsck/mount (1.1),
	vfsck/pass1.c (1.1), vfsck/pass1b.c (1.1), vfsck/pass2.c (1.1),
	vfsck/pass3.c (1.1), vfsck/pass4.c (1.1), vfsck/pass5.c (1.1),
	vfsck/proplist.c (1.1), vfsck/setup.c (1.1), vfsck/ufs_subr.c
	(1.1), vfsck/ufs_tables.c (1.1), vfsck/umount (1.1),
	vfsck/utilities.c (1.1), vfsck/vprintf.c (1.1), viced/Makefile
	(1.1), viced/NTMakefile (1.1), viced/afsfileprocs.c (1.1),
	viced/callback.c (1.1), viced/check_sysid.c (1.1),
	viced/fileserver.rc (1.1), viced/fs_stats.h (1.1), viced/fsprobe.c
	(1.1), viced/host.c (1.1), viced/host.h (1.1), viced/physio.c
	(1.1), viced/profile.c (1.1), viced/viced.c (1.1), viced/viced.h
	(1.1), vlserver/Makefile (1.1), vlserver/NTMakefile (1.1),
	vlserver/cnvldb.c (1.1), vlserver/cnvldb.h (1.1),
	vlserver/sascnvldb.c (1.1), vlserver/vl_errors.et (1.1),
	vlserver/vl_opcodes.h (1.1), vlserver/vlclient.c (1.1),
	vlserver/vlclient.h (1.1), vlserver/vldb_check.c (1.1),
	vlserver/vldbint.xg (1.1), vlserver/vlprocs.c (1.1),
	vlserver/vlserver.c (1.1), vlserver/vlserver.p.h (1.1),
	vlserver/vlserver.rc (1.1), vlserver/vlutils.c (1.1), vol/Makefile
	(1.1), vol/NTMakefile (1.1), vol/clone.c (1.1), vol/common.c (1.1),
	vol/devname.c (1.1), vol/fs_conv_411.c (1.1), vol/fssync.c (1.1),
	vol/fssync.h (1.1), vol/gi.c (1.1), vol/ihandle.c (1.1),
	vol/ihandle.h (1.1), vol/listinodes.c (1.1), vol/namei_ops.c (1.1),
	vol/namei_ops.h (1.1), vol/nfs.h (1.1), vol/ntops.c (1.1),
	vol/ntops.h (1.1), vol/nuke.c (1.1), vol/partition.c (1.1),
	vol/partition.h (1.1), vol/physio.c (1.1), vol/purge.c (1.1),
	vol/salvage.h (1.1), vol/salvager.rc (1.1), vol/viceinode.h (1.1),
	vol/vnode.c (1.1), vol/vnode.h (1.1), vol/vol-info.c (1.1),
	vol/vol-salvage.c (1.1), vol/voldefs.h (1.1), vol/volinfo.rc (1.1),
	vol/volinodes.h (1.1), vol/volume.c (1.1), vol/volume.h (1.1),
	vol/vutil.c (1.1), vol/vutils.h (1.1), vol/xfs_size_check.c (1.1),
	vol/test/Makefile (1.1), vol/test/NTMakefile (1.1), vol/test/README
	(1.1), vol/test/ilist_nt.c (1.1), vol/test/listVicepx.c (1.1),
	vol/test/listVicepx.h (1.1), vol/test/ltlist.c (1.1),
	vol/test/nicreate.c (1.1), vol/test/nilist.c (1.1),
	vol/test/nincdec.c (1.1), vol/test/nino.c (1.1), vol/test/nsubr.c
	(1.1), vol/test/testpart.c (1.1), vol/test/updateDirInode.c (1.1),
	vol/test/utilities.c (1.1), volser/Makefile (1.1),
	volser/NTMakefile (1.1), volser/common.c (1.1), volser/dump.h
	(1.1), volser/dumpstuff.c (1.1), volser/lockdata.h (1.1),
	volser/lockprocs.c (1.1), volser/physio.c (1.1),
	volser/restorevol.c (1.1), volser/vol.h (1.1), volser/volerr.et
	(1.1), volser/volint.xg (1.1), volser/volmain.c (1.1),
	volser/volprocs.c (1.1), volser/volser.p.h (1.1),
	volser/volserver.rc (1.1), volser/voltrans.c (1.1), volser/vos.c
	(1.1), volser/vos.rc (1.1), volser/vsprocs.c (1.1),
	volser/vsutils.c (1.1), wsadmin.lib/aix_22.generic (1.1),
	wsadmin.lib/aix_22.generic.dev (1.1), wsadmin.lib/aix_22.readonly
	(1.1), wsadmin.lib/aix_22.readwrite (1.1), wsadmin.lib/base.generic
	(1.1), wsadmin.lib/devel (1.1), wsadmin.lib/pmax_31.generic (1.1),
	wsadmin.lib/pmax_31.generic.dev (1.1), wsadmin.lib/pmax_31.readonly
	(1.1), wsadmin.lib/pmax_31.readwrite (1.1),
	wsadmin.lib/rt_r4.generic (1.1), wsadmin.lib/rt_r4.generic.dev
	(1.1), wsadmin.lib/rt_r4.generic.dkload (1.1),
	wsadmin.lib/rt_r4.generic.printer (1.1), wsadmin.lib/rt_r4.readonly
	(1.1), wsadmin.lib/rt_r4.readwrite (1.1),
	wsadmin.lib/sun3_35.generic (1.1), wsadmin.lib/sun3_35.generic.dev
	(1.1), wsadmin.lib/sun3_35.readonly (1.1),
	wsadmin.lib/sun3_35.readwrite (1.1), wsadmin.lib/sun3_40.generic
	(1.1), wsadmin.lib/sun3_40.generic.dev (1.1),
	wsadmin.lib/sun3_40.readonly (1.1), wsadmin.lib/sun3_40.readwrite
	(1.1), wsadmin.lib/sun3_40x.generic (1.1),
	wsadmin.lib/sun3_40x.generic.dev (1.1),
	wsadmin.lib/sun3_40x.readonly (1.1), wsadmin.lib/sun3_40x.readwrite
	(1.1), wsadmin.lib/sun4_40.generic (1.1),
	wsadmin.lib/sun4_40.generic.dev (1.1), wsadmin.lib/sun4_40.readonly
	(1.1), wsadmin.lib/sun4_40.readwrite (1.1),
	wsadmin.lib/sun4_40c.generic (1.1),
	wsadmin.lib/sun4_40c.generic.dev (1.1),
	wsadmin.lib/sun4_40c.readonly (1.1), wsadmin.lib/sun4_40c.readwrite
	(1.1), wsadmin.lib/vax_30.generic (1.1),
	wsadmin.lib/vax_30.generic.dev (1.1), wsadmin.lib/vax_30.readonly
	(1.1), wsadmin.lib/vax_30.readwrite (1.1), wsadmin.src/.rhosts
	(1.1), wsadmin.src/Makefile (1.1), wsadmin.src/admin (1.1),
	wsadmin.src/hosts.equiv (1.1), wsadmin.src/inetd.conf.pmax_31
	(1.1), wsadmin.src/inetd.conf.rt_r4 (1.1),
	wsadmin.src/staff.dkload.proto (1.1),
	wsadmin.src/staff.printer.proto (1.1), wsadmin.src/staff.proto
	(1.1), wsadmin.src/syslog.conf (1.1), wsadmin.src/user.permits
	(1.1), xstat/Makefile (1.1), xstat/xstat_cm.c (1.1),
	xstat/xstat_cm.h (1.1), xstat/xstat_cm_test.c (1.1),
	xstat/xstat_fs.c (1.1), xstat/xstat_fs.h (1.1),
	xstat/xstat_fs_callback.c (1.1), xstat/xstat_fs_test.c (1.1):
	Initial IBM OpenAFS 1.0 tree

2000-11-03 21:25  shadow

	* openafs/src/: comerr/compiler.h (1.1), comerr/error_msg.c (1.1),
	comerr/error_table.h (1.1), comerr/error_table.y (1.1),
	comerr/error_table_nt.c (1.1), comerr/error_table_nt.h (1.1),
	comerr/et_lex.lex.l (1.1), comerr/et_lex.lex_nt.c (1.1),
	comerr/et_name.c (1.1), comerr/internal.h (1.1),
	comerr/mit-sipb-cr.h (1.1), comerr/test/Makefile (1.1),
	comerr/test/NTMakefile (1.1), comerr/test/test.c (1.1),
	comerr/test/test1.et (1.1), comerr/test/test2.et (1.1),
	config/Makefile (1.1), config/Makefile.alpha_dux40 (1.1),
	config/Makefile.hp_ux110 (1.1), config/Makefile.i386_linux22 (1.1),
	config/Makefile.rs_aix42 (1.1), config/Makefile.sgi_62 (1.1),
	config/Makefile.sgi_63 (1.1), config/Makefile.sgi_64 (1.1),
	config/Makefile.sgi_65 (1.1), config/Makefile.sun4x_55 (1.1),
	config/Makefile.sun4x_56 (1.1), config/Makefile.sun4x_57 (1.1),
	config/Makefile.sunx86_54 (1.1), config/Makefile.version-CML (1.1),
	config/Makefile.version-NOCML (1.1), config/NTDllmap.txt (1.1),
	config/NTLang.bat (1.1), config/NTMakefile (1.1),
	config/NTMakefile.i386_nt40 (1.1), config/NTMakefile.version-CML
	(1.1), config/NTMakefile.version-NOCML (1.1),
	config/NTVersioninfo.rc (1.1), config/afs_args.h (1.1),
	config/afs_sysnames.h (1.1), config/config.c (1.1), config/debug.h
	(1.1), config/icl.h (1.1), config/linux-version (1.1), config/mc.c
	(1.1), config/mkvers.c (1.1), config/param.alpha_dux40.h (1.1),
	config/param.alpha_dux40_usr.h (1.1), config/param.hp_ux110.h
	(1.1), config/param.hp_ux110_usr.h (1.1),
	config/param.i386_linux22.h (1.1), config/param.i386_linux22_usr.h
	(1.1), config/param.i386_nt40.h (1.1), config/param.rs_aix42.h
	(1.1), config/param.rs_aix42_usr.h (1.1), config/param.sgi_62.h
	(1.1), config/param.sgi_62_usr.h (1.1), config/param.sgi_63.h
	(1.1), config/param.sgi_63_usr.h (1.1), config/param.sgi_64.h
	(1.1), config/param.sgi_64_usr.h (1.1), config/param.sgi_65.h
	(1.1), config/param.sgi_65_usr.h (1.1), config/param.sun4x_55.h
	(1.1), config/param.sun4x_55_usr.h (1.1), config/param.sun4x_56.h
	(1.1), config/param.sun4x_56_usr.h (1.1), config/param.sun4x_57.h
	(1.1), config/param.sun4x_57_usr.h (1.1), config/param.sunx86_54.h
	(1.1), config/permit_xprt.h (1.1), config/ranlib (1.1),
	config/stds.h (1.1), config/uvenus.h (1.1), config/venus.h (1.1),
	dauth/Makefile (1.1), dauth/adkint.xg (1.1), dauth/dlog.c (1.1),
	dauth/dpass.c (1.1), des/Makefile (1.1), des/NTMakefile (1.1),
	des/READ_ME (1.1), des/andrew-conf.h (1.1), des/cbc_encrypt.c
	(1.1), des/cksum.c (1.1), des/conf-aix-ibm.h (1.1),
	des/conf-bsd-alpha.h (1.1), des/conf-bsd-i32.h (1.1),
	des/conf-bsd-ncr.h (1.1), des/conf-bsd-sun.h (1.1),
	des/conf-bsdvax.h (1.1), des/conf-hp9000s300.h (1.1),
	des/conf-hp9000s700.h (1.1), des/conf-hp9000s800.h (1.1),
	des/conf-i386-linux.h (1.1), des/conf-ibm370.h (1.1),
	des/conf-mips.h (1.1), des/conf-next.h (1.1), des/conf-pc.h (1.1),
	des/conf-sgi.h (1.1), des/conf-winnt.h (1.1), des/conf.h (1.1),
	des/config-bsd-mac.h (1.1), des/crypt.c (1.1), des/crypt.h (1.1),
	des/debug_decl.c (1.1), des/des.c (1.1), des/des.h (1.1),
	des/des_conf.h (1.1), des/des_internal.h (1.1), des/enc.c (1.1),
	des/key_parity.c (1.1), des/key_sched.c (1.1), des/make_e.c (1.1),
	des/make_fp.c (1.1), des/make_ip.c (1.1), des/make_keyperm.c (1.1),
	des/make_odd.c (1.1), des/make_p.c (1.1), des/make_p_table.c (1.1),
	des/make_s.c (1.1), des/make_s_table.c (1.1), des/misc.c (1.1),
	des/mit-cpyright.h (1.1), des/new_rnd_key.c (1.1),
	des/pcbc_encrypt.c (1.1), des/quad_cksum.c (1.1),
	des/read_pssword.c (1.1), des/s_table.h.ibm (1.1), des/stats.h
	(1.1), des/strng_to_key.c (1.1), des/tables.h (1.1), des/util.c
	(1.1), des/weak_key.c (1.1), des/test/Makefile (1.1),
	des/test/NTMakefile (1.1), des/test/key_test.c (1.1),
	des/test/testit.c (1.1), des/test/verify.c (1.1), des_stub/Makefile
	(1.1), des_stub/NTMakefile (1.1), dir/Makefile (1.1),
	dir/NTMakefile (1.1), dir/buffer.c (1.1), dir/dir.c (1.1),
	dir/dir.h (1.1), dir/salvage.c (1.1), dir/test/Makefile (1.1),
	dir/test/NTMakefile (1.1), dir/test/dtest.c (1.1),
	dir/test/physio.c (1.1), dir/test/test-salvage.c (1.1),
	export/Makefile (1.1), export/README (1.1), export/cfgafs.c (1.1),
	export/cfgexport.c (1.1), export/export.c (1.1), export/export.exp
	(1.1), export/export.h (1.1), export/extras.exp (1.1), export/sym.h
	(1.1), export/symtab.c (1.1), finale/Makefile (1.1),
	finale/NTMakefile (1.1), finale/test.output (1.1),
	finale/translate_et.c (1.1), finale/translate_et.rc (1.1),
	finale/translate_et_nt.c (1.1), fsint/Makefile (1.1),
	fsint/NTMakefile (1.1), fsint/afsaux.c (1.1), fsint/afscbint.xg
	(1.1), fsint/afsint.xg (1.1), fsint/common.xg (1.1),
	fsprobe/Makefile (1.1), fsprobe/fsprobe.c (1.1), fsprobe/fsprobe.h
	(1.1), fsprobe/fsprobe_callback.c (1.1), fsprobe/fsprobe_test.c
	(1.1), ftpd43+/Makefile (1.1), ftpd43+/ftp.h (1.1),
	ftpd43+/ftpcmd.y (1.1), ftpd43+/ftpd.8 (1.1), ftpd43+/ftpd.c (1.1),
	ftpd43+/getusershell.c (1.1), ftpd43+/glob.c (1.1),
	ftpd43+/logwtmp.c (1.1), ftpd43+/newvers.sh (1.1), ftpd43+/popen.c
	(1.1), ftpd43+/telnet.h (1.1), ftpd43+/vers.c (1.1),
	ftpd43+/version (1.1), gtx/Makefile (1.1), gtx/X11windows.c (1.1),
	gtx/cb_test.c (1.1), gtx/curses_test.c (1.1), gtx/curseswindows.c
	(1.1), gtx/dumbwindows.c (1.1), gtx/frame.c (1.1), gtx/gtxX11win.h
	(1.1), gtx/gtxcurseswin.h (1.1), gtx/gtxdumbwin.h (1.1),
	gtx/gtxframe.h (1.1), gtx/gtxinput.h (1.1), gtx/gtxkeymap.h (1.1),
	gtx/gtxlightobj.h (1.1), gtx/gtxobjdict.h (1.1), gtx/gtxobjects.h
	(1.1), gtx/gtxtest.c (1.1), gtx/gtxtextcb.h (1.1), gtx/gtxtextobj.h
	(1.1), gtx/gtxwindows.h (1.1), gtx/input.c (1.1), gtx/keymap.c
	(1.1), gtx/lightobject.c (1.1), gtx/objdict.c (1.1),
	gtx/object_test.c (1.1), gtx/objects.c (1.1), gtx/screen_test.c
	(1.1), gtx/textcb.c (1.1), gtx/textobject.c (1.1), gtx/windows.c
	(1.1), inetd/Makefile (1.1), inetd/getenv.c (1.1), inetd/inetd.8
	(1.1), inetd/inetd.c (1.1), inetd/inetd.conf (1.1),
	inetd/inetd.conf.dux40 (1.1), inetd/inetd.conf.sgi (1.1),
	inetd/inetd.conf.solaris (1.1), inetd/setenv.c (1.1),
	inetd/ta-rauth.c (1.1), kauth/AuthServer.bib (1.1),
	kauth/AuthServer.mss (1.1), kauth/Makefile (1.1), kauth/NTMakefile
	(1.1), kauth/admin_tools.c (1.1), kauth/authclient.c (1.1),
	kauth/client.c (1.1), kauth/decode_ticket.c (1.1), kauth/kaaux.c
	(1.1), kauth/kaauxdb.c (1.1), kauth/kadatabase.c (1.1),
	kauth/kaerrors.et (1.1), kauth/kalocalcell.c (1.1), kauth/kalog.c
	(1.1), kauth/kalog.h (1.1), kauth/kaopcodes.h (1.1), kauth/kaport.h
	(1.1), kauth/kaprocs.c (1.1), kauth/kas.c (1.1), kauth/kas.doc
	(1.1), kauth/kas.rc (1.1), kauth/kaserver.c (1.1), kauth/kaserver.h
	(1.1), kauth/kaserver.rc (1.1), kauth/kauth.rg (1.1),
	kauth/kautils.c (1.1), kauth/kautils.p.h (1.1), kauth/kdb.c (1.1),
	kauth/kkids.c (1.1), kauth/klog.c (1.1), kauth/klogin.c (1.1),
	kauth/knfs.c (1.1), kauth/kpasswd.c (1.1), kauth/kpasswd.rc (1.1),
	kauth/kpwvalid.c (1.1), kauth/krb_tf.c (1.1), kauth/krb_udp.c
	(1.1), kauth/manyklog.c (1.1), kauth/prot.h (1.1),
	kauth/read_passwd.c (1.1), kauth/rebuild.c (1.1), kauth/token.c
	(1.1), kauth/user.c (1.1), kauth/user_nt.c (1.1),
	kauth/test/Makefile (1.1), kauth/test/NTMakefile (1.1),
	kauth/test/background.c (1.1), kauth/test/multiklog.c (1.1),
	kauth/test/test_badtix.c (1.1), kauth/test/test_date.c (1.1),
	kauth/test/test_getticket.c (1.1), kauth/test/test_interim_ktc.c
	(1.1), kauth/test/test_kaserver (1.1), kauth/test/test_rxkad_free.c
	(1.1), kauth/test/testlocking.README (1.1),
	kauth/test/testlocking.boundaries.tcl (1.1),
	kauth/test/testlocking.general.tcl (1.1),
	kauth/test/testlocking.utils.tcl (1.1), libacl/Makefile (1.1),
	libacl/NTMakefile (1.1), libacl/acl.h (1.1), libacl/aclprocs.c
	(1.1), libacl/netprocs.c (1.1), libacl/prs_fs.h (1.1),
	libacl/test/Makefile (1.1), libacl/test/acltest.c (1.1),
	libadmin/Makefile (1.1), libadmin/NTMakefile (1.1),
	libadmin/afs_Admin.h (1.1), libadmin/adminutil/Makefile (1.1),
	libadmin/adminutil/NTMakefile (1.1),
	libadmin/adminutil/afs_AdminBosErrors.et (1.1),
	libadmin/adminutil/afs_AdminCfgErrors.et (1.1),
	libadmin/adminutil/afs_AdminClientErrors.et (1.1),
	libadmin/adminutil/afs_AdminCommonErrors.et (1.1),
	libadmin/adminutil/afs_AdminErrors.h (1.1),
	libadmin/adminutil/afs_AdminInternal.h (1.1),
	libadmin/adminutil/afs_AdminKasErrors.et (1.1),
	libadmin/adminutil/afs_AdminMiscErrors.et (1.1),
	libadmin/adminutil/afs_AdminPtsErrors.et (1.1),
	libadmin/adminutil/afs_AdminUtilErrors.et (1.1),
	libadmin/adminutil/afs_AdminVosErrors.et (1.1),
	libadmin/adminutil/afs_utilAdmin.c (1.1),
	libadmin/adminutil/afs_utilAdmin.h (1.1),
	libadmin/adminutil/afsadminutil.def (1.1),
	libadmin/adminutil/afsadminutil.rc (1.1),
	libadmin/adminutil/mapfile (1.1), libadmin/bos/Makefile (1.1),
	libadmin/bos/NTMakefile (1.1), libadmin/bos/afs_bosAdmin.c (1.1),
	libadmin/bos/afs_bosAdmin.h (1.1), libadmin/bos/afsbosadmin.rc
	(1.1), libadmin/bos/bosadmin.def (1.1), libadmin/bos/mapfile (1.1),
	libadmin/cfg/Makefile (1.1), libadmin/cfg/NTMakefile (1.1),
	libadmin/cfg/afs_cfgAdmin.h (1.1), libadmin/cfg/afscfgadmin.def
	(1.1), libadmin/cfg/afscfgadmin.rc (1.1), libadmin/cfg/cfgclient.c
	(1.1), libadmin/cfg/cfgdb.c (1.1), libadmin/cfg/cfghost.c (1.1),
	libadmin/cfg/cfginternal.c (1.1), libadmin/cfg/cfginternal.h (1.1),
	libadmin/cfg/cfgservers.c (1.1), libadmin/cfg/mapfile (1.1),
	libadmin/cfg/test/Makefile (1.1), libadmin/cfg/test/NTMakefile
	(1.1), libadmin/cfg/test/cfgtest.c (1.1), libadmin/client/Makefile
	(1.1), libadmin/client/NTMakefile (1.1),
	libadmin/client/afs_clientAdmin.c (1.1),
	libadmin/client/afs_clientAdmin.h (1.1),
	libadmin/client/afsclientadmin.rc (1.1),
	libadmin/client/clientadmin.def (1.1), libadmin/client/mapfile
	(1.1), libadmin/kas/Makefile (1.1), libadmin/kas/NTMakefile (1.1),
	libadmin/kas/afs_kasAdmin.c (1.1), libadmin/kas/afs_kasAdmin.h
	(1.1), libadmin/kas/afskasadmin.rc (1.1), libadmin/kas/kasadmin.def
	(1.1), libadmin/kas/mapfile (1.1), libadmin/pts/Makefile (1.1),
	libadmin/pts/NTMakefile (1.1), libadmin/pts/afs_ptsAdmin.c (1.1),
	libadmin/pts/afs_ptsAdmin.h (1.1), libadmin/pts/afsptsadmin.rc
	(1.1), libadmin/pts/mapfile (1.1), libadmin/pts/ptsadmin.def (1.1),
	libadmin/samples/Makefile (1.1),
	libadmin/samples/cm_client_config.c (1.1),
	libadmin/samples/cm_list_cells.c (1.1),
	libadmin/samples/cm_local_cell.c (1.1),
	libadmin/samples/cm_server_prefs.c (1.1),
	libadmin/samples/rxdebug_basic_stats.c (1.1),
	libadmin/samples/rxdebug_conns.c (1.1),
	libadmin/samples/rxdebug_peers.c (1.1),
	libadmin/samples/rxdebug_rx_stats.c (1.1),
	libadmin/samples/rxdebug_supported_stats.c (1.1),
	libadmin/samples/rxdebug_version.c (1.1),
	libadmin/samples/rxstat_clear_peer.c (1.1),
	libadmin/samples/rxstat_clear_process.c (1.1),
	libadmin/samples/rxstat_disable_peer.c (1.1),
	libadmin/samples/rxstat_disable_process.c (1.1),
	libadmin/samples/rxstat_enable_peer.c (1.1),
	libadmin/samples/rxstat_enable_process.c (1.1),
	libadmin/samples/rxstat_get_peer.c (1.1),
	libadmin/samples/rxstat_get_process.c (1.1),
	libadmin/samples/rxstat_get_version.c (1.1),
	libadmin/samples/rxstat_query_peer.c (1.1),
	libadmin/samples/rxstat_query_process.c (1.1),
	libadmin/test/Makefile (1.1), libadmin/test/NTMakefile (1.1),
	libadmin/test/afscp.c (1.1), libadmin/test/bos.c (1.1),
	libadmin/test/bos.h (1.1), libadmin/test/client.c (1.1),
	libadmin/test/client.h (1.1), libadmin/test/common.h (1.1),
	libadmin/test/kas.c (1.1), libadmin/test/kas.h (1.1),
	libadmin/test/pts.c (1.1), libadmin/test/pts.h (1.1),
	libadmin/test/util.c (1.1), libadmin/test/util.h (1.1),
	libadmin/test/vos.c (1.1), libadmin/test/vos.h (1.1),
	libadmin/vos/Makefile (1.1), libadmin/vos/NTMakefile (1.1),
	libadmin/vos/afs_vosAdmin.c (1.1), libadmin/vos/afs_vosAdmin.h
	(1.1), libadmin/vos/afsvosadmin.rc (1.1), libadmin/vos/lockprocs.c
	(1.1), libadmin/vos/lockprocs.h (1.1), libadmin/vos/mapfile (1.1),
	libadmin/vos/vosadmin.def (1.1), libadmin/vos/vosutils.c (1.1),
	libadmin/vos/vosutils.h (1.1), libadmin/vos/vsprocs.c (1.1),
	libadmin/vos/vsprocs.h (1.1), libafs/Makefile.common (1.1),
	libafs/MakefileProto.AIX (1.1), libafs/MakefileProto.DUX (1.1),
	libafs/MakefileProto.HPUX (1.1), libafs/MakefileProto.IRIX (1.1),
	libafs/MakefileProto.LINUX (1.1), libafs/MakefileProto.SOLARIS
	(1.1), libafs/afs.shutdown (1.1), libafs/afs.startup (1.1),
	libafs/sgi_system (1.1), libafsauthent/Makefile (1.1),
	libafsauthent/NTMakefile (1.1), libafsauthent/README (1.1),
	libafsauthent/afsauthent.def (1.1), libafsauthent/afsauthent.exp
	(1.1), libafsauthent/afsauthent.rc (1.1), libafsauthent/mapfile
	(1.1), libafsrpc/Makefile (1.1), libafsrpc/NTMakefile (1.1),
	libafsrpc/afsrpc.def (1.1), libafsrpc/afsrpc.exp (1.1),
	libafsrpc/afsrpc.rc (1.1), libafsrpc/mapfile (1.1),
	libuafs/Makefile.common (1.1), libuafs/MakefileProto.AIX (1.1),
	libuafs/MakefileProto.DUX (1.1), libuafs/MakefileProto.HPUX (1.1),
	libuafs/MakefileProto.IRIX (1.1), libuafs/MakefileProto.LINUX
	(1.1), libuafs/MakefileProto.SOLARIS (1.1), libuafs/linktest.c
	(1.1), libuafs/mapfile (1.1), libuafs/nsafslib.exp (1.1),
	log/Makefile (1.1), log/kseal.c (1.1), log/tokens.c (1.1),
	log/unlog.c (1.1), log/test/Makefile (1.1), log/test/gettoktest.c
	(1.1), log/test/testlog.c (1.1): Initial IBM OpenAFS 1.0 tree

2000-11-03 21:22  shadow

	* openafs/src/: afs/UKERNEL/afs_usrops.h (1.1),
	afs/UKERNEL/afsincludes.h (1.1), afs/UKERNEL/osi_groups.c (1.1),
	afs/UKERNEL/osi_machdep.h (1.1), afs/UKERNEL/osi_vfsops.c (1.1),
	afs/UKERNEL/osi_vm.c (1.1), afs/UKERNEL/osi_vnodeops.c (1.1),
	afs/UKERNEL/sysincludes.h (1.1), afs/VNOPS/afs_vnop_access.c (1.1),
	afs/VNOPS/afs_vnop_attrs.c (1.1), afs/VNOPS/afs_vnop_create.c
	(1.1), afs/VNOPS/afs_vnop_dirops.c (1.1), afs/VNOPS/afs_vnop_fid.c
	(1.1), afs/VNOPS/afs_vnop_flock.c (1.1), afs/VNOPS/afs_vnop_link.c
	(1.1), afs/VNOPS/afs_vnop_lookup.c (1.1), afs/VNOPS/afs_vnop_open.c
	(1.1), afs/VNOPS/afs_vnop_read.c (1.1),
	afs/VNOPS/afs_vnop_readdir.c (1.1), afs/VNOPS/afs_vnop_remove.c
	(1.1), afs/VNOPS/afs_vnop_rename.c (1.1),
	afs/VNOPS/afs_vnop_strategy.c (1.1), afs/VNOPS/afs_vnop_symlink.c
	(1.1), afs/VNOPS/afs_vnop_write.c (1.1), afsd/Makefile (1.1),
	afsd/afs.conf.linux (1.1), afsd/afs.hpux102.driver (1.1),
	afsd/afs.rc.alpha (1.1), afsd/afs.rc.alpha_dux40 (1.1),
	afsd/afs.rc.hpux10 (1.1), afsd/afs.rc.linux (1.1), afsd/afs.rc.sgi
	(1.1), afsd/afs.rc.sgi_ipnos (1.1), afsd/afs.rc.solaris (1.1),
	afsd/afs.rc.solaris.2.7 (1.1), afsd/afs.rc.solaris.2_5 (1.1),
	afsd/afs_rtsymtab.pl.sgi_53 (1.1), afsd/afs_rtsymtab.pl.sgi_61
	(1.1), afsd/afsd.c (1.1), afsd/rc.afs.rs_aix (1.1),
	afsd/rc.afsd.large (1.1), afsd/rc.afsd.medium (1.1),
	afsd/rc.afsd.small (1.1), afsd/rc.dkload.client.rs_aix (1.1),
	afsd/rc.dkload.server.rs_aix (1.1), afsd/vsys.c (1.1),
	afsinstall/bin/AFSinstall (1.1), afsinstall/lib/patch.pl (1.1),
	afsinstall/lib/InstallGuides/ALPHA_x/afsinstall.rc (1.1),
	afsinstall/lib/InstallGuides/ALPHA_x/bldkernel (1.1),
	afsinstall/lib/InstallGuides/ALPHA_x/build (1.1),
	afsinstall/lib/InstallGuides/ALPHA_x/installkernel (1.1),
	afsinstall/lib/InstallGuides/ALPHA_x/modkernel.skip (1.1),
	afsinstall/lib/InstallGuides/ALPHA_x/rc (1.1),
	afsinstall/lib/InstallGuides/ALPHA_x/unix (1.1),
	afsinstall/lib/InstallGuides/ALPHA_x/vfsck (1.1),
	afsinstall/lib/InstallGuides/GENERIC/afsinstall.rc (1.1),
	afsinstall/lib/InstallGuides/GENERIC/clientconfig (1.1),
	afsinstall/lib/InstallGuides/GENERIC/dbserver (1.1),
	afsinstall/lib/InstallGuides/GENERIC/debug (1.1),
	afsinstall/lib/InstallGuides/GENERIC/fileserver (1.1),
	afsinstall/lib/InstallGuides/GENERIC/login (1.1),
	afsinstall/lib/InstallGuides/GENERIC/miscserver (1.1),
	afsinstall/lib/InstallGuides/GENERIC/other (1.1),
	afsinstall/lib/InstallGuides/GENERIC/rc (1.1),
	afsinstall/lib/InstallGuides/GENERIC/serveruser (1.1),
	afsinstall/lib/InstallGuides/GENERIC/tokens (1.1),
	afsinstall/lib/InstallGuides/GENERIC/unix (1.1),
	afsinstall/lib/InstallGuides/HP_UX1x/bldkernel (1.1),
	afsinstall/lib/InstallGuides/HP_UX1x/build (1.1),
	afsinstall/lib/InstallGuides/HP_UX1x/installkernel (1.1),
	afsinstall/lib/InstallGuides/HP_UX1x/modkernel.skip (1.1),
	afsinstall/lib/InstallGuides/HPx00_UX9/modkernel (1.1),
	afsinstall/lib/InstallGuides/HPx00_UX9/rc (1.1),
	afsinstall/lib/InstallGuides/HPx00_UX9/unix (1.1),
	afsinstall/lib/InstallGuides/HPx00_UX9/vfsck (1.1),
	afsinstall/lib/InstallGuides/HPx_UX10x/afsinstall.rc (1.1),
	afsinstall/lib/InstallGuides/HPx_UX10x/bldkernel (1.1),
	afsinstall/lib/InstallGuides/HPx_UX10x/build (1.1),
	afsinstall/lib/InstallGuides/HPx_UX10x/modkernel.skip (1.1),
	afsinstall/lib/InstallGuides/HPx_UX10x/rc (1.1),
	afsinstall/lib/InstallGuides/HPx_UX10x/unix (1.1),
	afsinstall/lib/InstallGuides/HPx_UX10x/vfsck (1.1),
	afsinstall/lib/InstallGuides/RS_AIX3x/login (1.1),
	afsinstall/lib/InstallGuides/RS_AIX3x/modkernel (1.1),
	afsinstall/lib/InstallGuides/RS_AIX3x/rc (1.1),
	afsinstall/lib/InstallGuides/RS_AIX3x/unix (1.1),
	afsinstall/lib/InstallGuides/RS_AIX3x/vfsck (1.1),
	afsinstall/lib/InstallGuides/RS_AIX4x/login (1.1),
	afsinstall/lib/InstallGuides/RS_AIX4x/modkernel (1.1),
	afsinstall/lib/InstallGuides/RS_AIX4x/rc (1.1),
	afsinstall/lib/InstallGuides/RS_AIX4x/unix (1.1),
	afsinstall/lib/InstallGuides/RS_AIX4x/vfsck (1.1),
	afsinstall/lib/InstallGuides/SGI_5x/afsinstall.rc (1.1),
	afsinstall/lib/InstallGuides/SGI_5x/bldkernel (1.1),
	afsinstall/lib/InstallGuides/SGI_5x/modkernel (1.1),
	afsinstall/lib/InstallGuides/SGI_5x/vfsck.skip (1.1),
	afsinstall/lib/InstallGuides/SGI_6x/bldkernel (1.1),
	afsinstall/lib/InstallGuides/SGI_6x/modkernel (1.1),
	afsinstall/lib/InstallGuides/SGI_6x/vfsck.skip (1.1),
	afsinstall/lib/InstallGuides/SGI_x/build (1.1),
	afsinstall/lib/InstallGuides/SGI_x/dbserver (1.1),
	afsinstall/lib/InstallGuides/SGI_x/fileserver (1.1),
	afsinstall/lib/InstallGuides/SGI_x/installkernel (1.1),
	afsinstall/lib/InstallGuides/SGI_x/login (1.1),
	afsinstall/lib/InstallGuides/SGI_x/miscserver (1.1),
	afsinstall/lib/InstallGuides/SGI_x/rc (1.1),
	afsinstall/lib/InstallGuides/SGI_x/unix (1.1),
	afsinstall/lib/InstallGuides/SGI_x/vfsck.skip (1.1),
	afsinstall/lib/InstallGuides/SUN4x_4x/bldkernel (1.1),
	afsinstall/lib/InstallGuides/SUN4x_4x/build (1.1),
	afsinstall/lib/InstallGuides/SUN4x_4x/installkernel (1.1),
	afsinstall/lib/InstallGuides/SUN4x_4x/modkernel (1.1),
	afsinstall/lib/InstallGuides/SUN4x_4x/rc (1.1),
	afsinstall/lib/InstallGuides/SUN4x_4x/unix (1.1),
	afsinstall/lib/InstallGuides/SUN4x_4x/vfsck (1.1),
	afsinstall/lib/InstallGuides/SUN4x_5x/bldkernel.skip (1.1),
	afsinstall/lib/InstallGuides/SUN4x_5x/modkernel (1.1),
	afsinstall/lib/InstallGuides/SUN4x_5x/rc (1.1),
	afsinstall/lib/InstallGuides/SUN4x_5x/unix (1.1),
	afsinstall/lib/InstallGuides/SUN4x_5x/vfsck (1.1),
	afsinstall/lib/InstallGuides/alpha_dux40/bldkernel (1.1),
	afsinstall/lib/InstallGuides/alpha_dux40/login (1.1),
	afsinstall/lib/InstallGuides/alpha_dux40/unix (1.1),
	afsinstall/lib/InstallGuides/hp700_ux100/build (1.1),
	afsinstall/lib/InstallGuides/hp700_ux100/installkernel (1.1),
	afsinstall/lib/InstallGuides/hp700_ux101/build (1.1),
	afsinstall/lib/InstallGuides/hp700_ux101/installkernel (1.1),
	afsinstall/lib/InstallGuides/hp700_ux90/bldkernel (1.1),
	afsinstall/lib/InstallGuides/hp700_ux90/build (1.1),
	afsinstall/lib/InstallGuides/hp700_ux90/installkernel (1.1),
	afsinstall/lib/InstallGuides/hp800_ux100/build (1.1),
	afsinstall/lib/InstallGuides/hp800_ux100/installkernel (1.1),
	afsinstall/lib/InstallGuides/hp800_ux101/build (1.1),
	afsinstall/lib/InstallGuides/hp800_ux101/installkernel (1.1),
	afsinstall/lib/InstallGuides/hp800_ux90/bldkernel (1.1),
	afsinstall/lib/InstallGuides/hp800_ux90/build (1.1),
	afsinstall/lib/InstallGuides/hp800_ux90/installkernel (1.1),
	afsinstall/lib/InstallGuides/hp_ux102/bldkernel (1.1),
	afsinstall/lib/InstallGuides/hp_ux102/build (1.1),
	afsinstall/lib/InstallGuides/hp_ux102/installkernel (1.1),
	afsinstall/lib/InstallGuides/info/bldkernel.toc (1.1),
	afsinstall/lib/InstallGuides/info/build.toc (1.1),
	afsinstall/lib/InstallGuides/info/clientconfig.toc (1.1),
	afsinstall/lib/InstallGuides/info/dbserver.toc (1.1),
	afsinstall/lib/InstallGuides/info/debug.toc (1.1),
	afsinstall/lib/InstallGuides/info/fileserver.toc (1.1),
	afsinstall/lib/InstallGuides/info/gui.toc (1.1),
	afsinstall/lib/InstallGuides/info/installkernel.toc (1.1),
	afsinstall/lib/InstallGuides/info/login.toc (1.1),
	afsinstall/lib/InstallGuides/info/miscserver.toc (1.1),
	afsinstall/lib/InstallGuides/info/modkernel.toc (1.1),
	afsinstall/lib/InstallGuides/info/other.toc (1.1),
	afsinstall/lib/InstallGuides/info/rc.toc (1.1),
	afsinstall/lib/InstallGuides/info/serveruser.toc (1.1),
	afsinstall/lib/InstallGuides/info/tokens.toc (1.1),
	afsinstall/lib/InstallGuides/info/unix.toc (1.1),
	afsinstall/lib/InstallGuides/info/vfsck.toc (1.1),
	afsinstall/lib/InstallGuides/sgi_63/bldkernel (1.1),
	afsinstall/lib/InstallGuides/sgi_63/modkernel (1.1),
	afsinstall/lib/InstallGuides/sgi_63/vfsck.skip (1.1),
	afsinstall/lib/InstallGuides/sgi_64/bldkernel (1.1),
	afsinstall/lib/InstallGuides/sgi_64/modkernel (1.1),
	afsinstall/lib/InstallGuides/sgi_64/vfsck.skip (1.1),
	afsinstall/lib/InstallGuides/sun4x_56/login (1.1),
	afsinstall/lib/InstallGuides/sun4x_56/unix (1.1),
	afsinstall/lib/InstallGuides/sun4x_56/vfsck (1.1),
	afsmonitor/Makefile (1.1), afsmonitor/afsmon-labels.h (1.1),
	afsmonitor/afsmon-output.c (1.1), afsmonitor/afsmon-parselog.c
	(1.1), afsmonitor/afsmon-win.c (1.1), afsmonitor/afsmonitor.c
	(1.1), afsmonitor/afsmonitor.h (1.1), afsweb/Makefile (1.1),
	afsweb/README (1.1), afsweb/README.BETA1 (1.1), afsweb/README.BETA2
	(1.1), afsweb/TestPlan.txt (1.1), afsweb/WebSecure_Design.txt
	(1.1), afsweb/afswsApache_config.sh (1.1),
	afsweb/apache_afs_cache.c (1.1), afsweb/apache_afs_cache.h (1.1),
	afsweb/apache_afs_client.c (1.1), afsweb/apache_afs_module.c (1.1),
	afsweb/apache_afs_plugin.c (1.1), afsweb/apache_afs_utils.c (1.1),
	afsweb/apache_afs_utils.h (1.1), afsweb/apache_afs_weblog.c (1.1),
	afsweb/apache_api.h (1.1), afsweb/nsafs.c (1.1), afsweb/nsafs.h
	(1.1), afsweb/securehash.c (1.1), afsweb/weblog.c (1.1),
	afsweb/weblog_errors.h (1.1), afsweb/apache_includes/alloc.h (1.1),
	afsweb/apache_includes/buff.h (1.1), afsweb/apache_includes/conf.h
	(1.1), afsweb/apache_includes/http_conf_globals.h (1.1),
	afsweb/apache_includes/httpd.h (1.1),
	afsweb/apache_includes/1.2/alloc.h (1.1),
	afsweb/apache_includes/1.2/buff.h (1.1),
	afsweb/apache_includes/1.2/conf.h (1.1),
	afsweb/apache_includes/1.2/http_conf_globals.h (1.1),
	afsweb/apache_includes/1.2/httpd.h (1.1),
	afsweb/apache_includes/1.3.1/alloc.h (1.1),
	afsweb/apache_includes/1.3.1/ap.h (1.1),
	afsweb/apache_includes/1.3.1/ap_compat.h (1.1),
	afsweb/apache_includes/1.3.1/ap_config.h (1.1),
	afsweb/apache_includes/1.3.1/ap_config_auto.h (1.1),
	afsweb/apache_includes/1.3.1/ap_ctype.h (1.1),
	afsweb/apache_includes/1.3.1/buff.h (1.1),
	afsweb/apache_includes/1.3.1/http_conf_globals.h (1.1),
	afsweb/apache_includes/1.3.1/httpd.h (1.1),
	afsweb/apache_includes/1.3.1/os.h (1.1),
	afsweb/apache_includes/1.3.1/util_uri.h (1.1),
	afsweb/apache_includes/1.3.6/alloc.h (1.1),
	afsweb/apache_includes/1.3.6/ap.h (1.1),
	afsweb/apache_includes/1.3.6/ap_compat.h (1.1),
	afsweb/apache_includes/1.3.6/ap_config.h (1.1),
	afsweb/apache_includes/1.3.6/ap_config_auto.h (1.1),
	afsweb/apache_includes/1.3.6/ap_ctype.h (1.1),
	afsweb/apache_includes/1.3.6/ap_mmn.h (1.1),
	afsweb/apache_includes/1.3.6/buff.h (1.1),
	afsweb/apache_includes/1.3.6/http_conf_globals.h (1.1),
	afsweb/apache_includes/1.3.6/httpd.h (1.1),
	afsweb/apache_includes/1.3.6/os-inline.c (1.1),
	afsweb/apache_includes/1.3.6/os.h (1.1),
	afsweb/apache_includes/1.3.6/util_uri.h (1.1), audit/Audit (1.1),
	audit/Makefile (1.1), audit/NTMakefile (1.1), audit/audit.c (1.1),
	audit/audit.h (1.1), audit/config.aix.sample (1.1),
	audit/events.aix.sample (1.1), audit/objects.aix.sample (1.1),
	auth/Makefile (1.1), auth/NTMakefile (1.1), auth/acfg_errors.et
	(1.1), auth/auth.p.h (1.1), auth/authcon.c (1.1), auth/cellconfig.c
	(1.1), auth/cellconfig.p.h (1.1), auth/copyauth.c (1.1),
	auth/keys.h (1.1), auth/ktc.c (1.1), auth/ktc_errors.et (1.1),
	auth/ktc_nt.c (1.1), auth/setkey.c (1.1), auth/userok.c (1.1),
	auth/writeconfig.c (1.1), auth/test/Makefile (1.1),
	auth/test/NTMakefile (1.1), auth/test/ktctest.c (1.1),
	auth/test/testcellconf.c (1.1), bozo/Makefile (1.1),
	bozo/NTMakefile (1.1), bozo/bnode.c (1.1), bozo/bnode.p.h (1.1),
	bozo/bos.c (1.1), bozo/bos.rc (1.1), bozo/boserr.et (1.1),
	bozo/bosint.xg (1.1), bozo/bosoprocs.c (1.1), bozo/bosserver.c
	(1.1), bozo/bosserver.rc (1.1), bozo/cronbnodeops.c (1.1),
	bozo/ezbnodeops.c (1.1), bozo/fsbnodeops.c (1.1),
	bozo/smail-notifier.c (1.1), bozo/test/Makefile (1.1),
	bozo/test/testproc.c (1.1), bu_utils/Contents.Readme (1.1),
	bu_utils/Makefile (1.1), bu_utils/NTMakefile (1.1), bu_utils/fms.c
	(1.1), bu_utils/fms.doc (1.1), bu_utils/fms.rc (1.1),
	bubasics/Makefile (1.1), bubasics/NTMakefile (1.1),
	bubasics/backmon.xg (1.1), bubasics/bubasics.h (1.1),
	bubasics/bumon.xg (1.1), bubasics/butc.xg (1.1),
	bubasics/butc_errs.et (1.1), bubasics/butm.p.h (1.1),
	bubasics/butm_errs.et (1.1), bubasics/butx_errs.et (1.1),
	bubasics/tcdata.p.h (1.1), bucoord/Makefile (1.1),
	bucoord/NTMakefile (1.1), bucoord/backup.rc (1.1), bucoord/bc.p.h
	(1.1), bucoord/bc_status.c (1.1), bucoord/btest.c (1.1),
	bucoord/bucoord_errs.et (1.1), bucoord/commands.c (1.1),
	bucoord/config.c (1.1), bucoord/dlq.c (1.1), bucoord/dsstub.c
	(1.1), bucoord/dsvs.c (1.1), bucoord/dump.c (1.1),
	bucoord/dump_sched.c (1.1), bucoord/error_macros.h (1.1),
	bucoord/expire.c (1.1), bucoord/main.c (1.1), bucoord/regex.c
	(1.1), bucoord/restore.c (1.1), bucoord/server.c (1.1),
	bucoord/status.c (1.1), bucoord/tape_hosts.c (1.1),
	bucoord/testcases (1.1), bucoord/ttest.c (1.1),
	bucoord/ubik_db_if.c (1.1), bucoord/vol_sets.c (1.1),
	bucoord/volstub.c (1.1), budb/Makefile (1.1), budb/NTMakefile
	(1.1), budb/budb.rg (1.1), budb/budb_client.p.h (1.1),
	budb/budb_errs.et (1.1), budb/buserver.rc (1.1), budb/database.c
	(1.1), budb/database.h (1.1), budb/db_alloc.c (1.1), budb/db_dump.c
	(1.1), budb/db_hash.c (1.1), budb/db_lock.c (1.1), budb/db_lock.h
	(1.1), budb/db_text.c (1.1), budb/dbs_dump.c (1.1),
	budb/error_macros.h (1.1), budb/globals.h (1.1), budb/ol_verify.c
	(1.1), budb/procs.c (1.1), budb/server.c (1.1), budb/struct_ops.c
	(1.1), butc/Makefile (1.1), butc/NTMakefile (1.1), butc/butc.rc
	(1.1), butc/butc_xbsa.c (1.1), butc/butc_xbsa.h (1.1),
	butc/common.h (1.1), butc/config (1.1), butc/dbentries.c (1.1),
	butc/dump.c (1.1), butc/dumpScr (1.1), butc/error_macros.h (1.1),
	butc/list.c (1.1), butc/lwps.c (1.1), butc/read_tape.c (1.1),
	butc/recoverDb.c (1.1), butc/restoreScr (1.1), butc/tcmain.c (1.1),
	butc/tcprocs.c (1.1), butc/tcstatus.c (1.1), butc/tcudbprocs.c
	(1.1), butc/tdump.c (1.1), butc/test.c (1.1), butc/test_budb.c
	(1.1), butm/Makefile (1.1), butm/NTMakefile (1.1), butm/butm.vdoc
	(1.1), butm/butm_test.c (1.1), butm/config (1.1),
	butm/error_macros.h (1.1), butm/file_tm.c (1.1), butm/test_ftm.c
	(1.1), cmd/Makefile (1.1), cmd/NTMakefile (1.1), cmd/cmd.c (1.1),
	cmd/cmd.p.h (1.1), cmd/cmd_errors.et (1.1), cmd/test/Makefile
	(1.1), cmd/test/NTMakefile (1.1), cmd/test/ctest.c (1.1),
	cmd/test/dtest.c (1.1), cmd/test/itest.c (1.1), comerr/Makefile
	(1.1), comerr/NTMakefile (1.1), comerr/com_err.c (1.1),
	comerr/com_err.h (1.1), comerr/compile_et.c (1.1): Initial IBM
	OpenAFS 1.0 tree

2000-11-03 21:19  shadow

	* openafs/src/:
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf005.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf006.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf007.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf008.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf009.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf010.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf011.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf012.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf013.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf014.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf015.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf016.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf017.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf018.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf019.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf020.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf021.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf022.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf023.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf024.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf025.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf026.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf027.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf028.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf029.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf030.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf031.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf032.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf033.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf034.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf035.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf036.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf037.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf038.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf039.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf040.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf041.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf042.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf043.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf044.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf045.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf046.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf047.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf048.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf049.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf050.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf051.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf052.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf053.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf054.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf055.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf056.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf057.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf058.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf059.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf060.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf061.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf062.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf063.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf064.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf065.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf066.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf067.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf068.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf069.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf070.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf071.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf072.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf073.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf074.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf075.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf076.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf077.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf078.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf079.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf080.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf081.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf082.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf083.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf084.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf085.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf086.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf087.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf088.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf089.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf090.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf091.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf092.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf093.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf094.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf095.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf096.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf097.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf098.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf099.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf100.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf101.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf102.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf103.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf104.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf105.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf106.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf107.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf108.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf109.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf110.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf111.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf112.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf113.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf114.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf115.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf116.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf117.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf118.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf119.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf120.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf121.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf122.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf123.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf124.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf125.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf126.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf127.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf128.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf129.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf130.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf131.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf132.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf133.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf134.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf135.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf136.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf137.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf138.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf139.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf140.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf141.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf142.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf143.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf144.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf145.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf146.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf147.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf148.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf149.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf150.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf151.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf152.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf153.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf154.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf155.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf156.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf157.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf158.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf159.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf160.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf161.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf162.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf163.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf164.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf165.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf166.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf167.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf168.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf169.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf170.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf171.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf172.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf173.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf174.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf175.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf176.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf177.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf178.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf179.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf180.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf181.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf182.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf183.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf184.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf185.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf186.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf187.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf188.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf189.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf190.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf191.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf192.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf193.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf194.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf195.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf196.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf197.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf198.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf199.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf200.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf201.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf202.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf203.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf204.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf205.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf206.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf207.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf208.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf209.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf210.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf211.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf212.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf213.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf214.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf215.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf216.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf217.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf218.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf219.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf220.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf221.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf222.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf223.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf224.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf225.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf226.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf227.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf228.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf229.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf230.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf231.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf232.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf233.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf234.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf235.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf236.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf237.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf238.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf239.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf240.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf241.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf242.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf243.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf244.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf245.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf246.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf247.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf248.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf249.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf250.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf251.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf252.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf253.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf254.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf255.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf256.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf257.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf258.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf259.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf260.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf261.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf262.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf263.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf264.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf265.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf266.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf267.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf268.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf269.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf270.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf271.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf272.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf273.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf274.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf275.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf276.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf277.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf278.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf279.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf280.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf281.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf282.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf283.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/CmdRef/auarf284.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/InstallGd/awqbg000.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/InstallGd/awqbg002.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/InstallGd/awqbg003.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/InstallGd/awqbg004.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/ReleaseNotes/awrns000.ht
	m (1.1),
	WINNT/doc/install/Documentation/ja_JP/html/ReleaseNotes/awrns002.ht
	m (1.1),
	WINNT/doc/install/Documentation/ja_JP/html/ReleaseNotes/awrns003.ht
	m (1.1),
	WINNT/doc/install/Documentation/ja_JP/html/ReleaseNotes/awrns004.ht
	m (1.1),
	WINNT/doc/install/Documentation/ja_JP/html/ReleaseNotes/awrns005.ht
	m (1.1),
	WINNT/doc/install/Documentation/ja_JP/html/ReleaseNotes/awrns006.ht
	m (1.1),
	WINNT/doc/install/Documentation/ja_JP/html/ReleaseNotes/awrns007.ht
	m (1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/auagd000.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/auagd002.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/auagd003.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/auagd004.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/auagd005.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/auagd006.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/auagd007.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/auagd008.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/auagd009.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/auagd010.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/auagd011.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/auagd012.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/auagd013.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/auagd014.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/auagd015.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/auagd016.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/auagd017.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/auagd018.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/auagd019.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/auagd020.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/auagd021.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/auagd022.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/auagd023.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/auagd024.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/auagd025.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/auagd026.htm
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/cachmgr.gif
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/fserver1.gif
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/fserver2.gif
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/overview.gif
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/scout1.gif
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/scout2.gif
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/scout3.gif
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/scout4.gif
	(1.1),
	WINNT/doc/install/Documentation/ja_JP/html/SysAdminGd/vnode.gif
	(1.1), WINNT/doc/install/Documentation/ko_KR/README.txt (1.1),
	WINNT/doc/install/Documentation/ko_KR/html/banner.gif (1.1),
	WINNT/doc/install/Documentation/ko_KR/html/books.gif (1.1),
	WINNT/doc/install/Documentation/ko_KR/html/bot.gif (1.1),
	WINNT/doc/install/Documentation/ko_KR/html/index.gif (1.1),
	WINNT/doc/install/Documentation/ko_KR/html/index.htm (1.1),
	WINNT/doc/install/Documentation/ko_KR/html/next.gif (1.1),
	WINNT/doc/install/Documentation/ko_KR/html/prev.gif (1.1),
	WINNT/doc/install/Documentation/ko_KR/html/toc.gif (1.1),
	WINNT/doc/install/Documentation/ko_KR/html/top.gif (1.1),
	WINNT/doc/install/Documentation/ko_KR/html/InstallGd/awqbg000.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/InstallGd/awqbg002.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/InstallGd/awqbg003.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/InstallGd/awqbg004.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/ReleaseNotes/awrns000.ht
	m (1.1),
	WINNT/doc/install/Documentation/ko_KR/html/ReleaseNotes/awrns002.ht
	m (1.1),
	WINNT/doc/install/Documentation/ko_KR/html/ReleaseNotes/awrns003.ht
	m (1.1),
	WINNT/doc/install/Documentation/ko_KR/html/ReleaseNotes/awrns004.ht
	m (1.1),
	WINNT/doc/install/Documentation/ko_KR/html/ReleaseNotes/awrns005.ht
	m (1.1),
	WINNT/doc/install/Documentation/ko_KR/html/ReleaseNotes/awrns006.ht
	m (1.1),
	WINNT/doc/install/Documentation/ko_KR/html/ReleaseNotes/awrns007.ht
	m (1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/auagd000.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/auagd002.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/auagd003.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/auagd004.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/auagd005.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/auagd006.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/auagd007.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/auagd008.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/auagd009.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/auagd010.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/auagd011.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/auagd012.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/auagd013.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/auagd014.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/auagd015.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/auagd016.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/auagd017.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/auagd018.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/auagd019.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/auagd020.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/auagd021.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/auagd022.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/auagd023.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/auagd024.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/auagd025.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/auagd026.htm
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/cachmgr.gif
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/fserver1.gif
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/fserver2.gif
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/overview.gif
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/scout1.gif
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/scout2.gif
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/scout3.gif
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/scout4.gif
	(1.1),
	WINNT/doc/install/Documentation/ko_KR/html/SysAdminGd/vnode.gif
	(1.1), WINNT/doc/install/Documentation/pt_BR/README.txt (1.1),
	WINNT/doc/install/Documentation/pt_BR/html/banner.gif (1.1),
	WINNT/doc/install/Documentation/pt_BR/html/books.gif (1.1),
	WINNT/doc/install/Documentation/pt_BR/html/bot.gif (1.1),
	WINNT/doc/install/Documentation/pt_BR/html/index.gif (1.1),
	WINNT/doc/install/Documentation/pt_BR/html/index.htm (1.1),
	WINNT/doc/install/Documentation/pt_BR/html/next.gif (1.1),
	WINNT/doc/install/Documentation/pt_BR/html/prev.gif (1.1),
	WINNT/doc/install/Documentation/pt_BR/html/toc.gif (1.1),
	WINNT/doc/install/Documentation/pt_BR/html/top.gif (1.1),
	WINNT/doc/install/Documentation/pt_BR/html/InstallGd/awqbg000.htm
	(1.1),
	WINNT/doc/install/Documentation/pt_BR/html/InstallGd/awqbg002.htm
	(1.1),
	WINNT/doc/install/Documentation/pt_BR/html/InstallGd/awqbg003.htm
	(1.1),
	WINNT/doc/install/Documentation/pt_BR/html/InstallGd/awqbg004.htm
	(1.1),
	WINNT/doc/install/Documentation/pt_BR/html/ReleaseNotes/awrns000.ht
	m (1.1),
	WINNT/doc/install/Documentation/pt_BR/html/ReleaseNotes/awrns002.ht
	m (1.1),
	WINNT/doc/install/Documentation/pt_BR/html/ReleaseNotes/awrns003.ht
	m (1.1),
	WINNT/doc/install/Documentation/pt_BR/html/ReleaseNotes/awrns004.ht
	m (1.1),
	WINNT/doc/install/Documentation/pt_BR/html/ReleaseNotes/awrns005.ht
	m (1.1),
	WINNT/doc/install/Documentation/pt_BR/html/ReleaseNotes/awrns006.ht
	m (1.1),
	WINNT/doc/install/Documentation/pt_BR/html/ReleaseNotes/awrns007.ht
	m (1.1), WINNT/doc/install/Documentation/zh_CN/README.txt (1.1),
	WINNT/doc/install/Documentation/zh_CN/html/banner.gif (1.1),
	WINNT/doc/install/Documentation/zh_CN/html/books.gif (1.1),
	WINNT/doc/install/Documentation/zh_CN/html/bot.gif (1.1),
	WINNT/doc/install/Documentation/zh_CN/html/index.gif (1.1),
	WINNT/doc/install/Documentation/zh_CN/html/index.htm (1.1),
	WINNT/doc/install/Documentation/zh_CN/html/next.gif (1.1),
	WINNT/doc/install/Documentation/zh_CN/html/prev.gif (1.1),
	WINNT/doc/install/Documentation/zh_CN/html/toc.gif (1.1),
	WINNT/doc/install/Documentation/zh_CN/html/top.gif (1.1),
	WINNT/doc/install/Documentation/zh_CN/html/InstallGd/awqbg000.htm
	(1.1),
	WINNT/doc/install/Documentation/zh_CN/html/InstallGd/awqbg002.htm
	(1.1),
	WINNT/doc/install/Documentation/zh_CN/html/InstallGd/awqbg003.htm
	(1.1),
	WINNT/doc/install/Documentation/zh_CN/html/InstallGd/awqbg004.htm
	(1.1),
	WINNT/doc/install/Documentation/zh_CN/html/ReleaseNotes/awrns000.ht
	m (1.1),
	WINNT/doc/install/Documentation/zh_CN/html/ReleaseNotes/awrns002.ht
	m (1.1),
	WINNT/doc/install/Documentation/zh_CN/html/ReleaseNotes/awrns003.ht
	m (1.1),
	WINNT/doc/install/Documentation/zh_CN/html/ReleaseNotes/awrns004.ht
	m (1.1),
	WINNT/doc/install/Documentation/zh_CN/html/ReleaseNotes/awrns005.ht
	m (1.1),
	WINNT/doc/install/Documentation/zh_CN/html/ReleaseNotes/awrns006.ht
	m (1.1),
	WINNT/doc/install/Documentation/zh_CN/html/ReleaseNotes/awrns007.ht
	m (1.1), WINNT/doc/install/Documentation/zh_TW/README.txt (1.1),
	WINNT/doc/install/Documentation/zh_TW/html/banner.gif (1.1),
	WINNT/doc/install/Documentation/zh_TW/html/books.gif (1.1),
	WINNT/doc/install/Documentation/zh_TW/html/bot.gif (1.1),
	WINNT/doc/install/Documentation/zh_TW/html/index.gif (1.1),
	WINNT/doc/install/Documentation/zh_TW/html/index.htm (1.1),
	WINNT/doc/install/Documentation/zh_TW/html/next.gif (1.1),
	WINNT/doc/install/Documentation/zh_TW/html/prev.gif (1.1),
	WINNT/doc/install/Documentation/zh_TW/html/toc.gif (1.1),
	WINNT/doc/install/Documentation/zh_TW/html/top.gif (1.1),
	WINNT/doc/install/Documentation/zh_TW/html/InstallGd/awqbg000.htm
	(1.1),
	WINNT/doc/install/Documentation/zh_TW/html/InstallGd/awqbg002.htm
	(1.1),
	WINNT/doc/install/Documentation/zh_TW/html/InstallGd/awqbg003.htm
	(1.1),
	WINNT/doc/install/Documentation/zh_TW/html/InstallGd/awqbg004.htm
	(1.1),
	WINNT/doc/install/Documentation/zh_TW/html/ReleaseNotes/awrns000.ht
	m (1.1),
	WINNT/doc/install/Documentation/zh_TW/html/ReleaseNotes/awrns002.ht
	m (1.1),
	WINNT/doc/install/Documentation/zh_TW/html/ReleaseNotes/awrns003.ht
	m (1.1),
	WINNT/doc/install/Documentation/zh_TW/html/ReleaseNotes/awrns004.ht
	m (1.1),
	WINNT/doc/install/Documentation/zh_TW/html/ReleaseNotes/awrns005.ht
	m (1.1),
	WINNT/doc/install/Documentation/zh_TW/html/ReleaseNotes/awrns006.ht
	m (1.1),
	WINNT/doc/install/Documentation/zh_TW/html/ReleaseNotes/awrns007.ht
	m (1.1), WINNT/eventlog/NTMakefile (1.1), WINNT/eventlog/logevent.c
	(1.1), WINNT/eventlog/logevent.h (1.1),
	WINNT/eventlog/lang/NTMakefile (1.1),
	WINNT/eventlog/lang/afseventmsg.rc (1.1),
	WINNT/eventlog/lang/de_DE/event.mc (1.1),
	WINNT/eventlog/lang/en_US/event.mc (1.1),
	WINNT/eventlog/lang/es_ES/event.mc (1.1),
	WINNT/eventlog/lang/ja_JP/event.mc (1.1),
	WINNT/eventlog/lang/ko_KR/event.mc (1.1),
	WINNT/eventlog/lang/pt_BR/event.mc (1.1),
	WINNT/eventlog/lang/zh_CN/event.mc (1.1),
	WINNT/eventlog/lang/zh_TW/event.mc (1.1),
	WINNT/eventlog/test/NTMakefile (1.1),
	WINNT/eventlog/test/elogtest.c (1.1),
	WINNT/install/InstallShield5/Build.tsb (1.1),
	WINNT/install/InstallShield5/BuildSetup.bat (1.1),
	WINNT/install/InstallShield5/CompileScript.bat (1.1),
	WINNT/install/InstallShield5/CreateGeneratedFiles.bat (1.1),
	WINNT/install/InstallShield5/CreateISDirTree.bat (1.1),
	WINNT/install/InstallShield5/Default.cdf (1.1),
	WINNT/install/InstallShield5/Default.fdf (1.1),
	WINNT/install/InstallShield5/Default.fgl (1.1),
	WINNT/install/InstallShield5/Default.rge (1.1),
	WINNT/install/InstallShield5/Default.shell (1.1),
	WINNT/install/InstallShield5/Default.shl (1.1),
	WINNT/install/InstallShield5/DelISDirTree.bat (1.1),
	WINNT/install/InstallShield5/GatherFiles.bat (1.1),
	WINNT/install/InstallShield5/GenDefault.mda.bat (1.1),
	WINNT/install/InstallShield5/GenFileGroups.bat (1.1),
	WINNT/install/InstallShield5/GenIS5.ipr.bat (1.1),
	WINNT/install/InstallShield5/HowToSetTheVersion.txt (1.1),
	WINNT/install/InstallShield5/NTMakefile (1.1),
	WINNT/install/InstallShield5/README.TXT (1.1),
	WINNT/install/InstallShield5/ScatterFiles.bat (1.1),
	WINNT/install/InstallShield5/Setup.tsb (1.1),
	WINNT/install/InstallShield5/afsdcell.ini (1.1),
	WINNT/install/InstallShield5/setup.bmp (1.1),
	WINNT/install/InstallShield5/setup.rul (1.1),
	WINNT/install/InstallShield5/lang/de_DE/value.shl (1.1),
	WINNT/install/InstallShield5/lang/en_US/value.shl (1.1),
	WINNT/install/InstallShield5/lang/es_ES/value.shl (1.1),
	WINNT/install/InstallShield5/lang/ja_JP/value.shl (1.1),
	WINNT/install/InstallShield5/lang/ko_KR/value.shl (1.1),
	WINNT/install/InstallShield5/lang/pt_BR/value.shl (1.1),
	WINNT/install/InstallShield5/lang/zh_CN/value.shl (1.1),
	WINNT/install/InstallShield5/lang/zh_TW/value.shl (1.1),
	WINNT/license/NTMakefile (1.1), WINNT/license/main.cpp (1.1),
	WINNT/license/multistring.cpp (1.1), WINNT/license/multistring.h
	(1.1), WINNT/license/lang/NTMakefile (1.1),
	WINNT/license/lang/de_DE.ide (1.1), WINNT/license/lang/en_US.ide
	(1.1), WINNT/license/lang/es_ES.ide (1.1),
	WINNT/license/lang/ja_JP.ide (1.1), WINNT/license/lang/ko_KR.ide
	(1.1), WINNT/license/lang/pt_BR.ide (1.1),
	WINNT/license/lang/readme.txt (1.1), WINNT/license/lang/zh_CN.ide
	(1.1), WINNT/license/lang/zh_TW.ide (1.1), WINNT/pthread/NTMakefile
	(1.1), WINNT/pthread/pthread.c (1.1), WINNT/pthread/pthread.def
	(1.1), WINNT/pthread/pthread.h (1.1), WINNT/pthread/pthread.rc
	(1.1), WINNT/pthread/pthread95.rc (1.1),
	WINNT/pthread/test/NTMakefile (1.1), WINNT/pthread/test/native.cpp
	(1.1), WINNT/pthread/test/ptest.c (1.1), WINNT/pthread/test/tsd.c
	(1.1), WINNT/talocale/NTMakefile (1.1),
	WINNT/talocale/tal_alloc.cpp (1.1), WINNT/talocale/tal_alloc.h
	(1.1), WINNT/talocale/tal_dialog.cpp (1.1),
	WINNT/talocale/tal_dialog.h (1.1), WINNT/talocale/tal_main.cpp
	(1.1), WINNT/talocale/tal_string.cpp (1.1),
	WINNT/talocale/tal_string.h (1.1), WINNT/talocale/talocale.h (1.1),
	afs/Makefile (1.1), afs/afs.h (1.1), afs/afs_analyze.c (1.1),
	afs/afs_axscache.c (1.1), afs/afs_axscache.h (1.1),
	afs/afs_buffer.c (1.1), afs/afs_call.c (1.1), afs/afs_callback.c
	(1.1), afs/afs_cbqueue.c (1.1), afs/afs_cbqueue.h (1.1),
	afs/afs_cell.c (1.1), afs/afs_chunk.c (1.1), afs/afs_chunkops.h
	(1.1), afs/afs_conn.c (1.1), afs/afs_daemons.c (1.1),
	afs/afs_dcache.c (1.1), afs/afs_exporter.c (1.1), afs/afs_init.c
	(1.1), afs/afs_lock.c (1.1), afs/afs_mariner.c (1.1),
	afs/afs_memcache.c (1.1), afs/afs_nfsclnt.c (1.1), afs/afs_osi.c
	(1.1), afs/afs_osi.h (1.1), afs/afs_osi_alloc.c (1.1),
	afs/afs_osi_pag.c (1.1), afs/afs_osi_uio.c (1.1),
	afs/afs_osi_vget.c (1.1), afs/afs_osidnlc.c (1.1),
	afs/afs_osidnlc.h (1.1), afs/afs_pioctl.c (1.1),
	afs/afs_prototypes.h (1.1), afs/afs_segments.c (1.1),
	afs/afs_server.c (1.1), afs/afs_stat.c (1.1), afs/afs_stats.h
	(1.1), afs/afs_trace.et (1.1), afs/afs_user.c (1.1), afs/afs_util.c
	(1.1), afs/afs_util.h (1.1), afs/afs_vcache.c (1.1),
	afs/afs_volume.c (1.1), afs/afsincludes.h (1.1), afs/exporter.h
	(1.1), afs/lock.h (1.1), afs/longc_procs.h (1.1), afs/nfsclient.h
	(1.1), afs/sysincludes.h (1.1), afs/voldefs.h (1.1),
	afs/volerrors.h (1.1), afs/AIX/osi_assem.s (1.1),
	afs/AIX/osi_config.c (1.1), afs/AIX/osi_file.c (1.1),
	afs/AIX/osi_groups.c (1.1), afs/AIX/osi_inode.c (1.1),
	afs/AIX/osi_inode.h (1.1), afs/AIX/osi_machdep.h (1.1),
	afs/AIX/osi_misc.c (1.1), afs/AIX/osi_prototypes.h (1.1),
	afs/AIX/osi_sleep.c (1.1), afs/AIX/osi_timeout.c (1.1),
	afs/AIX/osi_vfs.h (1.1), afs/AIX/osi_vfsops.c (1.1),
	afs/AIX/osi_vm.c (1.1), afs/AIX/osi_vnodeops.c (1.1),
	afs/DOC/afs_rwlocks (1.1), afs/DOC/file-reorg (1.1),
	afs/DOC/vm-integration (1.1), afs/DUX/osi_file.c (1.1),
	afs/DUX/osi_groups.c (1.1), afs/DUX/osi_inode.c (1.1),
	afs/DUX/osi_inode.h (1.1), afs/DUX/osi_machdep.h (1.1),
	afs/DUX/osi_misc.c (1.1), afs/DUX/osi_sleep.c (1.1),
	afs/DUX/osi_vfsops.c (1.1), afs/DUX/osi_vm.c (1.1),
	afs/DUX/osi_vnodeops.c (1.1), afs/HPUX/osi_debug.c (1.1),
	afs/HPUX/osi_file.c (1.1), afs/HPUX/osi_groups.c (1.1),
	afs/HPUX/osi_inode.c (1.1), afs/HPUX/osi_inode.h (1.1),
	afs/HPUX/osi_machdep.h (1.1), afs/HPUX/osi_misc.c (1.1),
	afs/HPUX/osi_sleep.c (1.1), afs/HPUX/osi_vfsops.c (1.1),
	afs/HPUX/osi_vm.c (1.1), afs/HPUX/osi_vnodeops.c (1.1),
	afs/IRIX/osi_file.c (1.1), afs/IRIX/osi_groups.c (1.1),
	afs/IRIX/osi_idbg.c (1.1), afs/IRIX/osi_inode.c (1.1),
	afs/IRIX/osi_inode.h (1.1), afs/IRIX/osi_machdep.h (1.1),
	afs/IRIX/osi_misc.c (1.1), afs/IRIX/osi_sleep.c (1.1),
	afs/IRIX/osi_vfs.h (1.1), afs/IRIX/osi_vfsops.c (1.1),
	afs/IRIX/osi_vm.c (1.1), afs/IRIX/osi_vnodeops.c (1.1),
	afs/LINUX/osi_alloc.c (1.1), afs/LINUX/osi_cred.c (1.1),
	afs/LINUX/osi_file.c (1.1), afs/LINUX/osi_groups.c (1.1),
	afs/LINUX/osi_inode.c (1.1), afs/LINUX/osi_inode.h (1.1),
	afs/LINUX/osi_machdep.h (1.1), afs/LINUX/osi_misc.c (1.1),
	afs/LINUX/osi_module.c (1.1), afs/LINUX/osi_prototypes.h (1.1),
	afs/LINUX/osi_sleep.c (1.1), afs/LINUX/osi_vfs.h (1.1),
	afs/LINUX/osi_vfsops.c (1.1), afs/LINUX/osi_vm.c (1.1),
	afs/LINUX/osi_vnodeops.c (1.1), afs/SOLARIS/osi_file.c (1.1),
	afs/SOLARIS/osi_groups.c (1.1), afs/SOLARIS/osi_inode.c (1.1),
	afs/SOLARIS/osi_inode.h (1.1), afs/SOLARIS/osi_machdep.h (1.1),
	afs/SOLARIS/osi_prototypes.h (1.1), afs/SOLARIS/osi_sleep.c (1.1),
	afs/SOLARIS/osi_vfsops.c (1.1), afs/SOLARIS/osi_vm.c (1.1),
	afs/SOLARIS/osi_vnodeops.c (1.1), afs/UKERNEL/afs_usrops.c (1.1):
	Initial IBM OpenAFS 1.0 tree

2000-11-03 21:16  shadow

	* openafs/src/WINNT/: client_config/lang/zh_CN/afs_config.rc (1.1),
	client_config/lang/zh_TW/afs_config.rc (1.1), client_cpa/NTMakefile
	(1.1), client_cpa/afs_ccenter.ico (1.1), client_cpa/afs_conf.ico
	(1.1), client_cpa/afs_cpa.def (1.1), client_cpa/afs_cpa_stub.rc
	(1.1), client_cpa/cpl_interface.cpp (1.1),
	client_cpa/cpl_interface.h (1.1), client_cpa/resource.h (1.1),
	client_cpa/lang/NTMakefile (1.1), client_cpa/lang/de_DE/afs_cpa.rc
	(1.1), client_cpa/lang/en_US/afs_cpa.rc (1.1),
	client_cpa/lang/es_ES/afs_cpa.rc (1.1),
	client_cpa/lang/ja_JP/afs_cpa.rc (1.1),
	client_cpa/lang/ko_KR/afs_cpa.rc (1.1),
	client_cpa/lang/pt_BR/afs_cpa.rc (1.1),
	client_cpa/lang/zh_CN/afs_cpa.rc (1.1),
	client_cpa/lang/zh_TW/afs_cpa.rc (1.1), client_creds/Makefile
	(1.1), client_creds/NTMakefile (1.1), client_creds/advtab.cpp
	(1.1), client_creds/advtab.h (1.1), client_creds/afscreds.h (1.1),
	client_creds/afscreds.ico (1.1), client_creds/afscreds_stub.rc
	(1.1), client_creds/afswiz.cpp (1.1), client_creds/afswiz.h (1.1),
	client_creds/creds.cpp (1.1), client_creds/creds.h (1.1),
	client_creds/creds_1.ico (1.1), client_creds/creds_2.ico (1.1),
	client_creds/creds_3.ico (1.1), client_creds/credstab.cpp (1.1),
	client_creds/credstab.h (1.1), client_creds/help.hid (1.1),
	client_creds/main.cpp (1.1), client_creds/misc.cpp (1.1),
	client_creds/mounttab.cpp (1.1), client_creds/mounttab.h (1.1),
	client_creds/resource.h (1.1), client_creds/settings.cpp (1.1),
	client_creds/settings.h (1.1), client_creds/shortcut.cpp (1.1),
	client_creds/shortcut.h (1.1), client_creds/trayicon.cpp (1.1),
	client_creds/trayicon.h (1.1), client_creds/window.cpp (1.1),
	client_creds/window.h (1.1), client_creds/wiz16.bmp (1.1),
	client_creds/wiz256.bmp (1.1), client_creds/lang/NTMakefile (1.1),
	client_creds/lang/de_DE/afscreds.rc (1.1),
	client_creds/lang/en_US/afscreds.rc (1.1),
	client_creds/lang/es_ES/afscreds.rc (1.1),
	client_creds/lang/ja_JP/afscreds.rc (1.1),
	client_creds/lang/ko_KR/afscreds.rc (1.1),
	client_creds/lang/pt_BR/afscreds.rc (1.1),
	client_creds/lang/zh_CN/afscreds.rc (1.1),
	client_creds/lang/zh_TW/afscreds.rc (1.1), client_exp/NTMakefile
	(1.1), client_exp/add_acl_entry_dlg.cpp (1.1),
	client_exp/add_acl_entry_dlg.h (1.1),
	client_exp/add_submount_dlg.cpp (1.1),
	client_exp/add_submount_dlg.h (1.1), client_exp/afs_shl_ext.cpp
	(1.1), client_exp/afs_shl_ext.def (1.1), client_exp/afs_shl_ext.h
	(1.1), client_exp/afs_shl_ext.odl (1.1), client_exp/afs_shl_ext.reg
	(1.1), client_exp/afs_shl_ext_stub.rc (1.1),
	client_exp/auth_dlg.cpp (1.1), client_exp/auth_dlg.h (1.1),
	client_exp/clear_acl_dlg.cpp (1.1), client_exp/clear_acl_dlg.h
	(1.1), client_exp/copy_acl_dlg.cpp (1.1), client_exp/copy_acl_dlg.h
	(1.1), client_exp/down_servers_dlg.cpp (1.1),
	client_exp/down_servers_dlg.h (1.1), client_exp/fs.h (1.1),
	client_exp/gui2fs.cpp (1.1), client_exp/gui2fs.h (1.1),
	client_exp/help.cpp (1.1), client_exp/help.h (1.1),
	client_exp/hourglass.h (1.1), client_exp/klog_dlg.cpp (1.1),
	client_exp/klog_dlg.h (1.1), client_exp/make_mount_point_dlg.cpp
	(1.1), client_exp/make_mount_point_dlg.h (1.1),
	client_exp/mount_points_dlg.cpp (1.1),
	client_exp/mount_points_dlg.h (1.1), client_exp/msgs.cpp (1.1),
	client_exp/msgs.h (1.1), client_exp/partition_info_dlg.cpp (1.1),
	client_exp/partition_info_dlg.h (1.1), client_exp/resource.h (1.1),
	client_exp/results_dlg.cpp (1.1), client_exp/results_dlg.h (1.1),
	client_exp/server_status_dlg.H (1.1),
	client_exp/server_status_dlg.cpp (1.1), client_exp/set_afs_acl.cpp
	(1.1), client_exp/set_afs_acl.h (1.1), client_exp/shell_ext.cpp
	(1.1), client_exp/shell_ext.h (1.1), client_exp/stdafx.cpp (1.1),
	client_exp/stdafx.h (1.1), client_exp/submount_info.cpp (1.1),
	client_exp/submount_info.h (1.1), client_exp/submounts_dlg.cpp
	(1.1), client_exp/submounts_dlg.h (1.1), client_exp/unlog_dlg.cpp
	(1.1), client_exp/unlog_dlg.h (1.1), client_exp/volume_inf.h (1.1),
	client_exp/volume_info.h (1.1), client_exp/volumeinfo.cpp (1.1),
	client_exp/lang/NTMakefile (1.1), client_exp/lang/afs_shl_ext.rc2
	(1.1), client_exp/lang/de_DE/afs_shl_ext.rc (1.1),
	client_exp/lang/en_US/afs_shl_ext.rc (1.1),
	client_exp/lang/es_ES/afs_shl_ext.rc (1.1),
	client_exp/lang/ja_JP/afs_shl_ext.rc (1.1),
	client_exp/lang/ko_KR/afs_shl_ext.rc (1.1),
	client_exp/lang/pt_BR/afs_shl_ext.rc (1.1),
	client_exp/lang/zh_CN/afs_shl_ext.rc (1.1),
	client_exp/lang/zh_TW/afs_shl_ext.rc (1.1), client_osi/NTMakefile
	(1.1), client_osi/basic.c (1.1), client_osi/basic.h (1.1),
	client_osi/dbrpc.idl (1.1), client_osi/libosi.def (1.1),
	client_osi/libosi.hpj (1.1), client_osi/libosi.rc (1.1),
	client_osi/libosi.rtf (1.1), client_osi/libosicl.def (1.1),
	client_osi/main.c (1.1), client_osi/main.def (1.1),
	client_osi/main.h (1.1), client_osi/main.rc (1.1), client_osi/osi.h
	(1.1), client_osi/osibasel.c (1.1), client_osi/osibasel.h (1.1),
	client_osi/osidb.c (1.1), client_osi/osidb.h (1.1),
	client_osi/osidebug.c (1.1), client_osi/osidebug.def (1.1),
	client_osi/osidebug.h (1.1), client_osi/osidebug.hpj (1.1),
	client_osi/osidebug.rc (1.1), client_osi/osidebug.rtf (1.1),
	client_osi/osifd.c (1.1), client_osi/osifd.h (1.1),
	client_osi/osilog.c (1.1), client_osi/osilog.h (1.1),
	client_osi/osiltype.c (1.1), client_osi/osiltype.h (1.1),
	client_osi/osiqueue.c (1.1), client_osi/osiqueue.h (1.1),
	client_osi/osisleep.c (1.1), client_osi/osisleep.h (1.1),
	client_osi/osistatl.c (1.1), client_osi/osistatl.h (1.1),
	client_osi/osiutils.c (1.1), client_osi/osiutils.h (1.1),
	client_osi/perf.c (1.1), client_osi/perf.h (1.1),
	client_osi/trylock.c (1.1), client_osi/trylock.h (1.1),
	doc/help/de_DE/AFS-CC.HLP (1.1), doc/help/de_DE/AFS-NT.HLP (1.1),
	doc/help/de_DE/Afs-light.hlp (1.1), doc/help/de_DE/TAAFSCFG.HLP
	(1.1), doc/help/de_DE/Taafssvrmgr.hlp (1.1),
	doc/help/de_DE/Taafsusrmgr.hlp (1.1), doc/help/de_DE/afs-cc.CNT
	(1.1), doc/help/de_DE/afs-light.CNT (1.1),
	doc/help/de_DE/afs-nt.CNT (1.1), doc/help/de_DE/taafscfg.cnt (1.1),
	doc/help/de_DE/taafssvrmgr.cnt (1.1),
	doc/help/de_DE/taafsusrmgr.cnt (1.1), doc/help/en_US/AFS-CC.HLP
	(1.1), doc/help/en_US/AFS-LIGHT.HLP (1.1),
	doc/help/en_US/AFS-NT.HLP (1.1), doc/help/en_US/afs-cc.CNT (1.1),
	doc/help/en_US/afs-light.CNT (1.1), doc/help/en_US/afs-nt.CNT
	(1.1), doc/help/en_US/taafscfg.cnt (1.1),
	doc/help/en_US/taafscfg.hlp (1.1), doc/help/en_US/taafssvrmgr.cnt
	(1.1), doc/help/en_US/taafssvrmgr.hlp (1.1),
	doc/help/en_US/taafsusrmgr.cnt (1.1),
	doc/help/en_US/taafsusrmgr.hlp (1.1), doc/help/es_ES/AFS-CC.CNT
	(1.1), doc/help/es_ES/AFS-CC.HLP (1.1),
	doc/help/es_ES/AFS-LIGHT.HLP (1.1), doc/help/es_ES/AFS-NT.CNT
	(1.1), doc/help/es_ES/AFS-NT.HLP (1.1), doc/help/es_ES/TAAFSCFG.CNT
	(1.1), doc/help/es_ES/TAAFSCFG.HLP (1.1),
	doc/help/es_ES/TAAFSSVRMGR.HLP (1.1),
	doc/help/es_ES/TAAFSUSRMGR.HLP (1.1), doc/help/es_ES/afs-light.cnt
	(1.1), doc/help/es_ES/taafssvrmgr.CNT (1.1),
	doc/help/es_ES/taafsusrmgr.CNT (1.1), doc/help/ja_JP/AFS-CC.HLP
	(1.1), doc/help/ja_JP/AFS-LIGHT.HLP (1.1),
	doc/help/ja_JP/AFS-NT.HLP (1.1), doc/help/ja_JP/TAAFSCFG.HLP (1.1),
	doc/help/ja_JP/TAAFSSVRMGR.HLP (1.1),
	doc/help/ja_JP/TAAFSUSRMGR.HLP (1.1), doc/help/ja_JP/afs-cc.CNT
	(1.1), doc/help/ja_JP/afs-light.CNT (1.1),
	doc/help/ja_JP/afs-nt.CNT (1.1), doc/help/ja_JP/taafscfg.cnt (1.1),
	doc/help/ja_JP/taafssvrmgr.cnt (1.1),
	doc/help/ja_JP/taafsusrmgr.cnt (1.1), doc/help/ko_KR/AFS-CC.HLP
	(1.1), doc/help/ko_KR/AFS-LIGHT.HLP (1.1),
	doc/help/ko_KR/AFS-NT.HLP (1.1), doc/help/ko_KR/TAAFSCFG.HLP (1.1),
	doc/help/ko_KR/TAAFSSVRMGR.HLP (1.1),
	doc/help/ko_KR/TAAFSUSRMGR.HLP (1.1), doc/help/ko_KR/afs-cc.CNT
	(1.1), doc/help/ko_KR/afs-light.CNT (1.1),
	doc/help/ko_KR/afs-nt.CNT (1.1), doc/help/ko_KR/taafscfg.cnt (1.1),
	doc/help/ko_KR/taafssvrmgr.cnt (1.1),
	doc/help/ko_KR/taafsusrmgr.cnt (1.1), doc/help/pt_BR/AFS-CC.HLP
	(1.1), doc/help/pt_BR/AFS-LIGHT.HLP (1.1),
	doc/help/pt_BR/AFS-NT.HLP (1.1), doc/help/pt_BR/TAAFSCFG.HLP (1.1),
	doc/help/pt_BR/TAAFSSVRMGR.HLP (1.1),
	doc/help/pt_BR/TAAFSUSRMGR.HLP (1.1), doc/help/pt_BR/afs-cc.CNT
	(1.1), doc/help/pt_BR/afs-light.CNT (1.1),
	doc/help/pt_BR/afs-nt.CNT (1.1), doc/help/pt_BR/taafscfg.cnt (1.1),
	doc/help/pt_BR/taafssvrmgr.cnt (1.1),
	doc/help/pt_BR/taafsusrmgr.cnt (1.1), doc/help/zh_CN/AFS-CC.HLP
	(1.1), doc/help/zh_CN/AFS-LIGHT.HLP (1.1),
	doc/help/zh_CN/AFS-NT.HLP (1.1), doc/help/zh_CN/TAAFSCFG.HLP (1.1),
	doc/help/zh_CN/TAAFSSVRMGR.HLP (1.1),
	doc/help/zh_CN/TAAFSUSRMGR.HLP (1.1), doc/help/zh_CN/afs-cc.CNT
	(1.1), doc/help/zh_CN/afs-light.CNT (1.1),
	doc/help/zh_CN/afs-nt.CNT (1.1), doc/help/zh_CN/taafscfg.cnt (1.1),
	doc/help/zh_CN/taafssvrmgr.cnt (1.1),
	doc/help/zh_CN/taafsusrmgr.cnt (1.1), doc/help/zh_TW/AFS-CC.GID
	(1.1), doc/help/zh_TW/AFS-CC.HLP (1.1),
	doc/help/zh_TW/AFS-LIGHT.HLP (1.1), doc/help/zh_TW/AFS-NT.HLP
	(1.1), doc/help/zh_TW/TAAFSCFG.HLP (1.1),
	doc/help/zh_TW/TAAFSSVRMGR.HLP (1.1),
	doc/help/zh_TW/TAAFSUSRMGR.HLP (1.1), doc/help/zh_TW/afs-cc.CNT
	(1.1), doc/help/zh_TW/afs-light.CNT (1.1),
	doc/help/zh_TW/afs-nt.CNT (1.1), doc/help/zh_TW/taafscfg.cnt (1.1),
	doc/help/zh_TW/taafssvrmgr.cnt (1.1),
	doc/help/zh_TW/taafsusrmgr.cnt (1.1),
	doc/install/Documentation/de_DE/README.txt (1.1),
	doc/install/Documentation/de_DE/html/banner.gif (1.1),
	doc/install/Documentation/de_DE/html/books.gif (1.1),
	doc/install/Documentation/de_DE/html/bot.gif (1.1),
	doc/install/Documentation/de_DE/html/index.gif (1.1),
	doc/install/Documentation/de_DE/html/index.htm (1.1),
	doc/install/Documentation/de_DE/html/next.gif (1.1),
	doc/install/Documentation/de_DE/html/prev.gif (1.1),
	doc/install/Documentation/de_DE/html/toc.gif (1.1),
	doc/install/Documentation/de_DE/html/top.gif (1.1),
	doc/install/Documentation/de_DE/html/InstallGd/awqbg000.htm (1.1),
	doc/install/Documentation/de_DE/html/InstallGd/awqbg002.htm (1.1),
	doc/install/Documentation/de_DE/html/InstallGd/awqbg003.htm (1.1),
	doc/install/Documentation/de_DE/html/InstallGd/awqbg004.htm (1.1),
	doc/install/Documentation/en_US/README.txt (1.1),
	doc/install/Documentation/en_US/html/banner.gif (1.1),
	doc/install/Documentation/en_US/html/books.gif (1.1),
	doc/install/Documentation/en_US/html/bot.gif (1.1),
	doc/install/Documentation/en_US/html/index.gif (1.1),
	doc/install/Documentation/en_US/html/index.htm (1.1),
	doc/install/Documentation/en_US/html/next.gif (1.1),
	doc/install/Documentation/en_US/html/prev.gif (1.1),
	doc/install/Documentation/en_US/html/toc.gif (1.1),
	doc/install/Documentation/en_US/html/top.gif (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf000.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf002.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf003.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf004.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf005.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf006.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf007.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf008.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf009.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf010.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf011.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf012.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf013.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf014.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf015.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf016.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf017.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf018.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf019.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf020.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf021.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf022.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf023.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf024.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf025.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf026.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf027.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf028.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf029.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf030.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf031.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf032.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf033.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf034.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf035.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf036.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf037.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf038.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf039.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf040.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf041.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf042.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf043.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf044.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf045.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf046.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf047.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf048.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf049.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf050.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf051.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf052.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf053.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf054.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf055.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf056.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf057.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf058.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf059.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf060.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf061.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf062.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf063.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf064.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf065.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf066.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf067.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf068.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf069.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf070.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf071.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf072.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf073.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf074.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf075.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf076.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf077.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf078.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf079.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf080.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf081.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf082.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf083.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf084.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf085.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf086.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf087.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf088.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf089.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf090.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf091.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf092.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf093.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf094.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf095.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf096.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf097.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf098.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf099.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf100.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf101.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf102.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf103.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf104.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf105.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf106.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf107.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf108.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf109.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf110.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf111.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf112.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf113.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf114.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf115.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf116.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf117.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf118.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf119.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf120.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf121.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf122.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf123.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf124.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf125.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf126.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf127.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf128.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf129.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf130.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf131.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf132.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf133.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf134.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf135.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf136.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf137.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf138.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf139.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf140.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf141.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf142.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf143.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf144.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf145.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf146.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf147.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf148.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf149.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf150.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf151.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf152.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf153.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf154.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf155.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf156.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf157.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf158.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf159.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf160.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf161.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf162.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf163.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf164.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf165.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf166.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf167.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf168.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf169.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf170.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf171.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf172.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf173.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf174.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf175.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf176.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf177.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf178.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf179.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf180.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf181.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf182.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf183.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf184.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf185.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf186.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf187.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf188.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf189.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf190.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf191.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf192.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf193.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf194.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf195.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf196.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf197.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf198.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf199.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf200.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf201.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf202.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf203.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf204.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf205.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf206.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf207.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf208.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf209.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf210.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf211.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf212.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf213.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf214.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf215.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf216.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf217.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf218.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf219.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf220.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf221.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf222.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf223.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf224.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf225.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf226.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf227.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf228.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf229.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf230.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf231.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf232.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf233.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf234.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf235.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf236.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf237.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf238.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf239.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf240.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf241.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf242.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf243.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf244.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf245.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf246.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf247.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf248.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf249.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf250.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf251.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf252.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf253.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf254.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf255.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf256.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf257.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf258.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf259.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf260.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf261.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf262.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf263.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf264.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf265.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf266.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf267.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf268.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf269.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf270.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf271.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf272.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf273.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf274.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf275.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf276.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf277.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf278.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf279.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf280.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf281.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf282.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf283.htm (1.1),
	doc/install/Documentation/en_US/html/CmdRef/auarf284.htm (1.1),
	doc/install/Documentation/en_US/html/InstallGd/awqbg000.htm (1.1),
	doc/install/Documentation/en_US/html/InstallGd/awqbg002.htm (1.1),
	doc/install/Documentation/en_US/html/InstallGd/awqbg003.htm (1.1),
	doc/install/Documentation/en_US/html/InstallGd/awqbg004.htm (1.1),
	doc/install/Documentation/en_US/html/ReleaseNotes/awrns000.htm
	(1.1),
	doc/install/Documentation/en_US/html/ReleaseNotes/awrns002.htm
	(1.1),
	doc/install/Documentation/en_US/html/ReleaseNotes/awrns003.htm
	(1.1),
	doc/install/Documentation/en_US/html/ReleaseNotes/awrns004.htm
	(1.1),
	doc/install/Documentation/en_US/html/ReleaseNotes/awrns005.htm
	(1.1),
	doc/install/Documentation/en_US/html/ReleaseNotes/awrns006.htm
	(1.1),
	doc/install/Documentation/en_US/html/ReleaseNotes/awrns007.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/auagd000.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/auagd002.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/auagd003.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/auagd004.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/auagd005.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/auagd006.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/auagd007.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/auagd008.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/auagd009.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/auagd010.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/auagd011.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/auagd012.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/auagd013.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/auagd014.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/auagd015.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/auagd016.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/auagd017.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/auagd018.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/auagd019.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/auagd020.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/auagd021.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/auagd022.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/auagd023.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/auagd024.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/auagd025.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/auagd026.htm
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/cachmgr.gif
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/fserver1.gif
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/fserver2.gif
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/overview.gif
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/scout1.gif
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/scout2.gif
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/scout3.gif
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/scout4.gif
	(1.1), doc/install/Documentation/en_US/html/SysAdminGd/vnode.gif
	(1.1), doc/install/Documentation/es_ES/README.txt (1.1),
	doc/install/Documentation/es_ES/html/banner.gif (1.1),
	doc/install/Documentation/es_ES/html/books.gif (1.1),
	doc/install/Documentation/es_ES/html/bot.gif (1.1),
	doc/install/Documentation/es_ES/html/index.gif (1.1),
	doc/install/Documentation/es_ES/html/index.htm (1.1),
	doc/install/Documentation/es_ES/html/next.gif (1.1),
	doc/install/Documentation/es_ES/html/prev.gif (1.1),
	doc/install/Documentation/es_ES/html/toc.gif (1.1),
	doc/install/Documentation/es_ES/html/top.gif (1.1),
	doc/install/Documentation/es_ES/html/InstallGd/awqbg000.htm (1.1),
	doc/install/Documentation/es_ES/html/InstallGd/awqbg002.htm (1.1),
	doc/install/Documentation/es_ES/html/InstallGd/awqbg003.htm (1.1),
	doc/install/Documentation/es_ES/html/InstallGd/awqbg004.htm (1.1),
	doc/install/Documentation/ja_JP/README.txt (1.1),
	doc/install/Documentation/ja_JP/html/banner.gif (1.1),
	doc/install/Documentation/ja_JP/html/books.gif (1.1),
	doc/install/Documentation/ja_JP/html/bot.gif (1.1),
	doc/install/Documentation/ja_JP/html/index.gif (1.1),
	doc/install/Documentation/ja_JP/html/index.htm (1.1),
	doc/install/Documentation/ja_JP/html/next.gif (1.1),
	doc/install/Documentation/ja_JP/html/prev.gif (1.1),
	doc/install/Documentation/ja_JP/html/toc.gif (1.1),
	doc/install/Documentation/ja_JP/html/top.gif (1.1),
	doc/install/Documentation/ja_JP/html/CmdRef/auarf000.htm (1.1),
	doc/install/Documentation/ja_JP/html/CmdRef/auarf002.htm (1.1),
	doc/install/Documentation/ja_JP/html/CmdRef/auarf003.htm (1.1),
	doc/install/Documentation/ja_JP/html/CmdRef/auarf004.htm (1.1):
	Initial IBM OpenAFS 1.0 tree

2000-11-03 21:13  shadow

	* openafs/src/: ..wow.3 (1.1), Makefile (1.1), NTMakefile (1.1),
	NTObjdir (1.1), README (1.1), README-NT (1.1), ntbuild.bat (1.1),
	WINNT/afs_setup_utils/NTMakefile (1.1),
	WINNT/afs_setup_utils/afs_setup_utils.cpp (1.1),
	WINNT/afs_setup_utils/afs_setup_utils_stub.rc (1.1),
	WINNT/afs_setup_utils/afsrm.c (1.1),
	WINNT/afs_setup_utils/animate_icon.cpp (1.1),
	WINNT/afs_setup_utils/animate_icon.h (1.1),
	WINNT/afs_setup_utils/cc_uninst.def (1.1),
	WINNT/afs_setup_utils/client_uninst.def (1.1),
	WINNT/afs_setup_utils/docs_uninst.def (1.1),
	WINNT/afs_setup_utils/forceremove.c (1.1),
	WINNT/afs_setup_utils/forceremove.h (1.1),
	WINNT/afs_setup_utils/install_utils.def (1.1),
	WINNT/afs_setup_utils/light_client_uninst.def (1.1),
	WINNT/afs_setup_utils/progress_dlg.cpp (1.1),
	WINNT/afs_setup_utils/progress_dlg.h (1.1),
	WINNT/afs_setup_utils/resource.h (1.1),
	WINNT/afs_setup_utils/server_uninst.def (1.1),
	WINNT/afs_setup_utils/sutil.c (1.1), WINNT/afs_setup_utils/sutil.h
	(1.1), WINNT/afs_setup_utils/lang/NTMakefile (1.1),
	WINNT/afs_setup_utils/lang/de_DE/afs_setup_utils.rc (1.1),
	WINNT/afs_setup_utils/lang/en_US/afs_setup_utils.rc (1.1),
	WINNT/afs_setup_utils/lang/es_ES/afs_setup_utils.rc (1.1),
	WINNT/afs_setup_utils/lang/ja_JP/afs_setup_utils.rc (1.1),
	WINNT/afs_setup_utils/lang/ko_KR/afs_setup_utils.rc (1.1),
	WINNT/afs_setup_utils/lang/pt_BR/afs_setup_utils.rc (1.1),
	WINNT/afs_setup_utils/lang/zh_CN/afs_setup_utils.rc (1.1),
	WINNT/afs_setup_utils/lang/zh_TW/afs_setup_utils.rc (1.1),
	WINNT/afsadmsvr/ITaAfsAdmSvr.idl (1.1),
	WINNT/afsadmsvr/ITaAfsAdmSvrTypes.idl (1.1),
	WINNT/afsadmsvr/NTMakefile (1.1), WINNT/afsadmsvr/TaAfsAdmSvr.cpp
	(1.1), WINNT/afsadmsvr/TaAfsAdmSvr.h (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrCallback.cpp (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrCallback.h (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrCell.cpp (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrClient.cpp (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrClient.h (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrClientBind.cpp (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrClientBind.h (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrClientCache.cpp (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrClientCache.h (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrClientCell.cpp (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrClientGroup.cpp (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrClientInternal.cpp (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrClientInternal.h (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrClientNotify.cpp (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrClientNotify.h (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrClientPing.cpp (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrClientPing.h (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrClientUser.cpp (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrCommon.cpp (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrCommon.h (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrDebug.cpp (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrDebug.h (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrGeneral.cpp (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrGeneral.h (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrGroup.cpp (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrInternal.h (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrMain.cpp (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrProperties.cpp (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrProperties.h (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrSearch.cpp (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrSearch.h (1.1),
	WINNT/afsadmsvr/TaAfsAdmSvrUser.cpp (1.1),
	WINNT/afsadmsvr/afsadmsvr.ico (1.1), WINNT/afsadmsvr/afsadmsvr.rc
	(1.1), WINNT/afsadmsvr/resource.h (1.1), WINNT/afsapplib/NTMakefile
	(1.1), WINNT/afsapplib/TaAfsAppLib.def (1.1),
	WINNT/afsapplib/afsapplib.cpp (1.1), WINNT/afsapplib/afsapplib.h
	(1.1), WINNT/afsapplib/afsapplib_stub.rc (1.1),
	WINNT/afsapplib/al_admsvr.cpp (1.1), WINNT/afsapplib/al_admsvr.h
	(1.1), WINNT/afsapplib/al_browse.cpp (1.1),
	WINNT/afsapplib/al_browseset.cpp (1.1),
	WINNT/afsapplib/al_cover.cpp (1.1), WINNT/afsapplib/al_creds.cpp
	(1.1), WINNT/afsapplib/al_dynlink.cpp (1.1),
	WINNT/afsapplib/al_dynlink.h (1.1), WINNT/afsapplib/al_error.cpp
	(1.1), WINNT/afsapplib/al_help.cpp (1.1),
	WINNT/afsapplib/al_messages.h (1.1), WINNT/afsapplib/al_misc.cpp
	(1.1), WINNT/afsapplib/al_progress.cpp (1.1),
	WINNT/afsapplib/al_progress.h (1.1), WINNT/afsapplib/al_pump.cpp
	(1.1), WINNT/afsapplib/al_resource.h (1.1),
	WINNT/afsapplib/al_task.cpp (1.1), WINNT/afsapplib/al_wizard.cpp
	(1.1), WINNT/afsapplib/al_wizard.h (1.1),
	WINNT/afsapplib/checklist.cpp (1.1), WINNT/afsapplib/checklist.h
	(1.1), WINNT/afsapplib/ctl_date.cpp (1.1),
	WINNT/afsapplib/ctl_date.h (1.1), WINNT/afsapplib/ctl_elapsed.cpp
	(1.1), WINNT/afsapplib/ctl_elapsed.h (1.1),
	WINNT/afsapplib/ctl_sockaddr.cpp (1.1),
	WINNT/afsapplib/ctl_sockaddr.h (1.1),
	WINNT/afsapplib/ctl_spinner.cpp (1.1),
	WINNT/afsapplib/ctl_spinner.h (1.1), WINNT/afsapplib/ctl_time.cpp
	(1.1), WINNT/afsapplib/ctl_time.h (1.1), WINNT/afsapplib/dialog.cpp
	(1.1), WINNT/afsapplib/dialog.h (1.1), WINNT/afsapplib/fastlist.cpp
	(1.1), WINNT/afsapplib/fastlist.h (1.1),
	WINNT/afsapplib/hashlist.cpp (1.1), WINNT/afsapplib/hashlist.h
	(1.1), WINNT/afsapplib/regexp.cpp (1.1), WINNT/afsapplib/regexp.h
	(1.1), WINNT/afsapplib/resize.cpp (1.1), WINNT/afsapplib/resize.h
	(1.1), WINNT/afsapplib/settings.cpp (1.1),
	WINNT/afsapplib/settings.h (1.1), WINNT/afsapplib/subclass.cpp
	(1.1), WINNT/afsapplib/subclass.h (1.1),
	WINNT/afsapplib/lang/NTMakefile (1.1),
	WINNT/afsapplib/lang/de_DE/afsapplib.rc (1.1),
	WINNT/afsapplib/lang/en_US/afsapplib.rc (1.1),
	WINNT/afsapplib/lang/es_ES/afsapplib.rc (1.1),
	WINNT/afsapplib/lang/ja_JP/afsapplib.rc (1.1),
	WINNT/afsapplib/lang/ko_KR/afsapplib.rc (1.1),
	WINNT/afsapplib/lang/pt_BR/afsapplib.rc (1.1),
	WINNT/afsapplib/lang/zh_CN/afsapplib.rc (1.1),
	WINNT/afsapplib/lang/zh_TW/afsapplib.rc (1.1),
	WINNT/afsapplib/resource/CELL.ICO (1.1),
	WINNT/afsapplib/resource/acl.ico (1.1),
	WINNT/afsapplib/resource/aggreg.ico (1.1),
	WINNT/afsapplib/resource/aggreg1.ico (1.1),
	WINNT/afsapplib/resource/any_other.bmp (1.1),
	WINNT/afsapplib/resource/bos.ico (1.1),
	WINNT/afsapplib/resource/error.ico (1.1),
	WINNT/afsapplib/resource/fileset.ico (1.1),
	WINNT/afsapplib/resource/fileset1.ico (1.1),
	WINNT/afsapplib/resource/foreign_group.bmp (1.1),
	WINNT/afsapplib/resource/foreign_other.bmp (1.1),
	WINNT/afsapplib/resource/foreign_user.bmp (1.1),
	WINNT/afsapplib/resource/group.ico (1.1),
	WINNT/afsapplib/resource/ic.ico (1.1),
	WINNT/afsapplib/resource/io.ico (1.1),
	WINNT/afsapplib/resource/key.ico (1.1),
	WINNT/afsapplib/resource/local_group.bmp (1.1),
	WINNT/afsapplib/resource/local_other.bmp (1.1),
	WINNT/afsapplib/resource/local_user.bmp (1.1),
	WINNT/afsapplib/resource/locked.ico (1.1),
	WINNT/afsapplib/resource/mask_obj.bmp (1.1),
	WINNT/afsapplib/resource/multiple.ico (1.1),
	WINNT/afsapplib/resource/server.ico (1.1),
	WINNT/afsapplib/resource/server1.ico (1.1),
	WINNT/afsapplib/resource/server_u.ico (1.1),
	WINNT/afsapplib/resource/service.ico (1.1),
	WINNT/afsapplib/resource/service1.ico (1.1),
	WINNT/afsapplib/resource/service2.ico (1.1),
	WINNT/afsapplib/resource/spin1.ico (1.1),
	WINNT/afsapplib/resource/spin2.ico (1.1),
	WINNT/afsapplib/resource/spin3.ico (1.1),
	WINNT/afsapplib/resource/spin4.ico (1.1),
	WINNT/afsapplib/resource/spin5.ico (1.1),
	WINNT/afsapplib/resource/spin6.ico (1.1),
	WINNT/afsapplib/resource/spin7.ico (1.1),
	WINNT/afsapplib/resource/spin8.ico (1.1),
	WINNT/afsapplib/resource/spinstop.ico (1.1),
	WINNT/afsapplib/resource/unauthenticated.bmp (1.1),
	WINNT/afsapplib/resource/user.ico (1.1),
	WINNT/afsapplib/resource/warning.ico (1.1),
	WINNT/afsapplib/test/16color.bmp (1.1),
	WINNT/afsapplib/test/256color.bmp (1.1),
	WINNT/afsapplib/test/NTMakefile (1.1),
	WINNT/afsapplib/test/resource.h (1.1),
	WINNT/afsapplib/test/wiztest.cpp (1.1),
	WINNT/afsapplib/test/wiztest.rc (1.1), WINNT/afsclass/NTMakefile
	(1.1), WINNT/afsclass/afsclass.h (1.1),
	WINNT/afsclass/afsclassfn.cpp (1.1), WINNT/afsclass/afsclassfn.h
	(1.1), WINNT/afsclass/c_agg.cpp (1.1), WINNT/afsclass/c_agg.h
	(1.1), WINNT/afsclass/c_cell.cpp (1.1), WINNT/afsclass/c_cell.h
	(1.1), WINNT/afsclass/c_debug.cpp (1.1), WINNT/afsclass/c_debug.h
	(1.1), WINNT/afsclass/c_grp.cpp (1.1), WINNT/afsclass/c_grp.h
	(1.1), WINNT/afsclass/c_ident.cpp (1.1), WINNT/afsclass/c_ident.h
	(1.1), WINNT/afsclass/c_identlist.cpp (1.1),
	WINNT/afsclass/c_identlist.h (1.1), WINNT/afsclass/c_notify.cpp
	(1.1), WINNT/afsclass/c_notify.h (1.1), WINNT/afsclass/c_set.cpp
	(1.1), WINNT/afsclass/c_set.h (1.1), WINNT/afsclass/c_svc.cpp
	(1.1), WINNT/afsclass/c_svc.h (1.1), WINNT/afsclass/c_svr.cpp
	(1.1), WINNT/afsclass/c_svr.h (1.1), WINNT/afsclass/c_usr.cpp
	(1.1), WINNT/afsclass/c_usr.h (1.1), WINNT/afsclass/internal.cpp
	(1.1), WINNT/afsclass/internal.h (1.1), WINNT/afsclass/worker.cpp
	(1.1), WINNT/afsclass/worker.h (1.1), WINNT/afsd/NTMakefile (1.1),
	WINNT/afsd/afsd.c (1.1), WINNT/afsd/afsd.h (1.1),
	WINNT/afsd/afsd.ico (1.1), WINNT/afsd/afsd.rc (1.1),
	WINNT/afsd/afsd_init.c (1.1), WINNT/afsd/afsd_init.h (1.1),
	WINNT/afsd/afsd_service.c (1.1), WINNT/afsd/afsd_service.rc (1.1),
	WINNT/afsd/afsdicon.h (1.1), WINNT/afsd/afslog95.c (1.1),
	WINNT/afsd/afslog95.def (1.1), WINNT/afsd/afslog95.rc (1.1),
	WINNT/afsd/afslogon.c (1.1), WINNT/afsd/afslogon.def (1.1),
	WINNT/afsd/afslogon.rc (1.1), WINNT/afsd/afsrpc.idl (1.1),
	WINNT/afsd/afsshare.c (1.1), WINNT/afsd/afsshare.rc (1.1),
	WINNT/afsd/cklog.c (1.1), WINNT/afsd/cm.h (1.1),
	WINNT/afsd/cm_access.c (1.1), WINNT/afsd/cm_access.h (1.1),
	WINNT/afsd/cm_aclent.c (1.1), WINNT/afsd/cm_aclent.h (1.1),
	WINNT/afsd/cm_buf.c (1.1), WINNT/afsd/cm_buf.h (1.1),
	WINNT/afsd/cm_callback.c (1.1), WINNT/afsd/cm_callback.h (1.1),
	WINNT/afsd/cm_cell.c (1.1), WINNT/afsd/cm_cell.h (1.1),
	WINNT/afsd/cm_config.c (1.1), WINNT/afsd/cm_config.h (1.1),
	WINNT/afsd/cm_conn.c (1.1), WINNT/afsd/cm_conn.h (1.1),
	WINNT/afsd/cm_daemon.c (1.1), WINNT/afsd/cm_daemon.h (1.1),
	WINNT/afsd/cm_dcache.c (1.1), WINNT/afsd/cm_dcache.h (1.1),
	WINNT/afsd/cm_dir.c (1.1), WINNT/afsd/cm_dir.h (1.1),
	WINNT/afsd/cm_dnlc.c (1.1), WINNT/afsd/cm_dnlc.h (1.1),
	WINNT/afsd/cm_ioctl.c (1.1), WINNT/afsd/cm_ioctl.h (1.1),
	WINNT/afsd/cm_rpc.c (1.1), WINNT/afsd/cm_rpc.h (1.1),
	WINNT/afsd/cm_scache.c (1.1), WINNT/afsd/cm_scache.h (1.1),
	WINNT/afsd/cm_server.c (1.1), WINNT/afsd/cm_server.h (1.1),
	WINNT/afsd/cm_user.c (1.1), WINNT/afsd/cm_user.h (1.1),
	WINNT/afsd/cm_utils.c (1.1), WINNT/afsd/cm_utils.h (1.1),
	WINNT/afsd/cm_vnodeops.c (1.1), WINNT/afsd/cm_vnodeops.h (1.1),
	WINNT/afsd/cm_volume.c (1.1), WINNT/afsd/cm_volume.h (1.1),
	WINNT/afsd/ctokens.c (1.1), WINNT/afsd/cunlog.c (1.1),
	WINNT/afsd/fs.c (1.1), WINNT/afsd/fs.h (1.1), WINNT/afsd/fs.rc
	(1.1), WINNT/afsd/fs_utils.c (1.1), WINNT/afsd/fs_utils.h (1.1),
	WINNT/afsd/klog.rc (1.1), WINNT/afsd/krb.h (1.1),
	WINNT/afsd/krb_prot.h (1.1), WINNT/afsd/libafsconf.def (1.1),
	WINNT/afsd/libafsconf.rc (1.1), WINNT/afsd/lock.txt (1.1),
	WINNT/afsd/smb.c (1.1), WINNT/afsd/smb.h (1.1), WINNT/afsd/smb3.c
	(1.1), WINNT/afsd/smb3.h (1.1), WINNT/afsd/smb_iocons.h (1.1),
	WINNT/afsd/smb_ioctl.c (1.1), WINNT/afsd/smb_ioctl.h (1.1),
	WINNT/afsd/symlink.c (1.1), WINNT/afsd/symlink.rc (1.1),
	WINNT/afsd/tokens.rc (1.1), WINNT/afsd/unlog.rc (1.1),
	WINNT/afsd/sample/token.c (1.1), WINNT/afslegal/NTMakefile (1.1),
	WINNT/afslegal/afslegal.cpp (1.1), WINNT/afslegal/afslegal_stub.rc
	(1.1), WINNT/afslegal/resource.h (1.1),
	WINNT/afslegal/lang/NTMakefile (1.1),
	WINNT/afslegal/lang/de_DE/afslegal.rc (1.1),
	WINNT/afslegal/lang/en_US/afslegal.rc (1.1),
	WINNT/afslegal/lang/es_ES/afslegal.rc (1.1),
	WINNT/afslegal/lang/ja_JP/afslegal.rc (1.1),
	WINNT/afslegal/lang/ko_KR/afslegal.rc (1.1),
	WINNT/afslegal/lang/pt_BR/afslegal.rc (1.1),
	WINNT/afslegal/lang/zh_CN/afslegal.rc (1.1),
	WINNT/afslegal/lang/zh_TW/afslegal.rc (1.1),
	WINNT/afsreg/NTMakefile (1.1), WINNT/afsreg/afsreg.c (1.1),
	WINNT/afsreg/afsreg.h (1.1), WINNT/afsreg/afssw.c (1.1),
	WINNT/afsreg/afssw.h (1.1), WINNT/afsreg/syscfg.c (1.1),
	WINNT/afsreg/syscfg.h (1.1), WINNT/afsreg/vptab.c (1.1),
	WINNT/afsreg/vptab.h (1.1), WINNT/afsreg/test/NTMakefile (1.1),
	WINNT/afsreg/test/dupkey.c (1.1), WINNT/afsreg/test/getifinfo.c
	(1.1), WINNT/afsreg/test/regman.c (1.1), WINNT/afssvrcfg/NTMakefile
	(1.1), WINNT/afssvrcfg/admin_info_dlg.cpp (1.1),
	WINNT/afssvrcfg/admin_info_dlg.h (1.1), WINNT/afssvrcfg/afscfg.cpp
	(1.1), WINNT/afssvrcfg/afscfg.h (1.1),
	WINNT/afssvrcfg/afscfg_stub.rc (1.1), WINNT/afssvrcfg/afsdrive.ico
	(1.1), WINNT/afssvrcfg/app_icon.ico (1.1),
	WINNT/afssvrcfg/backup_server_page.cpp (1.1),
	WINNT/afssvrcfg/cfg_utils.cpp (1.1), WINNT/afssvrcfg/cfg_utils.h
	(1.1), WINNT/afssvrcfg/char_conv.cpp (1.1),
	WINNT/afssvrcfg/char_conv.h (1.1), WINNT/afssvrcfg/config.h (1.1),
	WINNT/afssvrcfg/config_server_page.cpp (1.1),
	WINNT/afssvrcfg/create_partition_dlg.cpp (1.1),
	WINNT/afssvrcfg/create_partition_dlg.h (1.1),
	WINNT/afssvrcfg/db_server_page.cpp (1.1),
	WINNT/afssvrcfg/disabled.ico (1.1), WINNT/afssvrcfg/disk_dri.ico
	(1.1), WINNT/afssvrcfg/file.ico (1.1),
	WINNT/afssvrcfg/file_server_page.cpp (1.1),
	WINNT/afssvrcfg/folder.ico (1.1),
	WINNT/afssvrcfg/get_cur_config.cpp (1.1),
	WINNT/afssvrcfg/get_cur_config.h (1.1),
	WINNT/afssvrcfg/get_pw_dlg.cpp (1.1), WINNT/afssvrcfg/get_pw_dlg.h
	(1.1), WINNT/afssvrcfg/graphics.cpp (1.1),
	WINNT/afssvrcfg/graphics.h (1.1), WINNT/afssvrcfg/help.cpp (1.1),
	WINNT/afssvrcfg/hourglass.h (1.1), WINNT/afssvrcfg/info2_page.cpp
	(1.1), WINNT/afssvrcfg/info_page.cpp (1.1),
	WINNT/afssvrcfg/intro_page.cpp (1.1), WINNT/afssvrcfg/logfile.cpp
	(1.1), WINNT/afssvrcfg/logfile.h (1.1),
	WINNT/afssvrcfg/partition_page.cpp (1.1),
	WINNT/afssvrcfg/partition_utils.cpp (1.1),
	WINNT/afssvrcfg/partition_utils.h (1.1),
	WINNT/afssvrcfg/partitions_page.cpp (1.1),
	WINNT/afssvrcfg/replicatition_page.cpp (1.1),
	WINNT/afssvrcfg/resource.h (1.1), WINNT/afssvrcfg/root_afs_page.cpp
	(1.1), WINNT/afssvrcfg/salvage_dlg.cpp (1.1),
	WINNT/afssvrcfg/salvage_results_dlg.cpp (1.1),
	WINNT/afssvrcfg/salvage_results_dlg.h (1.1),
	WINNT/afssvrcfg/services_page.cpp (1.1),
	WINNT/afssvrcfg/status_16.bmp (1.1), WINNT/afssvrcfg/status_256.bmp
	(1.1), WINNT/afssvrcfg/sys_control_page.cpp (1.1),
	WINNT/afssvrcfg/toolbox.cpp (1.1), WINNT/afssvrcfg/toolbox.h (1.1),
	WINNT/afssvrcfg/validation.cpp (1.1), WINNT/afssvrcfg/validation.h
	(1.1), WINNT/afssvrcfg/volume_utils.cpp (1.1),
	WINNT/afssvrcfg/volume_utils.h (1.1), WINNT/afssvrcfg/warn_dri.ico
	(1.1), WINNT/afssvrcfg/lang/NTMakefile (1.1),
	WINNT/afssvrcfg/lang/de_DE/afscfg.rc (1.1),
	WINNT/afssvrcfg/lang/en_US/afscfg.rc (1.1),
	WINNT/afssvrcfg/lang/es_ES/afscfg.rc (1.1),
	WINNT/afssvrcfg/lang/ja_JP/afscfg.rc (1.1),
	WINNT/afssvrcfg/lang/ko_KR/afscfg.rc (1.1),
	WINNT/afssvrcfg/lang/ko_KR/status_16.bmp (1.1),
	WINNT/afssvrcfg/lang/ko_KR/status_256.bmp (1.1),
	WINNT/afssvrcfg/lang/pt_BR/afscfg.rc (1.1),
	WINNT/afssvrcfg/lang/zh_CN/afscfg.rc (1.1),
	WINNT/afssvrcfg/lang/zh_TW/afscfg.rc (1.1),
	WINNT/afssvrcpa/NTMakefile (1.1), WINNT/afssvrcpa/afssvrcpa.def
	(1.1), WINNT/afssvrcpa/afssvrcpa.ico (1.1),
	WINNT/afssvrcpa/afssvrcpa_stub.rc (1.1),
	WINNT/afssvrcpa/cpl_interface.cpp (1.1),
	WINNT/afssvrcpa/cpl_interface.h (1.1), WINNT/afssvrcpa/resource.h
	(1.1), WINNT/afssvrcpa/lang/NTMakefile (1.1),
	WINNT/afssvrcpa/lang/de_DE/afssvrcpa.rc (1.1),
	WINNT/afssvrcpa/lang/en_US/afssvrcpa.rc (1.1),
	WINNT/afssvrcpa/lang/es_ES/afssvrcpa.rc (1.1),
	WINNT/afssvrcpa/lang/ja_JP/afssvrcpa.rc (1.1),
	WINNT/afssvrcpa/lang/ko_KR/afssvrcpa.rc (1.1),
	WINNT/afssvrcpa/lang/pt_BR/afssvrcpa.rc (1.1),
	WINNT/afssvrcpa/lang/zh_CN/afssvrcpa.rc (1.1),
	WINNT/afssvrcpa/lang/zh_TW/afssvrcpa.rc (1.1),
	WINNT/afssvrmgr/NTMakefile (1.1), WINNT/afssvrmgr/action.cpp (1.1),
	WINNT/afssvrmgr/action.h (1.1), WINNT/afssvrmgr/agg_col.cpp (1.1),
	WINNT/afssvrmgr/agg_col.h (1.1), WINNT/afssvrmgr/agg_general.cpp
	(1.1), WINNT/afssvrmgr/agg_general.h (1.1),
	WINNT/afssvrmgr/agg_prop.cpp (1.1), WINNT/afssvrmgr/agg_prop.h
	(1.1), WINNT/afssvrmgr/agg_tab.cpp (1.1), WINNT/afssvrmgr/agg_tab.h
	(1.1), WINNT/afssvrmgr/alert.cpp (1.1), WINNT/afssvrmgr/alert.h
	(1.1), WINNT/afssvrmgr/cmdline.cpp (1.1), WINNT/afssvrmgr/cmdline.h
	(1.1), WINNT/afssvrmgr/columns.cpp (1.1), WINNT/afssvrmgr/columns.h
	(1.1), WINNT/afssvrmgr/command.cpp (1.1), WINNT/afssvrmgr/command.h
	(1.1), WINNT/afssvrmgr/creds.cpp (1.1), WINNT/afssvrmgr/creds.h
	(1.1), WINNT/afssvrmgr/dispatch.cpp (1.1),
	WINNT/afssvrmgr/dispatch.h (1.1), WINNT/afssvrmgr/dispguts.cpp
	(1.1), WINNT/afssvrmgr/dispguts.h (1.1),
	WINNT/afssvrmgr/display.cpp (1.1), WINNT/afssvrmgr/display.h (1.1),
	WINNT/afssvrmgr/exportcl.h (1.1), WINNT/afssvrmgr/general.cpp
	(1.1), WINNT/afssvrmgr/general.h (1.1), WINNT/afssvrmgr/help.hid
	(1.1), WINNT/afssvrmgr/helpfunc.cpp (1.1),
	WINNT/afssvrmgr/helpfunc.h (1.1), WINNT/afssvrmgr/messages.h (1.1),
	WINNT/afssvrmgr/options.cpp (1.1), WINNT/afssvrmgr/options.h (1.1),
	WINNT/afssvrmgr/prefs.cpp (1.1), WINNT/afssvrmgr/prefs.h (1.1),
	WINNT/afssvrmgr/problems.cpp (1.1), WINNT/afssvrmgr/problems.h
	(1.1), WINNT/afssvrmgr/propcache.cpp (1.1),
	WINNT/afssvrmgr/propcache.h (1.1), WINNT/afssvrmgr/resource.h
	(1.1), WINNT/afssvrmgr/set_clone.cpp (1.1),
	WINNT/afssvrmgr/set_clone.h (1.1), WINNT/afssvrmgr/set_col.cpp
	(1.1), WINNT/afssvrmgr/set_col.h (1.1),
	WINNT/afssvrmgr/set_create.cpp (1.1), WINNT/afssvrmgr/set_create.h
	(1.1), WINNT/afssvrmgr/set_createrep.cpp (1.1),
	WINNT/afssvrmgr/set_createrep.h (1.1),
	WINNT/afssvrmgr/set_delete.cpp (1.1), WINNT/afssvrmgr/set_delete.h
	(1.1), WINNT/afssvrmgr/set_dump.cpp (1.1),
	WINNT/afssvrmgr/set_dump.h (1.1), WINNT/afssvrmgr/set_general.cpp
	(1.1), WINNT/afssvrmgr/set_general.h (1.1),
	WINNT/afssvrmgr/set_move.cpp (1.1), WINNT/afssvrmgr/set_move.h
	(1.1), WINNT/afssvrmgr/set_prop.cpp (1.1),
	WINNT/afssvrmgr/set_prop.h (1.1), WINNT/afssvrmgr/set_quota.cpp
	(1.1), WINNT/afssvrmgr/set_quota.h (1.1),
	WINNT/afssvrmgr/set_release.cpp (1.1),
	WINNT/afssvrmgr/set_release.h (1.1), WINNT/afssvrmgr/set_rename.cpp
	(1.1), WINNT/afssvrmgr/set_rename.h (1.1),
	WINNT/afssvrmgr/set_repprop.cpp (1.1),
	WINNT/afssvrmgr/set_repprop.h (1.1),
	WINNT/afssvrmgr/set_restore.cpp (1.1),
	WINNT/afssvrmgr/set_restore.h (1.1), WINNT/afssvrmgr/set_tab.cpp
	(1.1), WINNT/afssvrmgr/set_tab.h (1.1), WINNT/afssvrmgr/subset.cpp
	(1.1), WINNT/afssvrmgr/subset.h (1.1), WINNT/afssvrmgr/svc_col.cpp
	(1.1), WINNT/afssvrmgr/svc_col.h (1.1),
	WINNT/afssvrmgr/svc_create.cpp (1.1), WINNT/afssvrmgr/svc_create.h
	(1.1), WINNT/afssvrmgr/svc_delete.cpp (1.1),
	WINNT/afssvrmgr/svc_delete.h (1.1), WINNT/afssvrmgr/svc_general.cpp
	(1.1), WINNT/afssvrmgr/svc_general.h (1.1),
	WINNT/afssvrmgr/svc_prop.cpp (1.1), WINNT/afssvrmgr/svc_prop.h
	(1.1), WINNT/afssvrmgr/svc_startstop.cpp (1.1),
	WINNT/afssvrmgr/svc_startstop.h (1.1), WINNT/afssvrmgr/svc_tab.cpp
	(1.1), WINNT/afssvrmgr/svc_tab.h (1.1),
	WINNT/afssvrmgr/svc_viewlog.cpp (1.1),
	WINNT/afssvrmgr/svc_viewlog.h (1.1),
	WINNT/afssvrmgr/svr_address.cpp (1.1),
	WINNT/afssvrmgr/svr_address.h (1.1), WINNT/afssvrmgr/svr_col.cpp
	(1.1), WINNT/afssvrmgr/svr_col.h (1.1),
	WINNT/afssvrmgr/svr_execute.cpp (1.1),
	WINNT/afssvrmgr/svr_execute.h (1.1),
	WINNT/afssvrmgr/svr_general.cpp (1.1),
	WINNT/afssvrmgr/svr_general.h (1.1),
	WINNT/afssvrmgr/svr_getdates.cpp (1.1),
	WINNT/afssvrmgr/svr_getdates.h (1.1), WINNT/afssvrmgr/svr_hosts.cpp
	(1.1), WINNT/afssvrmgr/svr_hosts.h (1.1),
	WINNT/afssvrmgr/svr_install.cpp (1.1),
	WINNT/afssvrmgr/svr_install.h (1.1), WINNT/afssvrmgr/svr_prop.cpp
	(1.1), WINNT/afssvrmgr/svr_prop.h (1.1),
	WINNT/afssvrmgr/svr_prune.cpp (1.1), WINNT/afssvrmgr/svr_prune.h
	(1.1), WINNT/afssvrmgr/svr_salvage.cpp (1.1),
	WINNT/afssvrmgr/svr_salvage.h (1.1),
	WINNT/afssvrmgr/svr_security.cpp (1.1),
	WINNT/afssvrmgr/svr_security.h (1.1),
	WINNT/afssvrmgr/svr_syncvldb.cpp (1.1),
	WINNT/afssvrmgr/svr_syncvldb.h (1.1),
	WINNT/afssvrmgr/svr_uninstall.cpp (1.1),
	WINNT/afssvrmgr/svr_uninstall.h (1.1),
	WINNT/afssvrmgr/svr_window.cpp (1.1), WINNT/afssvrmgr/svr_window.h
	(1.1), WINNT/afssvrmgr/svrmgr.cpp (1.1), WINNT/afssvrmgr/svrmgr.h
	(1.1), WINNT/afssvrmgr/svrmgr_stub.rc (1.1),
	WINNT/afssvrmgr/task.cpp (1.1), WINNT/afssvrmgr/task.h (1.1),
	WINNT/afssvrmgr/window.cpp (1.1), WINNT/afssvrmgr/window.h (1.1),
	WINNT/afssvrmgr/lang/NTMakefile (1.1),
	WINNT/afssvrmgr/lang/de_DE/svrmgr.rc (1.1),
	WINNT/afssvrmgr/lang/en_US/svrmgr.rc (1.1),
	WINNT/afssvrmgr/lang/es_ES/svrmgr.rc (1.1),
	WINNT/afssvrmgr/lang/ja_JP/svrmgr.rc (1.1),
	WINNT/afssvrmgr/lang/ko_KR/svrmgr.rc (1.1),
	WINNT/afssvrmgr/lang/pt_BR/svrmgr.rc (1.1),
	WINNT/afssvrmgr/lang/zh_CN/svrmgr.rc (1.1),
	WINNT/afssvrmgr/lang/zh_TW/svrmgr.rc (1.1),
	WINNT/afssvrmgr/resource/admlist.ico (1.1),
	WINNT/afssvrmgr/resource/afssvrmgr.ico (1.1),
	WINNT/afssvrmgr/resource/btn_delete.ico (1.1),
	WINNT/afssvrmgr/resource/btn_rename.ico (1.1),
	WINNT/afssvrmgr/resource/getdates.ico (1.1),
	WINNT/afssvrmgr/resource/install.ico (1.1),
	WINNT/afssvrmgr/resource/prune.ico (1.1),
	WINNT/afssvrmgr/resource/setmove.avi (1.1),
	WINNT/afssvrmgr/resource/subset.ico (1.1),
	WINNT/afssvrmgr/resource/uninstal.ico (1.1),
	WINNT/afsusrmgr/AfsUsrMgr_stub.rc (1.1), WINNT/afsusrmgr/NTMakefile
	(1.1), WINNT/afsusrmgr/TaAfsUsrMgr.h (1.1),
	WINNT/afsusrmgr/action.cpp (1.1), WINNT/afsusrmgr/action.h (1.1),
	WINNT/afsusrmgr/browse.cpp (1.1), WINNT/afsusrmgr/browse.h (1.1),
	WINNT/afsusrmgr/cell_prop.cpp (1.1), WINNT/afsusrmgr/cell_prop.h
	(1.1), WINNT/afsusrmgr/cmdline.cpp (1.1), WINNT/afsusrmgr/cmdline.h
	(1.1), WINNT/afsusrmgr/columns.cpp (1.1), WINNT/afsusrmgr/columns.h
	(1.1), WINNT/afsusrmgr/command.cpp (1.1), WINNT/afsusrmgr/command.h
	(1.1), WINNT/afsusrmgr/creds.cpp (1.1), WINNT/afsusrmgr/creds.h
	(1.1), WINNT/afsusrmgr/display.cpp (1.1), WINNT/afsusrmgr/display.h
	(1.1), WINNT/afsusrmgr/errdata.cpp (1.1), WINNT/afsusrmgr/errdata.h
	(1.1), WINNT/afsusrmgr/general.cpp (1.1), WINNT/afsusrmgr/general.h
	(1.1), WINNT/afsusrmgr/grp_col.cpp (1.1), WINNT/afsusrmgr/grp_col.h
	(1.1), WINNT/afsusrmgr/grp_create.cpp (1.1),
	WINNT/afsusrmgr/grp_create.h (1.1), WINNT/afsusrmgr/grp_delete.cpp
	(1.1), WINNT/afsusrmgr/grp_delete.h (1.1),
	WINNT/afsusrmgr/grp_prop.cpp (1.1), WINNT/afsusrmgr/grp_prop.h
	(1.1), WINNT/afsusrmgr/grp_rename.cpp (1.1),
	WINNT/afsusrmgr/grp_rename.h (1.1), WINNT/afsusrmgr/grp_tab.cpp
	(1.1), WINNT/afsusrmgr/grp_tab.h (1.1), WINNT/afsusrmgr/help.hid
	(1.1), WINNT/afsusrmgr/helpfunc.cpp (1.1),
	WINNT/afsusrmgr/helpfunc.h (1.1), WINNT/afsusrmgr/main.cpp (1.1),
	WINNT/afsusrmgr/mch_col.cpp (1.1), WINNT/afsusrmgr/mch_col.h (1.1),
	WINNT/afsusrmgr/mch_create.cpp (1.1), WINNT/afsusrmgr/mch_create.h
	(1.1), WINNT/afsusrmgr/mch_delete.cpp (1.1),
	WINNT/afsusrmgr/mch_delete.h (1.1), WINNT/afsusrmgr/mch_tab.cpp
	(1.1), WINNT/afsusrmgr/mch_tab.h (1.1), WINNT/afsusrmgr/messages.h
	(1.1), WINNT/afsusrmgr/options.cpp (1.1), WINNT/afsusrmgr/options.h
	(1.1), WINNT/afsusrmgr/resource.h (1.1), WINNT/afsusrmgr/task.cpp
	(1.1), WINNT/afsusrmgr/task.h (1.1), WINNT/afsusrmgr/usr_col.cpp
	(1.1), WINNT/afsusrmgr/usr_col.h (1.1), WINNT/afsusrmgr/usr_cpw.cpp
	(1.1), WINNT/afsusrmgr/usr_cpw.h (1.1),
	WINNT/afsusrmgr/usr_create.cpp (1.1), WINNT/afsusrmgr/usr_create.h
	(1.1), WINNT/afsusrmgr/usr_delete.cpp (1.1),
	WINNT/afsusrmgr/usr_delete.h (1.1), WINNT/afsusrmgr/usr_prop.cpp
	(1.1), WINNT/afsusrmgr/usr_prop.h (1.1),
	WINNT/afsusrmgr/usr_search.cpp (1.1), WINNT/afsusrmgr/usr_search.h
	(1.1), WINNT/afsusrmgr/usr_tab.cpp (1.1), WINNT/afsusrmgr/usr_tab.h
	(1.1), WINNT/afsusrmgr/window.cpp (1.1), WINNT/afsusrmgr/window.h
	(1.1), WINNT/afsusrmgr/winlist.cpp (1.1), WINNT/afsusrmgr/winlist.h
	(1.1), WINNT/afsusrmgr/lang/NTMakefile (1.1),
	WINNT/afsusrmgr/lang/de_DE/AfsUsrMgr.rc (1.1),
	WINNT/afsusrmgr/lang/en_US/AfsUsrMgr.rc (1.1),
	WINNT/afsusrmgr/lang/es_ES/AfsUsrMgr.rc (1.1),
	WINNT/afsusrmgr/lang/ja_JP/AfsUsrMgr.rc (1.1),
	WINNT/afsusrmgr/lang/ko_KR/AfsUsrMgr.rc (1.1),
	WINNT/afsusrmgr/lang/pt_BR/AfsUsrMgr.rc (1.1),
	WINNT/afsusrmgr/lang/zh_CN/AfsUsrMgr.rc (1.1),
	WINNT/afsusrmgr/lang/zh_TW/AfsUsrMgr.rc (1.1),
	WINNT/afsusrmgr/resource/afsusrmgr.ico (1.1),
	WINNT/bosctlsvc/NTMakefile (1.1), WINNT/bosctlsvc/bosctlsvc.c
	(1.1), WINNT/bosctlsvc/bosctlsvc.rc (1.1),
	WINNT/client_config/NTMakefile (1.1),
	WINNT/client_config/afs_config.h (1.1),
	WINNT/client_config/afs_config.ico (1.1),
	WINNT/client_config/afs_config_stub.rc (1.1),
	WINNT/client_config/cellservdb.c (1.1),
	WINNT/client_config/cellservdb.h (1.1),
	WINNT/client_config/config.cpp (1.1), WINNT/client_config/config.h
	(1.1), WINNT/client_config/dlg_automap.cpp (1.1),
	WINNT/client_config/dlg_diag.cpp (1.1),
	WINNT/client_config/dlg_logon.cpp (1.1),
	WINNT/client_config/dlg_misc.cpp (1.1),
	WINNT/client_config/down.ico (1.1),
	WINNT/client_config/drivemap.cpp (1.1),
	WINNT/client_config/drivemap.h (1.1), WINNT/client_config/help.hid
	(1.1), WINNT/client_config/isadmin.cpp (1.1),
	WINNT/client_config/isadmin.h (1.1), WINNT/client_config/main.cpp
	(1.1), WINNT/client_config/misc.cpp (1.1),
	WINNT/client_config/pagesize.cpp (1.1),
	WINNT/client_config/pagesize.h (1.1),
	WINNT/client_config/resource.h (1.1),
	WINNT/client_config/tab_advanced.cpp (1.1),
	WINNT/client_config/tab_advanced.h (1.1),
	WINNT/client_config/tab_drives.cpp (1.1),
	WINNT/client_config/tab_drives.h (1.1),
	WINNT/client_config/tab_general.cpp (1.1),
	WINNT/client_config/tab_general.h (1.1),
	WINNT/client_config/tab_hosts.cpp (1.1),
	WINNT/client_config/tab_hosts.h (1.1),
	WINNT/client_config/tab_prefs.cpp (1.1),
	WINNT/client_config/tab_prefs.h (1.1), WINNT/client_config/up.ico
	(1.1), WINNT/client_config/lang/NTMakefile (1.1),
	WINNT/client_config/lang/de_DE/afs_config.rc (1.1),
	WINNT/client_config/lang/en_US/afs_config.rc (1.1),
	WINNT/client_config/lang/es_ES/afs_config.rc (1.1),
	WINNT/client_config/lang/ja_JP/afs_config.rc (1.1),
	WINNT/client_config/lang/ko_KR/afs_config.rc (1.1),
	WINNT/client_config/lang/pt_BR/afs_config.rc (1.1): Initial IBM
	OpenAFS 1.0 tree

