~ubuntu-branches/ubuntu/raring/maradns/raring

« back to all changes in this revision

Viewing changes to update/1.3.07.05/maradns-1.3.07.04-todo.patch

  • Committer: Bazaar Package Importer
  • Author(s): Kai Hendry
  • Date: 2010-01-24 12:17:40 UTC
  • mfrom: (1.1.13 upstream) (10.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100124121740-a4e1fjobwaouz443
Tags: 1.4.02-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- maradns-1.3.07.04/TODO.1.3  2007-08-29 11:30:03.000000000 -0500
2
 
+++ maradns-1.3.07.05/TODO.1.3  2007-09-18 16:07:24.000000000 -0500
3
 
@@ -1,8 +1,43 @@
4
 
-Try to find and fix problem with inappropriate RR rotation.  If the bug is
5
 
-truly unreproducable, rewrite the rotation code.
6
 
+Documentation:
7
 
+
8
 
+* Update csv2 tutorials to discuss ~ used to separate records
9
 
+
10
 
+* bind2csv2.py manpage (mostly done) (DONE) and tutorial (DONE a while ago;
11
 
+  almost identical to manpage)
12
 
+
13
 
+* Update tutorial to talk about alternative root servers for subtrees of
14
 
+  DNS space (DONE)
15
 
+
16
 
+* Update advocacy document; make document in tree current with web page
17
 
+  version; update pdnsd (last relase now one year old); note last
18
 
+  Posadis release was in 2004; note last MyDNS release in early 2006 (and
19
 
+  add mention of MyDNS); note that MaraDNS now has BIND zone file support
20
 
+  (via Python script) (DONE)
21
 
+
22
 
+* Update security document: make document in tree current with web page
23
 
+  version; add improper rotation bug report (DONE)
24
 
+
25
 
+* Talk about 1.2-to-1.3 new features.  Discuss subtrees in recursive space,
26
 
+  memory allocation security improvments, etc.
27
 
+
28
 
+---
29
 
+
30
 
+1.3.08 code: NAPTR
31
 
+
32
 
+Let's see: NAPTR.  RR code 35; two 16-bit unsigned numbers; three
33
 
+"character-strings" (thingys where you have a single byte indicating
34
 
+the length of the string, followed by the actural string.  No worries;
35
 
+MaraDNS has code to do all of this); and finally a <domain-name>.
36
 
+The <domain-name> is a little tricky, since the compression/decompression
37
 
+library will have to deal with them, but this should not be too hard
38
 
+(I haven't added a new RR to the compression core since 2002 or so).
39
 
+
40
 
 
41
 
 ---- Already done:
42
 
 
43
 
+Try to find and fix problem with inappropriate RR rotation.  If the bug is
44
 
+truly unreproducable, rewrite the rotation code. (DONE; bug found)
45
 
+
46
 
 Have a single megascript that does all of the SQA tests and lets us know 
47
 
 that we have passed all of them. (DONE)
48