windows-misc-20040803
authorJeffrey Altman <jaltman@mit.edu>
Tue, 3 Aug 2004 18:27:52 +0000 (18:27 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 3 Aug 2004 18:27:52 +0000 (18:27 +0000)
commitcb1730a07c0ed597b2cd59e85366204af459f2ea
tree4927c8eafbbd9c26500540b0d4fb879a0be0201b
parent268b92917024bab8321b347275afe32ff8e0e5cc
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.
src/WINNT/afsd/cm_callback.c
src/WINNT/afsd/cm_config.h
src/WINNT/afsd/cm_ioctl.c
src/WINNT/aklog/aklog.c
src/WINNT/client_config/drivemap.cpp
src/WINNT/client_creds/window.cpp
src/config/NTMakefile.i386_nt40
src/libafsauthent/afsauthent.def
src/sys/pioctl_nt.c