aboutsummaryrefslogtreecommitdiffstats
path: root/libntlm-0.21/test/README
diff options
context:
space:
mode:
authorGraham Wilson <graham@mknod.org>2004-08-31 20:27:25 +0000
committerGraham Wilson <graham@mknod.org>2004-08-31 20:27:25 +0000
commit1c7088b39c97fcb16ff58ad3d555188e20a9b5e6 (patch)
treec9f3348d9b2bae996033211960e1db3895cf578a /libntlm-0.21/test/README
parente523fa65c317997a0bc40d65e78eaefd72ccbcb0 (diff)
downloadfetchmail-1c7088b39c97fcb16ff58ad3d555188e20a9b5e6.tar.gz
fetchmail-1c7088b39c97fcb16ff58ad3d555188e20a9b5e6.tar.bz2
fetchmail-1c7088b39c97fcb16ff58ad3d555188e20a9b5e6.zip
Remove libntlm-0.21, as the top-level directory contains the same files.
svn path=/trunk/; revision=3936
Diffstat (limited to 'libntlm-0.21/test/README')
-rw-r--r--libntlm-0.21/test/README19
1 files changed, 0 insertions, 19 deletions
diff --git a/libntlm-0.21/test/README b/libntlm-0.21/test/README
deleted file mode 100644
index bcff72ac..00000000
--- a/libntlm-0.21/test/README
+++ /dev/null
@@ -1,19 +0,0 @@
-
-Dumper is a simple command line utility to display in readable
-format base64 NTLM messages. Given a base64 NTLM challenge, a
-username and a password, it will optionally generate and
-display a response message.
-
-Note that there are multiple correct response messages message
-depending on what order the string data is placed at the end of
-the frame. There is no required order. Dumper should always
-generate the string data in the same order (and thus identical
-base64 responses), even on different architectures.
-
-It's possible that another application will generate a
-different but also correct response message.
-
-Run "dumper -?" for help.
-
-Someday I'll write more documentation...
-