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<>.
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)
Alessandro Dellavedova [Mon, 31 Jul 2006 17:15:53 +0000]
fbsd-ifnet-flags-
20060731
FIXES 35757
i should really fix this right
Jeffrey Altman [Mon, 31 Jul 2006 16:52:43 +0000]
windows-cifs-vista-
20060731
remove claim of support for Vista CIFS protocol version
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
Derrick Brashear [Mon, 31 Jul 2006 16:23:34 +0000]
vos-avoid-freeing-null-pointers-
20060731
FIXES 36441
pretty obvious. don't.
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
Tom Keiser [Mon, 31 Jul 2006 16:07:49 +0000]
rx-readpacket-leak-
20060728
avoid just allocating packets forever
Jeffrey Altman [Fri, 28 Jul 2006 14:36:24 +0000]
windows-cifs-compatibility-
20060728
more compatibility fixes to the CIFS gateway server
Jeffrey Altman [Fri, 28 Jul 2006 03:07:13 +0000]
windows-remove-bad-asserts-
20060728
remove assert()s that should simply be if()
Jeffrey Altman [Wed, 26 Jul 2006 14:52:56 +0000]
windows-cifs-undo-large-x-
20060726
remove claim of support for LARGE_READX and LARGE_WRITEX
Jeffrey Altman [Wed, 26 Jul 2006 14:01:55 +0000]
windows-cifs-rewrite-
20060726
delta windows-cifs-rewrite-
20060717 introduced a bug in Tran2SetFileInfo
which would cause data loss by inappropriately truncating the file
instead of setting the file length.
this commit adds a new smb_SetSMBParmLong() function
fix smb_ReceiveCoreWrite to check for locks before truncation and
adds much debugging
fix CIFS protocol negotiation and declares support for large readx
and writex
updates debugging strings for Tran2 functions
configures the windows firewall before sleeping in cm_Daemon()
Jeffrey Altman [Wed, 26 Jul 2006 13:49:41 +0000]
windows-integrated-logon-
20060726
delta windows-integrated-logon-
20060724 would cause Windows 2000
systems to blue screen with an exception in winlogon.exe.
Derrick Brashear [Tue, 25 Jul 2006 15:44:46 +0000]
des-no-obsolete-encrypt-
20060725
this version of encrypt() conflicts with current linux (which returns void)
we don't use it, so, buh-bye
Derrick Brashear [Tue, 25 Jul 2006 15:38:31 +0000]
cellservdb-dl-sanity-check-
20060725
protect me from myself
Jeffrey Altman [Mon, 24 Jul 2006 15:06:15 +0000]
windows-integrated-logon-
20060724
* apply ACL restrictions to credential cache immediately after
initialization
* move file from system temp directory to user temp directory
prior to starting executable as user to perform credential
import
Jeffrey Altman [Thu, 20 Jul 2006 22:44:30 +0000]
windows-ifs-cleanup-
20060720
* fix up prototypes
* remove unused variables
* re-organize code for readability
* fix type safety issues
Jeffrey Altman [Thu, 20 Jul 2006 07:06:42 +0000]
windows-ifs-afsrdr-
20060718
updates to ifs afsrdr code to allow it to compile.
Jeffrey Altman [Thu, 20 Jul 2006 04:23:09 +0000]
windows-ifs-
20060718
enable the afsifs code to build again
Derrick Brashear [Fri, 21 Jul 2006 00:27:15 +0000]
aix5-curpag-
20060719
curpag() exists in too many places
anyway, fix em
Jeffrey Altman [Wed, 19 Jul 2006 15:41:48 +0000]
viced-checkrights-loglevel-
20060719
increase the log level on the "CheckRights: len=%u, for host=%s:%d\n"
message to 5.
Tom Keiser [Wed, 19 Jul 2006 05:11:06 +0000]
rxkad-typeindex-
20060718
clean up an off by one error for type index
Jeffrey Altman [Tue, 18 Jul 2006 17:02:04 +0000]
windows-wix-2_0_4221-
20060718
* Updates to WIX installer to support the 2.0.4221 build
* Removes unnecessary files from Release Notes
Jeffrey Altman [Mon, 17 Jul 2006 19:45:27 +0000]
windows-cifs-rewrite-
20060717
a re-write of the Tran2 Query File Info, Query Path Info, Set File Info,
and Set Path Info functions to make them more readable and ensure
correctness.
Tom Keiser [Fri, 14 Jul 2006 20:22:51 +0000]
aix-largefile-
20060714
FDH_WRITE can return something great
\7fer than an int32 size for largefile
Jim Rees [Fri, 14 Jul 2006 18:48:18 +0000]
discon-
20060714
Implement PDiscon. Right now only sets nat mode. Untested.
Derek Atkins [Fri, 14 Jul 2006 15:53:05 +0000]
linux-posix-lock-file-api-fix-
20060714
fix lock enrollment for older kernels
Derrick Brashear [Thu, 13 Jul 2006 19:17:20 +0000]
vpurge-needs-no-lock-
20060713
don't hold the VOL_LOCK during vpurgevolume
volserver's transaction stuff (NewTrans, actually) precludes any problem
Derrick Brashear [Thu, 13 Jul 2006 18:55:10 +0000]
rxkad-private-reorder-structures-
20060713
based on fix from tkeiser@gmail.com for aix segfaulting issue; keep offsets of
cprivate and sprivate's copies of type and level the same
Derrick Brashear [Thu, 13 Jul 2006 18:38:21 +0000]
tsm-interface-simple-uid-
20060713
for now we use afs_uint32 as a uid in the exported interface
Tom Keiser [Thu, 13 Jul 2006 18:24:29 +0000]
aix-lam-
20060712
tsm for aix5
Jeffrey Altman [Mon, 10 Jul 2006 20:24:08 +0000]
windows-wait-rx-hard-dead-time-
20060710
Don't timeout based upon the LAN Workstation Session Timeout value.
Instead wait for the rx hard dead timeout.
Jeffrey Altman [Thu, 6 Jul 2006 01:15:14 +0000]
windows-dllmap-
20060705
afsrpc.dll and afsauthent.dll got too big for their
allocations.
Jeffrey Altman [Wed, 5 Jul 2006 20:18:55 +0000]
windows-vlserver-makefile-correction-
20060705
so make clean works right (remove vldbint.h)
Derrick Brashear [Wed, 5 Jul 2006 19:34:01 +0000]
libafsrpc-export-xdr-
20060705
" ld: warning: relocation warning: R_SPARC_COPY: file
/usr/local/lib/libafsrpc.so: symbol
rx_enable_stats: relocation bound to a symbol with STV_PROTECTED
visibility
Undefined first referenced
symbol in file
xdr_afs_uint32
/usr/local/lib/libafsauthent.a(ptint.xdr.o)
ld: fatal: Symbol referencing errors. No output written to slapd
collect2: ld returned 1 exit status
"
one can guess how that might be less than useful
Jeffrey Altman [Tue, 4 Jul 2006 23:42:37 +0000]
windows-cifs-
20060704
a mixture of updates to cifs compliance
Jeffrey Altman [Tue, 4 Jul 2006 22:22:35 +0000]
ubik-call-sucks-
20060704
make ubik_Call removal work on Windows.
====================
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.
====================
another fix for Windows
Jeffrey Altman [Tue, 4 Jul 2006 07:15:17 +0000]
viced-uninitialized-
20060704
tcon in XStatsVersion.
Derrick Brashear [Tue, 4 Jul 2006 04:57:05 +0000]
fileserver-hates-pruclient-
20060626
right now there is one struct ubik_client shared by all threads in the fileserve
r, which sucks when one has it locked
let's, uh, fix that.
Derrick Brashear [Tue, 4 Jul 2006 04:50:46 +0000]
ubik-call-sucks-
20060703
ubik_Call's pseudo-varargs construction is hideous
put it out of its misery where possible
Tom Keiser [Mon, 3 Jul 2006 19:41:31 +0000]
sol10u2-rename-
20060703
FIXES 34774
In s10u2 the vnode path cache code was modified so that we're no longer
guaranteed of having a valid path cache pointer for the lofs mount case.
Attached patch changes gafs_rename to deal with this. Patch also removes
unnecessary MODLOAD32 build rule from sun4x_510 case.
Asanka Herath [Mon, 3 Jul 2006 02:45:35 +0000]
windows-wix-sdk-
20060702
Move SDK to \Program Files\OpenAFS\SDK
Jeffrey Altman [Mon, 3 Jul 2006 02:00:51 +0000]
windows-library-cleanup-
20060702
Export rx_Finalize and rx_InitHost
====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================
* add afs_winsockCleanup() call to rx_Finalize
* do not start listener threads multiple times
====================
* export rx_Finalize and pr_End
====================
afs_winsockCleanup
Jeffrey Altman [Mon, 3 Jul 2006 01:57:37 +0000]
windows-afsauth-krb-
20060702
Build the afsuth.krb library
Jeffrey Altman [Mon, 3 Jul 2006 01:55:54 +0000]
windows-nsis-sdk-
20060702
Move SDK to Program Files\OpenAFS\SDK
Jeffrey Altman [Mon, 3 Jul 2006 01:54:19 +0000]
windows-afslogon-pr_end-
20060702
* do not attempt to copy kfw krb5 creds if integrated logon disabled
* disable use of automatic registration from afslogon.dll. calling
pr_Initialize() results in rx_Init() being called which creates
threads that prevent safe unloading of the dll. This is causing
crashes in third party applications that call CreateProcessAsUser()
which in turn temporarily loads afslogon.dll.
* add life_to_time to afskfw.c in order remove the link to the rxkad
and des libraries
Derrick Brashear [Sat, 1 Jul 2006 06:01:29 +0000]
butc-prototyping-
20060701
have some prototypes
happy july 1
and what a crappy day it is
Derrick Brashear [Fri, 30 Jun 2006 20:44:19 +0000]
libcmd-support-version-switch-
20060630
well, i guess adm will be sad until it exports AFSVersion, but, life is hard.
Tom Keiser [Fri, 30 Jun 2006 15:03:04 +0000]
solaris-vfsops-
20060629
fix symbol binding for modern solaris 10 patches (6/06)
which kills a few we didn't need anyway
Tom Keiser [Fri, 30 Jun 2006 14:57:43 +0000]
salvager-
20060628
make ClearROInUseBit actually do it
Christopher Allen Wing [Fri, 30 Jun 2006 01:17:06 +0000]
rxbind-typo-fix-
20060629
FIXES 34634
kill this obvious typo
Jeffrey Altman [Fri, 30 Jun 2006 00:24:20 +0000]
rxkad-rt34568-
20060629
FIXES 34568
The use of strncmp() results in p->v5_str being treated as matching
prefix instead of as the complete string. This causes "ftpa" to be
considered a match for "ftp".
Jeffrey Altman [Wed, 28 Jun 2006 16:00:33 +0000]
windows-bulkstat-eaccess-
20060628
New CM_SCACHEFLAG_EACCESS flag is used to track whether the status
information was the result of an EACCESS error during an inline bulk
status call. If so, we have a callback but did not get any status
info. When this flag is set we include the entry in future bulk status
calls but otherwise treat the cm_scache entry as if it has a valid
callback. The callback will be revoked if the ACLs on the object
changes.
Jeffrey Altman [Wed, 28 Jun 2006 06:33:28 +0000]
windows-inlinebulkstat-
20060628
fix the timeout conditional and error handling so that all directory
entries will be processed.
now there is a problem in which transitioning from no tokens to tokens
does not result in refreshed data. something to look into.