Jeffrey Altman [Fri, 27 Feb 2004 07:40:20 +0000]
nsis-new-reg-strings-
20040227
Make the NSIS installer create the registry strings for NetbiosName = "AFS"
and MountRoot = "/afs"
Jeffrey Altman [Fri, 27 Feb 2004 07:35:25 +0000]
fix-unc-binding-message-
20040227
Fix the UNC Binding message.
Jeffrey Altman [Fri, 27 Feb 2004 06:44:46 +0000]
nbname-instead-of-mountroot-
20040227
When determining what name should be used for the NetbiosName
query the registry value "NetbiosName" instead of "MountRoot".
Jeffrey Altman [Fri, 27 Feb 2004 06:21:59 +0000]
fix-getlana-typo-
20040227
GetUncServerName had a typo which was using "=" instead of "=="
not good. :-(
Jeffrey Altman [Fri, 27 Feb 2004 06:02:18 +0000]
no-wspp-builds-
20040227
the WSPP build references in the current ntbuild.bat are extraneous
as there are no references to the defined variable anywhere else in
the build system. remove them from ntbuild.bat
Jeffrey Altman [Thu, 26 Feb 2004 19:22:35 +0000]
skyrope-mit-merge-hell-
20040226
From Skyrope:
The Skyrope work attempted to improve on the end user experience of using
OpenAFS in the following ways:
* Obtain tokens using renewable Kerberos 5 tickets in order to
reduce the need for end users to renew expired tokens
* Monitor the list of IP Addresses in order to detect changes
in the network configuration which might affect the reachability
of cells or the state of the AFS Client Service. When cells
are newly reachable, obtain tokens for the cells. If the AFS
Client Service is not running, start it. If tokens are expiring
attempt to renew them.
* Use KDC probes to detect the accessibility of realms/cells. If
the KDC is not reachable, do not prompt the end user for a
username and password. (fs probe is not implemented on windows)
* Automatically obtain tokens using the Windows Logon Session
Kerberos credentials (if available)
* Allow tokens for multiple cells to be obtained by using the
same Kerberos 5 tickets. (no UI yet implemented)
* Perform drive mapping persistance by tracking it within the
afsdsbmt.ini file instead of relying on the Windows Shell
to persist the state.
* Add new afscreds.exe command line options and change the
default set used when creating the "AFS Credentials" shortcut
in the Start Menu->Programs->Startup folder.
From MIT:
* Auto-detection of loopback adapters. Use "AFS" as the netbios
name when a loopback adapter is installed.
* Support for responding to power management events. Used to
flush the cache when the machine is about to suspend, hibernate,
or shutdown
* Documentation of Registry entries
* Support for Extended SMB Requests
* Beginning of support for true Event Log reporting from a
message database
* Hidden Dot File support (configured via the HideDotFiles
registry option)
* Configurable Max number of Multiplexed Sessions (MaxMpxRequests
registry option)
* Configurable Max MTU size (RxMaxMTU registry option)
* Configurable Jumbogram support (RxNoJumbo registry option)
* Configurable Max number of Virtual Connections per Server
(MaxVCPerServer registry option)
* Win32 DNS API support
* Addition of SMB_ATTR_xxxx defines for use instead of hex numbers
* A variety of heap access and resource deallocation errors corrected
in the SMB code
* Support for recursive directory creation
* Modifications to the en_US version of the client configuration
dialog (need to port to other languages)
Notes on the current check-in:
* The KfW code will always be used when installed on the machine.
This code only supports Krb5 and will not work with Krb4 only
realms. A registry flag indicating whether or not KfW should be
used if found needs to be added.
* afscreds.exe needs to have a registry entry created to control
the parameter list it should be started with. There should be
a dialog to control this in the installer and within afscreds.exe
* The MIT method of auto-assigning the mount-root and the netbios
name is in conflict with the morgan stanley submissions in some
parts of the code. If you are using the loopback adapter with
this code both the "NetbiosName" = "AFS" and "Mountroot" = "/afs"
registry options must be specified. This will be fixed in coming
days.
Jeffrey Altman [Tue, 24 Feb 2004 20:23:42 +0000]
remove-nbt-reg-entry-on-XP-
20040224
In discussions with Andrei Keis at Morgan Stanley it has become clear
that the NBT registry parameter which disables the use of port 445
should only be used on Windows 2000.
Derrick Brashear [Fri, 13 Feb 2004 18:58:39 +0000]
revert-linux-sysname-list-estale-fix-
20040213
(despite just committing a leak fix) we can no longer find a kernel where this is needed so we'll leave it in the cvs history but revoke it. it may have been a "special" kernel
Derrick Brashear [Fri, 13 Feb 2004 18:55:36 +0000]
linux-sysname-list-free-sysstate-
20040213
required by linux-sysname-list-sys-links-resolve-dentry-
20031109
eithout this, if you're in a directory that the second or later entry in a
sysname list resolved to, pwd returns ESTALE. force the true path to have its
dentry cached.
Sven Oehme [Tue, 3 Feb 2004 06:23:30 +0000]
linux-ppc64-fixes-
20040202
FIXES 3058
linux ppc64 port
Andrej Filipcic [Tue, 3 Feb 2004 05:57:49 +0000]
amd64-update-
20040202
FIXES 2756
deal with types in newer amd64 distributions
initialize some variables
Derrick Brashear [Tue, 3 Feb 2004 05:43:23 +0000]
fs-return-EIO-when-starting-read-beyond-EOF-
20040202
FIXES 1493
large file support asserted when attempting to read beginning past
the end of the file
Hartmut Reuter [Tue, 3 Feb 2004 05:31:52 +0000]
dumptool-largefile-support-
20040202
FIXES 2720
make dumptool support large files
Derrick Brashear [Tue, 3 Feb 2004 05:24:11 +0000]
macos-protect-kpasswd-
20040202
FIXES 1893
rename kpasswd to kpasswd.afs in /usr/bin
since krb5 kpasswd is included
Shantonu Sen [Tue, 3 Feb 2004 05:10:24 +0000]
darwin-avoid-hang-on-rename-
20040202
FIXES 2967
this version deals with afs being multiply mounted.
return EXDEV on cross device rename attempts as upper layer doesn't deal for us
Tom Maher [Tue, 3 Feb 2004 04:53:43 +0000]
acquire-fsync-lock-inside-while-loop-
20040202
FIXES 3205
in order to not violate the invariant that pthread_cond_timedwait be called
with a locked mutex, we must relock if we unlock.
Jim Rees [Fri, 23 Jan 2004 16:53:35 +0000]
dir-buffer-protos-
20040123
take yet another stab at getting dir buffer prototypes right
Jeffrey Altman [Thu, 15 Jan 2004 04:13:37 +0000]
nsis-run-time-lib-fixes-
20040114
- Update the installer script to properly install the required
runtime libraries for all compilers
- Update the AddToPath and RemoveToPath files
Derrick Brashear [Wed, 14 Jan 2004 21:30:59 +0000]
kdump-linux-sucks-more-
20040113
make it build on newer rhel
attempt to deal with hugemem kernel dumbness
Jeffrey Hutzelman [Sat, 10 Jan 2004 16:59:35 +0000]
ubik-election-epoch-fix-
20040110
ubik's ability to keep quorum broke when unix time passed 2^30 seconds.
Buy us another 2^30 seconds.
Jeffrey Hutzelman [Thu, 8 Jan 2004 21:54:10 +0000]
vos-move-copy-improvements-
20040108
FIXES 2815
add switches to vos move and vos copy. add vos clone.
Jeffrey Altman [Sun, 4 Jan 2004 10:39:03 +0000]
avoid-long-windows-shell-timeouts-
20040105
* cm_conn.c: assume that if all of the servers for a cell are DOWN
that there is NOSUCHVOLUME. We can't return TIMEDOUT because
this assumes there is a server which is up and the windows shell
will in turn continue to try to reach it for several minutes on
each refresh. Of course, each refresh occurs more frequently
than the timeouts.
We can't return ALLOFFLINE because that in turn results in
an attempt to cm_ForceUpdateVolume() will a NULL (cm_fid_t *).
That in turn causes a null reference and a crash.
* cm_volume.c: place a check in cm_ForceUpdateVolume() to return
without performing its job if there is no (cm_fid_t *) value.
Unfortunately, this in a ALLOFFLINE situation places the
service into an infinite loop.
Question: why is cm_ForceUpdateVolume() ever being called with
a NULL parameter for the (cm_fid_t *)?
* cm_smb.c: change the NTStatus for CM_ERROR_NOIPC to Remote
Resources instead of Access Denied.
* cm_buf.c: add a debugging statement
Jeffrey Altman [Fri, 2 Jan 2004 07:03:47 +0000]
nsis-do-not-install-sdk-with-client-
20040101
From Rob Murawski: This is a diff with the changes we talked about for
making a separate section for the SDK files. It is not installed by
default, unless the SDK files already exist. (To keep them consistent
on the machine)
Also, a fix to the ShouldClientInstall function to properly handle
downgrades.
Derrick Brashear [Thu, 1 Jan 2004 07:58:38 +0000]
undo-flexelint-screwage-
20040101
irix cc wants this prototype
Derrick Brashear [Thu, 1 Jan 2004 07:47:54 +0000]
irix-osi-prototypes-
20040101
add prototypes header for irix kernel module
Derrick Brashear [Thu, 1 Jan 2004 06:51:25 +0000]
vos-full-listvol-irix-
20040101
irix needs a inet_ntoa prototype
Derrick Brashear [Thu, 1 Jan 2004 06:22:31 +0000]
undo-flexelint-breakage-
20040101
make irix cc happy
Derrick Brashear [Thu, 1 Jan 2004 05:56:25 +0000]
undo-flexelint-damage-
20040101
unfortunately the problem with making flexelint happy is that irix's cc
becomes sad.
Jeffrey Altman [Tue, 30 Dec 2003 22:34:18 +0000]
nsis-installer-
20031230
remove some additional warning messages
Jeffrey Altman [Tue, 30 Dec 2003 22:31:03 +0000]
nsis-installer-take-three-
20031230
only use IsSilent on 2.0b3
Jeffrey Altman [Tue, 30 Dec 2003 22:24:11 +0000]
nsis-installer-take-two-
20031230
Left out one change
Jeffrey Altman [Tue, 30 Dec 2003 22:21:33 +0000]
windows-nsis-installer-update-
20031230
NSIS released v2.0 RC1 today. Updated the installer script to
build with it.
Nickolai Zeldovich [Sun, 28 Dec 2003 01:26:32 +0000]
fix-softsig-on-freebsd47-
20031227
The workaround for Darwin of setting a signal handler for SIGUSR1 appears
to also be needed on FreeBSD 4.7.
Jeffrey Altman [Sat, 20 Dec 2003 19:28:07 +0000]
do-not-delete-krb5-ini-
20031220
Do not delete krb5.ini unless we were installing KfW
Derrick Brashear [Sat, 13 Dec 2003 00:04:56 +0000]
dir-header-dont-conflict-with-kernel-protos-
20031208
kernel module has disjoint buffer package
Derrick Brashear [Fri, 12 Dec 2003 23:37:37 +0000]
libadmin-test-client-restore-prototypes-
20031212
won't build without these. put em back.
Derrick Brashear [Fri, 12 Dec 2003 23:29:49 +0000]
dlq-moveb-also-returns-void-
20031212
nothing even uses it...
Derrick Brashear [Fri, 12 Dec 2003 23:16:12 +0000]
ulock-rellock-actually-returns-void-
20031212
but seriously.
Jeffrey Altman [Fri, 12 Dec 2003 01:21:06 +0000]
path-fixes-for-bos-logs-
20031211
Fixes to paths to enable Bos Logs to function
-Rob
Jeffrey Altman [Fri, 12 Dec 2003 01:20:14 +0000]
nsis-patches-
20031211
To do list:
* remove /wizard from afssvrcfg.exe shortcuts
* add a "runonce" for afssvrcfg.exe /wizard when the Server is
installed
* enforce a restriction of no Freelance mode when the Server
is installed
* enforce a requirement of the Client install when the Server
is installed
* add a control panel shortcut to afssvrcfg.exe
* remove "recommended" tag from the AFS Server option
>>>>>>>>>>>>>>>>>>>>>
This is everything we talked about, plus:
1) Fixes the installer so re-installation behaves as expected.
All existing settings are preserved. (With the exception of what
is modifiable during install. The cell name is prepopulated, but
the user CAN change it)
2) Likewise, an upgrade will retain previous settings. (There
might be a point from which you cannot upgrade, i.e., from IBM
3.4 or something)
3) Variables named consistently, more code left out if NSIS 2.0b4.
-Rob
Derrick Brashear [Thu, 11 Dec 2003 19:06:16 +0000]
pr-initialize-silence-error-on-empty-dir-
20031211
FIXES 2678
don't print an error if we're just flushing the cached directory info
Jeffrey Altman [Thu, 11 Dec 2003 03:57:56 +0000]
nmake-convenience-
20031210
Add new targets install-nsis and install-is5 to perform both a build
and an installer in one shot
Jeffrey Altman [Thu, 11 Dec 2003 03:21:20 +0000]
fix-netaddconnection2-call-svr-config-
20031210
TEXT("") -> NULL
Jeffrey Altman [Wed, 10 Dec 2003 22:17:48 +0000]
murawski-
20031210
Murawski's daily patch for NSIS:
* user selectable registry settings
* generated files placed in $(OUT) tree
* installer produced in $(DEST) tree
* auto-detection of previous installation
* better naming to distinguish build date and Release vs Debug
Jeffrey Altman [Wed, 10 Dec 2003 18:12:01 +0000]
nsis-registry-changes-
20031210
Turn off High Security Mode Logon Option
Turn on Freelance Client
Turn off Use DNS
Turn on Crypt Option
Jeffrey Altman [Wed, 10 Dec 2003 08:01:35 +0000]
tal_string-was-coded-wrong-from-the-start-
20031209
tal_string defines three types: String, Ansi, Unicode
and provides functions to convert between them. The
initial problem with this module was a lack of consistent
memory allocation. The secondary problem was incorrect
conversion of between string types.
Jeffrey Altman [Wed, 10 Dec 2003 07:49:55 +0000]
oops-
20031209
oops, typos
Jeffrey Altman [Wed, 10 Dec 2003 07:48:06 +0000]
tal_string-must-allocate-memory-
20031209
The tal_string routines must always allocate memory otherwise they
double free strings.
Jeffrey Altman [Wed, 10 Dec 2003 07:03:55 +0000]
use-closesocket-not-close-
20031209
In Winsock, the function to close sockets is closesocket() not close()
Jeffrey Altman [Wed, 10 Dec 2003 07:02:43 +0000]
disable-optimizations-
20031209
Many of the subtle problems we are seeing with the AFS Server are
being aggrevated by compiler optimization bugs. Disable for now.
Derrick Brashear [Tue, 9 Dec 2003 23:07:57 +0000]
volser-salvagedirhandle-fix-arg-order-
20031209
make the order of these consistent with the vol package
Jeffrey Altman [Tue, 9 Dec 2003 21:44:42 +0000]
nsis-20b4-support-
20031209
Add support conditionally building NSIS 2.0b3 or 2.0b4
Jeffrey Altman [Tue, 9 Dec 2003 21:34:00 +0000]
remove-extraneous-appsver-
20031209
Remove extraneous reference to APPSVER variable. This might have
been an attempt at turning on debug info for the .NET compiler
for non-debug builds. The debug builds already have debug info
turned on.
Derrick Brashear [Tue, 9 Dec 2003 19:58:28 +0000]
fix-ih-lock-macros-
20031209
FIXES 1774
probably safe to remove trailing ; in ihandle.h now too.
Jeffrey Altman [Mon, 8 Dec 2003 22:40:56 +0000]
nsis-installer-updates-
20031208
From Rob Murawski. Add upgrade/downgrade support to NSIS installer
Comment out the Loopback Installer code
Derrick Brashear [Mon, 8 Dec 2003 07:31:57 +0000]
vol-linux-dont-assume-ext2-
20031208
to deal simply with /usr/include/linux potentially having 2.6 kernel headers
in newer linuxes. given that we might not have ext2 as root, this check
probably wasn't sufficient anyway.
Jeffrey Altman [Mon, 8 Dec 2003 06:18:46 +0000]
format-fix-for-fs-windows-
20031208
spacing errors in List Quota command
Derrick Brashear [Mon, 8 Dec 2003 06:09:12 +0000]
fssync-extern-loglevel-
20031208
wanna use LogLevel to determine whether to log? make sure it's declared.
Jeffrey Altman [Mon, 8 Dec 2003 06:08:45 +0000]
winnt-afsd-fs-header-fix-
20031208
Improper prototype declaration
Derrick Brashear [Mon, 8 Dec 2003 06:03:58 +0000]
protoize-buffer-
20031208
we need a definition for struct buffer. while we're at it, protoize the
whole file.
Derrick Brashear [Mon, 8 Dec 2003 05:50:39 +0000]
ptserver-prototype-ubik-
20031208
since ubik got prototypes, we have to make our shadow functions the same
Jeffrey Altman [Mon, 8 Dec 2003 04:32:27 +0000]
import-fs-formatting-to-windows-
20031207
TICKET 2651
Import string formating from venus/fs.c
Jeffrey Altman [Mon, 8 Dec 2003 04:01:20 +0000]
set-service-error-condition-afsd-
20031207
TICKET 2619
If the service crashes unexpectedly (eg, when the network adapter list
changes) we should return an error code so that system policy can be
used to determine if the service should be automatically restarted.
When there is an error GlobalStatus gets set to a non-zero value.
If GlobalStatus is set, we will return ERROR_EXCEPTION_IN_SERVICE
to the Service Manager.
Jeffrey Altman [Mon, 8 Dec 2003 03:14:08 +0000]
remove-int64-conversion-warnings-
20031207
Use casting to avoid repeated conversion warnings resulting in data loss.
Jeffrey Altman [Mon, 8 Dec 2003 02:54:14 +0000]
jbuehler-add-missing-extern-c-patch-
20031207
Add extern C modifiers to non-C++ functions in Windows files
Jeffrey Altman [Mon, 8 Dec 2003 02:41:17 +0000]
more-must-returns-
20031207
More must returns value warnings cleaned up
Jeffrey Altman [Mon, 8 Dec 2003 02:37:55 +0000]
ntmakefile-fix-
20031207
remove extraneous include of src/config/NTMakefile.version
Jeffrey Altman [Mon, 8 Dec 2003 01:45:23 +0000]
add-missing-return-values-
20031207
Add missing return values producing warnings on Windows
Jeffrey Altman [Sun, 7 Dec 2003 23:18:33 +0000]
ticket-2618-corrections-
20031207
Remove extraneous declarations in dir.c
Jeffrey Altman [Sun, 7 Dec 2003 22:49:00 +0000]
ticket-2618-patches-
20031207
TICKET 2618
flexelint patches for prototype handling from Joe Beuhler
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
This patch adds a bunch of missing prototypes, makes various
corrections to global prototypes, and removes global declarations that
are not needed.
One set of added prototypes is commented out because it applies to
some printf-like functions that are implemented the way it used to be
done before varargs existed, and they need to be unprototyped or the
code will fail to compile. (There are a number of functions in the
OpenAFS code that need to be converted to use varargs...)
There is one place of note in src/WINNT/afsd/fs.c where typedefs for
afs_int32 and afs_uint32 conflict with afs/stds.h. I just added a
note to that effect.
Prototypes in src/WINNT/afsd/fs.c are incorrect for Windows NT. I
don't know whether the return type involved changes from platform to
platform -- they come from .xg files.
Some prototypes are now commented out or #ifdef'd to match the code
that uses them.
Some global variables conflict between modules and have been made static.
The bufferBlock variable was of two completely different types...
In src/config/stds.h, I changed the declaration of afs_intmax_t to
reflect the fact that the Windows platform supports 64 bit integers.
This may be incorrect semantically, but I believe it is needed for the
%llx format to match afs_intmax_t arguments (for printing of inodes
mainly, I believe).
There were two different declarations for the rxkad_stats structure --
I synced them up.
- Joe
Removed the conflicting typedefs from src/WINNT/afsd/fs.c
Removed the changes to src/config/stds.h. Added declaration of
AFS_64BIT_CLIENT to src/config/NTMakefile.i386_nt40 instead.
Do not remove unused variables which are defintions of data type
values. Instead comment them out to avoid space utilization and
warnings.
Jeffrey Altman [Sun, 7 Dec 2003 03:39:50 +0000]
afssvrcfg-updates-
20031206
Replace the mechanism used to register drives with WNetAddConnection2.
This will hopefully be more reliable than then older code which was
unable to register drive mappings.
Corrected error string formatting.
Jeffrey Altman [Sat, 6 Dec 2003 21:17:39 +0000]
add-multiple-interface-support-
20031206
The ubik support on Windows only verified against the first
address on the system even if that address was assigned to
a disabled interface.
Jeffrey Altman [Sat, 6 Dec 2003 20:11:12 +0000]
reorg-ntbuild-
20031206
Reorganize ntbuild.bat to place all of the user edits at the front
Jeffrey Altman [Sat, 6 Dec 2003 19:29:31 +0000]
fix-memory-alloc-srv-cfg-wizard-
20031206
The Windows AFS Server Config Wizard would produce an invalid memory
deallocation error from the memory management routines due to the
failure to allocate PROGRESSDISPLAY objects with the same tools used
to deallocate them.
Jeffrey Altman [Sat, 6 Dec 2003 19:01:41 +0000]
more-NSIS-fixes-
20031206
from Rob Murawski
Jeffrey Altman [Sat, 6 Dec 2003 17:41:53 +0000]
add-pdb-files-to-server-nsis-
20031206
Add PDB files for debugging to NSIS Server install
Jeffrey Altman [Sat, 6 Dec 2003 17:01:30 +0000]
more-vc-net-installer-fixes-
20031206
Make sure we get the included libraries correct for install
Jeffrey Altman [Sat, 6 Dec 2003 16:01:03 +0000]
another-correction-ntbuild-bat-
20031206
I wish .BAT files had IF-THEN-ELSE instead of just IF
Jeffrey Altman [Sat, 6 Dec 2003 15:41:38 +0000]
no-debug-for-free-builds-
20031206
Reorganize makefile to not generate debug files for free builds.
Jeffrey Altman [Sat, 6 Dec 2003 15:40:17 +0000]
correct-include-for-cl1300-
20031206
CL 1300 uses the mfcatl paths just like CL 1310
Jeffrey Altman [Sat, 6 Dec 2003 06:19:03 +0000]
nsis-installer-updates-
20031205
Remove need for MakeCommon.bat
Produce nsi-includes.nsi from NTMakefile
Update OpenAFS.nsi to use MFC70.DLL and MFC71.DLL as needed.
(Need to confirm with Rob Murawski)
Jeffrey Altman [Sat, 6 Dec 2003 06:15:46 +0000]
product-version-number-update-
20031205
Modify the variables used to construct the product version numbers
to allow these same values to be used with the NSIS installer
Jeffrey Altman [Fri, 5 Dec 2003 23:17:20 +0000]
typo-correction-ntmakefile-
20031205
Fix a typo in msvcrtd.dll reference
Jeffrey Altman [Fri, 5 Dec 2003 23:10:04 +0000]
updates-to-NSIS-to-support-debug-crt-
20031205
Updates to NSIS installer scripts to conditionally build with
debug or non-debug CRT libraries; also, now supports conditional
library usage based upon the MS Compiler version used
Jeffrey Altman [Fri, 5 Dec 2003 22:19:50 +0000]
i386_nt40-lex-macro-fix-
20031205
Not that anyone has used it in forever and therefore would not notice
but the LEX macro was a version number "1.2.2 a" instead of a program
name. Changed to "flex -l" but it really depends on which lex type
program is being used
Jeffrey Altman [Fri, 5 Dec 2003 21:59:31 +0000]
NSIS-installer-debug-mode-
20031205
NSIS installer debug mode activiation based upon AFSDEV_BUILDTYPE
Jeffrey Altman [Fri, 5 Dec 2003 21:56:33 +0000]
pdb-files-for-checked-builds-
20031205
Produce PDB files in the DEST/CHECKED tree for use by NSIS installer
Jeffrey Altman [Fri, 5 Dec 2003 20:07:26 +0000]
fix-ntbuild-bat-
20031205
Fix conditional contruction of AFSDEV_LIB variable
R. Lindsay Todd [Fri, 5 Dec 2003 08:35:57 +0000]
largefile-support-continued-
20031205
FIXES 1493
configure switch and minor largefile cleanup. not done.
Derrick Brashear [Thu, 4 Dec 2003 19:53:37 +0000]
vos-full-listvol-on-by-default-
20031204
at the suggestion of miles@cs.stanford.edu
Derrick Brashear [Thu, 4 Dec 2003 17:02:38 +0000]
salvager-remove-orphaned-header-
20031204
FIXES 2522
this should be fixed for the global case, but that's harder to test
Nathan Neulinger [Thu, 4 Dec 2003 16:47:05 +0000]
libafsrpc-fix-objdir-breakage-
20031204
FIXES 2615
the not gmake workaround broke objdir builds. sigh.
Kris Van Hees [Thu, 4 Dec 2003 16:33:54 +0000]
solaris-kdump-build-rationalization-
20031204
make kdump64 and kdump32 get built with sanity on solaris
Kris Van Hees [Thu, 4 Dec 2003 16:23:28 +0000]
salvager-fix-misparented-vnode-1-
20031204
if vnode 1 gets a parent (which is incorrect) arrange for it to be cleaned
up properly
Douglas Engert [Thu, 4 Dec 2003 16:10:43 +0000]
hpux-1123-update-
20031204
update the hpux 11.23 on ia64 support
don't build libuafs. make kernel modules build. fix afsd.
Jeffrey Altman [Wed, 3 Dec 2003 23:28:50 +0000]
fix-checked-build-libraries-
20031203
checked builds were linking against non-debug versions of the MFC libraries
which produced warnings at link time. Replaced with the debug versions.
Jeffrey Altman [Wed, 3 Dec 2003 20:07:55 +0000]
Jeffrey Altman [Wed, 3 Dec 2003 20:06:37 +0000]
more-missing-crtdbg-includes-
20031203
For when you are debugging ...
Jeffrey Altman [Wed, 3 Dec 2003 19:44:59 +0000]
add-missing-include-file-afsd-windows-
20031203
ctrdbg.h but only when _DEBUG is defined
Jeffrey Altman [Wed, 3 Dec 2003 19:24:38 +0000]
i-hate-bat-files-
20031203
Add missing % at end of variable names to be compatible with cmd.exe