openafs.git
17 years agowindows-cm_volume-recycling-20060825
Jeffrey Altman [Fri, 25 Aug 2006 16:23:51 +0000]
windows-cm_volume-recycling-20060825

do not panic if we reach maxVolumes and there is a volume entry that
can be recycled.

17 years agokeyring-test-harder-20060825
Derek Atkins [Fri, 25 Aug 2006 06:21:43 +0000]
keyring-test-harder-20060825

FIXES 38470

don't enable keyring pags in older keyring kernels

17 years agomacos104-no-64bit-resid-yet-20060825
Chaskiel M Grundman [Fri, 25 Aug 2006 05:47:00 +0000]
macos104-no-64bit-resid-yet-20060825

we're not ready for 64bit resid yet (in dir code)

17 years agovol-init-locallock-20060824
Jeffrey Hutzelman [Thu, 24 Aug 2006 21:18:56 +0000]
vol-init-locallock-20060824

we never init this. oops.

17 years agopruclient-killer-fix-20060824
Derrick Brashear [Thu, 24 Aug 2006 05:31:25 +0000]
pruclient-killer-fix-20060824

FIXES 37251

yeah, i should commit the fix this time. not my day

17 years agotweak-afsd-autotune-20060821
Derrick Brashear [Mon, 21 Aug 2006 21:38:55 +0000]
tweak-afsd-autotune-20060821

this (chunksize tuning) needs to be revisited

17 years agospecfiles-20060821
Derrick Brashear [Mon, 21 Aug 2006 21:01:14 +0000]
specfiles-20060821

same for head

17 years agotiger-fix-largefile-20060820
Chaskiel M Grundman [Sun, 20 Aug 2006 23:12:46 +0000]
tiger-fix-largefile-20060820

FIXES 37890

don't make uio offset an int.
at the same time, fix resid similarly, and fix osi_file.c to accomodate that

17 years agolinux24-fix-20060820
Derrick Brashear [Sun, 20 Aug 2006 06:31:42 +0000]
linux24-fix-20060820

fix ifdef damage

17 years agolinux-keyring-pag-update-20060817
Chas Williams [Thu, 17 Aug 2006 14:55:43 +0000]
linux-keyring-pag-update-20060817

FIXES 37887

if you manage to patch the syscall table, then the setpag() in the
patched setgroups syscall and creates a new session keyring. it does
contain the right pag id but this isnt the intended behavior.

so setpag() becomes __setpag() which just does the group insertion.
(and perhaps it should be called something else?). the stat count for
the setpag operation might be more correct now (instead of also counting
the pag restores).

17 years agowindows-backconnectionhostnames-20060817
Jeffrey Altman [Thu, 17 Aug 2006 13:40:16 +0000]
windows-backconnectionhostnames-20060817

FIXES 37807

uninitialized variable reported due to dwAllocSize not being used
within the initial RegQueryValueEx call.  (ugh)

17 years agodarwin90-updates-20060813
Derrick Brashear [Sun, 13 Aug 2006 21:17:04 +0000]
darwin90-updates-20060813

make things compile cleanly

17 years agolinux-dentry-iput-20060813
Chas Williams [Sun, 13 Aug 2006 17:53:46 +0000]
linux-dentry-iput-20060813

FIXES 37576

update put_inode handler for swapping situation deadlock avoidance

17 years agolinux-gpl-only-tests-20060813
Derrick Brashear [Sun, 13 Aug 2006 17:45:48 +0000]
linux-gpl-only-tests-20060813

don't try to use gpl-only kernel symbols

17 years agofix-congestion-tracking-20060813
Chas Williams [Sun, 13 Aug 2006 17:40:27 +0000]
fix-congestion-tracking-20060813

FIXES 36951

fix congestion tracking

17 years agolinux-updates-20060811
Derrick Brashear [Sun, 13 Aug 2006 05:52:08 +0000]
linux-updates-20060811

fix for current fc kernels, and clean up linux nfs translator

