From 20eda710c5fb2adb48f2f94286bfe0f8e7bd99d5 Mon Sep 17 00:00:00 2001 From: Stephane Bortzmeyer Date: Wed, 20 Nov 2002 08:39:17 +0000 Subject: [PATCH] Possible new protocols --- SRC/TODO | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/SRC/TODO b/SRC/TODO index 3f941ff..d91f158 100644 --- a/SRC/TODO +++ b/SRC/TODO @@ -38,6 +38,21 @@ messages, because they expect you to start to read right now. Make FLUSH a configure-able option. +--------------------------------- + +New protocols (all with a configure option to enable/disable them +since most of them would require an external library) + +* DNS (dig performs some of the functions of echoping but not all: it + does not set the return code, it cannot repeat a query, etc) + +* whois + +* LDAP + +* PostgreSQL + + --------------------------------- Long-term wishes (will need much more work):