summaryrefslogtreecommitdiff
path: root/data/README
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2011-10-24 15:44:27 -0700
committerNick Kralevich <nnk@google.com>2011-10-24 16:45:58 -0700
commite4e83f8147f92141cd02cc46cccca088c527ea2a (patch)
treec6447c33a54750c3c51d062d023e0c84ee788e9b /data/README
parent3b92542cff3f53ab608c25e1f65c538e42dece1b (diff)
downloadnetcat-e4e83f8147f92141cd02cc46cccca088c527ea2a.tar.gz
Upgrade to openbsd's version of netcat, available for download from http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/ This version has been modified to remove BSD specific calls and other functionality unnecessary for Android. The removed portions of code are surrounded by #ifdef ANDROID / #endif. This code corresponds to the following openbsd versions: atomicio.c: v1.10 atomicio.h: v1.2 netcat.c: v1.103 The file socks.c and nc.1 are not included in this change. Change-Id: I39df7fbe335af97e092dd4d4a96f957d6d1a5b5d
Diffstat (limited to 'data/README')
-rw-r--r--data/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/data/README b/data/README
deleted file mode 100644
index 7e4b9fb..0000000
--- a/data/README
+++ /dev/null
@@ -1,9 +0,0 @@
-For now, read the header comments inside each of these for documentation.
-The programs are simple enough that they don't really need a Makefile any more
-complex than the one given; ymmv. Data and xor may also be useful on DOS,
-which is why there are hooks for it in the code.
-
-data.c a primitive atob / btoa byte generator
-*.d example input to "data -g"
-rservice.c a utility for scripting up rsh/rexec attacks
-xor.c generic xor handler