17 years agolinux-mutex-changes-20060812
Jason McCormick [Sat, 12 Aug 2006 17:50:37 +0000]
linux-mutex-changes-20060812

update mutex declarations

17 years agolinux-updates-20060811
Derrick Brashear [Fri, 11 Aug 2006 22:38:41 +0000]
linux-updates-20060811

fix for current fc kernels, and clean up linux nfs translator

17 years agofix-includes-20060810
Jim Rees [Thu, 10 Aug 2006 22:03:35 +0000]
fix-includes-20060810

Fix kopenafs includes.

17 years agodeclare-ubik-client-20060810
Jim Rees [Thu, 10 Aug 2006 21:50:40 +0000]
declare-ubik-client-20060810

Declare ubik_client in rpcgen.
I don't like this fix but I hope it's just temporary until someone fixes
the include dependencies.

17 years agomacos-install-vos-20060810
Derrick Brashear [Thu, 10 Aug 2006 18:06:10 +0000]
macos-install-vos-20060810

install vos in /usr/sbin

17 years agowindows-buf-queue-handling-20060809
Jeffrey Altman [Thu, 10 Aug 2006 00:48:24 +0000]
windows-buf-queue-handling-20060809

don't free objects that are still on the queue.  remove them first.

17 years agowindows-backconnectionhostnames-fix-20060809
Jeffrey Altman [Thu, 10 Aug 2006 00:27:50 +0000]
windows-backconnectionhostnames-fix-20060809

The previous code failed to specify the correct size of the REG_MULTI_SZ
being written to the registry when appending an additional name to the
list of Back Connection Host names.  This would cause the written string
to contain

   FOO\0B

instead of

   FOO\0\BAR\0\0

this caused problems for Windows 2000 lsass.exe which failed to properly
allocate the buffer for RegQueryValueEx and failed to check that it did
not read beyond the buffer.   If the list was not terminated with two
nuls an exception would be thrown that could result in a lock being
orphaned on the NTLMNameTable.  This would in turn prevent authentications
to UNC resources from completing.  As a result, the startup of
afsd_service.exe would fail if a GlobalAutoMapper drive was configured.

The work around is to set the correct value in the registry before
switching machine names or installing/removing the Microsoft Loopback
Adapter.

17 years agowindows-restrict-timeouts-to-cifs-20060808
Jeffrey Altman [Tue, 8 Aug 2006 17:36:48 +0000]
windows-restrict-timeouts-to-cifs-20060808

If afsd takes longer than the cifs timeout to complete an operation
the cifs client may break the virtual circuit and create a new one.
this forces all file handles to be closed and locks to be released.
Try to prevent the circuit from being destroyed by allowing the
CIFS lanmanworkstation SessTimeout value to enforce upper limits
on the Conn and Hard Dead Timeouts.   Permit this automatic configuration
to be disabled by setting specific configuration values for timeouts
in the registry.

17 years agowindows-globalautomapper-thread-20060807
Jeffrey Altman [Mon, 7 Aug 2006 22:17:36 +0000]
windows-globalautomapper-thread-20060807

Move the establishment of the GlobalAutoMapper drives to a separate
thread in order to prevent OpenAFS from reporting that the service did
not start.

OpenAFS considers the GlobalAutoMapper as deprecated functionality so
it is ok to avoid the service failure report.

17 years agosolaris-sockaddr-storage-20060804
Chaskiel M Grundman [Fri, 4 Aug 2006 20:53:20 +0000]
solaris-sockaddr-storage-20060804

the head has the sockaddr_storage patch from the rxtcp work, so it needs this

17 years agosolaris-syscall-update-for-prototype-20060804
Chaskiel M Grundman [Fri, 4 Aug 2006 19:23:25 +0000]
solaris-syscall-update-for-prototype-20060804

since it's now prototyped, we needed to do this

17 years agosignal-not-sys-signal-20060804
Russ Allbery [Fri, 4 Aug 2006 19:05:02 +0000]
signal-not-sys-signal-20060804

