]> granicus.if.org Git - uw-imap/commitdiff
add files for 2006-08-31T01:09:53Z
authorUnknown <>
Thu, 31 Aug 2006 01:09:53 +0000 (01:09 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Fri, 7 Sep 2018 00:02:31 +0000 (00:02 +0000)
src/osdep/dos/mkauths.bat [new file with mode: 0755]
src/osdep/nt/mkauths.bat [new file with mode: 0755]
src/osdep/wce/mkauths.bat [new file with mode: 0755]

diff --git a/src/osdep/dos/mkauths.bat b/src/osdep/dos/mkauths.bat
new file mode 100755 (executable)
index 0000000..d8c5e36
--- /dev/null
@@ -0,0 +1,33 @@
+@ECHO OFF
+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 Author:    Mark Crispin
+REM            Networks and Distributed Computing
+REM            Computing & Communications
+REM            University of Washington
+REM            Administration Building, AG-44
+REM            Seattle, WA  98195
+REM            Internet: MRC@CAC.Washington.EDU
+REM
+REM Date:      6 December 1995
+REM Last Edited:30 August 2006
+
+REM Erase old authenticators list
+IF EXIST AUTHS.C DEL AUTHS.C
+
+REM Now define the new list
+FOR %%D IN (%1 %2 %3 %4 %5 %6 %7 %8 %9) DO CALL MKAUTAUX %%D
+
+EXIT 0
diff --git a/src/osdep/nt/mkauths.bat b/src/osdep/nt/mkauths.bat
new file mode 100755 (executable)
index 0000000..d8c5e36
--- /dev/null
@@ -0,0 +1,33 @@
+@ECHO OFF
+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 Author:    Mark Crispin
+REM            Networks and Distributed Computing
+REM            Computing & Communications
+REM            University of Washington
+REM            Administration Building, AG-44
+REM            Seattle, WA  98195
+REM            Internet: MRC@CAC.Washington.EDU
+REM
+REM Date:      6 December 1995
+REM Last Edited:30 August 2006
+
+REM Erase old authenticators list
+IF EXIST AUTHS.C DEL AUTHS.C
+
+REM Now define the new list
+FOR %%D IN (%1 %2 %3 %4 %5 %6 %7 %8 %9) DO CALL MKAUTAUX %%D
+
+EXIT 0
diff --git a/src/osdep/wce/mkauths.bat b/src/osdep/wce/mkauths.bat
new file mode 100755 (executable)
index 0000000..d8c5e36
--- /dev/null
@@ -0,0 +1,33 @@
+@ECHO OFF
+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 Author:    Mark Crispin
+REM            Networks and Distributed Computing
+REM            Computing & Communications
+REM            University of Washington
+REM            Administration Building, AG-44
+REM            Seattle, WA  98195
+REM            Internet: MRC@CAC.Washington.EDU
+REM
+REM Date:      6 December 1995
+REM Last Edited:30 August 2006
+
+REM Erase old authenticators list
+IF EXIST AUTHS.C DEL AUTHS.C
+
+REM Now define the new list
+FOR %%D IN (%1 %2 %3 %4 %5 %6 %7 %8 %9) DO CALL MKAUTAUX %%D
+
+EXIT 0