Subject: name server library MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) Content-Disposition: inline X-RT-Interface: Web Message-ID: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: binary X-RT-Original-Encoding: utf-8 X-RT-Encrypt: 0 X-RT-Sign: 0 Content-Length: 541 As part of the ongoing refactoring of named, I'm separating the code in bin/named into those parts that are specifically necessary for setting up and running the named binary, and those parts that implement query and response logic (specifically client.c, query.c, update.c, notify.c, xfrout.c, interfacemgr.c, and listenlist.c). The latter are being moved into a new library "libns". Function and variable names starting with ns_* that remain in bin/named will be renamed to named_*. After this is done I can create unit tests for libns.