]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
comment out dprintfs and cleanup the todo once again
authorMiek Gieben <miekg@NLnetLabs.nl>
Tue, 27 Sep 2005 13:16:38 +0000 (13:16 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Tue, 27 Sep 2005 13:16:38 +0000 (13:16 +0000)
TODO
resolver.c

diff --git a/TODO b/TODO
index 10d4cc687ab990700304a063701a4e8d5fc570da..e6ddc861b54727860401133d4528672e47a45e07 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,14 +1,11 @@
 Current TODO list
 
-
 Pre 1.0 Stuff:
 --------------
-
 To be removed:
 LDNS_STATUS_CHECK_GOTO
 Debugging code , dprintf, should be error, ldns_status thingy
 
-
 Post 1.0 Stuff:
 ---------------
 o Dname compression
@@ -17,20 +14,3 @@ o refactor ldns_verify_rrsig_keylist and
   ldns_verify_rrsig (fold in TSIG stuff or leave it out?)
 o Different digest for DS (spec currently specifies SHA-1)
 o Make it possible to build without OpenSSL
-
-What actually doesn't work:
----------------------------
-o [doc] const function are correct i think, but const values in struct not
-
-Implementation:
----------------
-o really think one last time about the double pointers
-  (did that, still like it)
-o check all conversion routines on missing types
-       - wire2host
-       - host2wire
-       - str2host
-       - host2str
-o use size_t where needed
-        *everywhere we count and use uint16_t*
-
index 78b00e114dd4dc163a10fe44caad8c1ef27778c7..0a1f142ac470b54074c5e290044a16c4ae52f8a0 100644 (file)
@@ -537,7 +537,7 @@ ldns_resolver_new_frm_fp_l(FILE *fp, int *line_nr)
                                }
                                /* no keyword recognized */
                                if (expect == LDNS_RESOLV_KEYWORD) {
-                                               dprintf("[%s] unreg keyword\n", word); 
+                                               /* dprintf("[%s] unreg keyword\n", word); */
                                }
                                break;
                        case LDNS_RESOLV_DEFDOMAIN:
@@ -581,7 +581,7 @@ ldns_resolver_new_frm_fp_l(FILE *fp, int *line_nr)
                                break;
                        default:
                                /* huh?! */
-                               dprintf("%s", "BIG FAT WARNING should never reach this\n");
+                               /* dprintf("%s", "BIG FAT WARNING should never reach this\n"); */
                                expect = LDNS_RESOLV_KEYWORD;
                                break;
                }