====== CVS ====== All Posadis source code -- past, present and future -- is stored in the Posadis CVS repository. CVS is available for many operating systems; for Windows, try [[http://www.posadis.org/files/cvs-rsh.zip|this]]. CVS for Windows is also part of Mingw's [[http://www.mingw.org/msys.shtml|MSYS]]. To get a module from CVS, use something like the following: cvs -d:pserver:anonymous@cvs.sf.net:/cvsroot/posadis -z3 co [-r tag] module The ''-r tag'' is if you want to download a specific version of the code (otherwise, the latest code is retrieved), or from a specific development branch. You can also browse the Posadis CVS repository on the web: start [[http://cvs.sourceforge.net/viewcvs.py/posadis/|here]]. ===== CVS modules ===== The following modules are in Posadis CVS: ^ Module ^ Contains ^ | ''dnsquery'' | [[:Dnsquery]], the DNS query tool (GTK 1.*-based) | | ''dnsquery2'' | New GTK 2.*-based version of [[:dnsquery]] (not useful yet) | | ''mfedit'' | [[:Mfedit]], the Posadis master file editor | | ''misc'' | Some smaller stuff (see below) | | ''pos6'' | The [[:Posadis]] DNS server, version 0.60.* and up | | ''posadis'' | [[:Posadis]], version 0.50.* and below | | ''poslib'' | The [[:Poslib]] DNS library | | ''zoneedit'' | The [[:Zoneedit]] editor | ===== The ''misc'' repository ===== The ''misc'' repository contains some other stuff: * **dnsfile**, a system for distributing files over DNS * **phpmfedit**, a small attempt at a PHP master file editor * **poision**, module to poison DNS caches * **sans**: the [[:sans|Simple Authoritative DNS server]] * **snippets**: some code shared by various Posadis programs; you will need this if you get Posadis, Zoneedit or Dnsquery from CVS * **winquery**: windows query tool, similar to DNSquery