<signal.h>, not <sys/signal.h>.

17 years agoshlibafsauthent-linking-20060804
Russ Allbery [Fri, 4 Aug 2006 18:58:46 +0000]
shlibafsauthent-linking-20060804

libafsauthent needs to link against libafsrpc.

17 years agoshlib-build-error-reporting-20060804
Russ Allbery [Fri, 4 Aug 2006 18:55:13 +0000]
shlib-build-error-reporting-20060804

Use set -e so that errors will be reported to make.

17 years agodeath-to-remaining-longc-procs-20060804
Russ Allbery [Fri, 4 Aug 2006 18:42:37 +0000]
death-to-remaining-longc-procs-20060804

Kill the remaining references to afs/longc_procs.h so that head will
actually compile (whoops).  For a header that no longer did anything, we
sure included it in a lot of places.

17 years agofs-conv-sol26-move-20060802
Russ Allbery [Fri, 4 Aug 2006 18:40:08 +0000]
fs-conv-sol26-move-20060802

Take advantage of the new platform infrastructure to move fs_conv_sol26 out
of the vol directory and remove the annoying Autoconf support for
optionally build it in favor of the platform support.  We no longer care
about upgrading inode file servers on DUX, so make fs_conv_DUX4 go away.

17 years agodeath-to-ultrix-20060804
Russ Allbery [Fri, 4 Aug 2006 17:11:31 +0000]
death-to-ultrix-20060804

Remove all remaining references to AFS_ULTRIX_ENV or pmax_* from the source
tree.

17 years agolinux-keyring-pags-20060804
Chas Williams [Fri, 4 Aug 2006 16:55:21 +0000]
linux-keyring-pags-20060804

ok, well, first try

17 years agolinux-kernel-updates-20060804
Chas Williams [Fri, 4 Aug 2006 16:46:59 +0000]
linux-kernel-updates-20060804

updates for new stuff in linux kernels

17 years agodeath-to-longc-procs-20060804
Russ Allbery [Fri, 4 Aug 2006 16:43:38 +0000]
death-to-longc-procs-20060804

longc_procs.h was only used on Ultrix, about which we no longer care.
Delete it, its installation rules, and the places where we were including
it.

17 years agolinux-try-kbuild-20060804
Chas Williams [Fri, 4 Aug 2006 16:42:55 +0000]
linux-try-kbuild-20060804

FIXES 34561

the real reason i upgraded auto*

17 years agodeath-to-param-usr-20060803
Russ Allbery [Fri, 4 Aug 2006 05:12:05 +0000]
death-to-param-usr-20060803

The param.*_usr.h files are obsolete and no longer referenced.  All of them
except for param.ia64_hpux1123_usr.h contained #error directives saying not
to use them.

17 years agoman-todo-update-20060803
Russ Allbery [Fri, 4 Aug 2006 05:06:52 +0000]
man-todo-update-20060803

Update the to-do list for the man pages given the conversion of the aklog
man page to POD and the removal of package and mpp.

17 years agorxdebug-man-formatting-20060803
Russ Allbery [Fri, 4 Aug 2006 04:55:39 +0000]
rxdebug-man-formatting-20060803

Add missing B<> and S<> markup to the SYNOPSIS.

17 years agowindows-cm-buf-20060803
Jeffrey Altman [Fri, 4 Aug 2006 04:44:46 +0000]
windows-cm-buf-20060803

improve readability, ensure that buffers we free are in fact cm_buffers,
and ensure that we obtain the next buffer before freeing the current one

17 years agowindows-smb-no-showerrors-20060803
Jeffrey Altman [Fri, 4 Aug 2006 00:28:58 +0000]
windows-smb-no-showerrors-20060803

pop up error dialogs prevent auto shutdown and restart of afsd service
on network adapater error

17 years agowindows-afslogon-null-ptr-20060803
Jeffrey Altman [Thu, 3 Aug 2006 22:48:54 +0000]
windows-afslogon-null-ptr-20060803

FIXES 33962

