Update of /cvsroot/hcoop/domtool2/lib
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv13966/lib

Modified Files:
        bind.dtl easy_domain.dtl 
Log Message:
TXT DNS records

Index: easy_domain.dtl
===================================================================
RCS file: /cvsroot/hcoop/domtool2/lib/easy_domain.dtl,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** easy_domain.dtl     16 Dec 2007 22:04:52 -0000      1.20
--- easy_domain.dtl     23 Dec 2007 22:41:38 -0000      1.21
***************
*** 81,82 ****
--- 81,83 ----
  val dnsDefault = \to -> dns (dnsDefaultA to);
  val dnsDefaultv6 = \to -> dns (dnsDefaultAAAA to);
+ val dnsText = \from -> \to -> dns (dnsTXT from to);

Index: bind.dtl
===================================================================
RCS file: /cvsroot/hcoop/domtool2/lib/bind.dtl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** bind.dtl    16 Dec 2007 14:55:02 -0000      1.3
--- bind.dtl    23 Dec 2007 22:41:38 -0000      1.4
***************
*** 8,11 ****
--- 8,12 ----
  extern val dnsMX : int -> domain -> dnsRecord;
  extern val dnsNS : domain -> dnsRecord;
+ extern val dnsTXT : host -> no_newlines -> dnsRecord;
  
  extern val dnsDefaultA : ip -> dnsRecord;


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
hcoop-cvs mailing list
hcoop-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hcoop-cvs

Reply via email to