Commit Graph

2016 Commits

Author SHA1 Message Date
Derrick Brashear
afcb78c966 aix52-add-param-header-20040324
FIXES 3718

copy and modify the aix 5.1 header
2004-03-24 08:38:15 +00:00
Jeffrey Altman
074c2f0909 version-update-20040323
1.3.6200
2004-03-24 08:35:36 +00:00
Jeffrey Altman
28c0534dfb no-getcellconfig-error-20040323
don't produce a MessageBox when getcellconfig fails
2004-03-24 08:32:16 +00:00
Jeffrey Altman
5cf8fc1d99 no-longjmp-20040323
Do not use setjmp/longjmp in multithreaded code.  It will destroy the stack.
2004-03-24 08:27:36 +00:00
Jeffrey Altman
14de032146 integrated-logon-20040323
Cleanup the integrated logon code.  Remove memory overwrites.  Refactor
the rest of the code.  Make it readable.
2004-03-24 08:25:39 +00:00
Jeffrey Altman
5865e9cbd8 doug-nsis-20040322
apply patch to include more header and lib files.

====================
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 doug's patch.  remote extraneous colons

Move (once again) the DependsOnXXX values to the right place.
(how did these end up back in NetworkProvider?)
2004-03-23 04:45:29 +00:00
Jeffrey Altman
08845d8548 uninstall-exception-handler-20040321
Before we shut down the service and return control to the service
manager uninstall the exception handler before it gets unloaded
from the process.
2004-03-22 05:40:52 +00:00
Jeffrey Altman
f31cd9a4f3 power-mgmt-20040321
#define REGISTER_POWER_MANAGEMENT
2004-03-22 04:09:48 +00:00
Jeffrey Altman
45ca8632f2 power-mgnt-close-handles-20040321
Close the Handles before terminating the thread to ensure that
additional power events cannot be queued during shutdown.
2004-03-22 04:07:10 +00:00
Jeffrey Altman
efc9d62e93 nofindlanabyname-20040321
Disable the Find Lana By Name functionality for 1.3.61 because it
appears to be causing grief for too many people.
2004-03-21 23:03:56 +00:00
Jeffrey Altman
ec0b44efad version-1-3-6100-20040321
update version to 1.3.6100
2004-03-21 21:35:27 +00:00
Jeffrey Altman
8ef7d621c5 nsis-installer-20040321
Remove Rob's new way of installing services as it does not appear
to work properly.

Add in code to test the legitimacy of the upgrade to ensure we don't
try to upgrade an old IBM AFS version that isn't supported

Make sure that the only AFS in the PATH is ours and that we are only
in once.

Add the TransarcAFSDaemon entry into the Control\NetworkProviders::Order value
to support Integrated Login

Build service.exe and killer.exe with static libraries to avoid
run-time dependencies at install and uninstall time

====================
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.
====================

Check both Client and Server for unsupported previous installation
2004-03-21 20:56:25 +00:00
Jeffrey Altman
53029f4827 debug-log-20040321
A more informative log message plus fix uninitialized variable
2004-03-21 19:48:49 +00:00
Jeffrey Altman
f1a997e275 VLCallBack-vos-20040321
The variable 'm_unique' is an afs_uint32 where the desired parameter
must be of type struct VLCallBack when attempting to call VL_GetAddrs.
I do not know how this code ever worked on any platform as the stack
was being overwritten.