do not dereference a null pointer effDomain

17 years agodeath-to-efs-20060802
Russ Allbery [Thu, 3 Aug 2006 03:57:06 +0000]
death-to-efs-20060802

We never define AFS_SGI_EFS_IOPS_ENV any more, so kill all the now-dead
EFS code.

17 years agoautoconf-likes-relative-paths-20060802
Russ Allbery [Thu, 3 Aug 2006 03:37:12 +0000]
autoconf-likes-relative-paths-20060802

When using the install-sh that ships with the source tree, Autoconf
substitutes in a relative path just to be annoying.  Define the INSTALL
variables in each individual Makefile so that they find the proper file.
Remove the definitions from Makefile.config so that no one will
accidentally get the wrong ones.

17 years agohtml-man-index-links-20060802
Russ Allbery [Thu, 3 Aug 2006 03:34:35 +0000]
html-man-index-links-20060802

Add links back to the index at the top and bottom of each generated page.

17 years agocreate-top-libdir-always-20060802
Russ Allbery [Thu, 3 Aug 2006 03:18:43 +0000]
create-top-libdir-always-20060802

Always create the include and lib directories even if one builds specific
targets.

17 years agosun-iow-includes-20060802
Russ Allbery [Thu, 3 Aug 2006 02:51:41 +0000]
sun-iow-includes-20060802

Solaris needs <sys/ioccom.h> for _IOW.

17 years agopam-aklog-20060802
Russ Allbery [Thu, 3 Aug 2006 01:25:59 +0000]
pam-aklog-20060802

A PAM module to call setpag and run aklog.  Based on ideas by Sam Hartman
and Doug Engert.  Probably doesn't yet do everything that we want and needs
more eyes, but it at least builds.

17 years agobetter-dirpath-sed-char-20060802
Russ Allbery [Thu, 3 Aug 2006 01:24:37 +0000]
better-dirpath-sed-char-20060802

People might use + in paths.  People might also use " in paths, but if they
do, C doesn't work, so they lose anyway.

17 years agoshlib-overhaul-20060802
Russ Allbery [Wed, 2 Aug 2006 22:54:51 +0000]
shlib-overhaul-20060802

Overhaul how we build shared libraries.  Pull the code for building and
installing shared libraries out into simple shell scripts that we can then
evolve as we need to and make more sophisticated.  Remove the details of
how to use a mapfile from the Solaris Autoconf-driven configuration and
move them to the Solaris case of the build script.  In the process, make
it possible to build more than one shared library in a single directory.

Remove the last vestiges of libafssetpag from the sys directory; kopenafs
now replaces all of that.

Only link in syscall.o in the sys and kopenafs directories on those
platforms that actually care so that we don't have to do work to generate
a valid .o file that can be included in an archive.

17 years agoaklog-stds-krb5-order-20060802
Derrick Brashear [Wed, 2 Aug 2006 20:49:44 +0000]
aklog-stds-krb5-order-20060802

kfm needs this first so when you include com_err.h from afs as a side effect of krb5.h we don't explode

17 years agoendian-fixes-20060802
Derrick Brashear [Wed, 2 Aug 2006 19:59:40 +0000]
endian-fixes-20060802

macos needs us to do weird stuff so -arch i386 -arch ppc works

17 years agoviced-sane-acls-bit-20060802
Jeffrey Altman [Wed, 2 Aug 2006 19:18:42 +0000]
viced-sane-acls-bit-20060802

Add VICED_CAPABILITY_SANEACLS bit and -saneacls option to viced to
enable it.

17 years agodeath-to-more-dux-20060802
Russ Allbery [Wed, 2 Aug 2006 19:14:44 +0000]
death-to-more-dux-20060802

Delete more DUX configure machinery that we no longer care about since we
have no DUX client and don't care about fs_conv_DUX.

17 years agono-pam-for-irix-20060802
Russ Allbery [Wed, 2 Aug 2006 18:42:54 +0000]
no-pam-for-irix-20060802

