UAF : Oct 25 - Fixed handling of dictionary, and handling of Username check for Guess_password.c UAF : Oct 23 - Modified guess_password, incorporated changes sent by Peter J. Scott, checks for password = {username | first name | last name} and add support for a user dictionary. FILE : Oct 11 - Added /OWNER, slight fix to output of /protection, changed default of /EXACT to /NOEXACT (I always disliked that!) FILE : Oct 6 - Added /PROTECTION qualifier MENU : Aug 12 - Tried to simplify configuring with vs. w/o datatrieve, now defaults to not building the DTR junk (hopefully!) UNSDL : Jul 20 - Added "variants" clause - for variant_struct, variant_union modified setcase routine to work under C3.0 (bug in compiler!) FIND : Jul 17 - Fixed handling of negated characteristics MAIL : Jun 21 - Put MAIL.DOC back into package, and added a few more examples STATUS : Jun 10 - Added standalone program to patch terminal driver so that the IDLETERMINAL item works for LTA and RT devices. Not reqd for general use. UAF : Jun 9 - Modified to compile with GNU C MENU : May 25 - Added to file server OBJECT : May 25 - Added to file server ALL : May 25 Added $PACKAGE files TAPE : May 25 - Added to server by request of author (Ejo Schrama) MAKE : May 25 - Modified makefile.mak to link/notrace. MAKE : May 12 - Added to file server. STATUS : May 10 - Changed STATUS (client program) so that it doesn't need the TASK object defined to work. UNMESSAGE : May 10 - Bug fix. When checking for subindexes, need to check the low bit at the address, not 'of' the address - blbc (r3) instead of blbc r3. Stumped as to why there weren't more problems.. Misc : April 21 - Cosmetics ... Misc : April 8 - Cosmetic changes only, give warning about UTIL$HEADER DECNET : April 4 - Cosmetic changes only, plus a change to the makefile to simplify compiling with GCC. Note that this compiles cleanly with GCC, however the LIST_NODES program doesn't work correctly, due to a bug with GCC (at least V1.22 of GCC). UNSDL : April 4 - Slight modification so it could work with GCC, fixed calls to "toupper" and "tolower", to tolerate GCC's bizarre implementation (you can't uppercase an already uppercase letter!). This is the first utility to be verifed working with GCC (V1.22). To compile with GCC, you should be able to say MAKE GCC. STATUS : April 3 -Added QUEUE item (display queue batch job is in), and modified WHERE item to display queue for batch jobs. Also fixed a few reference to VMS5 (in mailcount.c and format.c). UAF : April 2 -Fixed bug with /display=(...,device,directory,...) ALL : April 2 - Cosmetic changes, modified all "#include"s to contain angle brackets when referencing system headers. This was to aid in GCC compiliation. Note that I haven't tested things with GCC, any commentary from people who have would be welcome. UNSDL is the only utility I have tested with GCC. ALL : April 1 - Prior to April 1, everything was stored as filespec.SH and filespec.SHAR Due to problems, I restructed the files, making a few cosmetic changes, and breaking the files into multiple parts. I pulled out the common headers that could be created with the UNSDL utility and put them in a separate file (HEADERS.n_OF_n). I also switched to using VMS_SHARE Version 6.10. I also removed most variant_structs and variant_unions, as an aid to GCC compilation. FIND is the only utility with any left. The .SH and .SHAR files no longer exist.