3723 Commits

Author SHA1 Message Date
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
Derrick Brashear
75922872e6 fslog-dpf-20060731
turns out it's nice to log why we exit
2006-07-31 20:01:08 +00:00
Derrick Brashear
da47759090 FIXES 35559
va_list isn't integral on ppc
2006-07-31 19:15:15 +00:00
Russ Allbery
cc37bc5ae4 ka-forwarder-20060731
Add ka-forwarder.
2006-07-31 18:34:26 +00:00
Derrick Brashear
8c4496602b namei_mapper-20060731
add chaskiel's namei mapping tool to cvs and make a rule to build it
2006-07-31 17:50:32 +00:00
Russ Allbery
5f434b8087 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<>.
2006-07-31 17:43:19 +00:00
Christopher Allen Wing
57ef7a5d99 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)
2006-07-31 17:36:01 +00:00
Alessandro Dellavedova
c04c2a0b1a fbsd-ifnet-flags-20060731
FIXES 35757

i should really fix this right
2006-07-31 17:15:53 +00:00
Jeffrey Altman
5a0c56d33b windows-cifs-vista-20060731
remove claim of support for Vista CIFS protocol version
2006-07-31 16:52:43 +00:00
Hans-Werner Paulsen
e6f6adc1bc libafsauthent-avoid-global-host-20060731
FIXES 36411

defining host globally in the rmtsysc interface: dumb
2006-07-31 16:33:16 +00:00
Derrick Brashear
77c5020470 vos-avoid-freeing-null-pointers-20060731
FIXES 36441

pretty obvious. don't.
2006-07-31 16:23:34 +00:00
Derrick Brashear
8d2dbc51f4 call-bzero-in-convertvolumeinfo-with-correct-size-for-dotreadonly-20060731
FIXES 36442

and slipstream in bzero() killing
2006-07-31 16:18:13 +00:00
Tom Keiser
e199597d52 rx-readpacket-leak-20060728
avoid just allocating packets forever
2006-07-31 16:07:49 +00:00
Jeffrey Altman
ebcfab8d32 windows-cifs-compatibility-20060728
more compatibility fixes to the CIFS gateway server
2006-07-28 14:36:24 +00:00
Jeffrey Altman
a4211966d7 windows-remove-bad-asserts-20060728
remove assert()s that should simply be if()
2006-07-28 03:07:13 +00:00
Jeffrey Altman
b805981546 windows-cifs-undo-large-x-20060726
remove claim of support for LARGE_READX and LARGE_WRITEX
2006-07-26 14:52:56 +00:00
Jeffrey Altman
d42394946f 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()
2006-07-26 14:01:55 +00:00
Jeffrey Altman
3167f707fd windows-integrated-logon-20060726
delta windows-integrated-logon-20060724 would cause Windows 2000
 systems to blue screen with an exception in winlogon.exe.
2006-07-26 13:49:41 +00:00
Derrick Brashear
68e8e996b6 des-no-obsolete-encrypt-20060725
this version of encrypt() conflicts with current linux (which returns void)

we don't use it, so, buh-bye
2006-07-25 15:44:46 +00:00