Don't try to build PAM on IRIX; IRIX PAM is almost but not entirely unlike
what we expect.

17 years agofs-conv-sol26-cleanup-20060802
Russ Allbery [Wed, 2 Aug 2006 18:35:25 +0000]
fs-conv-sol26-cleanup-20060802

We don't care about SunOS or DUX any more, so remove all the dead code.

17 years agofs-conv-sol26-move-20060802
Russ Allbery [Wed, 2 Aug 2006 18:33:30 +0000]
fs-conv-sol26-move-20060802

Take advantage of the new platform infrastructure to move fs_conv_sol26 out
of the vol directory and remove the annoying Autoconf support for
optionally build it in favor of the platform support.  We no longer care
about upgrading inode file servers on DUX, so make fs_conv_DUX4 go away.

17 years agodeath-to-dux-client-20060802
Russ Allbery [Wed, 2 Aug 2006 17:50:43 +0000]
death-to-dux-client-20060802

Remove the DUX client files.  This code doesn't work on any current DUX
system.

17 years agokopenafs-20060802
Russ Allbery [Wed, 2 Aug 2006 17:47:29 +0000]
kopenafs-20060802

Add a shared libkopenafs that provides k_hasafs, k_setpag, k_unlog, and
k_pioctl (in other words, enough for a PAM session module that calls an
external aklog).

17 years agovioc-header-split-20060802
Russ Allbery [Wed, 2 Aug 2006 16:54:11 +0000]
vioc-header-split-20060802

Modify vice.h so that it doesn't depend on afs/param.h.  Split the VIOC*
constant definitions out of afs/venus.h into a separate header file
included by it.  Update various comments to reflect a more recent version
of reality.  This is in preparation for kopenafs work so that kopenafs.h
can include afs/vioc.h as well to get the same definitions.

17 years agoconfig-include-fixes-20060802
Russ Allbery [Wed, 2 Aug 2006 16:45:34 +0000]
config-include-fixes-20060802

Include stdlib.h so that we have a prototype for exit.  One fewer compiler
warning during the build.

17 years agosimplify-platform-makefile-20060802
Russ Allbery [Wed, 2 Aug 2006 15:34:40 +0000]
simplify-platform-makefile-20060802

Simplify the recursion in the platform Makefile.in.

17 years agoremove-unbaked-code-20060802
Russ Allbery [Wed, 2 Aug 2006 15:12:42 +0000]
remove-unbaked-code-20060802

Remove the preliminary rxgk and Automake conversion, neither of which are
finished or ready for prime time yet.  Having this active in CVS isn't
helpful and is mildly confusing at the moment.

17 years agodeath-to-dos-win95-20060802
Russ Allbery [Wed, 2 Aug 2006 15:04:37 +0000]
death-to-dos-win95-20060802

Remove files that were only used for the DOS or Windows 95/98 ports,
both of which are completely obsolete.  Also remove InstallShield version 5
support.

17 years agomacos-use-platform-copy-of-afssettings-20060802
Derrick Brashear [Wed, 2 Aug 2006 05:01:56 +0000]
macos-use-platform-copy-of-afssettings-20060802

we moved this to be made for real; use it

17 years agomacos-platform-update-20060801
Derrick Brashear [Wed, 2 Aug 2006 04:48:27 +0000]
macos-platform-update-20060801

minor cleanup of the platform stuff

17 years agomacos-installer-20060801
Derrick Brashear [Wed, 2 Aug 2006 04:35:52 +0000]
macos-installer-20060801

partial updates

17 years agodeath-to-null-20060801
Russ Allbery [Tue, 1 Aug 2006 23:55:11 +0000]
death-to-null-20060801

General consensus is that the termlib hacks that necessitate the libnull.a
hack don't matter on any current platform we build on, and even if it does,
it should be dealt with in TXLIBS in osconf.m4.  So remove all of that
infrastructure and see what fails.

17 years agodarwin-platform-fix-20060801
Derrick Brashear [Tue, 1 Aug 2006 23:51:38 +0000]
darwin-platform-fix-20060801

