Hi, I'm sending small patch for CVS to enable IPv4/IPv6 communication betwen cvs clients and servers. I also updated kerberos code but I don't use kerberos at this moment so I can't check if that part of code works. Testers needed. Of course for systems without IPv6 API functions (defined in RFC2553) IPv4 only replacements are provided. Please consider adding this patch to official cvs and let me know. Currently few popular systems such as Free/Net/Open BSD, Linux (glibc based), Solaris 7/8, Windows2000 (with IPv6 stack) already are supporting IPv6 API. ps. Of course this patch can be distributed under GPL. -- Arkadiusz Miśkiewicz http://www.misiek.eu.org/ipv6/ PLD GNU/Linux [IPv6 enabled] http://www.pld.org.pl/
cvs-1.10.8-000903-ipv6.patch.gz
diff -Nru cvs-1.10.4/doc/cvs.texinfo cvs-1.10.4.new/doc/cvs.texinfo --- cvs-1.10.4/doc/cvs.texinfo Thu Dec 3 02:16:10 1998 +++ cvs-1.10.4.new/doc/cvs.texinfo Mon Feb 1 01:29:53 1999 @@ -49,9 +49,10 @@ @ifinfo @format -START-INFO-DIR-ENTRY -* CVS: (cvs). Concurrent Versions System -END-INFO-DIR-ENTRY +@dircategory Version Control: +@direntry +* cvs: (cvs). Concurrent Versions System +@end direntry @end format @end ifinfo diff -Nru cvs-1.10.4/doc/cvsclient.texi cvs-1.10.4.new/doc/cvsclient.texi --- cvs-1.10.4/doc/cvsclient.texi Thu Oct 15 16:36:38 1998 +++ cvs-1.10.4.new/doc/cvsclient.texi Mon Feb 1 01:32:08 1999 @@ -3,6 +3,15 @@ @setfilename cvsclient.info @include CVSvn.texi +@ifinfo +@format +@dircategory Version Control: +@direntry +* cvsclient: (cvsclient). The CVS client/server protocol +@end direntry +@end format +@end ifinfo + @node Top @top CVS Client/Server