From f4910eff485b0ad786c063870ff79a9391e0927b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 4 Sep 2005 17:25:04 +0000 Subject: r10027: Use blob length for keeping track of buffer length, add TODO (This used to be commit a924bec84b6d0a84db05c4315126474c9248fe2d) --- source4/lib/tdr/TODO | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 source4/lib/tdr/TODO (limited to 'source4/lib/tdr/TODO') diff --git a/source4/lib/tdr/TODO b/source4/lib/tdr/TODO new file mode 100644 index 0000000000..93c9cb255f --- /dev/null +++ b/source4/lib/tdr/TODO @@ -0,0 +1,2 @@ +- Support read/write (to fd) as well as push/pull (to DATA_BLOB) +- Specify memory context explicitly -- cgit