Joakim Fallsjö [Mon, 9 Aug 2004 10:18:51 +0000]
solaris-x86-9-support-
20040809
osconf stuff for solaris x86 9.0
Jeffrey Altman [Mon, 9 Aug 2004 06:13:38 +0000]
remove-winlogon-key-
20040810
Make sure installers remove winlogon event handler key
Derrick Brashear [Mon, 9 Aug 2004 05:35:51 +0000]
tvolser-default-
20040809
build and install tvolser on platforms with tviced.
Jeffrey Altman [Mon, 9 Aug 2004 05:20:07 +0000]
release-1370-
20040810
Disable the installation of the WinLogon Event Handlers to avoid
problems with XP SP2 Final Release booting and profiles being released
on logoff.
Update version to 1.3.7000
Add VS8 entries to the build system
Derrick Brashear [Mon, 9 Aug 2004 05:13:57 +0000]
prepare-for-1-3-70-
20040809
get configure scripts ready for 1.3.70
====================
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.
====================
unget configure scripts ready for 1.3.70. not what i meant to do
Derrick Brashear [Mon, 9 Aug 2004 05:07:33 +0000]
enable-largefile-clients-
20040808
the linuxes should all work. it at least builds on openbsd. i can't imagine
freebsd doesn't work, likewise "netbsd 2.0", only question is hpux.
Derrick Brashear [Mon, 9 Aug 2004 04:30:18 +0000]
irix-largefile-client-
20040808
enable largefile support in the client
Derrick Brashear [Mon, 9 Aug 2004 04:25:45 +0000]
irix-osi-cred-decl-
20040808
add cred declaration for irix back
Derrick Brashear [Mon, 9 Aug 2004 02:23:32 +0000]
dux50-largefile-client-
20040808
good here also
Derrick Brashear [Mon, 9 Aug 2004 01:58:50 +0000]
dux-rxk-init-is-void-
20040808
rxk_init is a void function
Derrick Brashear [Mon, 9 Aug 2004 01:54:05 +0000]
dux-min-direct-
20040808
someone removed d_fileno from the generic case, put it back there.
(maybe it was me, who knows...)
Derrick Brashear [Mon, 9 Aug 2004 01:24:57 +0000]
dux-kernel-cleanup-
20040808
more "cleanup cleanup"
Derrick Brashear [Mon, 9 Aug 2004 01:17:33 +0000]
dux-gcpags-
20040808
pidtab and npids need to be pulled in so this works
Derrick Brashear [Mon, 9 Aug 2004 00:59:51 +0000]
dux-vol-cleanup-
20040808
make partition code work again on dux
Derrick Brashear [Mon, 9 Aug 2004 00:57:23 +0000]
ubik-reorder-functions-
20040808
avoid need for prototypes by reordering
Derrick Brashear [Mon, 9 Aug 2004 00:49:52 +0000]
dux-lwp-makefile-fix-
20040808
tru64 hates indented comments inmakefiles
Derrick Brashear [Mon, 9 Aug 2004 00:12:55 +0000]
macos-largefile-client-
20040808
libcc_kext is needed for ashldi3, ashrdi3, so that long long operations
don't result in undefined symbols
Love Hörnquist-Åstrand [Sun, 8 Aug 2004 20:21:33 +0000]
rxgk-import-
20040808
not actually hooked in yet, but getting it in so we can work with it.
Derrick Brashear [Sun, 8 Aug 2004 20:07:09 +0000]
macos-10-autoconf-update-
20040808
10.3.4 and 10.3.5 work
Derrick Brashear [Sun, 8 Aug 2004 19:14:08 +0000]
solaris-largefile-client-
20040808
enable largefile client for sparc and x86 solaris 8 and on.
Jeffrey Altman [Sun, 8 Aug 2004 17:55:28 +0000]
debug-messages-
20040808
make sure that all messages logged to the Event Log are also in the
trace log
Jeffrey Altman [Sat, 7 Aug 2004 22:32:46 +0000]
winnotes-
20040807
document new freelance functionality and update install notes
====================
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.
====================
more updates
Asanka Herath [Sat, 7 Aug 2004 17:56:26 +0000]
hidden-dot-files-
20040807
Hide dot files even when we can't stat the file.
Jeffrey Altman [Sat, 7 Aug 2004 15:14:17 +0000]
unused-vars-
20040807
remove unused variables
Jeffrey Altman [Sat, 7 Aug 2004 15:12:11 +0000]
free-serverref-list-
20040807
Freeing the cm_serverRef_t has proved to be a challenge to get it right.
We now pass a pointer to a pointer to the first object in the list to
the function. We must be very careful to not destroy the list as we walk
the contents of the list with the extra level of indirection. On the
other hand, when we are freeing members of the list which have reached
a refCount of zero, we must be sure to maintain the fiction of the extra
level of indirection.
Jeffrey Altman [Sat, 7 Aug 2004 14:45:59 +0000]
ignore-me-
20040812
ignore this commit
Jeffrey Altman [Sat, 7 Aug 2004 06:44:05 +0000]
freelance-misc-
20040807
Added a change monitor to the HKLM\SOFTWARE\OpenAFS\Client\Freelance
key. When a change occurs mark the root.afs data as invalid and
for it to be reloaded on the next access. This allows administrators
to modify the mount point list without restarting the service.
The freelance client used to provide a fake modification time for
the root.afs volume data and its mount points of 7/09/2001 14:24 EDT.
Added code to extract the last modification time of the Freelance
registry key and use that instead. The time now represents the
most recent mount point change.
smb3.c: Fake the timestamp if we can't stat the file. A zero FILETIME
value causes problems.
Tracy Di Marco White [Fri, 6 Aug 2004 22:48:28 +0000]
netbsd-20-update-
20040806
make it compile with current netbsd
Derrick Brashear [Fri, 6 Aug 2004 21:13:44 +0000]
netbsd-has-long-long-
20040806
feedback from gendalia@iastate.edu
Jeffrey Altman [Thu, 5 Aug 2004 17:51:41 +0000]
ntlang-
20040805
No longer warn about executing language registry file.
Jeffrey Altman [Thu, 5 Aug 2004 17:50:04 +0000]
ntbuild-lang-
20040805
No longer warn about executing a language registry file since the file
no longer exists and is not used with the new installers
Jeffrey Altman [Thu, 5 Aug 2004 17:47:28 +0000]
winnotes-
20040805
Updates winnotes with current info
====================
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.
====================
summary of changes performed this week for 1.3.70
Jeffrey Altman [Thu, 5 Aug 2004 17:31:34 +0000]
mpr-lib-required-
20040805
All executables which include the pioctl functions now require mpr.lib
to be linked
Jeffrey Altman [Thu, 5 Aug 2004 17:28:10 +0000]
winxp-sp2-pioctl-
20040805
On Windows XP SP2, when a Kerberos principal is used for login and the
KDC is not reachable, Windows will return a DOWNGRADE_DETECTED error
when attempting to open the ioctl file. This is because NTLM will not
be permitted when there is the potential of an attack. There is a hack
to get around this. Manually create a CIFS connection to the AFS client
service while specifying the current user's name. This will use the cached
password and allow the downgrade to NTLM.
Jeffrey Altman [Thu, 5 Aug 2004 17:24:27 +0000]
nsis-
20040805
Correct missing debug conditional
Jeffrey Altman [Thu, 5 Aug 2004 17:23:25 +0000]
readme-nt-
20040805
Update readme with latest WiX installer info
Derrick Brashear [Thu, 5 Aug 2004 15:48:09 +0000]
findclient-print-stolen-clients-
20040805
when a client is "stolen" due to a race, print it.
Asanka Herath [Thu, 5 Aug 2004 04:09:26 +0000]
loopback-install-
20040804
If the backup hosts file can't be deleted, try changing attribtues
first, and failing that try to come up with a unique name for the
backup instead of failing.
Derrick Brashear [Wed, 4 Aug 2004 20:41:53 +0000]
partly-revert-rx-cleanup-
20040804
if there's a callback connection to a multihomed client, you need this
or you end up with multiple connections, one per IP, being made from
the single connection
Jeffrey Altman [Wed, 4 Aug 2004 20:30:03 +0000]
ticket-6077-
20040804
FIXES 6077
Patch from Joe Buehler modified by Asanka
Asanka Herath [Wed, 4 Aug 2004 17:36:10 +0000]
misc-post-1366-
20040804
Update documentation on cache control and credential manager options
in MSI deployment guide.
'CachePath' setting in registry allows REG_EXPAND_SZ type.
Update registry documentation for 'CachePath' setting.
Both installers save the credential manager command line options in
registry.
Fix handling of existing 'afsdcell.ini' file in WiX installer.
WiX 2.0.1927 changed the XML schema. The WiX installer has beed
updated accordingly.
Jeffrey Altman [Wed, 4 Aug 2004 16:54:42 +0000]
shortcut-params-
20040804
Fix the retrieval of the shortcut params from the registry when the
HKCU\Software\Openafs\Client key exists but the AfscredsShortcutParams
is missing.
Jeffrey Altman [Wed, 4 Aug 2004 16:52:56 +0000]
server-list-refcount-
20040804
cm_GetVolServers must return a pointer to the pointer to the server list
so the volume can be updated when the list is freed
Jeffrey Altman [Tue, 3 Aug 2004 21:10:36 +0000]
freelance-deadlock-
20070803
oops
Jeffrey Altman [Tue, 3 Aug 2004 20:40:31 +0000]
freelance-deadlock-
20040803
Avoid deadlock in Freelance mount point re-initialization
Jeffrey Altman [Tue, 3 Aug 2004 18:27:52 +0000]
windows-misc-
20040803
Increase max chunksize to 128K from 32K. Windows uses 64K SMB writes.
The large chunksize helps reduce the overlapped write to afs issue.
Increase number of server threads from 4 to 25. Also helps to aleviate
the symptoms of the overlapped write to afs issue. I can now write files
as large as 80MB. 120MB files still fail.
Export pr_CreateUser and pr_SNameToId from afsauthent.lib in order to
allow aklog.exe to use them to determine if a new pts uid should be
created for a user when accessing a foreign cell.
Modify pioctl to output a message to stderr if a Downgrade Detection error
has been returned when attempting to open the __IOCTL__ file.
Increase version number to 1.3.6601
Use HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer:Logon User Name
to determine the current user name for the afscreds.exe display
Do not allow submount names to have forward or backward slashes
Add debug info to cm_ioctl to track token addition and deletion
Add register new user code to aklog.exe from KenH's AFS kit
Correct test in cm_callback.c for freelance root.afs volume which
should not have been applied when freelance was not active.
Jim Rees [Tue, 3 Aug 2004 15:45:49 +0000]
fix-lwp-includes-again-
20040803
Fix lwp includes AGAIN.
Jeffrey Altman [Sun, 1 Aug 2004 01:20:34 +0000]
submount-
20040731
Change "Description" field to "Submount"
Jeffrey Altman [Sun, 1 Aug 2004 01:19:08 +0000]
osi-save-strings-
20040731
Increase the save string length to 128 from 30 in order to be able to
handle principal names, paths, etc.
Jeffrey Altman [Sun, 1 Aug 2004 01:16:37 +0000]
misc-windows-
20040731
Move most log entries to the osi trace log from the afsd_init.log
Add log entries to help diagnose the lost callback problem
Fix a variety of type errors in header files and casts
More fixes for cm_Analyze. Do not allow a retry to be performed
if the timeLeft on the call has expired. Forcing a retry resets the
timeout period causing the call to never expire. The side effect is
that the SMB sessions never close. When the Windows SMB client times
out it will create a new session at a rate of one per 66 seconds. This
causes the SMB session limit to be exceeded and we panic.
Modify the SMB Session limit to be four less then the number of SMB
NCBs. This is because the server itself uses 4 NCBs which are not associated
with sessions.
Jeffrey Altman [Fri, 30 Jul 2004 21:02:57 +0000]
server-list-and-volume-updates-
20040730
As discovered previously, the cm_serverRef_t objects were not reference
counted. This resulted in the objects being freed while they were
still in use. This patch adds reference counting to the cm_serverRef_t
objects which are locked using the cm_serverLock.
Once the reference counting was fixed it became immediately obvious
that cm_VolumeUpdates could not succeed in altering the state of a
server list from ALLOFFLINE to NOTBUSY. cm_VolumeUpdate calls cm_Analyze
without a fid_t object which was required to obtain the server list for
the affected volume. Of course, cm_VolumeUpdate has a pointer to the
volume so cm_Analyze was updated to take an optional pointer to a
cm_serverRef_t which avoids the need for the fid_t object.
Jeffrey Altman [Fri, 30 Jul 2004 05:04:27 +0000]
get-server-list-
20040729
Undo the previous patch. the server list can't be cloned.
instead we will have to refCount the cm_serverRef_t objects.
This is going to be a lot of work. To be continued ...
Rainer Schöpf [Thu, 29 Jul 2004 22:29:18 +0000]
linux26-dont-lose-afs-smp-status-
20040729
this should be fixed better later, but for now we'll go with this
Chaskiel M Grundman [Thu, 29 Jul 2004 19:51:20 +0000]
vos-shadow-print-status-correctly-
20040729
we were printing that volumes were shadowed to partition partition
instead of server partition
Jeffrey Altman [Thu, 29 Jul 2004 17:55:01 +0000]
aklog-
20040729
Fix afs_realm_of_cell5() to validate the return value of
krb5_get_host_realm
Jeffrey Altman [Thu, 29 Jul 2004 15:38:57 +0000]
nonpersistentcaching-
20040729
document new value
Asanka Herath [Thu, 29 Jul 2004 15:34:21 +0000]
virtual-cache-file-
20040729
This is a variation of Joe Buehler's request.
New registry key "NonPersistentCache" places the cache file into the
Windows paging file. One limitation of doing so is that the page file
cannot be grown with "fs setcachesize" and the associated ioctl.
Asanka Herath [Thu, 29 Jul 2004 14:53:35 +0000]
server-ref-list-
20040729
There was a race condition where between a thread calling cm_GetServerList and using the returned server list, another
thread could free the server list. Now cm_GetServerList duplicates the server list with proper locks held. Callers of
cm_GetServerList call cm_FreeServerList to free the returned list.
Derrick Brashear [Thu, 29 Jul 2004 05:29:33 +0000]
afsmonitor-update-stat-descriptions-
20040729
FIXES 5952
correct list of available stats
Alf Wachsmann [Thu, 29 Jul 2004 05:20:52 +0000]
afsmonitor-results-fix-
20040729
FIXES 5929
use the correct variable when converting result sto ascii
Alf Wachsmann [Thu, 29 Jul 2004 05:17:02 +0000]
afsmonitor-document-usage-
20040729
FIXES 5931
update the docs to reflect the usage correctly
Alf Wachsmann [Thu, 29 Jul 2004 05:09:18 +0000]
afsmonitor-remove-pointless-if-
20040729
FIXES 5933
an if in an else which will always trigger is dumb
Alf Wachsmann [Thu, 29 Jul 2004 05:03:31 +0000]
afsmonitor-document-stat-entries-correctly-
20040729
FIXES 5934
NUM_CM_STAT_ENTRIES should match the docs
Jeff Mahoney [Thu, 29 Jul 2004 04:57:03 +0000]
makefileproto-configer-cleanup-
20040728
make config tool for MakefileProto processing able to deal with e.g.
"linux26" for all linux 2.6 platforms
Alf Wachsmann [Thu, 29 Jul 2004 04:53:27 +0000]
afsmonitor-categories-correction-
20040728
FIXES 5951
wrong number of categeories defined. oops.
Kris Van Hees [Thu, 29 Jul 2004 04:44:08 +0000]
volser-restore-timestamp-cleanup-
20040728
FIXES 5926
This patch solves the problem of how timestamps are handled by during a
'vos restore' by allowing the specification of there the creation and last
updated timestamps are taken from:
- generate a new one using the current time
- retain the one in the target volume if there is one
- restore the timestamp from the dump file
This is needed to allow sequences of restoring incremental dumps on top of
full dump work, and to ensure that a subsequent vos release can do a real
incremental release for the restored incremental dumps.
It also fixes the fact that the vos exa command hides potential problems
with timestamps by refusing to display a last updated timestamp that is
older than the creation timestamp.
Phil Holland [Thu, 29 Jul 2004 04:36:53 +0000]
darwin-rc-script-update-
20040728
FIXES 6027
update rc script to support stopping afs
Phil Holland [Thu, 29 Jul 2004 04:32:56 +0000]
darwin-afsdb-handler-signal-mask-
20040728
FIXES 6027
mask signals on darwin so afsdb handler doesn't die
Rainer Schöpf [Thu, 29 Jul 2004 04:18:07 +0000]
afs-dont-shutdown-if-not-started-
20040728
FIXES 6001
if the module is loaded, but afsd hasn't been started, don't allow a shutdown.
Kris Van Hees [Thu, 29 Jul 2004 04:13:37 +0000]
afs-suser-consistent-
20040728
FIXES 6034
always call afs_suser() with one arg.
always take one.
Rainer Schöpf [Thu, 29 Jul 2004 04:08:48 +0000]
linux-null-superblock-if-mount-failed-
20040728
FIXES 6002
The appended patch resets afs_globalVFS to NULL if /afs cannot be mounted,
eg., if no cell server is accessible.
There are two advantages:
- it is possible to do "afsd -shutdown" to terminate all daemons
- more importantly, if /afs cannot be mounted, the linux kernel will
probably free the superblock, ie the memory pointed to afs_globalVFS.
Derrick Brashear [Thu, 29 Jul 2004 03:46:48 +0000]
rx-provide-binding-version-of-init-
20040728
i should be dragged away and beaten for this
first pass at interface to allow bound Rx sockets
====================
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.
====================
i should be dragged away and beaten for this
====================
i should be dragged away and beaten for this
first pass at interface to allow bound Rx sockets
====================
i should be dragged away and beaten for this
first pass at interface to allow bound Rx sockets
====================
i should be dragged away and beaten for this
first pass at interface to allow bound Rx sockets
====================
i should be dragged away and beaten for this
first pass at interface to allow bound Rx sockets
====================
i should be dragged away and beaten for this
first pass at interface to allow bound Rx sockets
====================
i should be dragged away and beaten for this
first pass at interface to allow bound Rx sockets
Derrick Brashear [Wed, 28 Jul 2004 22:49:18 +0000]
fssync-more-offline-volumes-
20040728
just let the offline volumes array be larger
Jeffrey Hutzelman [Wed, 28 Jul 2004 21:59:58 +0000]
lwp-track-qwaiting-second-try-
20040728
FIXES 5616
track qwaiting lwps rather than potentially leaking them
Jeffrey Altman [Wed, 28 Jul 2004 04:54:19 +0000]
unc-paths-current-directory-
20040727
fix the handling of unc paths in pioctl calls when the current directory
is the unc path. (not likely to be the case with cmd.exe since it does
not support pure unc path environments. 4nt.exe shows the problem though.)
Jeremy Mika [Tue, 27 Jul 2004 17:24:40 +0000]
fbsd53-
20040727
FreeBSD 5.3 has an extra thread arg to vflush()
Jim Rees [Tue, 27 Jul 2004 15:39:31 +0000]
bsd-new-releases-
20040727
Preliminary support for FreeBSD 5.3 and OpenBSD 3.6.
OpenBSD osi_vnodeops.c patch from brent@graveland.net (slightly modified)
Remove obsolete src/lwp/process.fbsd.s to prevent further confusion
Asanka Herath [Tue, 27 Jul 2004 14:32:38 +0000]
msi-deployment-guide-
20040727
a guide to making organization specific modifications to the msi
installer
Tommie Gannert [Tue, 27 Jul 2004 14:23:11 +0000]
registry-txt-
20040727
Remove duplicate entries
Jeffrey Altman [Tue, 27 Jul 2004 22:34:46 +0000]
freelance-rw-
20040727
Fix cm_Lookup to properly set the rw flag when adding Freelance mount
points based on whether the filename begins with a '.'
Fix cm_FreelanceAddMount to set the cellname to the cellname without
the '.' when rw mode is used and a cellname is not provided.
Jeffrey Altman [Tue, 27 Jul 2004 00:24:09 +0000]
winnotes-
20040726
Updates for 1.3.66
Asanka Herath [Tue, 27 Jul 2004 00:22:20 +0000]
afsd-
20040726
Prevent a TID allocated for IPC from being used for anything other than RAP.
Implement NetServerGetInfo instead of returning an error.
When looking for shares, go through root.afs first before trying to add a
mount point.
Jeffrey Altman [Tue, 27 Jul 2004 00:14:42 +0000]
afslogon-
20040726
Only display the "Integrated Login failed" message box if Integrated
Login is in fact being used.
Jeffrey Altman [Tue, 27 Jul 2004 00:01:31 +0000]
afsconfig-dns-cells-
20040726
Another annoying bug. afs_config.exe now validates cell names against
DNS in addition to the CellServDB file.
Jeffrey Altman [Mon, 26 Jul 2004 21:40:23 +0000]
misc-patches-
20040726
Update .cvsignore files for 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.
====================
cleanup uninitialized variables
====================
more dlls to be replaced
====================
When determining the full path of a UNC path, strip the server and
share names
Jeffrey Altman [Mon, 26 Jul 2004 20:08:42 +0000]
freelance-cellid-
20040726
Replace Freelance cellid constant 0x1 with a #define and set its
value to 0xFFFFFFFF to avoid collisions with the root.cell volumes
on remote cells.
Jeffrey Altman [Mon, 26 Jul 2004 03:48:47 +0000]
novolume-
20040725
if we are going to return CM_ERROR_NOSUCHVOLUME do it whenever the
server list is empty. If the server list is empty, allDown and allBusy
will always be set but there is nothing we can do.
Jeffrey Altman [Sun, 25 Jul 2004 22:47:20 +0000]
version-update-
20040725
Update version to 1.3.66
Jeffrey Altman [Sun, 25 Jul 2004 22:45:19 +0000]
kfw-2-6-4-
20040725
Update KFW SDK to 2.6.4
Jeffrey Altman [Sun, 25 Jul 2004 21:53:09 +0000]
small-tweaks-
20040725
* update winnotes
* add osi trace log entries to help diagnose issues with overlapped writes
from CIFS client
* fix osi trace log entries for freelance add mount to use osi_SaveLogString
* fix afscreds "Start Service" to automatically obtain tokens if kerberos
tickets are available
* update afscreds systray menu to use "..." after Remove Icon
* remove extra "." in wix installer resource
Jeffrey Altman [Sat, 24 Jul 2004 19:59:32 +0000]
force-vol-upd-
20040724
Change cm_ForceUpdateVolume to not try to perform an immediate update.
Just set the CM_VOLUMEFLAG_RESET flag. Calling cm_UpdateVolume calls
cm_connByMServers which then calls cm_Analyze which is how we ended
up having cm_ForceUpdateVolume called in the first place.
Jeffrey Altman [Sat, 24 Jul 2004 16:25:35 +0000]
global-drives-
20040724
If creating the global drive letter fails, attempt to cancel the
previous use and then re-create.
Jeffrey Altman [Sat, 24 Jul 2004 09:31:15 +0000]
smb-extended-
20040724
Don't fallback to SMB_AUTH_NTLM. Apparently, allowing SPNEGO to be
used each time prevents the failure of authentication when logged into
Windows with an external Kerberos principal mapped to a local account.
Asanka Herath [Sat, 24 Jul 2004 08:35:04 +0000]
wix-updates-
20040723
Change default security level to 'crypt'.
Add registry key for SMBAuthType.
Add configurable property for SMBAuthType.
Remove high security mode option from the UI.
Workaround UI bug where a text control would redraw twice, once properly, once without interpreting format codes when
there are two properties to replace.
Jeffrey Altman [Fri, 23 Jul 2004 23:58:24 +0000]
down-before-busy-
20040723
slight correction to previous patch.
check allDown before checking allBusy
Jeffrey Altman [Fri, 23 Jul 2004 23:25:23 +0000]
install-notes-
20040723
Update the install notes to describe conflicts between SMB Authentication
and Windows machines configured with non-Windows Kerberos authentication
used to map to local accounts.
====================
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.
====================
More updates to smb auth vs external kerberos login
Derrick Brashear [Fri, 23 Jul 2004 23:06:22 +0000]
linux-null-out-stat-struct-
20040723
FIXES 3812
we should memset this to 0. we should also only do it once for linux 2.2. code is slightly different in the cvs head.
Jeffrey Altman [Fri, 23 Jul 2004 22:55:23 +0000]
allserversdown-
20040723
When all servers associated with a volume get into the CM_SERVERFLAG_DOWN
state, the error CM_ERROR_ALLOFFLINE would be returned by cm_ConnByMServers.
cm_Analyze was then supposed to be pausing for 5 seconds and then reset the
volume information. Unfortunately, although it called cm_ForceUpdateVolume,
cm_ForceUpdateVolume does not reset the CM_SERVERFLAG_DOWN state on the
servers. Therefore, when cm_ForceUpdateVolume calls cm_ConnByMServers it
would be given a CM_ERROR_ALLOFFLINE. In other words, there was no way
out of the state.
cm_Analyze will now reset the CM_SERVERFLAG_DOWN as well as setting the
server status to not_busy after its 5 second wait. This will allow
cm_ForceUpdateVolume to actually reset the volume information, and
refresh it if servers for the volume are newly accessible.
Also, added some missing locking calls in cm_Analyze.
In cm_ConnByMServers, change the error reporting to return CM_ERROR_ALLBUSY
only when all servers are busy or down; return CM_ERROR_ALLOFFLINE when all
servers are down; and only return CM_ERROR_NOSUCHVOLUME if the server list
for the volume is empty. In all other cases return CM_ERROR_TIMEDOUT.
Jeffrey Altman [Fri, 23 Jul 2004 00:21:06 +0000]
afslogon-domain-
20040722
Fix null reference to bstr when active directory is not available
during a short domain acquisition
Jeffrey Altman [Thu, 22 Jul 2004 23:41:27 +0000]
prototypes-
20040723
fix prototype for afs_realm_of_cell