This produced binary, vos.exe on windows, also generates massive
memory leaks.  I do not think we care all that much because the
utility does not stay around all that long.  However, the fact that
the API makes it so easy to lose memory is scary.
2004-03-21 11:41:57 +00:00
Jeffrey Altman
6b11da1d0c nsis-service-20040320
Incorporate a new NSIS library ServiceLib.nsh which will allow us
to avoid using the Service.exe which we must build from Service.cpp
2004-03-21 05:24:19 +00:00
Jeffrey Altman
4e5c8d47a2 registry-20040320
Document "NoFindLanaByName"
2004-03-21 04:27:10 +00:00
Jeffrey Altman
010b9d0437 more-optimizations-20040320
Replace all calls to lana_GetNetbiosName with GetClientNetbiosName
which performs the local caching
2004-03-21 03:12:55 +00:00
Jeffrey Altman
d1bbfc0d0e find-netbios-optimize-20040320
In Mount_ReadSubmount() cache the first response to GetNetbiosName()
since the result won't change and the work necessary to get the result
is considerable.  We don't want to be calling it loops over and over
again.
2004-03-21 03:05:45 +00:00
Jeffrey Altman
e3b52b0bc6 prevent-crash-at-shutdown-20040320
The Power Management Exit routine was instructing the thread to
terminate but was not waiting for the conclusion of the operation
before returning control to the caller.  This allows the service
to pass control to the Service Manager before cleanup was properly
completed.
2004-03-20 18:42:16 +00:00
Jeffrey Altman
aaed9b1a5a per-user-registry-20040320
Rename existing registry Read/Write functions to Global

Add new registry functions to support Per User Read/Write operations

Clean up references to Registry Key strings

Change "ShowTrayIcon" to be a "Per User" item from a "Global" item
2004-03-20 18:00:01 +00:00
Jeffrey Altman
804a85a487 fs-setserverprefs-bug-20040320
FIXES 3555

Rodney Dyer (UNCC) reported that the "fs setserverprefs" command if
issued multiple times would result in the AFSD server becoming unresponsive.
This appears to have been caused by improper use of writeLocks, a failure
to use writeLocks when necessary, and improper reference counting on the
cm_server_t data structures placed into the cm_allServersp list.
2004-03-20 17:23:48 +00:00
Jeffrey Altman
c763e4b643 tab-drives-20040319
the mount root is used to define mount paths not the netbios name
2004-03-20 07:55:38 +00:00
Jeffrey Altman
2b0462c68d use-dns-install-fix-20040319
allow use of dns to be configurable
2004-03-20 01:03:08 +00:00
Jeffrey Altman
1612508689 non-kfw-probe-fix-20040319
Fix the non-KFW case of the KDC Probe.  Prevent infinite loop.
2004-03-20 01:01:07 +00:00
Jeffrey Altman
24cee2b758 version-update-20040319
Update version to 1.3.6090
2004-03-20 00:56:28 +00:00
Jeffrey Altman
4b0f00c407 dns-fixes-20040319
Reorganize some debug statements to put them in more consistent locations

Do not initialize the internal dns support if using the Windows DNS API.
(Win2000 and above)
2004-03-19 19:50:27 +00:00
Jeffrey Altman
bd1febc893 nsis-installer-20040319
Fix: The use a provided CellServDB file option was not working.
     You can't compare a filename to "1" and expect it to work.

Add: Make the use of DNS optional and default it to off.
2004-03-19 19:44:31 +00:00
Jim Rees
e53d7575f3 obsd-vnops-warnings-20040319
eliminate compiler warnings
2004-03-19 16:38:29 +00:00
Jim Rees
9c05a6f66d freebsd-mkdir-panic-20040319
don't vput(dvp) on error return from afs_mkdir (vfs already does this)
bug found by, and fix tested by, adridg@sci.kun.nl
2004-03-19 15:37:10 +00:00
Derrick Brashear
c396fdec11 irix-ucred-is-really-cred-20040319
FIXES 3651

gotta wonder what crack monkey came up with this
AFS_UCRED is ucred in osi_machdep.h, and ucred is redefined to cred in osi_vfs.h

whatever
2004-03-19 07:58:52 +00:00
Jeffrey Altman
e1cc03f597 getipaddrlist-20040318
Improve error checking in GetNumOfIpAddrs to prevent potential
invalid memory access if the IP Address Table cannot be accessed.
(win2000 with no privs)
2004-03-19 05:16:24 +00:00
Jeffrey Altman
48913f747f afslogon-20040318
Fix memory deallocation errors (never call free() on memory allocated
by GlobalAlloc() or LocalAlloc())

Modify event logging to be consistent between High and Low Security

