Jeffrey Altman [Mon, 28 Aug 2006 18:17:13 +0000]
windows-pioctl-service-check-
20060828
before attempting a smb query check the service status. fail immediately
if the afs service is not running.
Jeffrey Altman [Mon, 28 Aug 2006 06:36:01 +0000]
windows-talocale-
20060829
initialize variables before use
Jeffrey Altman [Mon, 28 Aug 2006 06:10:14 +0000]
windows-dll-install-
20060829
install resource dlls in the same directory as the base modules
Jeffrey Altman [Mon, 28 Aug 2006 06:04:03 +0000]
windows-shell-ext-
20060829
How did the afs_shl_ext_XXXX.dll module ever load on any platform?
Since the name afs_shl_ext.dll is not 8.3 we must specify the base name
explicitly. Otherwise, it won't load.
Jeffrey Altman [Mon, 28 Aug 2006 05:26:30 +0000]
windows-cleanup-
20060828
cleanup AFS_component_version_number.h the right way
Jeffrey Altman [Sat, 26 Aug 2006 04:41:37 +0000]
windows-smb-set-eof-
20060825
SMB_SET_FILE_END_OF_FILE_INFO is a LARGE_INTEGER not USHORT
Jeffrey Altman [Fri, 25 Aug 2006 18:07:21 +0000]
windows-smb-alignment-
20060825
on the wire smb data structures should be byte aligned
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.
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
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)
Jeffrey Hutzelman [Thu, 24 Aug 2006 21:18:56 +0000]
vol-init-locallock-
20060824
we never init this. oops.
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
Derrick Brashear [Mon, 21 Aug 2006 21:38:55 +0000]
tweak-afsd-autotune-
20060821
this (chunksize tuning) needs to be revisited
Derrick Brashear [Mon, 21 Aug 2006 21:01:14 +0000]
specfiles-
20060821
same for head
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
Derrick Brashear [Sun, 20 Aug 2006 06:31:42 +0000]
linux24-fix-
20060820
fix ifdef damage
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).
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)
Derrick Brashear [Sun, 13 Aug 2006 21:17:04 +0000]
darwin90-updates-
20060813
make things compile cleanly
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
Derrick Brashear [Sun, 13 Aug 2006 17:45:48 +0000]
linux-gpl-only-tests-
20060813
don't try to use gpl-only kernel symbols
Chas Williams [Sun, 13 Aug 2006 17:40:27 +0000]
fix-congestion-tracking-
20060813
FIXES 36951
fix congestion tracking
Derrick Brashear [Sun, 13 Aug 2006 05:52:08 +0000]
linux-updates-
20060811
fix for current fc kernels, and clean up linux nfs translator
Jason McCormick [Sat, 12 Aug 2006 17:50:37 +0000]
linux-mutex-changes-
20060812
update mutex declarations
Derrick Brashear [Fri, 11 Aug 2006 22:38:41 +0000]
linux-updates-
20060811
fix for current fc kernels, and clean up linux nfs translator
Jim Rees [Thu, 10 Aug 2006 22:03:35 +0000]
fix-includes-
20060810
Fix kopenafs includes.
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.
Derrick Brashear [Thu, 10 Aug 2006 18:06:10 +0000]
macos-install-vos-
20060810
install vos in /usr/sbin
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.
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.
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.
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.
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
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
Russ Allbery [Fri, 4 Aug 2006 19:05:02 +0000]
signal-not-sys-signal-
20060804
<signal.h>, not <sys/signal.h>.
Russ Allbery [Fri, 4 Aug 2006 18:58:46 +0000]
shlibafsauthent-linking-
20060804
libafsauthent needs to link against libafsrpc.
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.
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.
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.
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.
Chas Williams [Fri, 4 Aug 2006 16:55:21 +0000]
linux-keyring-pags-
20060804
ok, well, first try
Chas Williams [Fri, 4 Aug 2006 16:46:59 +0000]
linux-kernel-updates-
20060804
updates for new stuff in linux kernels
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.
Chas Williams [Fri, 4 Aug 2006 16:42:55 +0000]
linux-try-kbuild-
20060804
FIXES 34561
the real reason i upgraded auto*
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.
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.
Russ Allbery [Fri, 4 Aug 2006 04:55:39 +0000]
rxdebug-man-formatting-
20060803
Add missing B<> and S<> markup to the SYNOPSIS.
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
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
Jeffrey Altman [Thu, 3 Aug 2006 22:48:54 +0000]
windows-afslogon-null-ptr-
20060803
FIXES 33962
do not dereference a null pointer effDomain
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.
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.
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.
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.
Russ Allbery [Thu, 3 Aug 2006 02:51:41 +0000]
sun-iow-includes-
20060802
Solaris needs <sys/ioccom.h> for _IOW.
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.
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.
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.
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
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
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.
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.
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.
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.
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.
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.
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).
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.
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.
Russ Allbery [Wed, 2 Aug 2006 15:34:40 +0000]
simplify-platform-makefile-
20060802
Simplify the recursion in the platform Makefile.in.
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.
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.
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
Derrick Brashear [Wed, 2 Aug 2006 04:48:27 +0000]
macos-platform-update-
20060801
minor cleanup of the platform stuff
Derrick Brashear [Wed, 2 Aug 2006 04:35:52 +0000]
macos-installer-
20060801
partial updates
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.
Derrick Brashear [Tue, 1 Aug 2006 23:51:38 +0000]
darwin-platform-fix-
20060801
get rid of tabs
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.
Jeffrey Altman [Tue, 1 Aug 2006 23:29:15 +0000]
viced-capability-writelock-
20060801
add write loc king capability
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.
Russ Allbery [Tue, 1 Aug 2006 23:16:42 +0000]
cvsignore-happiness-
20060801
Update .cvsignore files to ignore everything we should be ignorant of.
Russ Allbery [Tue, 1 Aug 2006 23:15:45 +0000]
volume-static-mismatch-
20060801
VPrintExtendedCacheStats_r should not be static.
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.
Russ Allbery [Tue, 1 Aug 2006 22:49:36 +0000]
death-to-sia-
20060801
Drop the SIA code (PAM for Digital Unix).
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.
Derrick Brashear [Tue, 1 Aug 2006 22:31:42 +0000]
djgpp-killer-
20060801
kill djgpp code
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.
Derrick Brashear [Tue, 1 Aug 2006 22:05:08 +0000]
macos-installer-
20060801
partial updates
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.
Derrick Brashear [Tue, 1 Aug 2006 21:43:34 +0000]
macos-move-afssettings-
20060801
build this as part of the build
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.
Russ Allbery [Tue, 1 Aug 2006 21:19:53 +0000]
death-to-des-stub-
20060801
Remove des_stub; we don't care any more.
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.
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
Derrick Brashear [Mon, 31 Jul 2006 22:12:39 +0000]
kreltime-guard-against-null-tm-
20060731
so we can memset 0 and get defaults
Derrick Brashear [Mon, 31 Jul 2006 20:01:08 +0000]
fslog-dpf-
20060731
turns out it's nice to log why we exit
Derrick Brashear [Mon, 31 Jul 2006 19:15:15 +0000]
FIXES 35559
va_list isn't integral on ppc
Russ Allbery [Mon, 31 Jul 2006 18:34:26 +0000]
ka-forwarder-
20060731
Add ka-forwarder.
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
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<>.