Hartmut Reuter [Sat, 8 May 2004 05:45:36 +0000]
aix-dynamic-auth-
20040507
FIXES 4278
make dynamic auth work for aix 5
Chas Williams [Sat, 8 May 2004 05:33:07 +0000]
writethru-dslots-allocate-once-
20040507
FIXES 4071
only allocate once for WriteThroughDSlots
Chas Williams [Sat, 8 May 2004 05:28:35 +0000]
dcache-shutdown-free-
20040507
FIXES 4070
free dcache list during shutdown
Chas Williams [Sat, 8 May 2004 05:26:37 +0000]
linux26-updates-
20040507
FIXES 4068
define NGROUPS if it doesn't exist
Chas Williams [Sat, 8 May 2004 05:23:56 +0000]
add-shutdown-server-
20040507
FIXES 4067
cleanup server list during shutdown
Chas Williams [Sat, 8 May 2004 05:22:19 +0000]
shutdown-cell-free-cellname-list-
20040507
FIXES 4066
also free cellname_list when doing shutdown, part of quest to free all allocated memory
Chas Williams [Sat, 8 May 2004 05:20:39 +0000]
shutdown-vcache-free-after-using-
20040507
FIXES 4065
don't free the VClist until after use
Chas Williams [Sat, 8 May 2004 04:58:27 +0000]
linux26-update-
20040507
FIXES 4027
updates for modversions and for symbols which we don't need to grovel out of the kernel
Joe Buehler [Fri, 7 May 2004 15:56:00 +0000]
ntmakefile-
20040507
remove extraneous '*' characters from C2OBJ rules
Jeffrey Altman [Thu, 6 May 2004 22:06:58 +0000]
active-mapping-
20040506
Write active drive mapping data to afsdsbmt.ini from afs_config.exe
Jeffrey Altman [Thu, 6 May 2004 21:52:16 +0000]
mounttab-
20040506
ensure that we do not access an array with -1
Jeffrey Altman [Thu, 6 May 2004 21:46:31 +0000]
afsd-
20040506
Andrei provided a replacement for the pattern matching algorithm.
It has been applied but the old version is still there and can be
activated with a #define
The KFW_AFS_get_cred() routine does not use the "instance" parameter
so removed it.
Jeffrey Altman [Thu, 6 May 2004 21:40:03 +0000]
incorrect-filename-after-install-
20040506
the TaAfsApp_1033.dll was incorrectly installed as TaAfsAppl_1033.dll
This prevented the user manager from starting
Jeffrey Altman [Thu, 6 May 2004 21:37:12 +0000]
mkdir-
20040506
Make src/WINNT/aklog directory if missing
Jeffrey Altman [Thu, 6 May 2004 16:17:29 +0000]
case-sensitivity-
20040506
from asanka@mit.edu
We now strictly prefer exact case matches. This does incur a
performance penalty because we can no longer be satisfied with an
inexact matches in cache (we make an extra trip to the server to make
sure there aren't any exact matches or pick up the extra match if
there is one). Of course, the name lookup cache is now case
sensitive.
* cm_dnlc.c : case sensitive name lookup cache
* cm_vnodeops.{c,h} : changes to cm_Lookup to first look for exact matches,
failing which, look for inexact matches. Also, only put a name in
the name lookup cache iff it exactly matches something on the server.
* smb.c : look for exact matches first.
* smb3.c : as above. Also T2 Search is used by the SMB client to resolve
filenames. Respond accordingly.
and:
* added new CM_ERROR_AMBIGUOUS_FILENAME mapped to ERROR_POTENTIAL_FILE_FOUND
This error is not yet used but is intended for situations in which an
AFS volume contains two files which differ only by case "Foo" and "FOO"
and the user says "DEL foo". Since we do not have an exact match by case
the existing code deletes one of the two files at random. In the future
we want to return an error.
Jeffrey Altman [Thu, 6 May 2004 15:21:44 +0000]
ipaddrchg-
20040506
ipaddrchg.[ch]: contains the ip address change monitor thread functionality
which was previously in afskfw.[ch] but which is now a
library in src/WINNT/afsd
Jeffrey Altman [Thu, 6 May 2004 15:19:19 +0000]
afscreds-
20040506
creds.cpp: add support for principal name instances to the Obtain Tokens
function. Previously instances were not parsed.
main.cpp: Fix the -M (renewMaps) option to always call DoMapShare()
mounttab.cpp: When removing a drive mapping, remove the "active" entry
from the afsdsbmt.ini file.
Joe Buehler [Wed, 5 May 2004 19:49:47 +0000]
lzma-compress-
20040505
Use lzma compression instead of bzip2
Jeffrey Altman [Wed, 5 May 2004 04:24:57 +0000]
uninitialized-variable-
20040504
Do not assign reference to declaration in cases which declaration is
not assigned a value.
Jeffrey Altman [Tue, 4 May 2004 23:48:15 +0000]
afskfw-library-
20040504
Migrate KFW functionality from src/WINNT/client_creds/afskfw* into a
a new library to be shared by afslogon.dll, afscreds.exe
Add KFW support to afslogon.dll
====================
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.
====================
Migrate KFW functionality from src/WINNT/client_creds/afskfw* into a
a new library to be shared by afslogon.dll, afscreds.exe
Move IP Address Change Monitor into new source files.
Add smbname support to the KFW set token functionality in afscreds.exe
Nathan Neulinger [Tue, 4 May 2004 22:38:15 +0000]
dangling-comments-are-bad-
20040504
Fix an unterminated comment.. Oops!
Nickolai Zeldovich [Tue, 4 May 2004 10:36:01 +0000]
fun-with-a-profiler-
20040504
fun with a profiler: afs_RemoveVCB accounts for 20% of the total AFS
client CPU utilization, even under a moderate vcache turnover rate of
less than 10 new vcache's per second.
introduce a hash on the afs_cbr objects to speed this up. if you are
seeing your AFS client being CPU-bound, e.g. on your web server, you
may want to try this.
Nathan Neulinger [Tue, 4 May 2004 10:31:55 +0000]
linux-handle-short-reads-gracefully-
20040504
break out of the read loop with EIO if we've reached EOF,
rather than looping forever hoping the file will grow.
Nickolai Zeldovich [Tue, 4 May 2004 10:31:11 +0000]
add-missing-uafs-prototypes-
20040504
add missing prototypes for uafs_seek
Jeffrey Altman [Tue, 4 May 2004 05:05:25 +0000]
csc_policy_logon_updates-
20040503
From Andrei: CSC Policies
Updates to afslogon.dll: attempt lowercased name on authentication failure
if LSA provided name is all upper-case.
Robert S Murawski IV [Sun, 2 May 2004 23:09:22 +0000]
nsis-server-updates-
20040501
This implements:
1) Does not delete server config data on uninstall
2) If an upgrade or a re-install with existing server config data, will not auto-start the Server Configuration Wizard.
3) Checks for RPC keys on install. (I believe you only need one because not all of the keys are required for AFS to work. However, it might require TCP or UDP based RPC)
Still to do:
1) Server data should be destroyed if user answers "No" to "Do you want to keep your existing configuration data?"
2) If installing when existing server configuration data is present, populate the client cell to be the contents of the "ThisCell" file.
Jim Rees [Tue, 27 Apr 2004 20:43:04 +0000]
obsd35-
20040427
get ready for OpenBSD 3.5 (due May 1)
Jeffrey Altman [Tue, 27 Apr 2004 19:58:48 +0000]
fixes-from-andrei-
20040427
Cleanup the makefile to remove unnecessary defaultlib restrictions
Remove the DST fix added to address Rodney's bug with the timezone being
off by an hour on files one hour after the time change. Still need to
identify the real cause.
Finally fix once and for all the afsd_service.exe shutdown error.
The ServiceHandler must be declared with the WINAPI calling convention
because it returns a value.
Jeffrey Altman [Tue, 27 Apr 2004 19:54:28 +0000]
release-vs-debug-flags-
20040427
Move a few debug only compiler flags into a debug only build section of
the makefile
Jeffrey Altman [Tue, 27 Apr 2004 02:26:01 +0000]
no-mfc-
20040427
remove the reference to afx.h. there is no reason to bring in MFC
for lanahelper.lib. (thanks to Andrei)
Nickolai Zeldovich [Mon, 26 Apr 2004 22:39:33 +0000]
check-if-compiler-supports-__FUNCTION__-macro-
20040426
Add an autoconf check to see if the compiler supports __FUNCTION__ and __LINE__
Jeffrey Altman [Fri, 23 Apr 2004 04:43:24 +0000]
kfw-upds-
20040422
(1) remove the tkt_lifetime table which is no longer used
(2) improve the handling of token to k5 principal mapping
(3) assign the REALM to the token client name if the realm of
the cell does not match the realm of the user
Jeffrey Altman [Fri, 23 Apr 2004 04:38:54 +0000]
ren-msgbox-logfile-
20040422
Several fixes:
(1) the log file afsd_logp should not be referenced in the smb modules
instead the smb_logp should be used
(2) Properly define the dummy_MessageBox function as _stdcall
(3) When afsd_service.exe fails due to a Network Error (IP address change)
display a MessageBox to the end user
(4) Fix "rename foo foo" to not generate a "destination file exists" error
(Thanks to asanka)
Chas Williams [Wed, 21 Apr 2004 03:20:21 +0000]
linux26-more-updates-
20040420
FIXES 4027
. osi_cred now uses struct group_info
. the big kernel lock has been moved from the fs generic code
for some of the operations in 2.6
. 2.6 now just uses iput() and hooks the appropriate routines
. the dummy inode list handling should be clearer
Jeffrey Altman [Tue, 20 Apr 2004 15:56:16 +0000]
kaanswertoolong-
20040420
when determining whether or not the ticket len is too long for the
receiver to accept we want to compare against the actual ticket length
and not MAXKTCTICKETLEN which is what is used when sizeof(ktc_ticketAnswer)
is used for comparison.
Nickolai Zeldovich [Mon, 19 Apr 2004 06:43:58 +0000]
more-memory-leak-fixes-
20040418
Another memory leak plugged; thanks to Jeffrey Altman for noticing it.
Nickolai Zeldovich [Sun, 18 Apr 2004 07:13:47 +0000]
memory-leak-fixes-
20040417
Fix some memory leaks.
Nickolai Zeldovich [Sun, 18 Apr 2004 07:10:33 +0000]
more-uafs-support-
20040417
Some more minor uafs fixes
Nickolai Zeldovich [Sun, 18 Apr 2004 07:09:49 +0000]
add-fs-exa-file-support-
20040417
Make "fs exa filename" print out the FID for the filename, not just
the status for the volume containing that file.
Jeffrey Altman [Sun, 18 Apr 2004 04:16:14 +0000]
uninitialized-
20040417
ngroups was uninitialized. This produced a run-time warning even
though its value was never used in subsequent calls. set to 0.
Nickolai Zeldovich [Fri, 16 Apr 2004 07:26:11 +0000]
more-memory-scrubbing-
20040415
Scrub the callBacks array just in case, as we're exposing some
arbitrary kernel stack contents to the user.
Nickolai Zeldovich [Fri, 16 Apr 2004 05:57:01 +0000]
dont-leak-random-kernel-data-
20040415
Zero out data structure being returned to user, so that we don't
send random kernel memory garbage to them.
Nickolai Zeldovich [Fri, 16 Apr 2004 00:49:13 +0000]
make-uafs-work-a-little-
20040415
Make UAFS at least a little more likely to work.
Nickolai Zeldovich [Thu, 15 Apr 2004 23:48:12 +0000]
fix-linux-build-
20040415
It's AFS_LRALLOCSIZ, not AFS_LRALLOCSIZE.
Jeffrey Altman [Thu, 15 Apr 2004 22:04:21 +0000]
ticket-1241-
20040415
Correct mistaken use of >= when > is appropriate
Jeffrey Altman [Thu, 15 Apr 2004 03:23:41 +0000]
ntmakefile-
20040414
Fix the makefile to build with vc.net 2003 in a release configuration.
/GZ and /Ox are mutually exclusive
Jeffrey Altman [Thu, 15 Apr 2004 03:21:23 +0000]
resource-fix-
20040414
There was one more off by one error in the resource file
enumeration preventing the loading of the "Drive" string table entry
Jeffrey Altman [Thu, 15 Apr 2004 00:26:13 +0000]
ticket-1241-
20040414
FIXES 1241
Modify buffer allocation to support tokens up to MAXPIOCTLTOKENLEN
(3*sizeof(afs_int32)+MAXKTCTICKETLEN+sizeof(struct ClearToken)+MAXKTCREALMLEN)
in length.
Ken Hornstein [Tue, 13 Apr 2004 21:41:11 +0000]
fileserver-no-longer-asserts-when-read-past-EOF-
20040413
Jeffrey Altman [Tue, 13 Apr 2004 04:47:50 +0000]
uninitialize-
20040412
Fix uninitialized use of ltto
Jeffrey Altman [Tue, 13 Apr 2004 04:06:17 +0000]
aklog-
20040412
MIT's aklog.exe imported into the OpenAFS for Windows distribution
====================
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.
====================
MIT's aklog.exe imported into OpenAFS for Windows
Chas Williams [Mon, 12 Apr 2004 20:42:19 +0000]
linux-26-progress-
20040412
FIXES 4027
if you complain about any of it, you better include a patch, or risk being
severely flamed. very much a work in progress
Jeffrey Altman [Fri, 9 Apr 2004 07:48:22 +0000]
md4-md5-
20040408
Integration of Heimdal MD4/MD5 code
====================
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.
====================
Integration of Heimdal's MD4/MD5 code
====================
Integrate Heimdal's MD4/MD5 code
====================
Integrate Heimdal's MD4/MD5 code
====================
Integrate Heimdal's md4/md5 code
====================
Integration of Heimdal's MD4/MD5 code
Jeffrey Altman [Fri, 9 Apr 2004 06:57:39 +0000]
remove-extra-compare-
20040408
do not check for i < 2000 and i < MAXKTCTICKETLEN
Jeffrey Altman [Fri, 9 Apr 2004 00:32:03 +0000]
cross-realm-obtain-tokens-afscreds-
20040408
If afscreds.exe you can now obtain credentials for cell "foo.com" with
credentials from "user@BAR.COM" when specifying a password. This is a
first step since if there are already valid credentials for "user@BAR.COM"
the password should not be requested. That would allow you to obtain
tokens for multiple cells with the same kerberos tgt.
Jeffrey Altman [Thu, 8 Apr 2004 23:20:39 +0000]
unitialized-vars-
20040408
Fix uninitialized pname reference
Rename afs_int32 pname to pnum
Jeffrey Altman [Tue, 6 Apr 2004 23:31:03 +0000]
more-mutex-
20040406
Rodney found in his logs "Event Object Already Exists fid_t" messages.
This lead to another location in the code where problem mutex usage
was missing. In this case, multiple fid_t structs were created with the
same fid number.
Jeffrey Altman [Tue, 6 Apr 2004 23:26:37 +0000]
va_args-
20040406
Who at IBM was stupid enough to believe it is acceptable to
pass a va_args variable into a function without initializing
it with va_start()? Why would you ever bother to do otherwise?
Jeffrey Altman [Tue, 6 Apr 2004 09:54:54 +0000]
debug-changes-
20040406
Add run time checks to the compiler flags when debug
Jeffrey Altman [Tue, 6 Apr 2004 09:53:15 +0000]
i-need-sleep-
20040406
* fix uninitialized return variables in smb.c and smb3.c
* open the osi_log file as early as possible in afsd_init.c
* create an argv to use for non-service executions
* add support for \\afs\.cellname for rw volumes
====================
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.
====================
Do not use IsKerberosLogon() it does not always report the right value.
Chas Williams [Mon, 5 Apr 2004 23:39:51 +0000]
linux22-fix-
20040405
FIXES 3909
make linux 2.2 work again
Jeffrey Altman [Mon, 5 Apr 2004 07:32:57 +0000]
afs-release-notes-
20040405
release notes as of 1.3.63
Derrick Brashear [Mon, 5 Apr 2004 07:26:17 +0000]
remove-vnop-dont-umount-fix-entirely-
20040405
circumstantially it doesn't work. /afs/andrew.cmu.edu/usr/shadow/tempdata is a
file and mvstat is 2, so I get EISDIR.
so i'll remove this for now and fix it after the next release.
Chaskiel M Grundman [Mon, 5 Apr 2004 07:21:33 +0000]
darwin-pageout-limit-to-filesize-
20040405
FIXES 3870
previously we weren't limiting to file size, now we are
Jeffrey Altman [Mon, 5 Apr 2004 07:00:11 +0000]
version-1-3-6300-
20030405
Update version number to 1.3.6300
Jeffrey Altman [Mon, 5 Apr 2004 05:26:45 +0000]
preserve-server-config-
20040404
Fix the replacedll macro
Comment out the code which deletes the server configuration files
on AFS Server uninstall. We need to do this to protect existing
volumes if the product must be uninstalled and reinstalled
Jeffrey Altman [Mon, 5 Apr 2004 03:16:11 +0000]
for-rodney-
20040404
Formatting changes
Fix the problem with a corrupted cell table when using \\afs\cell-alias
Attempt to fix Rodney's DST problem. Added a check for tm_isdst to the
computation of the local vs GMT differential.
Jeffrey Altman [Sun, 4 Apr 2004 03:41:07 +0000]
shell-extension-
20040403
Fix missing resource strings for Symbolic Links and error strings
(english only)
Jeffrey Altman [Sun, 4 Apr 2004 03:38:49 +0000]
nsis-installer-
20040403
Change UpgradeDLL to ReplaceDLL
Fix missing pts.pdb
Jeffrey Altman [Sun, 4 Apr 2004 03:35:47 +0000]
ktc_nt-
20040403
Increase TBUFFERSIZE to match increase in KTCMAXTICKETSIZE
Jeffrey Altman [Sat, 3 Apr 2004 23:33:35 +0000]
tchar-ptr-
20040403
TCHAR != TCHAR * but MS VS .NET 2003 does not care. Why not?
Jeffrey Altman [Sat, 3 Apr 2004 23:16:37 +0000]
upgrade-dll-
20040403
Apply the upgradedll to .CPL files as well as .DLL
Jeffrey Altman [Sat, 3 Apr 2004 20:50:37 +0000]
afsd-improvements-
20040403
continuing attempts to identify the cause of the crash after the service
shuts down successfully. (without success)
Add shutdown logic for SMB and RX daemons.
Fix Global Drive Mapping
Add Global Drive Unmapping
Jeffrey Altman [Sat, 3 Apr 2004 20:47:22 +0000]
fix-missing-parameters-
20040403
Fix missing username parameter in calls to Mount Drives
Jeffrey Altman [Sat, 3 Apr 2004 20:45:48 +0000]
resource-
20040403
conflict resolution
Jeffrey Altman [Sat, 3 Apr 2004 20:43:15 +0000]
precedence-
20040403
!= has higher precedence than &
Jeffrey Altman [Sat, 3 Apr 2004 10:34:16 +0000]
more-cleanup-
20040403
removal of unused variables, formatting, comments, etc.
Jeffrey Altman [Sat, 3 Apr 2004 08:59:53 +0000]
even-larger-ticket-sizes-
20040403
Microsoft Windows 2003 max ticket size is 12000
Jeffrey Altman [Sat, 3 Apr 2004 08:17:52 +0000]
reformatting-
20040402
Reformatting of the source code. Minor editorial changes to comments.
Jeffrey Altman [Fri, 2 Apr 2004 17:41:27 +0000]
unitialized-return-variable-
20040402
krb5_des_decrypt() does not initialize the return value to 1, failure,
therefore it returns random success (0) values when ticket types of
DES-CBC-MD5 or DES-CBC-MD4 are used because we do not have checksum
functions for those types.
Jeffrey Altman [Fri, 2 Apr 2004 12:12:01 +0000]
restore-original-size-test-
20040402
feeling like an idiot. the original test compared the size of the
ticket field in the ktc_token struct allocated by the app which might
be smaller than the size of the field defined in the library
Jeffrey Altman [Fri, 2 Apr 2004 11:54:35 +0000]
something-weird-
20040402
something weird. the previous commit had diff marks.
Jeffrey Altman [Fri, 2 Apr 2004 11:52:49 +0000]
one-more-try-
20040402
much too sleepy. TBUFFERSIZE for all tbuffers
Jeffrey Altman [Fri, 2 Apr 2004 11:41:58 +0000]
lowercase-cell-
20040402
Lowercase the cell name (from realm name) for which we are
requesting set/get token operations
Return the error code generated by the ktc_SetToken operation and
not one of the many Kerberos operations.
Jeffrey Altman [Fri, 2 Apr 2004 11:39:13 +0000]
maxticketsize-
20040402
When processing pioctl() operations, properly perform the test of
the ticket size to the ktc.ticket field. The field is of fixed
size MAXKTCTICKETLEN and not some value which is adjusted based
upon the content of the message.
Jeffrey Altman [Fri, 2 Apr 2004 08:46:07 +0000]
maxktcticketlen-
20040402
The buffer size for the ktc_SetToken and ktc_GetToken should be of size
MAXKTCTICKETLEN not some arbitrary value.
Jeffrey Altman [Fri, 2 Apr 2004 07:56:24 +0000]
windows-server-config-
20040402
Corrections to the libadmin interface for the Windows Server Configurator
====================
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.
====================
Use lanahelper.lib for the server configurator as well
Ed Moy [Thu, 1 Apr 2004 23:26:22 +0000]
macos-fstab-fun-so-fileserver-works-
20040401
so we use getfsent and actually find vice partitions (and make volinfo work)
Jeffrey Altman [Thu, 1 Apr 2004 20:53:49 +0000]
rxkad-increase-token-ticket-sizes-
20040401
In order to support the large ticket sizes produced by Microsoft
Active Directory and allow the use of raw Kerberos 5 tickets as tokens
increase the size of MAXKTCTICKETLEN and MAXKRB5TICKETLEN to 4096
from 344 and 1024 respectively.
Jeffrey Altman [Thu, 1 Apr 2004 20:51:09 +0000]
kill-afsd-
20040401
Remember to kill afsd_service.exe when uninstalling.
Jeffrey Altman [Thu, 1 Apr 2004 20:49:49 +0000]
smb-8dot3-pattern-matching-
20040401
Do not enforce the funky 8dot3 pattern matching rule that the first "."
is special when using long file names. (you must use "*.*" and not "*")
Instead only enforce it when performing 8dot3 searches.
Jeffrey Altman [Thu, 1 Apr 2004 20:46:42 +0000]
afsd-debugging-
20040401
Add additional debugging during initialization
Jeffrey Altman [Thu, 1 Apr 2004 20:45:03 +0000]
resource-string-loading-
20040401
Fix TaLocale_Initialize to be thread safe
Fix String Resource loading to not generate exceptions which must
be caught by try-catch(...)
Jeffrey Altman [Thu, 1 Apr 2004 20:43:06 +0000]
kfw-ak5log-
20040401
Remove internally defined life_to_time. Instead rely on version
in rxkad
Use kvno = RXKAD_TKT_TYPE_KERBEROS_V5 when setting tokens. No longer
use krb524d.
Fix the assignment of the username and instance to place the instance
within the aclient.instance field instead of appended to the aclient.name
field.
Jeffrey Altman [Thu, 1 Apr 2004 20:38:37 +0000]
windows-srvr-cfg-resource-
20040401
Renumber and re-organize all of the String Table entries
to adhere to the rules specified for dynamically loading
them with the tools in WINNT/talocale. All numbers must
be sequential. Each block must begin on a mod 16 == 0
value.
====================
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.
====================
Update resource constants to avoid conflicts
Jeffrey Altman [Thu, 1 Apr 2004 20:29:38 +0000]
ntmakefile-clean-
20040401
Cleanup the *_component_version_number.* files in all directories
Derrick Brashear [Fri, 26 Mar 2004 07:42:21 +0000]
winnt-dont-display-ibm-legal-message-
20040326
remove the ibm legal message display at bosserver startup
Jeffrey Altman [Fri, 26 Mar 2004 06:39:23 +0000]
win-xp-sp2-
20040325
Support for punching holes in the Win XP SP2 Firewall
for AFS Cache Manager Callbacks
Derrick Brashear [Thu, 25 Mar 2004 23:25:50 +0000]
pam-login-sia-et-al-reorg-
20040325
FIXES 3680
rework top makefile to build pam or not depending on acinclude.m4
Nickolai Zeldovich [Thu, 25 Mar 2004 22:52:15 +0000]
remove-vnop-dont-unmount-fix-
20040325
Make remove-vnop-denies-unlink-on-mtpt-
20040325 more likely to work,
and don't forget to afs_PutFakeStat() while we're at it. After we
call afs_EvalFakeStat(), there's no way that mvstat can be 1 -- either
the object wasn't a mountpoint and it'll be mvstat 0, or EvalFakeStat
will evaluate it and it'll be mvstat 2.