get rid of tabs

17 years agodeath-to-obsolete-readmes-20060801
Russ Allbery [Tue, 1 Aug 2006 23:30:03 +0000]
death-to-obsolete-readmes-20060801

Remove README.SECURITY given that we've already removed all the code that
it was talking about.  Remove references to README.OBSOLETE, since it's
now gone.

17 years agoviced-capability-writelock-20060801
Jeffrey Altman [Tue, 1 Aug 2006 23:29:15 +0000]
viced-capability-writelock-20060801

add write loc king capability

17 years agodeath-to-package-20060801
Russ Allbery [Tue, 1 Aug 2006 23:27:20 +0000]
death-to-package-20060801

Remove package, mpp, and wsadmin, along with the remainder of configure
support for obsolete programs and the corresponding documentation.

17 years agocvsignore-happiness-20060801
Russ Allbery [Tue, 1 Aug 2006 23:16:42 +0000]
cvsignore-happiness-20060801

Update .cvsignore files to ignore everything we should be ignorant of.

17 years agovolume-static-mismatch-20060801
Russ Allbery [Tue, 1 Aug 2006 23:15:45 +0000]
volume-static-mismatch-20060801

VPrintExtendedCacheStats_r should not be static.

17 years agodirpath-h-tmp-delete-20060801
Russ Allbery [Tue, 1 Aug 2006 22:52:54 +0000]
dirpath-h-tmp-delete-20060801

Cleanup dirpath.h.tmp when dirpath.h doesn't need to be updated.

17 years agodeath-to-sia-20060801
Russ Allbery [Tue, 1 Aug 2006 22:49:36 +0000]
death-to-sia-20060801

Drop the SIA code (PAM for Digital Unix).

17 years agodeath-to-login-20060801
Russ Allbery [Tue, 1 Aug 2006 22:39:56 +0000]
death-to-login-20060801

Get rid of the AFS integrated login, which we no longer care about.

17 years agodjgpp-killer-20060801
Derrick Brashear [Tue, 1 Aug 2006 22:31:42 +0000]
djgpp-killer-20060801

kill djgpp code

17 years agoplatform-build-fixes-20060801
Russ Allbery [Tue, 1 Aug 2006 22:27:17 +0000]
platform-build-fixes-20060801

Add dummy makefiles for all the other supported architectures and fix a
few issues with makefile inclusion in the Makefile.in and
DARWIN/Makefile.in.

17 years agomacos-installer-20060801
Derrick Brashear [Tue, 1 Aug 2006 22:05:08 +0000]
macos-installer-20060801

partial updates

17 years agowe-hate-dce-20060801
Russ Allbery [Tue, 1 Aug 2006 21:57:14 +0000]
we-hate-dce-20060801

Destroy all traces of dauth, including the DCE authentication support in
afsweb.

17 years agomacos-move-afssettings-20060801
Derrick Brashear [Tue, 1 Aug 2006 21:43:34 +0000]
macos-move-afssettings-20060801

build this as part of the build

17 years agodead-log-programs-20060801
Russ Allbery [Tue, 1 Aug 2006 21:31:47 +0000]
dead-log-programs-20060801

log and passwd haven't existed for some time, so get rid of the Makefile
rules for them.

17 years agodeath-to-des-stub-20060801
Russ Allbery [Tue, 1 Aug 2006 21:19:53 +0000]
death-to-des-stub-20060801

Remove des_stub; we don't care any more.

17 years agodeath-to-pinstall-20060801
Russ Allbery [Tue, 1 Aug 2006 21:03:54 +0000]
death-to-pinstall-20060801

Delete pinstall and convert the entire tree to use the install program
found by configure (falling back on install-sh in the local tree).  This
means that we have to pre-create directories with install -d.  Also redo
the install and dest rules to be lists of install rules rather than
dependencies driving separate make rules so that running make install will
always update the target directory with the current code, even if there are
files in the install area that are newer.

