jlayton/dnsdusty/.git
13 years agotemplates: spiff out the interface templates master
Rimas Kudelis [Thu, 1 Jul 2010 01:17:28 +0000 (21:17 -0400)]
templates: spiff out the interface templates

Its interface is really too plain (I know you know it). While I'm not
a graphic artist, I think I could help you with adapting Virtual Exim's
layout, which itself is an adaptation of the free layout from
http://www.bluerobot.com/web/layouts/ . I think I'm gonna do this anyway
on my setup, so I'll share the diff with you. Actually, we could maybe
make it even nicer by copying some other design.

14 years agodnsdusty: run perltidy on dnsdusty master/dnsdusty-run-perltidy-on-dnsdu
Jeff Layton [Fri, 28 Aug 2009 18:08:35 +0000 (14:08 -0400)]
dnsdusty: run perltidy on dnsdusty

Signed-off-by: Jeff Layton <jlayton@poochiereds.net>
14 years agoRelease 0.7 master/release-0-7
Erik Rossen [Mon, 27 Jul 2009 00:28:57 +0000 (20:28 -0400)]
Release 0.7

Erik sent these patches in a lump, so just committing them as is. See
the changelog for details.

Signed-off-by: Erik Rossen <rossen@rossen.ch>
14 years agoRelease 0.6 master/release-0-6 v0.6
Jeff Layton [Fri, 10 Jul 2009 01:43:31 +0000 (21:43 -0400)]
Release 0.6

Signed-off-by: Jeff Layton <jlayton@redhat.com>
14 years agoImprove sorting of entries in delete list master/improve-sorting-of-entries-in-
Erik Rossen [Fri, 10 Jul 2009 01:39:19 +0000 (21:39 -0400)]
Improve sorting of entries in delete list

...sort them in order of most significant domain to least. That is,
sort on TLD first and hostname last. This is particularly helpful
when sorting in-addr.arpa domains.

Signed-off-by: Erik Rossen <rossen@rossen.ch>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
14 years agodeclare dnsdusty.conf as config file in dnsdusty.list master/declare-dnsdusty-conf-as-confi
Jeff Layton [Tue, 7 Jul 2009 12:56:22 +0000 (08:56 -0400)]
declare dnsdusty.conf as config file in dnsdusty.list

Signed-off-by: Jeff Layton <jlayton@redhat.com>
14 years agoDon't require quotes around TXT record content master/don-t-require-quotes-around-tx
Erik Rossen [Sun, 5 Jul 2009 10:41:29 +0000 (06:41 -0400)]
Don't require quotes around TXT record content

Signed-off-by: Erik Rossen <rossen@rossen.ch>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
14 years agoChange record sorting to be case insensitve master/change-record-sorting-to-be-ca
Erik Rossen [Sat, 4 Jul 2009 04:19:24 +0000 (00:19 -0400)]
Change record sorting to be case insensitve

If one has not set the locale of one's system, sorting of the zone list
takes place using POSIX sorting which puts all of the records starting
with UPPERCASE letters first.  This can be annoying in an environment
where the sysadmins were not systematic about use of case.  The above
patch just forces the sort function to always compare uppercase versions
of the RRs.

Signed-off-by: Erik Rossen <rossen@rossen.ch>
Signed-off-by: Jeff Layton <jlayton@poochiereds.net>
14 years agoInitial import (0.5 release) v0.5
Jeff Layton [Sat, 4 Jul 2009 00:15:36 +0000 (20:15 -0400)]
Initial import (0.5 release)