summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2009-03-06 12:43:45 -0800
committerSam Roberts <vieuxtech@gmail.com>2009-03-06 12:43:45 -0800
commit2266ffd79f384395a4a6aaa4d4847a6b3e42bbce (patch)
treea6178cacf835d63d75aa9232062a500fe20aaa4f /README.txt
parent41d05f3cc9359f58563d12ee20694d1dfc40fcbf (diff)
downloadlibnet-2266ffd79f384395a4a6aaa4d4847a6b3e42bbce.tar.gz
Status update.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt27
1 files changed, 24 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index 9469984..f9cd3a0 100644
--- a/README.txt
+++ b/README.txt
@@ -1,8 +1,29 @@
Upstream on libnet is dead.
-Debian has some patches.
+Debian has unmerged patches.
-I've recently reworked some of the IPv4 code to fix memory corruption bugs, and added lua bindings.
+I have patches to ip_offset handling (used for IP checksumming) to fix memory
+corruption bugs.
-I'll push the patches up to here.
+I also have the start of Lua bindings.
+
+I am in the process of merging outstanding work into v1.1.2.1-fork.
+
+Complete:
+
+- debian patches merged to v1.1.2.1-fork
+- autotools from upstream v1.1.3-RC-01 merged to v1.1.2.1-fork
+
+In progresss:
+
+- completed ip_offset patches being merged into ip_offset-patch
+
+Incomplete:
+
+- lua bindings
+- build_ipv4_options is known to cause memory corruption under some conditions,
+ but fix is more complicated than others and is not complete
+- cleanup of in source comments/documentation of libnet data structures
+- merge to master
+- re-release