Stop installing libafssetpag; we're about to kill it in favor of a
different library.  Remove some djgpp rules.

17 years agolinux-afs-translator-xen-20060731
Jeffrey Hutzelman [Mon, 31 Jul 2006 22:58:17 +0000]
linux-afs-translator-xen-20060731

FIXES 36646

nfs translator for linux, plus xen support for shared afs client

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

add linux afs translator plus xen shared afs client support

====================
FIXES 36646

add linux afs translator plus xen shared afs client support

====================
FIXES 36646

add linux afs translator plus xen shared afs client support

17 years agokreltime-guard-against-null-tm-20060731
Derrick Brashear [Mon, 31 Jul 2006 22:12:39 +0000]
kreltime-guard-against-null-tm-20060731

so we can memset 0 and get defaults

17 years agofslog-dpf-20060731
Derrick Brashear [Mon, 31 Jul 2006 20:01:08 +0000]
fslog-dpf-20060731

turns out it's nice to log why we exit

17 years agoFIXES 35559
Derrick Brashear [Mon, 31 Jul 2006 19:15:15 +0000]
FIXES 35559

va_list isn't integral on ppc

17 years agoka-forwarder-20060731
Russ Allbery [Mon, 31 Jul 2006 18:34:26 +0000]
ka-forwarder-20060731

Add ka-forwarder.

17 years agonamei_mapper-20060731
Derrick Brashear [Mon, 31 Jul 2006 17:50:32 +0000]
namei_mapper-20060731

add chaskiel's namei mapping tool to cvs and make a rule to build it

17 years agoaklog-man-page-20060731
Russ Allbery [Mon, 31 Jul 2006 17:43:19 +0000]
aklog-man-page-20060731

Rewrite the aklog man page in POD and add documentation of the new flags
and .xlog.

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

Fix my misunderstanding of what rxkad2b is.

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

Fix unterminated B<>.

17 years agobucoord-64-bit-cleanup-20060701
Christopher Allen Wing [Mon, 31 Jul 2006 17:36:01 +0000]
bucoord-64-bit-cleanup-20060701

However, in bucoord/commands.c, bc_VolRestoreCmd(), bc_DiskRestoreCmd(),
bc_VolsetRestoreCmd(), and bc_DumpCmd() were passing '0' as arguments
instead of NULL.  Because there is no prototype for bc_StartDmpRst() this
results in a crash on 64-bit Linux.  (when running 'volrestore' from an
interactive backup session)

17 years agofbsd-ifnet-flags-20060731
Alessandro Dellavedova [Mon, 31 Jul 2006 17:15:53 +0000]
fbsd-ifnet-flags-20060731

FIXES 35757

i should really fix this right

17 years agowindows-cifs-vista-20060731
Jeffrey Altman [Mon, 31 Jul 2006 16:52:43 +0000]
windows-cifs-vista-20060731

remove claim of support for Vista CIFS protocol version

17 years agolibafsauthent-avoid-global-host-20060731
Hans-Werner Paulsen [Mon, 31 Jul 2006 16:33:16 +0000]
libafsauthent-avoid-global-host-20060731

FIXES 36411

defining host globally in the rmtsysc interface: dumb

17 years agovos-avoid-freeing-null-pointers-20060731
Derrick Brashear [Mon, 31 Jul 2006 16:23:34 +0000]
vos-avoid-freeing-null-pointers-20060731

FIXES 36441

pretty obvious. don't.

17 years agocall-bzero-in-convertvolumeinfo-with-correct-size-for-dotreadonly-20060731
Derrick Brashear [Mon, 31 Jul 2006 16:18:13 +0000]
call-bzero-in-convertvolumeinfo-with-correct-size-for-dotreadonly-20060731

FIXES 36442

and slipstream in bzero() killing

17 years agorx-readpacket-leak-20060728
Tom Keiser [Mon, 31 Jul 2006 16:07:49 +0000]
rx-readpacket-leak-20060728

avoid just allocating packets forever