winnotes-20040805
[openafs.git] / doc / txt / winnotes / afs-changes-since-1.2.txt
1 Since 1.3.66:
2    * PTS registration of new users to foreign cells has been added to 
3      aklog.exe
4
5    * Additional Cache Control and Credential Manager options have been
6      added to the WiX installer.  See deployment guide for details.
7
8    * The CachePath setting is now optionally a REG_EXPAND_SZ type
9   
10    * The WiX installer has been upgraded.  Version 2.0.1927.1 is now 
11      required.
12
13    * The loopback installation code may have had a problem updating the
14      %ETC%\HOSTS file which could have resulted in a premature failure.
15      Work around code has been added for the case where the file cannot
16      be deleted.
17
18    * The default max chunksize was increased from 15 (32K) to 17 (128K)
19      because Windows sends 64K blocks when using overlapped writes.
20
21    * The default number of server threads was increased from 4 to 25 to
22      better handle overlapped writes.  
23
24    * The "AfscredsShortcutParams" registry value was not being properly
25      loaded by afscreds.exe.  Therefore, the default value was always being
26      used instead of the value set by the installer.
27
28    * Windows XP provides downgrade attack detection to prevent an attacker
29      from being able to force the use of NTLM simply by disrupting 
30      communication with the KDC.  This attack cannot exist between the 
31      Windows CIFS client and the AFS Client Service.  Therefore, when a
32      downgrade has been detected the afs pioctl library will force the 
33      establishment of a new CIFS connection using NTLM.
34  
35    * A locking error was discovered surrounding all references to volume
36      server lists within the cm_cell.c source file. 
37
38    * The logged into Windows username was incorrect on Terminal Server
39      machines.
40
41    * A new registry value "NonPersistentCaching" was added to the service
42      parameters key.  When set to a non-zero value, the afs cache is stored
43      in the Windows paging file.  There are two limitations to choosing
44      this option: 
45         1. when persistent caching is implemented it won't work with 
46            this flag set since there will be nothing to persist.
47         2. with this flag set the initial paging allocation cannot be
48            changed while the service is running
49
50    * An initialization bug was discovered in aklog.exe which affected users
51      who have a domain name for their afs servers which could not be mapped
52      to a realm
53
54 Since 1.3.65:
55    * afs_config.exe now validates cell names against DNS in addition
56      to the CellServDB file.
57
58    * In order to allow the freelance client to connect to a volume with ID 
59      equal to 1 on the default cell we changed the fake root.afs volume ID
60      once again.  This time we choose 0xFFFFFFFF.  In addition, we change
61      the cell ID of the fake root.afs volume from 1 to 0xFFFFFFFF as well.
62      It will now be impossible for a volume ID to match that of another 
63      cell unless the client is connected to 0xFFFFFFFD cells.  That should
64      be enough room for growth.
65
66    * Fix "fs mkmount" command to work with UNC paths and when
67      started from non-AFS drives.  It is now possible to create a mount
68      point in the freelance fake root.afs volume with the command
69
70         fs mkmount \\AFS\all\<directory-name> <volume-name> <cellname>
71
72      For example,
73         
74         fs mkmount \\AFS\all\openafs.org root.cell openafs.org
75         fs mkmount \\AFS\all\.openafs.org root.cell openafs.org -rw
76
77    * The algorithm used to re-attempt access to the servers associated with
78      a volume has been altered to properly address the case in which all 
79      servers have been marked down.  The previous algorithm did not reset
80      the server's down flags so the servers were never actually retried.
81      This caused a problem with active volumes if the network connectivity
82      was lost as could be the case with a network cable removal, wireless
83      drop, or laptop hibernation.  With the fix volume access is restored
84      almost instantenously when network connectivity becomes available.
85
86    * Support for SMB/CIFS browsing has been added to the AFS Client Service
87      SMB server.  It is now possible to use "NET VIEW \\AFS" to obtain a
88      listing of AFS submounts and freelance mount points.  Support for
89      NETSHAREENUM, NETSHAREGETINFO, NETSERVERENUM2, NETSERVERGETINFO
90      significantly enhances the behavior of AFS volumes within the Explorer
91      Shell.  For instance, "AFS" now shows up as server in the Explorer
92      with each submount or freelance mount point visible as a share.
93      The right click menu in each folder now works with full functionality
94      on a consistent basis.
95
96    * The network provider can be configured to have different behavior
97      depending on the domain that the user logs into.  These settings are
98      only relevant when using integrated login.  A domain refers to an
99      Active Directory (AD) domain, a trusted Kerberos (non-AD) realm or the
100      local machine (i.e. local account logins).  The domain name that is
101      used for selecting the domain would be the domain that is passed into
102      the NPLogonNotify function of the network provider. (see registry.txt
103      for details)
104
105    * Added a new registry value [HKCU\SOFTWARE\OpenAFS\Client] 
106      "Authentication Cell" which may be used to specify a default 
107      authentication cell for afscreds.exe which is different from
108      the default cell for the AFS Client Service daemon.
109
110    * Added a Logoff WinLogon Event Notification function to afslogon.dll.
111      afslogon.dll moved to %WINDIR%\System32\.
112      New registry entries added to register the dll for Winlogon events.
113
114      The logoff event will now force a call to ktc_ForgetAllTokens()
115      using the context of the user being logged off as long as the 
116      user's profile is not loaded from within AFS.  If the profile 
117      was loaded from AFS we can't release the tokens since the Logoff
118      event is triggered prior to the profile being written back to 
119      the its source location.
120
121    * Windows XP SP2 Internet Connection Firewall interoperability
122      has been added.
123
124    * The %WINDIR%\afsdsbmt.ini contains four sections:
125         Submounts, Drive Mappings, Active Maps and CSC Policies.
126      The Submounts and CSC policies are now stored in the registry under
127         [HKLM\SOFTWARE\OpenAFS\Client\Submounts]
128         [HKLM\SOFTWARE\OpenAFS\Client\CSCPolicy]
129      The Drive Mappings and Active Maps are stored in the registry under
130         [HKCU\SOFTWARE\OpenAFS\Client\Mappings]
131         [HKCU\SOFTWARE\OpenAFS\Client\Active Maps]
132
133      There is no automatic migration of this data as it would be impossible
134      to consistently migrate data to user profiles which may not be active
135      when the machine is updated.
136
137    * The %WINDIR%\afs_freelance.ini contains lists of mountpoints for the
138      fake root.afs volume.  For the same reasons as for the cellservdb file,
139      this information should not be in %WINDIR%.  This information is now
140      kept under the registry key
141         [HKLM\SOFTWARE\OpenAFS\Client\Freelance]
142
143      The data from the afs_freelance.ini file will be automatically 
144      migrated to the registry on first execution of afsd_service.exe
145
146    * Keeping the CellServDB file in the location %WINDIR%\afsdcell.ini is 
147      troublesome for several reasons.  One, it is confusing for those who
148      expect the file to be named "CellServDB" instead of "afsdcell.ini".
149      Two, this file is not a Windows Profile formatted file.  Three, 
150      applications should not be reading or writing to %WINDIR%.  It causes
151      problems for Windows Terminal Server.
152
153      The new location of CellServDB will be the OpenAFS Client install 
154      directory which is by default C:\Program Files\OpenAFS\Client and can
155      be determined by querying the registry for 
156      [HKLM\SOFTWARE\TransarcCorporation\AFS Client\CurrentVersion]PathName
157
158      The existing afsdcell.ini will be migrated by the NSIS installer. 
159      The Wix installer must still be updated to do the same.
160
161    * Change NSIS installer to use DNS by default; to remove Integrated Logon
162      High Security mode; and to add Terminal Services compatibility registry
163      entries to allow the OpenAFS tools to find the afsdcell.ini and other
164      configuration files in %WINDIR%.
165   
166    * Add support for authenticated SMB connections.   This will remove
167      the need for high security mode in most situations.  Both NTLM
168      and Extended Security (GSS SPNEGO) modes are supported.  Effectively,
169      only NTLM can be used even though Kerberos is now supported.  The
170      reason is that it is not possible to construct a service principal
171      which is unique to each individual machine.
172
173      SMB Extended Auth does not work on XP SP2 unless one of two registry
174      modifications are made:
175
176      (1) To disable the check for matching host names on loopback connections
177         set this key.  This does not require a reboot:
178
179         [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
180             "DisableLoopbackCheck"=dword:00000001
181
182      (2) To add the AFS SMB/CIFS service name to an approved list.  This
183         does require a reboot:
184
185         [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0]
186             "BackConnectionHostNames"=multi-sz "AFS" "MACHINE-AFS"
187
188      afsd_service.exe will automatically add the current Netbios Name
189      to the BackConnectionHostNames list and then temporarily disable
190      the loopback check for one cycle of startup/shutdown of the service.
191      We assume most folks do not start/stop without a reboot so this 
192      will be adequate in most cases.
193
194    * Fix security hole in afslogon.dll which allowed passwords to be
195      sent in clear text to the KDC in a misformed principal name.
196
197    * Fix cm_GetCell() to properly handle expired dns entries
198      without crashing
199
200    * If Freelance mode is active and the afs_freelance.ini
201      file does not exist, do not create an empty file.
202      Instead create a file containing ro and rw mountpoints
203      to the default cell using the standard conventions.
204
205    * Modify the Freelance support to handle the ability
206      to create rw mount points in the fake root.afs volume.
207
208    * Changed the RPC mechanism used for token setting from 
209      named pipes to local.  Use of named pipes can be restored
210      by setting the environment variable AFS_RPC_PROTSEQ to
211      "ncacn_np". 
212
213      Named pipes were required when a Windows 9x system was
214      using a NT system in gateway mode which is incompatible
215      with our use of local loopback adapters.
216
217    * In afscreds.exe, if a username of the form user@REALM is
218      specified and no password is specified, do not perform a 
219      kinit operation.  Only perform the aklog functionality.
220
221    * Add a new registry value which allows the number of processors
222      on which afsd_service.exe executes to be restricted.  Valid
223      values are 1..numOfProcessors
224
225        HKLM\SYSTEM\CurrentControlSet\Services\TransarcAfsDaemon\Parameters
226           (DWORD) MaxCPUs 
227
228 Since 1.3.64:
229    * A second MSI based installer option is now available.
230
231    * Fixed Kerberos 5 kinit functionality in afscreds.exe to properly
232      request tickets for user/instance@REALM instead of just user@REALM
233
234    * Modify the Power Management Notify routine to wait for the Hard Dead
235      timeout period instead of a fixed 19 seconds.  With the longer timeout
236      periods Hibernation and Standby could never succeed when network 
237      connectivity is not available.
238
239    * The following fs.exe commands are now restricted to Administrator:
240      - checkservers with a non-zero timer value
241      - setcachesize
242      - newcell
243      - sysname with a new sysname list
244      - exportafs 
245      - setcell
246      - setserverprefs
247      - storebehind
248      - setcrypt
249      - cscpolicy
250      - trace
251
252      setting the default sysname for a machine should be done via the
253      registry and not via "fs sysname".
254
255    * NSIS installer adds options to install Debugging Symbols
256      and the Microsoft Loopback Adapter; the user is now also
257      given the ability to select the afscreds.exe startup options.
258
259    * Build system modified to generate symbols for FREE (aka RELEASE)
260      builds as well as CHECKED (aka DEBUG) builds
261
262    * Sites which have a volume ID of 0x20000001 assigned to their
263      root.cell volumes have been experiencing problems with accessing
264      the root.cell volume of their cell when Freelance mode has been
265      active.  This was because 0x20000001 was assigned to the fake
266      root.afs volume created by freelance.  The fake volume id is
267      now set to 0x00000001 to prevent conflicts.
268
269    * The timeout logic in the AFS Client Service has been wrong
270      for sometime.  It is based on two different assumptions.
271      First, the SMB client timeout is a fix value as was the case
272      with OS/2 Lan Manager.  This assumption is incorrect.  The
273      SMB timeout in Windows is a dynamic value computed based upon
274      a fixed minimum timeout to which is added time based upon the
275      size of the request and the performance characteristics of
276      the connection.  Second, it is the responsibility of the 
277      SMB Server to enforce the timeout requirements of the client.
278      This is untrue.  The SMB Server cannot be expected to know
279      the requirements of the client.  More importantly, if the 
280      SMB server uses the SMB client timeout as a value to restrict
281      its behavior as an RX client, the performance characteristics
282      of the local SMB session would be used to prematurely terminate
283      WAN connections with significantly different performance 
284      characteristics.
285
286      The timeout logic has therefore been modified in the following
287      manner:
288       . the Lan Manager Workstation (SMB) Session Timeout is used only
289         as a basis for configuring the Connection Dead Timeout 
290         and Hard Dead Timeout values.  The Connection Dead Timeout
291         must be at least 15 seconds longer than the SMB Timeout
292         and the Hard Dead Timeout must be at least double the 
293         Connection Dead Timeout.
294       . New registry entries have been added to allow the Connection
295         Dead Timeout and Hard Dead Timeout values independent of the
296         Lan Manager Workstation Session Timeout
297       . The test to enforce the SMB Client Timeout has been removed.
298         
299      One of the side-effects of removing the enforcement of the SMB 
300      Client Timeout is that regardless of whether or not the SMB client
301      is available to receive the response (and how would the SMB server
302      know) the RX protocol response can be used to update the AFS 
303      Client Service state for ready access by future SMB client 
304      requests.
305
306      This should be the end of the "Server paused or restarting messages"
307    
308    * Add support for arbitrary UNC paths to the pioctl() support.
309      This enables the fs commands as well as the AFS Shell Extension
310      to work correctly when UNC paths are being used.
311
312    * Fix afscreds.exe (by updating afskfw.lib) to search for cells via
313      DNS if the cell configuration cannot be determined via CellServDB
314
315    * Add debug info to test whether CM_BUF_WAITING or CM_SCACHE_WAITING
316      are ever set more than once at a time
317  
318    * Fix the management of lists of cm_cell_t structures when using 
319      DNS to lookup cell information.  The previous code would fail to
320      reuse the same cellID for a cell if DNS was used more than once
321      for a given cell name.  When the ttl expired, a single cm_cell_t
322      could be inserted into the cm_allCellsp list more than once 
323      producing a loop.  In addition, the vlServerp list belonging to
324      the cell was not freed resulting in improper refCounting of the
325      servers.
326
327    * Add DNS support to cm_IoctlNewCell() which previous only examined
328      the CellServDB file
329
330    * Add cm_FreeServer() function and call it from cm_FreeServerList()
331      to properly garbage collect cm_server_t objects 
332      
333    * Add numVCs variable to smb.c to track the number of smb_vc_t 
334      objects created and use it to initialize the vcID field which 
335      previously was set to 0 in all objects resulting in FindByID 
336      collisions.
337
338    * Fixed DNS lookups to work consistently throughout the OpenAFS
339      product instead of just from within the afsd_service.exe
340
341    * Added a runtime check to ensure that AFS Client Service SMB
342      Server is accepting connections before attempting to mount
343      global drives.
344
345    * Read IP addresses for volume servers out of the CellServDB
346      file if gethostbyname() on the hostname fails.
347
348    * Fix getcellconfig() to populate both the Hostnames as well
349      as IP addresses when loading cell data via DNS
350
351    * Increase the Connection Dead Time to 50 from 20 seconds
352      Increase the Hard Dead Time to 120 from 40 seconds
353      (matches the Unix values)
354
355    * Fixed an assertion validating the number of allocated NCBs
356
357    * Fixed the build environment to consistently build for 
358      Windows 2000 and above.  (APPVER = 5.0)
359
360    * Fixed rx_debug to properly validate the receipt in incoming
361      data with select() and recvfrom().  Do not copy data out of
362      the socket buffer unless success is indicated.
363
364 Since 1.3.63:
365    * afsd_service.exe will now display a message box to the 
366      desktop when it terminates due to an IP Address Change.
367   
368    * installer no longer deletes AFS Server configuration data
369      on uninstall
370
371    * installer generates a warning dialog if the RPC service 
372      is not properly configured
373
374    * installer compressed with lzma instead of bzip2
375
376    * afsd_service.exe shutdown crash solved once and for all
377  
378    * reference counting of smb_vc_t data structures improved
379  
380    * name space collision of smb_fid_t event objects corrected
381
382    * the output of "fs memdump" is now written to 
383      %WINDIR%\TEMP\afsd_alloc.log
384
385    * the file TaAfsApp_1033.dll is now properly installed allowing
386      the User Manager to start
387   
388    * a new algorithm is used for computing filename pattern matches
389
390    * afscreds.exe now accepts user names containing instance
391      fields.
392
393    * Fix the Directory Name Lookup Cache to be case-sensitive.
394      This is crucial in environments in which a Windows client
395      is accessing a directory with more than one filename that
396      differs only by case.  If the directory contains "FOO" 
397      and "Foo".  You want "DEL Foo" to delete the correct one.
398      We still have a problem in that "DEL foo" will delete a
399      random filename.  This will be addressed in a future release.
400
401    * Fix afscreds.exe -M option (renewMaps) to work when High
402      Security mode is off.  Also, remember to disable the ActiveMap
403      flag in afsdsbmt.ini when a drive mapping is removed.
404
405    * Updates to NSIS installer script.  AFS Server configuration
406      data will not be destroyed on un-install or re-install.  
407      Use a better compression algorithm.
408    
409    * afslogon.dll now uses KFW to obtain tokens when available
410    
411    * afslogon.dll when given an all uppercase username will
412      attempt to authenticate with both the uppercase name
413      and an all lowercase variation
414
415    * DST modification removed.  The fix appears to make things
416      worse after a reboot of the machine.
417
418    * fs.exe:  added "cscpolicy" which is used to 
419      change client side caching policy for AFS shares
420
421      Usage: fs cscpolicy [-share <AFS share>] [-manual] [-programs] 
422                          [-documents] [-disable] [-help]
423
424    * Several uninitialized variables have been initialized
425
426    * It is now possible to obtain tokens using cross realm
427      Kerberos within afscreds.exe:
428         cell:      dementia.org
429         user:      jaltman@ATHENA.MIT.EDU
430         password:  xxxxxxxx
431      Will obtain a cross realm ticket for jaltman/DEMENTIA.ORG@ATHENA.MIT.EDU
432      will will in turn be used to obtain afs@DEMENTIA.ORG.
433      The resulting token will be stored with the display name 
434        jaltman@ATHENA.MIT.EDU@dementia.org
435
436    * aklog.exe has been added to the client
437
438      Usage: aklog [-d] [[-cell | -c] cell [-k krb_realm]] 
439                   [[-p | -path] pathname]
440                   [-noprdb] [-force]
441                   [-5 | -4]
442
443         -d gives debugging information.
444         krb_realm is the kerberos realm of a cell.
445         pathname is the name of a directory to which you wish to authenticate.
446         -noprdb means don't try to determine AFS ID.
447         -5 or -4 selects whether to use Kerberos V or Kerberos IV.
448            (default is Kerberos V)
449         No commandline arguments means authenticate to the local cell.
450
451 Since 1.3.62:
452    * All of the resource files have been restructured to adhere to
453      a set of rules IBM implemented for loading string resources.
454      These rules had either been forgotten or were not discovered
455      by folks working on the OpenAFS sources.  The end result was
456      memory corruption.  This is primary item which was preventing
457      the AFS Server from working.
458
459    * Increased the size of the maximum ticket size stored in a token
460      from 344 bytes to 12,000.  Increased the buffers used to convey
461      messages between the pioctl() caller and the SMB Server from
462      1000 bytes to 12,512.  The code appeared to have been writing
463      above the top of the stack by quite a few number of bytes.
464      (The increased ticket size is necessary for the next item.)
465
466    * When obtaining AFS Tokens via KFW, krb524 is no longer required.
467      Instead the raw Kerberos 5 ticket is used in its entirety.  This
468      is extremely important as it allows us to use pure Kerberos 5 KDCs
469      as the source of the AFS authentication.  The use of up to 12,000 byte
470      tickets will allow tickets produced by all versions of Microsoft
471      Active Directory to be used.
472       - create a user account.       
473       - designate it DES only
474       - disable pre-auth
475       - specify its UPN to be  "afs@realm"
476       - assign a SPN of "afs/cellname" to the UPN with setspn.exe
477
478    * Do not enforce the funky 8dot3 pattern matching rule that the first "."
479      is special when using long file names.  (you must use "*.*" and not "*")
480      Instead only enforce it when performing 8dot3 searches. 
481
482    * Fixed the DST problem with creation times being set one hour ahead
483
484    * Fixed the problem when using \\afs\cell-alias.  For example, 
485      \\afs\uncc instead of \\afs\uncc.edu.  Do not a new cell struct
486      for the alias name; instead simply expand the name.  One of the
487      symptoms of this problem was a loss of acquired tokens.
488
489    * Fixed the AFS Shell Extension.  The Symbolic Link menu was empty 
490      of strings.  (Only English strings provided.)
491
492    * Fixed the installer to properly replace in use files.  
493
494    * Fixed the build system to cleanup generated component version files
495
496    * The release build compiled with MSVC 6.0 compiler to avoid the 
497      afsd_service.exe shutdown crash.  This does not solve the problem
498      but simply avoids it for the time being.
499
500 Since 1.3.61:
501
502  * fix afslogon.dll to not corrupt memory when High Security mode
503    is not used.  
504
505  * fix afsd_service.exe to not attempt to restore the stack when
506    an exception occurs.  (not safe in multi-threaded programs)
507
508  * fix uninstaller to properly remove the CRT and MFC DLLs
509  
510  * remove a Message Box from afscreds.exe when getcellconfig()
511    fails on a kerberos realm which is not a cell
512
513 The following is a list of changes to the OpenAFS for Window client
514 since 1.3.60.
515
516  * "fs setserverprefs" will leave afsd service deadlocked
517
518  * "vos listaddrs" will core dump
519
520  * installer sets the appropriate keys to support Integrated Logon
521
522  * installer disables the "Find Lana by Name" functionality as it
523    was causing headaches for many users
524
525  * fix the intermittent crash of the power management thread when
526    shutting down the AFS Client Service
527
528  * optimizes the obtain drive mount list functionality which is 
529    executed every time the mount tab in afscreds.exe and afs_config.exe
530    are refreshed.  (this happens a lot)
531
532  * fix the service shutdown logic.  add the STOP_PENDING state
533    and do not accept additional service events after we declare
534    ourselves STOPPED.
535
536 The following is a list of changes to the OpenAFS for Window client
537 since 1.2.10.
538
539 * flexelint was run against the source tree and hundreds (perhaps 
540   thousands) of corrections were applied to ensure prototypes 
541   were in use; types were used consistently; variables were 
542   initialized; unused variables were removed; etc.
543
544 * A wide variety of instrumentation was added including the 
545   ability to produce a stack trace from within afsd_service.exe
546   when it crashes.
547
548 * Dynamic configuration of the RDRtimeout value based upon the
549   LanMan Workstation Session Timeout
550
551 * The mount root no longer needs to be called "/afs".  This 
552   is now set by a registry value "MountRoot" within the key
553   HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters
554
555 * The cell list is now only read out of afsdcell.ini when the
556   file changes instead of each time a cell is resolved.
557
558 * Thread synchronization was added to cm_server.c and ktc_nt.c
559
560 * All calls to GlobalAlloc()/GlobalFree() were replaced with 
561   calloc()/free().  The Global functions were needed on Windows 3.x
562   but have caused a variety of problems on the Win32 platforms.
563   Avoiding them is highly recommended by several Microsoft 
564   Knowledgebase articles
565
566 * Support for Symbolic Links added to the AFS Shell Extension
567
568 * Added a registry value "OverlayEnabled" to determine if
569   Shell Extension Overlays should be enabled.  
570   HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters
571
572 * New Build system to support VC6, VC.NET, VC.NET2003 compilers and
573   separate trees for checked and free builds.  Build system supports
574   a custom directory src\WINNT\extra which can be used as a grafting
575   location of organization specific additions to the build tree.
576
577 * New installer built using NSIS 2.0.  
578
579 * Named all kernel objects in order to allow them to be monitored
580   with tools such as SysInternals' ProcExp.exe.
581   
582 * Introduced new EventLog framework for AFSD
583
584 * Introduced Power Management interface to AFSD for Standby and 
585   Hibernate modes to allow cache to be flushed prior to network
586   disconnect
587
588 * Utilize Win32 DNSQuery API instead of internal routines.  This 
589   allows DNS SRV queries to be sent to all current domain name 
590   servers.  Not just one specified in an INI file.  DNS is now
591   always activated.
592
593 * "NetbiosName" registry value may be used to specify a fixed
594   Netbios Name such as "AFS" to be used instead of "HOSTNAME-AFS"
595   when the loopback adapter is in use.  If you need to use the 
596   old notation with a loopback adapter installed specify a registry
597   entry of 
598
599      "NetbiosName" REG_EXPAND_SZ = "%COMPUTERNAME%-AFS"
600
601 * Refactor all modules which depend on LAN Adapter and NetbiosName
602   determination in a new library: lanahelper.lib.  This allows for
603   consistent behavior throughout the product.
604
605 * Move the afsd.log and afsd_init.log files to the directory specified
606   by the "TEMP" environment variable.  This is usually %WINDIR%\TEMP
607   for services.  Added the Date to the log entries.
608
609 * New registry value "RxMaxMTU" used to limit the size of the RX 
610   packets sent by the AFS Client Service to the Server.  In order
611   to enable OpenAFS to work across the Cisco IPSec VPN the packet
612   size must be restricted to 1264 or smaller.  The latest NSIS
613   installer sets a value of 1260 by default.
614
615 * New registry value "RxNoJumbo" to disable the use of Jumbo Rx
616   packets.  This is not needed in order to work across the Cisco
617   VPN but might be needed for other network environments.  This
618   value is not set by the NSIS installer.
619
620 * New registry value "HideDotFiles" is used to apply the Hidden
621   attribute to files whose names begin with a '.'.   This value
622   is set by the NSIS installer.
623
624 * New registry value "MaxMpxRequests" allows the maximum number
625   of multiplexed sessions to be configured at run time.  This
626   value is not set by the NSIS installer.  The default value is
627   50.
628
629 * New registry value "MaxVCPerServer" allows the maxmimum number
630   of VCs per server to be configured at run time.  This value is
631   not set by the NSIS installer.  The default value is 100.
632
633 * New registry value "AllSubmount" allows the "all" submount to
634   be disabled by setting its value to 0x00.
635
636 * Allow cells names to be valid mount points 
637     \\<netbiosName>\<cellname>
638
639 * Store the active state of drive mappings in order for afscreds.exe
640   to restore them upon startup
641
642 * Add exception handling to generate a Stack Trace to the afsd_init.log
643   file if one happens to occur.
644
645 * Add lots of logging to help detect the cause of invalid SMB packets
646
647 * Enable Kerberos for Windows to be used to obtain AFS Tokens via
648   conversion of Kerberos 5 "afs" service tickets.  Supports auto-
649   renewal of expiring tokens as long as afscreds.exe is running.
650
651 * New afscreds.exe command line options:
652     -A = autoinit
653     -M = renew drive maps
654     -N = ip address change detection
655     -Z = unmap drives
656
657 * New registry value "EnableKFW" in {HKCU,HKLM}SOFTWARE\OpenAFS\Client 
658   determines whether or not MIT Kerberos for Windows should be used
659   to obtain tokens via Kerberos 5 tickets.
660
661 * New registry value "AfscredsShortcutParams" in 
662   {HKCU,HKLM}SOFTWARE\OpenAFS\Client 
663   determines the command line parameters to be specified when "fixing"
664   the AFS Shortcut in the user's startup folder.
665
666 * The "ShowTrayIcon" registry value has been moved from 
667   HKLM\Software\TransarcCorporation\AFS Client\AfsCreds to
668   {HKCU,HKLM}SOFTWARE\OpenAFS\Client 
669   
670 * The <cell name> registry values used to store the token expiration
671   reminders have been moved from 
672   HKLM\Software\TransarcCorporation\AFS Client\AfsCreds to
673   {HKCU,HKLM}SOFTWARE\OpenAFS\Client\Reminders
674  
675 * Obtain the Logon User Name from the Explorer key when available
676
677 * new text document doc\txt\winnotes\registry.txt lists all registry
678   values used by OpenAFS (excluding the AFS Server)
679
680 * BUG: rx_securityClass objects were not properly reference 
681   counted and were never freed.  
682
683 * BUG: reduce the number of conditions under which CM_ERROR_TIMEOUT
684   would be generated.  The existence of a server does not imply
685   that it is not down.  If all of the servers for a cell are down
686   return CM_ERROR_NOSUCHVOLUME instead.  This prevents the Explorer
687   Shell from hanging.
688
689 * BUG: the directory name lookup cache failed to free the entries
690   in the cache when the name cache entries cycled.  The entries
691   in the cache would become dereferenced without being freed.
692
693 * BUG: fs setserverprefs could be executed without Administrator
694   privileges
695
696 * BUG: the number of allocated NCB objects (100) exceeded the number
697   which could actually be waited upon by the kernel (64).  Any objects
698   which were utilized above the limit could never have event completions
699   detected.
700
701 * BUG: smb_username_t objects were not being reference counted and 
702   were not properly freed.
703
704 * BUG: smb_tid_t objects could under unusual circumstances be freed
705   before they were no longer referenced.
706
707 * BUG: smb_fid_t object pointer were frequently used even when 
708   their value could be NULL.   They were not properly released and
709   therefore they were never freed.
710
711 * BUG: smb_packet_t data structures were not completely initialized
712   upon creation
713
714 * BUG: when Rx produces a CM_ERROR_NOIPC error do not return "Access
715   Denied" because that causes the Explorer Shell to try again until
716   access is obtained.  Instead return "Remote Resources" which allows 
717   the shell to move on and treat the error as transient.
718
719 * BUG: when initializing the NCBreturns structure, separate Event objects
720   were created for each NCB although a single Event object was supposed
721   to be shared by all.
722
723 * BUG: smb_dirSearch_t objects were not being properly referenced counted
724   or freed.
725
726 * BUG: smb_tran2Packet_t objects were not being properly referenced 
727   counted or freed.
728
729 * BUG: directory path creation did not handle the case of multiple
730   directories requiring creation in one attempt
731
732 * BUG: SMB requests which required an Extended Response were ignored.
733   This prevented some files from being written to AFS volumes.
734
735 * BUG: character strings were being freed even after they were 
736   inserted into in use data structures
737
738 * BUG: inconsistent usernames were used when High Security mode was
739   enabled.  (there is still much to do in this area)
740
741 * BUG: pioctl() calls which require out of band RPC operations were
742   susceptible to race conditions when performed by multiple processes
743
744 * BUG: memory allocation and deallocation crossed instances of the
745   C Runtime Library producing memory leakage and corruption in 
746   afscreds and the client configurator.
747
748
749