Commit Graph

3891 Commits

Author SHA1 Message Date
Russ Allbery
a8e9f2807b 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.
2006-08-04 05:06:52 +00:00
Russ Allbery
5c03f31406 rxdebug-man-formatting-20060803
Add missing B<> and S<> markup to the SYNOPSIS.
2006-08-04 04:55:39 +00:00
Jeffrey Altman
5c90caf395 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
2006-08-04 04:44:46 +00:00
Jeffrey Altman
2247c0e499 windows-smb-no-showerrors-20060803
pop up error dialogs prevent auto shutdown and restart of afsd service
on network adapater error
2006-08-04 00:28:58 +00:00
Jeffrey Altman
3002d38bcd windows-afslogon-null-ptr-20060803
FIXES 33962

do not dereference a null pointer effDomain
2006-08-03 22:48:54 +00:00
Russ Allbery
b32073b9d3 death-to-efs-20060802
We never define AFS_SGI_EFS_IOPS_ENV any more, so kill all the now-dead
EFS code.
2006-08-03 03:57:06 +00:00
Russ Allbery
3a34d8cb4f 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.
2006-08-03 03:37:12 +00:00
Russ Allbery
b57f675bc3 html-man-index-links-20060802
Add links back to the index at the top and bottom of each generated page.
2006-08-03 03:34:35 +00:00
Russ Allbery
cf798932b5 create-top-libdir-always-20060802
Always create the include and lib directories even if one builds specific
targets.
2006-08-03 03:18:43 +00:00
Russ Allbery
b8dd9c4c6b sun-iow-includes-20060802
Solaris needs <sys/ioccom.h> for _IOW.
2006-08-03 02:51:41 +00:00
Russ Allbery
b34e03d1e6 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.
2006-08-03 01:25:59 +00:00
Russ Allbery
f260f74ad9 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.
2006-08-03 01:24:37 +00:00
Russ Allbery
2ec9b1db03 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.
2006-08-02 22:54:51 +00:00
Derrick Brashear
aebadcd547 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
2006-08-02 20:49:44 +00:00
Derrick Brashear
fd099b3e76 endian-fixes-20060802
macos needs us to do weird stuff so -arch i386 -arch ppc works
2006-08-02 19:59:40 +00:00
Jeffrey Altman
62e6fc36b1 viced-sane-acls-bit-20060802
Add VICED_CAPABILITY_SANEACLS bit and -saneacls option to viced to
enable it.
2006-08-02 19:18:42 +00:00
Russ Allbery
5fc2674bb8 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.
2006-08-02 19:14:44 +00:00
Russ Allbery
2b20e5e61a no-pam-for-irix-20060802
Don't try to build PAM on IRIX; IRIX PAM is almost but not entirely unlike
what we expect.
2006-08-02 18:42:54 +00:00
Russ Allbery
28114121fe fs-conv-sol26-cleanup-20060802
We don't care about SunOS or DUX any more, so remove all the dead code.
2006-08-02 18:35:25 +00:00
Russ Allbery
fc90c24df1 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.
2006-08-02 18:33:30 +00:00
Russ Allbery
cfce015ead death-to-dux-client-20060802
Remove the DUX client files.  This code doesn't work on any current DUX
system.
2006-08-02 17:50:43 +00:00
Russ Allbery
83b6575648 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).
2006-08-02 17:47:29 +00:00
Russ Allbery
5c20647044 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.
2006-08-02 16:54:11 +00:00
Russ Allbery
5bee037fc0 config-include-fixes-20060802
Include stdlib.h so that we have a prototype for exit.  One fewer compiler
warning during the build.
2006-08-02 16:45:34 +00:00
Russ Allbery
71a9dc8f78 simplify-platform-makefile-20060802
Simplify the recursion in the platform Makefile.in.
2006-08-02 15:34:40 +00:00
Russ Allbery
78880bc5dc 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.
2006-08-02 15:12:42 +00:00
Russ Allbery
3bfa53ed23 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.
2006-08-02 15:04:37 +00:00
Derrick Brashear
4ea8536c90 macos-use-platform-copy-of-afssettings-20060802
we moved this to be made for real; use it
2006-08-02 05:01:56 +00:00
Derrick Brashear
4d67cb2f16 macos-platform-update-20060801
minor cleanup of the platform stuff
2006-08-02 04:48:27 +00:00
Derrick Brashear
6e8a145a55 macos-installer-20060801
partial updates
2006-08-02 04:35:52 +00:00
Russ Allbery
2eaae5ef3a 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.
2006-08-01 23:55:11 +00:00
Derrick Brashear
d1da98ac49 darwin-platform-fix-20060801
get rid of tabs
2006-08-01 23:51:38 +00:00
Russ Allbery
1732c5cb5a 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.
2006-08-01 23:30:03 +00:00
Jeffrey Altman
80e88d6a80 viced-capability-writelock-20060801
add write loc king capability
2006-08-01 23:29:15 +00:00
Russ Allbery
b405868ca0 death-to-package-20060801
Remove package, mpp, and wsadmin, along with the remainder of configure
support for obsolete programs and the corresponding documentation.
2006-08-01 23:27:20 +00:00
Russ Allbery
25015276f8 cvsignore-happiness-20060801
Update .cvsignore files to ignore everything we should be ignorant of.
2006-08-01 23:16:42 +00:00
Russ Allbery
4736c08e8f volume-static-mismatch-20060801
VPrintExtendedCacheStats_r should not be static.
2006-08-01 23:15:45 +00:00
Russ Allbery
892d231ec9 dirpath-h-tmp-delete-20060801
Cleanup dirpath.h.tmp when dirpath.h doesn't need to be updated.
2006-08-01 22:52:54 +00:00
Russ Allbery
46574ccb91 death-to-sia-20060801
Drop the SIA code (PAM for Digital Unix).
2006-08-01 22:49:36 +00:00
Russ Allbery
3f75e40253 death-to-login-20060801
Get rid of the AFS integrated login, which we no longer care about.
2006-08-01 22:39:56 +00:00
Derrick Brashear
f6971a1415 djgpp-killer-20060801
kill djgpp code
2006-08-01 22:31:42 +00:00
Russ Allbery
088e1409f8 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.
2006-08-01 22:27:17 +00:00
Derrick Brashear
c5613fadf5 macos-installer-20060801
partial updates
2006-08-01 22:05:08 +00:00
Russ Allbery
eb1dd3306b we-hate-dce-20060801
Destroy all traces of dauth, including the DCE authentication support in
afsweb.
2006-08-01 21:57:14 +00:00
Derrick Brashear
86a29ebd32 macos-move-afssettings-20060801
build this as part of the build
2006-08-01 21:43:34 +00:00
Russ Allbery
01441567bc dead-log-programs-20060801
log and passwd haven't existed for some time, so get rid of the Makefile
rules for them.
2006-08-01 21:31:47 +00:00
Russ Allbery
15dae9264f death-to-des-stub-20060801
Remove des_stub; we don't care any more.
2006-08-01 21:19:53 +00:00
Russ Allbery
8df5dcbc91 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.
2006-08-01 21:03:54 +00:00
Jeffrey Hutzelman
29dd792381 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
2006-07-31 22:58:17 +00:00
Derrick Brashear
67f04fa714 kreltime-guard-against-null-tm-20060731
so we can memset 0 and get defaults
2006-07-31 22:12:39 +00:00