mkauths.bat | mkauths.bat | |||
---|---|---|---|---|
@ECHO OFF | @ECHO OFF | |||
REM Program: Authenticator Linkage Generator for DOS | REM ======================================================================= | |||
= | ||||
REM Copyright 1988-2006 University of Washington | ||||
REM | ||||
REM Licensed under the Apache License, Version 2.0 (the "License"); | ||||
REM you may not use this file except in compliance with the License. | ||||
REM You may obtain a copy of the License at | ||||
REM | ||||
REM http://www.apache.org/licenses/LICENSE-2.0 | ||||
REM | ||||
REM | ||||
REM ======================================================================= | ||||
= | ||||
REM Program: Authenticator Linkage Generator for DOS and Windows | ||||
REM | REM | |||
REM Author: Mark Crispin | REM Author: Mark Crispin | |||
REM Networks and Distributed Computing | REM Networks and Distributed Computing | |||
REM Computing & Communications | REM Computing & Communications | |||
REM University of Washington | REM University of Washington | |||
REM Administration Building, AG-44 | REM Administration Building, AG-44 | |||
REM Seattle, WA 98195 | REM Seattle, WA 98195 | |||
REM Internet: MRC@CAC.Washington.EDU | REM Internet: MRC@CAC.Washington.EDU | |||
REM | REM | |||
REM Date: 6 December 1995 | REM Date: 6 December 1995 | |||
REM Last Edited:24 October 2000 | REM Last Edited:30 August 2006 | |||
REM | ||||
REM The IMAP toolkit provided in this Distribution is | ||||
REM Copyright 2000 University of Washington. | ||||
REM | ||||
REM The full text of our legal notices is contained in the file called | ||||
REM CPYRIGHT, included with this Distribution. | ||||
REM Erase old authenticators list | REM Erase old authenticators list | |||
IF EXIST AUTHS.C DEL AUTHS.C | IF EXIST AUTHS.C DEL AUTHS.C | |||
REM Now define the new list | REM Now define the new list | |||
FOR %%D IN (%1 %2 %3 %4 %5 %6 %7 %8 %9) DO CALL MKAUTAUX %%D | FOR %%D IN (%1 %2 %3 %4 %5 %6 %7 %8 %9) DO CALL MKAUTAUX %%D | |||
EXIT 0 | EXIT 0 | |||
End of changes. 2 change blocks. | ||||
8 lines changed or deleted | 16 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |