SCANUAF V2.0 Release Notes -------------------------- 1) Bug Fixes - Greater than/less than processing was backwards in PWDLIFETIME parameter. I wasn't accounting for PWDLIFETIME being stored as a delta time instead of as an absolute time. - Improper handling of counted strings longer than 32 bytes. 2) Enhancements - Input line can now be up to 255 characters (was 80). - Input line can specify up to 64 parameter-value pairs (was 5). - Input line supports full parentheses nesting for elaborate logic contructions (see SCANUAF.HLP). - Read input line with SMG$READ_COMPOSED_LINE instead of LIB$GET_FOREIGN to allow use of command recall buffer. - SCANUAF.HLP help file generated for inclusion in help library. - Build procedure includes suport for VAX and Alpha platforms. 3) Syntax Changes - Input line parameter-value pair operators AND and OR have been replaced by symbols & and | respectively. This makes processing of nested parentheses much easier. - File SCANUAF.NODES must now be in SYS$SYSTEM, rather than your current default directory. It makes more sense to be there, especially if thats where you put SCANUAF.EXE. - When activated by a foreign command (i.e., DCL symbol), SCANUAF will no longer accept input included on the foreign command line. This is because it is now reading input via SMG$READ_COMPOSED_LINE instead of via LIB$GET_FOREIGN. This should be no big deal for most people.