Only generate a random user name when using High Security.  Use the normal
user name when running with Low security.
2004-03-19 03:52:07 +00:00
Jeffrey Altman
e8fc0557d3 notifyaddrchange-20040318
NotifyAddrChange() on Win2000 without privs fails.  Detect the failure
and terminate the IPChangeMonitor thread to prevent an infinite loop
eating up system resources.

Anyone have a clue which bits are required?
2004-03-19 01:09:40 +00:00
Jeffrey Altman
8f0422422d the-correct-mkdir-fix-20040318
Apply the correct file including the fix to the MIT recursive directory
creation patch.
2004-03-18 06:13:55 +00:00
Jeffrey Altman
1d568df733 mkdir-fix-20040318
Fix recursive directory creation from MIT for single component case.
2004-03-18 06:10:12 +00:00
Derrick Brashear
c9aaa42836 irix-attempt-to-detect-kernel-mem-routines-20040317
FIXES 3651

first pass at routine to detect kernel mem* routines

====================
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 3651

second try

====================
FIXES 3651

third try

====================
FIXES 3651

this time for sure.
includes the definitions too, this way we can not have macros conflict with
headers we don't need

====================
FIXES 3651

this time for sure.
includes the definitions too, this way we can not have macros conflict with
headers we don't need

====================
FIXES 3651

this time for sure.
includes the definitions too, this way we can not have macros conflict with
headers we don't need
2004-03-18 05:12:18 +00:00
Jeffrey Altman
83b2f72a94 move-readme-to-top-20040317
Move the README files to the top directory where they belong.

====================
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.
====================

As of 1.3.60 move the Windows Readme files from src to top directory
2004-03-18 04:32:20 +00:00
Jeffrey Altman
455c1786bc windows-readme-updates-20040317
Add warning to WIN9X indicating that OpenAFS probably won't build on WIN9X
anymore.

Describe the new build procedure for 2000/XP/2003 in README-NT
2004-03-18 04:03:21 +00:00
Jeffrey Altman
3110c898e7 fix-install-bugs-20040317
Fix:

Compatibility with IBM/Transarc and 1.2.10 installations

Correct Pathname

Compatibility with incorrect Pathname from 1.3.xx > 1.3.5299

Call CheckSDK on upgrades
2004-03-18 03:39:54 +00:00
Jeffrey Altman
367c8076b1 a-better-way-20040317
Make the directories first, then the trailing spaces won't matter.
2004-03-18 01:46:48 +00:00
Jeffrey Altman
18cdb6be81 missing-spaces-20040317
Add trailing spaces to xcopy commmands.
2004-03-18 01:42:36 +00:00
Jeffrey Altman
096366d658 nsis-20040317
make sure that afscreds.exe is terminated after executing with the -z
option.
2004-03-18 01:20:10 +00:00
Jeffrey Altman
eecfad90ab update-afsdcell-20040317
grab current version from http://grand.central.org/dl/cellservdb/CellServDB

====================
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.
====================

grab latest version from http://grand.central.org/dl/cellservdb/CellServDB
2004-03-18 00:34:50 +00:00
Jeffrey Altman
03c7ef7b7f 1360-version-20040317
Update the version number to 1.3.6000
2004-03-18 00:00:15 +00:00
Derrick Brashear
c7b595608e darwin-new-systypes-20040317
make autoconf figure it out for us
2004-03-17 08:24:13 +00:00
Derrick Brashear
7e1fa15ac1 aix-install-kmods-20040317
would be nice if make dest worked again
2004-03-17 07:51:57 +00:00
Derrick Brashear
b0601bd700 aix64-dont-build-on-aix4-20040317
don't build the 64 bit stuff on aix 4
2004-03-17 07:21:43 +00:00
Derrick Brashear
02ed7daa25 support-nfs-translator-sysname-lists-20040317
support sysname lists in nfs translator
2004-03-17 06:43:34 +00:00
Derrick Brashear
a14a3dd7c1 macos-update-readme-20040317
FIXES 3317

update readme to indicate success through 10.3.3
2004-03-17 06:38:38 +00:00
Derrick Brashear
9f546d5700 distclean-remove-include-lib-20040317
FIXES 3610

include a lib directories generated during build not removed
fix it.
2004-03-17 06:27:37 +00:00